home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00754_Script_754
< prev
next >
Wrap
Text File
|
1996-01-27
|
361b
|
22 lines
on exitFrame
if not soundBusy(1) then
playMusic
end if
go the frame
end
on mouseDown
if rollover(4) then
global gNextMovieFrame
set gNextMovieFrame = "central"
go "goNextMovie"
else
global gMusicPlaying
if not gMusicPlaying then
sound stop 1
playMusic
end if
go "beatles"
end if
end