Time passed

This forum is currently in read-only mode.
From the Asset Store
Time rewind like in "Braid". Choose objects that will be affected by time rewind
  • Hi,

    I have one question. How to make for example this:

    After 1 minute passed player will be transfered to another layout.

    Ok I set timer.... but how to make, that after one minute it transfers player to other layout?

    Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • my construct crashes when I add a timer (99.4)

    if anyone else has this problem, please report back and I'll report it as a bug

    but how it's supposed to work, is that you Start timer in an action, which you say you did

    then you insert the event "on timer"

    by inserting event,

    going to your sprite, and then to the timer

    in this condition you add the needed actions

  • Ok I try, but I'm not sure that I understand you clear....

  • first, insert an event:

    <img src="http://dl.getdropbox.com/u/1013446/untitled1.PNG">

    then choose the sprite, or whatever object has the timer behavior on it

    <img src="http://dl.getdropbox.com/u/1013446/untitled2.PNG">

    then make sure to click on the timer tab

    and insert the On Timer event

    <img src="http://dl.getdropbox.com/u/1013446/untitled3.PNG">

    after you tell it the name of your timer, you will have an On Timer event

    add any actions to this event that you want when the timer is up

    <img src="http://dl.getdropbox.com/u/1013446/untitled4.PNG">

  • I know I'm stupid but... ok...

    I set up timer event, but how to make now that after for example.... 5seconds that event will change layout?

  • Hi,

    I have one question. How to make for example this:

    After 1 minute passed player will be transfered to another layout.

    Ok I set timer.... but how to make, that after one minute it transfers player to other layout?

    Thank you

    use Timedelta for getting seconds passed, one minute is like 60 sec so.

    something like this cap

    http://rapidshare.com/files/270706161/timer.cap.html

    EDIT: there was no lucid's post when I started posting

    u're better off with his/her advices

    but do try my cap, its fun

  • > Hi,

    >

    > I have one question. How to make for example this:

    >

    > After 1 minute passed player will be transfered to another layout.

    > Ok I set timer.... but how to make, that after one minute it transfers player to other layout?

    >

    > Thank you

    >

    use Timedelta for getting seconds passed, one minute is like 60 sec so.

    something like this cap

    http://rapidshare.com/files/270706161/timer.cap.html

    EDIT: there was no lucid's post when I started posting

    u're better off with his/her advices

    but do try my cap, its fun

    Oh, I think I understand your example.... I will try to do like in yours .cap

    Thanks

  • Why not just use a function?

    blah blah blah condition

    call function "title screen" after delay of 6000ms

    on function "title screen"

    got to layout 3

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