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

  1. on exitFrame
  2.   if the mediabusy of sprite(1) = 0 then
  3.     go("main")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.