Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: sebaslive on March 10, 2014, 04:04:23 PM
-
Hi, the action 'touch object event' has been set to move a character to translate left. When I drag my finger from the 'touched object' off to another point in the screen the character continues to move left as if my finger is still placed on it.
The transition 'moved' would stop the event if I slide my finger but that makes the controls feels unnatural so is there a way 'touch object event' will deactivate when my finger slides off the object?
-
Hi,
Yep, good point, this action only deal with sending events based on the touch IF you are on the gameobject, so you may be able to get away with acting only when the event touchMoved is fired, if it's not fired, then you are not over it and the user isn't moving.
bye,
Jean