home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 February
/
WPCFEB97.ISO
/
dxrs
/
intworld.dxr
/
00002.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-05
|
153 b
|
10 lines
on exitFrame
global IWFirstTime
go(the frame)
if IWFirstTime = 0 then
set IWFirstTime to 1
StartAnimation()
end if
MainAnimation()
end