home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultima IX Ascension Press Kit
/
presskit.iso
/
uamain.dir
/
00054.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
|
1999-04-26
|
174 b
|
14 lines
on exitFrame
cursor(0)
if the movieRate of sprite 1 = 0 then
go("art")
end if
go(the frame)
end
on keyDown
if the key = RETURN then
go("art")
end if
end