home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00153_Script_153
< prev
next >
Wrap
Text File
|
1996-01-27
|
265b
|
17 lines
on exitFrame
PlayAnswer("regurg")
if not soundBusy(1) then
playMusic
end if
end
on mouseDown
global gMusicPlaying
if not gMusicPlaying then
sound stop 1
playMusic
end if
global gRollover
go marker(-1) + gRollover -9
end