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, #keybk) = 1 then
- puppetSound(3, "TURN")
- puppetTransition(12, 1, 40, 1)
- go("Sa1")
- else
- puppetSound(3, "TURN")
- puppetTransition(12, 1, 40, 1)
- go("S1")
- end if
- end
-