If actor isnt touched it 2 seconds of it being red game over

Well ive been searching for an hour and trying things out but i need to know how to change scene after a certain amount of time if the actor is not touched .

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Change Attribute game.clickTime (real) to game.Time
    When Touch is Pressed
    Change attribute game.clickTime to game.Time
    When attribute game.Time>game.clickTime+8
    Change scene [scene name]

  • ArmellineArmelline Member, PRO Posts: 5,397

    Slightly different to what @tatiang suggested, but the same general principle.

    I assumed it would be a spawned actor that had to be pressed quickly.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    By the way, this subforum is for PAID help. Are you using a Mac or PC? I'll move it to the appropriate subforum once I hear from you.

Sign In or Register to comment.