home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 January - Disc 2 / NET53B.iso / pc / net / main / 00070.ls < prev    next >
Encoding:
Text File  |  1998-11-11  |  192 b   |  8 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "top50\11-20\12\Shockwave_Installer.exe")
  4.   else
  5.     open(the moviePath & "top50\11-20\12\Shockwav.exe")
  6.   end if
  7. end
  8.