Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Enzign 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?
-
You mean like the draggable window example? That's achieved using the UIDragObject script.
-
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.
-
If you need to restrict it by some custom bounds, then you need to write custom logic.