home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gnum1
- set gnum1 to the mouseH
- puppetSound(3, 98)
- cursor(200)
- repeat with n = 46 to 48
- set the cursor of sprite n to 0
- end repeat
- repeat with n = 14 to 38
- set the cursor of sprite n to 0
- end repeat
- puppetSprite(47, 1)
- if gnum1 < 180 then
- set the castNum of sprite 47 to 189
- else
- set the castNum of sprite 47 to 190
- end if
- updateStage()
- go("ge")
- end
-