home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #9
/
K-CD-9-2002.ISO
/
Tools
/
K-CS.dcr
/
00266.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-04-19
|
206 b
|
13 lines
global BlinkObjekt
on new me
set the visible of sprite 99 to 1
set the locH of sprite 99 to 780
set BlinkObjekt to new(script "Blink")
end
on exitFrame
checkBlink(BlinkObjekt)
go(the frame)
end