home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00297_Script_297
< prev
next >
Wrap
Text File
|
1996-01-27
|
264b
|
16 lines
on exitFrame
PlayAnswer("kd_lang")
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