home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
Planeta.iso
/
data
/
g_gen.dir
/
00052_checkTimer2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-10-17
|
232 b
|
12 lines
on exitFrame
global gCountDown
if gCountDown > 0 then
if (ticks() - gCountDown) > (60 * 30) then
sound stop 2
set the MovieMouseClick of sprite(1) to 0
unloadMiaws()
go(#next)
end if
end if
end