I want my actor to trigger an animation when player doesn't touch the screen for 10 seconds.. What is the simplest rule to do that?
If mouse button is down --(blank) Otherwise --Timer after 10 seconds ---animation
Comments
If mouse button is down
--(blank)
Otherwise
--Timer after 10 seconds
---animation