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

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