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?
We added "When background switches to" blocks and put in all of the background except the auditorium. Then we added a hide block to those. We also changed the background in the other script to auditorium so it would dance when that background was shown.