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

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