Trying to make actors spawn with accelerating speed, any help?
jhdeveloping
Member, PRO Posts: 11
in Help Wanted
Hi!
So I am trying to make my actor spawn in random location so that the time between spawns is decreased as the time goes, but I can't get it work. The actor is now spawning every 5 seconds even though I've tried to make it spawn more and more often. The actor should spawn every 5 seconds, then every 4 seconds, 3 seconds... etc. Could anybody help? Here is also a screenshot of my game.
Comments
You cant alter the inside of a Timer like that. youll need to set it using another method. Perhaps have a counter integer, and have the timers for 5, 4 and 3 seconds inside rule conditions with "counter = 0" counter = 1, and so forth. Just dont forget to uncheck run to completion.
See my demo: http://forums.gamesalad.com/discussion/comment/464547/#Comment_464547
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thanks guys!