home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global selectspnum
- if (the castNum of sprite clickOn() mod 2) = 1 then
- set the castNum of sprite selectspnum to the castNum of sprite selectspnum - 1
- set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
- set selectspnum to clickOn()
- end if
- end
-