How do i make an actor add time to a timer?

nikstaanikstaa Member Posts: 65
edited May 2012 in Working with GS (Mac)
Hey guys,


I need to know if it is possible to make an actor once selected add an amount of time to a bonus level.


Ie if i shoot a bonus actor then i get 5 seconds of bonus shooting time in the bonus level scene

Thanks, NiK

Best Answer

  • patapplepatapple Posts: 873
    Accepted Answer
    yes it is possible. do you already create a time attribute for the bonus level? if yes, it's very simple.
    on the actor: rule - when touch is pressed -> change attribute "timeBonusLevel" to "timeBonusLevel" + 5

    hope that helps :)

Answers

  • nikstaanikstaa Member Posts: 65
    i have already tried that, and it didnt work, i think there is something wrong with the scene, i will try to fix it and hopefully your method will work
Sign In or Register to comment.