home *** CD-ROM | disk | FTP | other *** search
/ Yotech / Yotech.iso / main.dir / 00050_Script_effect-button < prev    next >
Text File  |  2004-01-30  |  238b  |  13 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to member "effect-button-02"
  4.   cursor 280
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite the currentSpriteNum to member "effect-button-01"
  10.   cursor -1
  11.  
  12. end
  13.