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, "TURN")
- puppetTransition(11, 1, 40, 1)
- go("Ta1")
- else
- puppetSound(3, "TURN")
- puppetTransition(11, 1, 40, 1)
- go("T1")
- end if
- end
-