Page 1 of 1
Enemies
Posted:
Tue Feb 28, 2006 1:00 am
by The achievement
Hi guys again, well i have this problem with my enemies i made that look like cheeseburgers, but when i kill one of them, they all die! Huh? Well i cloned them all is that ok? If that is the problem can you tell me how i make him kill me and i can kill him? The code is probaly (Destroy actor.player);
Posted:
Tue Feb 28, 2006 1:03 am
by willg101
If you have any clones of an actor, and you tell GE to kill that actor, all the clones die. If you're using a bullet/collision setup, use collideActor instead of the specific actor.
Posted:
Tue Feb 28, 2006 9:58 am
by Novice
if your code is inside the enemy use event actor in the destroy code if its in the bullet or whatever use colide actor like wilig101 said.