home *** CD-ROM | disk | FTP | other *** search
/ Digital Photography Techniques 2003 October / DPTi04.iso / pc / shared.cst / 00026_rolloverMain.ls < prev    next >
Encoding:
Text File  |  2003-08-26  |  284 b   |  11 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to member "NavButton5"
  4.  set the color of sprite(25) to rgb(225,128,0)
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member "NavButton5.1"
  9. set the color of sprite(25) to rgb(225,225,225)
  10. end
  11.