home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global StartSprite
- set the castNum of sprite the clickOn to the castNum of sprite the clickOn + 1
- updateStage()
- repeat while the mouseDown
- nothing()
- end repeat
- set the castNum of sprite the clickOn to the castNum of sprite the clickOn - 1
- updateStage()
- if StartSprite < 8 then
- set StartSprite to StartSprite + 1
- PlacePict()
- end if
- end
-