I've got blocks being created and they scroll accoss the screen. They're created at the top and bottom of the screen and they're at random times between 0.5 & 2 seceonds.
Basically, i want to create another seperate object in between those created blocks. I can create the additional object but i'm having trouble trying to get them to spawn only in between the blocks.
How do i do this?
Also, i wanted it so that the object is created if the blocks are within a certain distance. So for example, if there is a gap of 0.5sec between the two created blocks, then the objects doesn't spawn, but if it's something like 1sec or higher, then they can spawn between them.
I hope i made it clear, it's a bit difficult to describe.
https://www.dropbox.com/s/9mngq42zrhp8k0g/Example.capx?dl=0
This is a quick example capx i made, in this capx, i'm looking for the blue box to spawn in between the created blocks.
I'd appriciate any help on this. Thanks.