home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DIGIZINE 1
/
DIGIZINE.BIN
/
main
/
sony
/
discman.dir
/
00020_Script_20
< prev
next >
Wrap
Text File
|
1995-09-24
|
407b
|
21 lines
on exitFrame
global gBugFix,gTimeAround
if gTimeAround = false then
if the ticks < gBugFix + 8*60 then
go loop
else
set the volume of sound 1 to 256
go "koach"
end if
end if
if gTimeAround = true then
if the ticks < gBugFix + 25*60 then
go loop
else
set the volume of sound 1 to 256
go "koach"
end if
end if
end