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