Change a movie clip when is touched (not clicked)
Hi,
I'm working with animate cc html5 canvas.
My problem is that I would like to change a movie clip color when is touched, but with a code that works with both the mouse and on touch devices.
I do not use the "click" event because I need the MC to change when it is touched (for example if the finger clicked on another side on the screen but is swiping and passes over the MC)
I already saw that "mouseover" does not work on touch devices.
I also tried with HitTest (making an MC replace the mouse and putting the code there), but it does not help because I see that there is a delay in the speed in which an MC follows the cursor in the touch devices.
Hopes someone can help!
