How do I increase or decrease a players movment with a "power up" item?
So in my game coding, I realize if I set the max speed to 3000 in the left window under beaviors: 8Direction: I can create a power a sprite that when on colision can make the character go 3000.
However, I don't want the player to acclerate to 3000 at the strat of the layer. I want the power up to give them that ability.
Also, how do I set a timer, so that the power-up will stop working?