home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_c.dir / 00123_itemÇÃï-é¶1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  232 b   |  11 lines

  1. on exitFrame
  2.   global gqzitemlist
  3.   repeat with n = 1 to 14
  4.     if getAt(gqzitemlist, n) = 1 then
  5.       set the visible of sprite (n + 4) to 1
  6.       next repeat
  7.     end if
  8.     set the visible of sprite (n + 4) to 0
  9.   end repeat
  10. end
  11.