ssss wrote:
[blocks]<when green flag clicked>
<forever>
<play sound[ ]and wait>[/blocks]
Actually, he wants different levels and different songs.
<when green flag clicked>
<repeat until> <( <{ level }> <=> 2 )>
<play sound[ level 1 song ]
<end>
<stop all sounds>
<repeat until> <( <{ level }> <=> 3 )>
<play sound[ level 2 song ]
<end>
<stop all sounds>
[/blocks]
Repeat as necessary.
Offline
<when green flag clicked>
play sound () until done
This formula always seems to work for me.
PS. You need to wrap a forver block around the sound block!
Offline