I know that this sounds like an easy question but how would I make it so that a sprite would play its animation whilst the user was in touch and whilst they weren't in touch, the animation would stop?
I've tried it using the IsInTouch event but I can't seem to get it working.
Here is my .capx: dl.dropboxusercontent.com/u/204115655/touchExample.capx
Develop games in your browser. Powerful, performant & highly capable.
somthing like this should work for single touches.
on any touch start - start animation.
on any touch end - stop animation.