If screen not touched for 10 seconds

3absh3absh Member Posts: 601

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?

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    edited March 2017

    If mouse button is down
    --(blank)
    Otherwise
    --Timer after 10 seconds
    ---animation

Sign In or Register to comment.