home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gqzitemlist
- set the visible of sprite 30 to 0
- set the visible of sprite 31 to 0
- set the visible of sprite 32 to 0
- set the visible of sprite 33 to 0
- set the visible of sprite 44 to 0
- updateStage()
- if (getaProp(gqzitemlist, #karatem) = 1) or (getaProp(gqzitemlist, #makimono) = 1) then
- puppetSound(3, "STEP")
- puppetTransition(26, 1, 40, 1)
- go("Nu-Ta")
- else
- puppetSound(3, "STEP")
- puppetTransition(26, 1, 40, 1)
- go("Nu-T")
- end if
- end
-