Hello everyone !
i have 1 actor.
MainActor
on MouseButtonDown [LEFT] WITHOUT DRAG
Action1
after Action1 :
on MouseButtonDown [LEFT] again but this time WITH DRAG
Action2
i tried to test if we could have on Action1 a MouuseEvent WITHOUT DRAG first and then, after that action have a MouseEvent on same Actor WITH DRAG. But the result is that i have a Drag Event occuring at Action1. The way i coded it tells me that it's normal that i get such results. But is there a better way ? so that Drag ONLY occurs on Action2 ?
Thanx