please help with timer

Hi guys!

I'm so new with GS but I followed many of the expert videos and I got something great going on..however I'm having a problem with a customize timer I made.

I just made my timer and works well (from 9sec to 0) however it won't stop on 0, it keeps counting again from 9 to 0

I checked some videos explaining about it (from tshirtbooth) but that video is for another kind of timer not like I did with the png numbers.

So...that's the first problem....the second one is that I want when the time is over (00:00) it automatically changes the scene to the Game Over scene I have......how?

check link of my actor attribute setup https://www.dropbox.com/s/2dtlmjrfdhuhndo/mysetup.jpg

Many many thanks guys!

Vic

Answers

  • fadamionfadamion Member, PRO Posts: 309
    maybe make a Boolean called stop timer
    If timer = 0 turn true
    on the count down add rule if bool is false count down if true stop
    next time you want to start the time turn it to false

    if timer = 0 change scene
Sign In or Register to comment.