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 backdrop switches block and made them the differnet backdrops except for the auditorium. we put the hide block and then it waited until touching the color of the auditorium. Then it would show again and start to dance.When it hid it stopped dancing and then continued when it went back to the auditorium.