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

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