home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gnum1, gcount1
- set gnum1 to the clickOn
- if the castNum of sprite gnum1 <> 177 then
- exit
- else
- if gcount1 <> 0 then
- puppetSound(3, 80)
- end if
- 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
- set the castNum of sprite 13 to 180
- go(the frame + 1)
- end if
- end
-