Increasing the timer speed
sparkzilla
Member Posts: 152
Hi, I read the tutorial on increasing timer speed but it doesn't seem to work for me.
I am trying to increase the spawn frequency of a actor based on the game time. for the first minute it spawns one actor/second then each following minute it speeds up.
Change Attribute:Game.ActorFrequency = 1
Timer: Every 60 seconds
Change attribute: Game.ActorFrequency = Game.ActorFrequency* 0.75
--
Timer: Every Game.ActorFrequency
Spawn Actor
--
I am trying to increase the spawn frequency of a actor based on the game time. for the first minute it spawns one actor/second then each following minute it speeds up.
Change Attribute:Game.ActorFrequency = 1
Timer: Every 60 seconds
Change attribute: Game.ActorFrequency = Game.ActorFrequency* 0.75
--
Timer: Every Game.ActorFrequency
Spawn Actor
--
Comments
http://gamesalad.com/forums/topic.php?id=2241
any other ideas?