I’m trying to do a death animation and then scene change with my Point n Click game. I can either get the animation for Special Effects to start but it gets stuck on the first frame, or I can get the scene to change, but I can’t get both.
Usually adding Trigger Once somewhere works, but that’s not working for this.
I tried that, but it doesn’t work.
So far, there are three ways for the player to get a Game Over. One plays only the first frame of the death animation while the other skip the animation and go straight to Change the Scene.
I’ll keep Is Finished as the main condition and keep checking for other suggestions.
Interesting thing: two out of the three ways for the player to die actually work now! The animation will play and the scene will change. It’s just the death that involves that Temp variable that won’t seem to behave. That’s progress, at least!