home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global x1, x2, y1, y2, pensize, clrsprite
- if pensize = 0 then
- puppetSprite(44, 1)
- stageToCast()
- set the trails of sprite 44 to 1
- spriteBox(44, x1, y1, x2, y2)
- set the visible of sprite 44 to 1
- updateStage()
- end if
- set the width of sprite clrsprite to 2
- set the height of sprite clrsprite to 2
- set pensize to 1
- updateindicator()
- end
-