home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / applet / 00020_Install.ls < prev    next >
Encoding:
Text File  |  1999-10-13  |  309 b   |  12 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open(the moviePath & "software\Applet\Applet65.exe")
  4.   else
  5.     if the platform = "Windows,16" then
  6.       open(the moviePath & "software\Applet\Applet65.exe")
  7.     else
  8.       open(the moviePath & "software:Applet:Applet Folder.sea")
  9.     end if
  10.   end if
  11. end
  12.