How do I stop the timer?

0 favourites
  • 3 posts
From the Asset Store
Tabata timer
$9.99 USD
Template for Tabata timer, fully documented in comments and video
  • I have made a timer in the game. Player has only XX seconds to finish the level, and once the timer is run out the game is over. However, if the player achieves the level the timer still counts until the player leaves the layout "level". How can I stop the timer once the level was finished?

    Here is the event screen:

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • you mean just stay at zero number?

    pause the number?

    you can add restart the layout

    or

    just make a event when time equal or greater for _> 0 sub_event then every tick system subtract 1 from Timer

    and another event when Time is equal or less for _< 0 Go to Gameover.

  • you mean just stay at zero number?

    pause the number?

    you can add restart the layout

    or

    just make a event when time equal or greater for _> 0 sub_event then every tick system subtract 1 from Timer

    and another event when Time is equal or less for _< 0 Go to Gameover.

    No, I mean to PAUSE it. So if the player finishes the level at let's say 15 seconds then the timer is paused. right now it keeps counting till the player leaves the layout.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)