home *** CD-ROM | disk | FTP | other *** search
/ Computer Music 2001 Autumn / CM039-Computer_Music-Autumn-01 / CM039-Computer_Music-Autumn-01.iso / pc / software.cst / 00038.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  221 b   |  9 lines

  1. on mouseup me
  2.   if the machinetype =256 then
  3.     open the moviepath &"Winsoft\Demo software\Sampletank demo\SETUP.EXE"
  4.   else
  5.     open the moviepath &"Macsoft:Demo software:Sampletank Demo:STDemo Installer"
  6.   end if
  7. end
  8.  
  9.