Timer start on Keypress

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 my timer starting on an "up" key press, but I can't figure out how to make it only work once...I need to continuously be able to press the up key afterwards for the game control, and it just keeps resetting the timer on every "up" key press. Which it shouldn't. I just want the timer to continue.

    Currently using:

    Keyboard --> On Up arrow pressed | TimeManager | "CountingUp" is counting up and set to started.

    (Using TimeManager Plugin)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Add a condition (if it exists) to check if the TimeManager is NOT set to started (an inverted condition).

    This way the action will only happen if the TimeManager is not already running.

  • Add a condition (if it exists) to check if the TimeManager is NOT set to started (an inverted condition).

    This way the action will only happen if the TimeManager is not already running.

    There is an option for "Is Counter Running"

    Thx. It worked <img src="smileys/smiley32.gif" border="0" align="middle" /> <img src="smileys/smiley1.gif" border="0" align="middle" />

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