Beginner level user. I'm trying to make a program that can both be used on PC & phone.
I use the touch condition on buttons (as it also works as a left mouse click).
touch -> set animation frame 1 -> wait 0.1 sec -> go to layout
For the PC version, I have added a mouse-over-sprite hovering effect, however, this event seems to interfere with the previous touch-on-sprite effect. When I tap on the sprite, it doesn't execute the animation frame change action, but simply goes to layout.
Can anyone help me out, please?