Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Camtrack on June 24, 2013, 06:37:19 AM
-
is posible to get this behaviour ?
thanks
(http://www.tasharen.com/forum/index.php?action=dlattach;topic=4770.0;attach=2172;image)
-
Yeah. Draggable panel script, Drag effect: None.
-
mmm Im not getting that behaviour , if I press the mouse over the items , the items start to move horizontally whereever the mouse is on the image until it gets unpressed
-
Well, considering you are on the free version... who knows if it's bugged here or not. Free version is over a year old and isn't supported. It's meant as a preview.
-
Im not getting the point
Its only a behaviour question, of course Im evaluating ngui to buy it
Im want to konw if it can do a pannel not to be dragged if the mouse (after pressed over the surface ) quits the panel surface
Im not asking the way to do that , im asking if the feature exists
-
Even if the feature doesn't fully exist (I can't comment either way), you get full source code so you can always make changes yourself if NGUI doesn't 100% cover your spec.
-
I have the same problem. I want the buttoms to stop dragging once I carry the pressed mouse outside of the buttoms area.
Does that option exist on Ngui?
Thanks
-
You can cancel the drag operation at any time yourself. Detect when the mouse leaves the panel's region and cancel the drag. Check UICamera.currentTouch and set the dragged object to null.