home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #4
/
K-CD-4-2002.ISO
/
K-CS.DCR
/
00423.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-01-25
|
193 b
|
15 lines
global StartTid
on new me
startTimer()
end
on exitFrame
if the timer < 400 then
set the visible of sprite ((the timer / 40) + 46) to 1
go(#loop)
else
go(#next)
end if
end