Author Topic: MomentumAndSpring Drag Effect when not using clipping.  (Read 1674 times)

Enzign

  • Guest
MomentumAndSpring Drag Effect when not using clipping.
« on: April 16, 2013, 01:57:30 AM »
Hi,

Is it possible to get the MomentumAndSpring Drag Effect when not using clipping without rewriting a bunch of stuff?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: MomentumAndSpring Drag Effect when not using clipping.
« Reply #1 on: April 16, 2013, 02:28:19 PM »
You mean like the draggable window example? That's achieved using the UIDragObject script.

Enzign

  • Guest
Re: MomentumAndSpring Drag Effect when not using clipping.
« Reply #2 on: April 22, 2013, 02:59:37 AM »
Yes, i'm trying to use that script, but i can't get it to restrict the area of scrolling. It makes no different if i check the restrict within panel checkbox.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: MomentumAndSpring Drag Effect when not using clipping.
« Reply #3 on: April 22, 2013, 01:58:24 PM »
If you need to restrict it by some custom bounds, then you need to write custom logic.