home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSprite, gCurrentSong
- if soundBusy(1) then
- set the castNum of sprite gSprite to the number of cast "dim button"
- set the castNum of sprite (gSprite + 10) to the number of cast (gCurrentSong & " Lo")
- sound fadeOut 1, 120
- updateStage()
- end if
- repeat with i = 8 to 28
- puppetSprite(i, 0)
- end repeat
- go("info")
- end
-