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

  1. on mouseUp me
  2.   open(the pathName & "7k\7kdemo.exe")
  3.   quit()
  4. end
  5.  
  6. on mouseEnter me
  7.   set the member of sprite the spriteNum of me to "7k_2"
  8.   puppetSound(1, "switch2")
  9. end
  10.  
  11. on mouseLeave me
  12.   set the member of sprite the spriteNum of me to "7k_1"
  13. end
  14.