home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_nami.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  144 b   |  9 lines

  1. on exitFrame
  2.   if the movieRate of sprite 5 <> 0 then
  3.     go(the frame)
  4.   else
  5.     set the movieRate of sprite 5 to 0
  6.     unLoad()
  7.   end if
  8. end
  9.