home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00278_Script_278
< prev
next >
Wrap
Text File
|
1996-01-27
|
846b
|
38 lines
on exitFrame
global gTimeOut, gRollover, gSndExtn, gLatch2, gLatch3, gCurrentPath, gMusicPlaying
if not gLatch2 and rollover(11) then
sound stop 1
set gMusicPlaying = false
sound playFile 1, gCurrentPath & (line 5 of field "montel") & gSndExtn
set gLatch2 = true
set gLatch3 = false
go the frame
end if
if not gLatch3 and rollover(12) then
sound stop 1
set gMusicPlaying = false
sound playFile 1, gCurrentPath & (line 6 of field "montel") & gSndExtn
set gLatch3 = true
set gLatch2 = false
go the frame
end if
if not soundBusy(1) then
playMusic
end if
go the frame
end
on mouseDown
global gMusicPlaying
if not gMusicPlaying then
sound stop 1
playMusic
end if
global gRollover
go marker(-1) + gRollover -9
end