home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gqzitemlist
- puppetSound(3, "ItemB")
- repeat with n = 20 to 43
- set the visible of sprite n to 0
- end repeat
- repeat with n = 1 to 10
- if getAt(gqzitemlist, n) = 1 then
- set the visible of sprite (n + 20) to 1
- end if
- end repeat
- repeat with n = 11 to 14
- if getAt(gqzitemlist, n) = 1 then
- set the visible of sprite (n + 11) to 1
- end if
- end repeat
- set the visible of sprite 20 to 1
- end
-