by makslane » Wed Jan 07, 2004 1:03 am
On "Create Actor" event add a "Create Timer" action.
Make a new time with 1000ms (Type: periodic, Repeat: forever)
Add this timer (Immediate Action)
Ok...
On "Timer" event, choose yout timer, and add a "Script Editor" action with a code like this:
scoreActor.textNumber = scoreActor.textNumber + 100;