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