home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gpressed
- set the puppet of sprite the clickOn to 1
- set caster to the name of cast the castNum of sprite the clickOn
- put "down" into word 3 of caster
- set the puppet of sprite the clickOn to 1
- set the castNum of sprite the clickOn to the number of cast caster
- repeat with n = 2 to 12
- if n <> the clickOn then
- set the puppet of sprite n to 0
- end if
- end repeat
- set gpressed to the clickOn
- end
-