how do i make it so that when my sprite goes to a certain spot on the background music will play? the sprite is controlled by the arrow keys and i want it to be able to navigate a maze, get to the end, and when it gets there, i want musicto play.
Offline
First, make a red dot at the end of the maze.
Then put this script:
<when green flag clicked>
<forever if > <touching color[ red
<play sound[ Sound you want to play] until done
<stop script>
<end>
Offline
I just wanted to know if this is how you make a song play forever. Because i got the kingdom hearts cloud vs. sephroth, and I want the song to keep playing until the boss part of the level.
Offline
Sonicnerd14 wrote:
I just wanted to know if this is how you make a song play forever. Because i got the kingdom hearts cloud vs. sephroth, and I want the song to keep playing until the boss part of the level.
You could do it in a similar way, like this:
When green flag clicked Repeat until level = [boss level] play sound [sound] until done End Repeat
Offline