home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- doCreateCancel()
- end
-
- on mouseDown
- global baseSprite
- set the castNum of sprite (baseSprite + 4) to the number of member "downCancel"
- updateStage()
- repeat while the mouseDown
- end repeat
- set the castNum of sprite (baseSprite + 4) to the number of member "upCancel"
- updateStage()
- end
-