Wreckless's Forum Posts

  • mrchay i've tried what you said but it didn't work.

    Yann i am bit of a beginner when it comes to construct and i've tried to understand your code but i simply don't xD

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey guys i cant figure out a problem.

    I have objects spawning every 7 randomly at one of the 5 spawn points. But i also want the amount of objects to randomly spawn between 1 and 5. But i dont know how. This is what i have now:

    ->system every 7 seconds

    ->system pick random (spawnpoint) instance

    +spawnpoint, spawn object on layer 3

    If you guys could help me, that would be awesome.

    Thanks in advance

  • Thank you Nimitrix! Taht was exactly what i needed! You couldn't have helped more!

    I can give the events to another monster if i add another global variable named "second_spawn" and give it the same events only with a new sprite?

    I only have one question left. The monster that spawns at 10 seconds is already on the stage and moves to the player, is there a way i can delete him?

    Thank you so much!

  • Thank you for your fast reply.

    After 10 seconds have passed i want the monster to spawn. And after the 10 seconds the monster should spawn every 4 seconds.

    I hope this explains it.

  • Hi guys,

    I am creating a topdown highscore shooter. I am a complete noob so sorry if my question is a bit stupid.

    But i want certain monsters to spawn at for example 10 seconds and after that spawn every 4 seconds.

    What i now have is this:

    system, time = 10 seconds => system, create object on layer 1 at (100,100)

    system, every 4 seconds => system, create object on layer 1 at (100,100)

    I think my question is easy to solve for you guys, so help would be greatly appreciated.

    greetings

    Brent