home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Discovering Nature in the City
/
LUONTOCD.iso
/
pc
/
files
/
intro.dxr
/
00032.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-17
|
191 b
|
15 lines
global gLoaded
on enterFrame
preloadMember(15, 17)
put the result
set gLoaded to the result
end
on exitFrame
if gLoaded = 17 then
go(the frame + 1)
end if
go(the frame)
end