Page 1 of 1

Creating a timer

PostPosted: Thu Jul 26, 2007 3:39 pm
by arcreamer
how do i create a timer?

PostPosted: Thu Jul 26, 2007 4:26 pm
by Sgt. Sparky
events->add->create timer->select the actor you want to create the timer for, the select the timer.
you can also create a timer there with the new timer function. :D
then to have somthing happen when a timer is finished:
events->add->timer->select the timer and then click ok/add then you can take it from there. :D

PostPosted: Thu Jul 26, 2007 6:25 pm
by arcreamer
when i try that it says "this porject haas no timers please create one" ...

PostPosted: Thu Jul 26, 2007 8:50 pm
by d-soldier
Select the actor you are working with, then in it's create-actor event, add "create timer" and fill in the required info (timer name, length, etc.)... then once thats done, you add the "timer event", selecting the timer you created in the create-actor script, and setup what you want to happen when that timer is used.

PostPosted: Thu Jul 26, 2007 11:18 pm
by arcreamer
k ill try that