Time changing with attribute - integer
SaveDave
Member Posts: 140
Right, I have set up an integer called timespeed. This is set to 3 as default.
In my game I have an actor that spawns bullets, i have a timer in this actor that spawns these every timespeed seconds.
I have a button that, when pressed changes the timespeed attribute to timespeed-1
However!!!
The bullets are not spawning faster... They are getting slower!!
Why is this happening?.
In my game I have an actor that spawns bullets, i have a timer in this actor that spawns these every timespeed seconds.
I have a button that, when pressed changes the timespeed attribute to timespeed-1
However!!!
The bullets are not spawning faster... They are getting slower!!
Why is this happening?.
Comments
when timeSpeed = 3
Timer every x seconds...
and so forth?
otherwise think you are going to have to trigger from the game.Time
MH