home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / links / 00056_Script_link - MagicButton < prev    next >
Encoding:
Text File  |  2000-06-22  |  315 b   |  9 lines

  1. on mouseDown me
  2.   puppetSound 1, "ClickSound"
  3.   
  4. on mouseUp
  5.   alert "If you have problems running this program, you will need to install the Visual Basic Runtimes 5.0. These are downloadable from http://flybum.hypermart.net/files2/vb5_runtime.zip"
  6.   open the moviepath&"software\MagicButton\Setup.exe"
  7. end
  8.  
  9.