This project demonstrates how to change music when your backdrop changes. It also assigns which music each backdrop plays using lists, so you can have the same music play in different backdrops. Press the arrows to change backdrops. Backdrop #1 and #3: Music #1 Backdrop #2: Music #2 Backdrop #4 and #5: Music #3
Press See Inside and navigate to the Backdrop! 1. This project works by using a variable to keep track of the last backdrop number. If the current backdrop is not the same as last backdrop, that means the backdrop has changed. 2. If so, check if the last backdrop's music is different than the current one's. If so, stop the music so that the new one can be played! 3. And finally, update the value of last backdrop.