Drag/collide when DROPPED
Hi,
Was wondering if an object can trigger and event when it is dropped from drag at that point, not dragged to that point
Hope you know what I mean!
Thx
Was wondering if an object can trigger and event when it is dropped from drag at that point, not dragged to that point
Hope you know what I mean!
Thx
Sydney Swans 2014!!
Best Answer
-
UtopianGames Posts: 5,692
Yes its possible...make a self.boolean called dragging and when touch is inside change this to true (so it doesn't fall down before the player drags it) then when touch is outside and self.dragging is true change the velocity or accelerate to down.
Hope this helps.
Darren.