home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2001 #13
/
CD 13 (Black) - 2001.iso
/
K-CS.DCR
/
00424.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-08-24
|
213 b
|
17 lines
global StartTid
on new me
startTimer()
end
on exitFrame
if the timer < 400 then
if the timer > 200 then
set the visible of sprite 74 to 1
end if
go(#loop)
else
go(#next)
end if
end