home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member("NOOVER")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("NO")
- end
-
- on mouseDown me
- sprite(24).visible = 0
- sprite(25).visible = 0
- sprite(26).visible = 0
- sprite(27).visible = 0
- end
-