Page 1 of 1

How do you use timers?

PostPosted: Wed Sep 02, 2009 9:36 am
by poopbrigade
:shock: Help pleaze!!!(>,<) :o



can anyone help me with a timer code that starts when HP==0, then creates an actor named "player" after the timer ends.

hehehe I can't underSTAND timer event I can only underSIT it.
(>,<)so0O Corny.

:mrgreen: Thanx in advance. :mrgreen:

Re: How do you use timers?

PostPosted: Wed Sep 02, 2009 1:13 pm
by Hblade
Make your timer first, remember that the waiting time is in miliseconds. Now, go to Events - Add - Timer - Select your timer - Then create actor :D. To make a timer, go to your player and go to draw actor, then say this
if (hp == 0)
{
CreateTimer("Event Actor", "Timer1", 140);
}
there you are :D Enjoy

Re: How do you use timers?

PostPosted: Thu Sep 03, 2009 2:08 am
by poopbrigade
(>,<)Tnx a lot.
It worked!!!

:wink:



:D