Touch not responding
dan89
Member Posts: 21
Hey there guys Im building a game where there is a button on screen to make my main actor jump. It worked perfectly, until I started adding a few extra spawns and actors on screen. Even after removing all those actors, the jump button doesn't consistently work, sometimes it stops working all together. I have tried re arranging the layers, deleting the actor and re creating it,etc.
Rules in my button are
When button is touched
change attribute jump to true
timer after 2 seconds change jump to false run to completion checked
Any ideas?
Rules in my button are
When button is touched
change attribute jump to true
timer after 2 seconds change jump to false run to completion checked
Any ideas?
Comments