[Solved] Spawn timing

Bob132546Bob132546 Member Posts: 18

so i have objects spawning in every 1 second at Y720 and it comes down on the X axis at a speed of 150.

I want to spawn in another object in-between the first objects that are spawning at 1 second, without overlapping.
Is this possible to do? is there a way this can be achieved?

Example of what I mean:
http://prntscr.com/7voce1

Hope this makes sense

Best Answer

  • tintrantintran Posts: 453
    Accepted Answer

    can't you just put inside your "every" 1 second timer, another "after" half second timer

Answers

  • Bob132546Bob132546 Member Posts: 18

    I have a separate spawner for each object because im spawning them in randomly

  • ArmellineArmelline Member, PRO Posts: 5,397

    What do you mean spawning them in randomly? Your image shows predicable shapes being spawned.

  • Bob132546Bob132546 Member Posts: 18

    never mind, i found another way of doing it, i just set the other spawner at Y1080 with 1 sec and now it spawns in between.

    Thank you, your answer also worked

  • Bob132546Bob132546 Member Posts: 18

    @Armelline Oh yeah i forgot to include another set of objects spawn in between the shapes shown. These objects that spawn in between are the ones that spawn randomly

Sign In or Register to comment.