Page 1 of 1

How to remove scenenodes

Posted: Tue Dec 27, 2005 6:54 am
by Andre Odendaal
Hi Guys,

How do I remove a scenenode from my scenemanager?

I see I can use a CreateDeleteAnimator but that's after a specific amount of time. I want to remove the scenenode after an event (like when the player kills a monster and I want to remove the monster).

Regards,
Andre Odendaal

Posted: Tue Dec 27, 2005 11:44 am
by noone
monster.remove

Posted: Tue Dec 27, 2005 12:11 pm
by AndreOdendaal
Unfortunately I've already lost the reference to the object that created the node, so I was hoping there would be something in the scenemanager itself.