home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_mise.dir / 00062_ÉAÉCÉeÉÄ1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  445 b   |  19 lines

  1. on mouseUp
  2.   global gqzitemlist
  3.   puppetSound(3, "ItemB")
  4.   repeat with n = 20 to 43
  5.     set the visible of sprite n to 0
  6.   end repeat
  7.   repeat with n = 15 to 24
  8.     if getAt(gqzitemlist, n) = 1 then
  9.       set the visible of sprite (n + 17) to 1
  10.     end if
  11.   end repeat
  12.   repeat with n = 25 to 26
  13.     if getAt(gqzitemlist, n) = 1 then
  14.       set the visible of sprite (n + 17) to 1
  15.     end if
  16.   end repeat
  17.   set the visible of sprite 31 to 1
  18. end
  19.