spawn more actors each time and increase speed gradually over time
jerlant360
Member Posts: 82
so guys im working in an project and i need this to finish it , all i want is spawn random actors falling from the top of the screen and it gradually spawn more and falls faster each time.
Thanks guys
Thanks guys
Comments
You could also have a game.speed integer that increases every time an actor is spawned and set the actors to move at the game.speed.
Darren.
@jerlant360
Hi, as Darren says....
Also, I made a game file a while back after another member asked for something similar, which can be amended for what you're after; I'm sure it'll help.
What needs to be amended: random x min and max values; make y value fixed; put into the prototype actor your chosen method for falling (accelerate downwards, for instance); and adjust max. amount of spawns over max. time as you want.
https://dl.dropbox.com/u/14060718/spawn faster and faster.gameproj.zip
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
gyroscope thanks a lot man!!
Hello gyroscope, would you be able to make that dropbox file available again?