home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set the castNum of sprite the clickOn to 449
- puppetSprite(the clickOn, 0)
- if (the mouseCast = 449) or (the mouseCast = 450) then
- go("end")
- end if
- updateStage()
- end
-
- on mouseDown
- set snum to the clickOn
- puppetSprite(snum, 1)
- repeat while the mouseDown
- if (the mouseCast = 449) or (the mouseCast = 450) then
- set the castNum of sprite snum to 450
- else
- set the castNum of sprite snum to 449
- end if
- updateStage()
- end repeat
- end
-