home *** CD-ROM | disk | FTP | other *** search
/ 3D World 76 / 3DWI76.iso / pc / Shared.cst / 00005_Text_5.txt < prev    next >
Text File  |  2006-02-08  |  172b  |  7 lines

  1. on mouseUp
  2.   if the machinetype = 256 then
  3.     open the moviepath & "Resources\trueSpace\tSetup43web.exe"
  4.   else
  5.     alert "This software is for PC only"
  6.   end if
  7. end