home *** CD-ROM | disk | FTP | other *** search
- global sprpick, sprcast
-
- on mouseDown
- puppetSound(word 1 of the name of cast the castNum of sprite the clickOn)
- if the castNum of sprite the clickOn > 44 then
- go("idle")
- else
- set sprpick to the clickOn
- set sprcast to the castNum of sprite the clickOn
- vwLegalButton(sprpick, "checkans")
- end if
- end
-