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

  1. on mouseUp me
  2.   open(the pathName & "www.exe www.imagiconline.com")
  3. end
  4.  
  5. on mouseEnter me
  6.   set the member of sprite the spriteNum of me to "imagiconline_2"
  7.   puppetSound(1, "switch2")
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the spriteNum of me to "imagiconline_1"
  12. end
  13.