Spwan question
Hallo everybody,
I have a simple question. I need to create an actor that appear to scene when another actor die. Exemple: when an airplane is destroied appears a chute from the top of the scene to the ground and desapper when the scene change.
I guess that this is a simple commans but I do not know how to do this.
Thank you for your help
easybusy
I have a simple question. I need to create an actor that appear to scene when another actor die. Exemple: when an airplane is destroied appears a chute from the top of the scene to the ground and desapper when the scene change.
I guess that this is a simple commans but I do not know how to do this.
Thank you for your help
easybusy
Comments
You could destroy the airplane and then spawn the chute but you could also consider using a "change image" behavior so that when the airplane is destroyed, a chute shows up instead. You may need to combine this with "change width / height" behaviors but I've used this approach with decent success.
Hope this helps!