[Solved] Spawn timing
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
-
tintran Posts: 453
can't you just put inside your "every" 1 second timer, another "after" half second timer
Answers
I have a separate spawner for each object because im spawning them in randomly
What do you mean spawning them in randomly? Your image shows predicable shapes being spawned.
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
@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