home *** CD-ROM | disk | FTP | other *** search
/ Ultima IX Ascension Press Kit / presskit.iso / uamain.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1999-04-26  |  174 b   |  14 lines

  1. on exitFrame
  2.   cursor(0)
  3.   if the movieRate of sprite 1 = 0 then
  4.     go("art")
  5.   end if
  6.   go(the frame)
  7. end
  8.  
  9. on keyDown
  10.   if the key = RETURN then
  11.     go("art")
  12.   end if
  13. end
  14.