home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / inbag.dir / 00140.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  164 b   |  13 lines

  1. on enterFrame
  2.   cursor(0)
  3. end
  4.  
  5. on exitFrame
  6.   repeat with n = 7 to 26
  7.     set the visible of sprite n to 1
  8.   end repeat
  9.   writefax()
  10.   setbagfont2()
  11.   unLoad()
  12. end
  13.