How to make a power up that last for a short period of time?

reginald.bernardinreginald.bernardin Member Posts: 346
edited February 2012 in Working with GS (Mac)
I want to make a power up that accelerates your speed for about 4 seconds and then goes away after that. Also the same with a power up that decreases it. is there a video that i can watch? Show me the link if possible

thanks and take care

Comments

  • ashtmjashtmj Member, PRO Posts: 405
    you can use timers... if player collides with power up> timer for 5 seconds > change attribute self max speed to > whatever speed you want
    then another timer, after 5 seconds change attribute self max speed to > whatever speed you started with
  • UnicornInvasionUnicornInvasion Member Posts: 301
    Make a Rule inside the Character who gets the power.

    When Overlaps or collides with actor type power.

    Then add a timer

    For 4 seconds and Tick Run to completion.

    then add the Change Velocity rule and make the speed faster

    Hope This helped

    UnicornInvasion
Sign In or Register to comment.