home *** CD-ROM | disk | FTP | other *** search
- global gChart, gDrawStage, gRectStage, gScreenLarge, gMacSound, gRadio, gLoop, gTrackName, gSoundEnabled
-
- on mouseDown me
- if gChart = "off" then
- x = 990
- repeat with v = 1 to 10
- sprite(x).locV = -300
- x = x + 1
- end repeat
- gChart = "on"
- if gScreenLarge = 0 then
- (the stage).drawRect = gDrawStage
- (the stage).rect = gRectStage
- sprite(11).member = "BossUp"
- gScreenLarge = 0
- else
- sprite(11).member = "BossUp"
- end if
- if gRadio = 1 then
- set the soundLevel to gMacSound
- playMusic()
- put "Track:" && gTrackName into member "t_MessageWindow"
- sprite(35).member = "GreenLights"
- else
- if gSoundEnabled then
- set the soundLevel to gMacSound
- sound(8).play(member("goofy"))
- end if
- end if
- end if
- end
-