home *** CD-ROM | disk | FTP | other *** search
/ Yotech / Yotech.iso / main.dir / Internal_50_effect-button.ls < prev    next >
Encoding:
Text File  |  2004-01-30  |  226 b   |  10 lines

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