home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gqzlist
- 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(gqzlist, #dckdy) = 1 then
- puppetSound(3, "STEP")
- puppetTransition(26, 1, 40, 1)
- go("D-G")
- else
- puppetSound(3, "STEP")
- puppetTransition(26, 1, 40, 1)
- go("D-Gc")
- end if
- end
-