home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2001 #13
/
CD 13 (Black) - 2001.iso
/
K-CS.DCR
/
00054_BlinkLangsomt.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
|
291 b
|
18 lines
on new me
startTimer()
set the visible of sprite 60 to 0
return me
end
on checkBlink me
if the timer < 2000 then
return
else
if (the timer mod 120) < 15 then
set the visible of sprite 60 to 1
else
set the visible of sprite 60 to 0
end if
end if
end