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.
Thanx in advance.
Re: How do you use timers?
Posted: 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 . 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 Enjoy