Spawning Item with 4 or 5 Second Delay.
spidey906
Member Posts: 52
Hi,
How to spawn 5 item in one time with 2 seconds delay?...
How to spawn 5 item in one time with 2 seconds delay?...
Comments
Spawn actor
Timer after 2 seconds
Spawn actor
Timer after 4 seconds
Spawn actor
Timer after 6 seconds
Spawn actor
Timer after 8 seconds
Spawn actor
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
And oops... a simpler solution for the above behaviors is two timers:
Spawn actor
For [8.1] seconds
.....Every [2] seconds
..........Spawn actor
I think I remember that a For timer set to exactly the duration (2*4=8) doesn't spawn the final actor.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User