Time help

This forum is currently in read-only mode.
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • I'm trying to figure out how time works. What I want to do is, let's say your time is set like 5:00 (that is minutes) and that need to be count to 0 & then the system close the application.

    I know it's got something to do with (global variables) but I can't get it to work right!

    I know how to make a timer count. but what I don't understand it won't show 5:00 but instead it shows 0 & then it starts to count like 1,2,3,4,5 instead of showing 5:00 first & then it must count from 5:00 to 0.

    Can anybody maybe make a cap file to show me how it's done?

    many thanks.

    D

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Make a global variable named Time, set it to 5 on start of layout.

    Put an Always event that says:

    Set Globlal Variable: global variable Time - Time Delta

    Put an global variable condition event and do:

    When global variable Time <= 0

    Close aplication

  • Thanks

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