home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / LIB_DAY.BIN / DEMOS / DEMOS.DXR / 00046.ls < prev    next >
Encoding:
Text File  |  1998-02-27  |  256 b   |  13 lines

  1. on mouseUp me
  2.   open("\manual\acrobat\setup.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   set the member of sprite the spriteNum of me to "acro_small_2"
  7.   puppetSound(1, "switch2")
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the spriteNum of me to "acro_small_1"
  12. end
  13.