Hello, I am new here and I have a little problem.
I want to make a transition to a new scene when all enemies die in the current scene. Can you give some suggestions how to do it.
Thanks!
Hello, I am new here and I have a little problem.
I want to make a transition to a new scene when all enemies die in the current scene. Can you give some suggestions how to do it.
Thanks!
I imagine that you can shoot Bullet to the enemies.
So, if you kill an enemy, GD check if there are any enemies. If not (instances = 0) then show the transaction and call the next scene.
Bye,
J
Thank you so much it works!