home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 24 / CDACTUAL24.iso / cdactual.dir / Internal_32_2share.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  197 b   |  11 lines

  1. on mouseUp
  2.   if the platform = "Windows, 32" then
  3.     open("./share/share32.exe")
  4.   else
  5.     if the platform = "Windows, 16" then
  6.       open("./share/share16.exe")
  7.     end if
  8.   end if
  9.   quit()
  10. end
  11.