Page 1 of 1

Destroy Actor

PostPosted: Sat Dec 02, 2006 10:46 am
by BabaRoga
How can i make an actor to destroy it self after 3 seconds :S can anyone help me ???

PostPosted: Sat Dec 02, 2006 3:45 pm
by Hedfone
add a create actor event
-> create timer
(actor_death [or any other name] ) periodic: 3000 ms

then add a new event

-> timer (actor_death)
-> destroy actor = Event Actor

that should do it
:D