How do i make my spawner increase speed when playing the game longer?
PhilipJM
Member Posts: 13
in Help Wanted
Hi there
How do i make my spawner increase speed when playing the game longer?
Comments
Check out the demo for a variable speed spawner in this thread:
http://forums.gamesalad.com/discussion/70000/armelline-s-free-stuff-for-everyone-check-first-post-for-the-latest-update/p1
To download it directly:
https://app.box.com/s/ey9p26jmm1dja3dksuw6
I made it for a game where the spawn rate increases every 10 seconds. The actors being spawned were moving in a straight line as in the demo, so I needed to change the spawn time while maintaining consistent gaps.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
i still dont really get it
this is what i have:
http://imgur.com/Vy4hlzg
what i want is the actor speed starting with speed 100 and for example increase the by 50 every 10 seconds.
what to do haha
bump
you could respawn a copy of the actor,a separate graphic.
This actor could have different times and speed
You can also just increment the value of a timer, then destroy and respawn the spawner, like this . . .
Make a game.attribute, let's call it 'X'.
Rule for the spawner:
Timer: After X seconds spawn your actor
- Change X to X-1
- Destroy
- Spawn the spawner
. . . . .
Like this:
https://www.mediafire.com/?hfmowrvdso7mlcb
. . . . .
The demo I linked does what you are asking for. Did you try it and it didn't work? What was it that was going wrong with it?
Edit: Just noticed the bump was on Sept 4th not today, and that we're replying to a old thread. Oh well.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support