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