home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
main.dir
/
00123_Script_123
< prev
next >
Wrap
Text File
|
1996-01-27
|
470b
|
18 lines
on exitFrame
if soundbusy(1) then
set temp = integer(the timer/ 60)
set sec = integer(temp mod 60)
set min = integer(temp / 60)
if sec < 10 then set the text of cast "time" = "0"& min & ":0" & sec
else set the text of cast "time" = "0"& min & ":" & sec
go the frame
else
global gDisablePopup
set gDisablePopup = false
set the text of cast "time" = "00:00"
playMusic
go marker(-1)
end if
end