pause all action for X seconds

1 favourites
From the Asset Store
Like tourists, Travel around the world as fast as you can!
  • thats not what i want to do. right now the first wave are very weak monsters. the first wave = mode0.

    as you see every time every monster are dead and 30 secondes has passed, it go back to mode0. i want it to go to mode3 so i can make a stronger wave with different monsters. then when they are all dead and 30 second has passed it goes to mode4. etc

    i guess i dont explain it very well :S

  • Well the meaning of the variable in my example is not the same as the meaning you want to put in it.

    My variable "mode" meant to differenciate phases in cyclic events (I could have called it "phase" instead of mode then)

    You on the contrary want to make something evolve.

    So, along with the mode (or phase if you want to rename it) variable, you need another one which will carry the meaning of "difficulty"

    Then you can, as Kyat suggested, use this variable to increase the time of each wave like

    atkDuration = 30 + 10*difficulty

    30 would be the starting point

    10 would be the increment of each difficulty mode (if you increment it one by one)

  • hmmm. im probably retarded because no one seems to understand :(

    i want each wave to be completly different and easy to cuztomize. maybe a group for each one, wave1 (8 monster, that spawn at every 3 seconds, with 5 health), wave2 (6 mmonster that fire at player, spawn at every 2 seconds), and so on.

    the only thing i want to stay the same for each wave is for how the wave is activated and that when every monster is dead there is a pause of 5 seconds and then we move to another wave.

  • yeah that's what I said, the "mode" variable will give you the "stay the same part" you refer to.

    You need other variable to build difficulty over waves.

    If you want to pick in a list of monster you have, you will have to have a way to know what monster in what wave. Maybe you can have an instance variable in your different monster that will tell in which wave they belong, or maybe you can have a big array that hold the pattern of each wave.

    But definitely don't use the "mode" variable for other thing than handling phases.

  • yeah i think the best way to go would be to treat each wave individually. the thing is i dont know how to when they all die, pause, go to wave1, then 30 seconds pass, they all die, pause, go to wave2, etc

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Commented.

    Going through the topic once more might also help.

  • oh damn, a new version again!

  • thanks a lot. i will play with that a little to really understand it because for now it is a little complicated.

    http://dl.dropbox.com/u/58024177/shooter1.1.capx

    here is the game so far. i want monster1 to be the first wave then monster 2 then monster 3.

    for now they all spawn at the same time. i will try to implement what you sended to me to my game.

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