home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 January
/
WPCJAN97.ISO
/
intwjan.dxr
/
00002_framescript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-07
|
243 b
|
15 lines
on exitFrame
global IFLMarkRed, IFLGone
go(the frame)
if IFLMarkRed < 2 then
IFLMoveMark()
if IFLGone = 0 then
IFLMoveLines()
end if
else
if IFLMarkRed < 3 then
IFLAnimateGreyLines()
end if
end if
end