home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global place
- if place > 0 then
- set the castNum of sprite (place - 6) to the number of cast ("shop" & place & ",off")
- end if
- set place to clickOn() + 6
- set the castNum of sprite (place - 6) to the number of cast ("shop" & place & ",on")
- updateStage()
- end
-