How do i make an actor add time to a timer?
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
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
-
patapple Posts: 873
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