Stop timer after monster kills

0 favourites
  • 6 posts
From the Asset Store
Tabata timer
$9.99 USD
Template for Tabata timer, fully documented in comments and video
  • I want to stop the timer after a specific amount of monster kills lets say 7.

    As well as get a certain score for where the time stops at.

    Example: Timer >= 40 seconds = 80 points

    Monster kills = 100 points

    Currently im using the CodeMasterMike Time Manager plugin tried pausing the timer after x amount of kills put the score keeps continouing

    is there a way to freeze timer at specific stop?

  • Buddy ... You don`t need a plugin !

    What you are asking for is as easy as 3 !

    1- Make a global vaiable 'Timer' and 'Score'

    2- Add an event that says :

    System : Every 0.1 second . Add 0.1 to Timer

    3- Set 'Score' to 2*Timer

    Cheers !

  • Buddy ... You don`t need a plugin !

    What you are asking for is as easy as 3 !

    1- Make a global vaiable 'Timer' and 'Score'

    2- Add an event that says :

    System : Every 0.1 second . Add 0.1 to Timer

    3- Set 'Score' to 2*Timer

    Cheers !

    ohhh but how do you make the timer stop after x amount of monster kills?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can add a condition to the timing event,

    If kills < 7 : your preferred method of timing.

    Once you have 7 kills it will no longer be less than 7 so the event wont be running anymore.

  • here you go !

    Genki answered for you :D

  • ahh thank you for the answers =)

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