home *** CD-ROM | disk | FTP | other *** search
-
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member "NavButton3"
- set the color of sprite(23) to rgb(225,128,0)
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member "NavButton3.1"
- set the color of sprite(23) to rgb(225,225,225)
- end
-