by skydereign » Tue Sep 14, 2010 3:46 am
That would be draw actor, or better yet the event that reduces hp. That way you don't have to check every frame, instead only when the hp is depleted. So if you have a collision event that reduces hp, put it there. Create Actor is only called once, when the actor is created. Draw is every frame.