In this project, the scene changes when you press the right arrow key. The star of the project -- a dinosaur -- should be hidden in every scene, except when the scene transitions to the auditorium backdrop. In the auditorium, the dinosaur should appear and do a dance. But the dinosaur is always present and is not dancing at the right time. How do we fix the program?
Set the dinosaur to hide when the green flag is clicked and when the backdrop switches to anything but the auditorium. The dinosaur shows only on the auditorium backdrop. Also, the dancing only begins at the auditorium. Since the dinosaur is hidden at all other times, it doesn't matter that it's still dancing. If I were concerned about processing resources I would stop the dancing when the dinosaur was hidden.