Page 1 of 1

help with timers

PostPosted: Mon Jan 29, 2007 11:59 am
by mt
ok i don't really know how to work with timers so i need some help.
i created 2 timers on an actor i call button1. what i want to do is have another actor button2 that when pressed restarts the 2 timers i created on button1. is there anyway i can do that?

PostPosted: Mon Jan 29, 2007 12:51 pm
by makslane
Create an Actication Event from button2 to button1.
When button1 receives the activation event from button2, set the timers again.

PostPosted: Tue Feb 06, 2007 9:36 am
by mt
well there is another problem, the timer starts one time but we want to put it into a kind of loop so that it can start again and again..how to do it?
Button 1 starts the timer and button 2 resets the timer...

PostPosted: Tue Feb 06, 2007 1:14 pm
by makslane
Use a repeat forever timer.