Try to convert it into .wav format before importing.
If you need help converting the file, try Zamzar.
Offline
how do you get SCRATCH to change the music at every level of your game ???
Offline
You can make a variable called "level" that holds the current level number in it. Then, you could make a script to check that variable and pick a song.
[blocks]
<when I receive[ Level Up ]>
<change{ level }by( 1 )>
<stop all sounds>
<if><( <{ level }> <=> 1 )>
<play sound[ level 1 music ]>
<else>
<if><( <{ level }> <=> 2 )>
<play sound[ level 2 music ]>
[/blocks]
...and so on. Instant music awesomeness!
Last edited by scratchisthebest (2011-10-07 16:31:47)





Offline