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 / 00020.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  209 b   |  9 lines

  1. on mouseUp
  2.   if the machinetype = 256 then
  3.     open the moviepath &"Winsoft\Demo Software\Reaktor 3 Demo\?????"
  4.   else
  5.     
  6.     open the moviepath &"Macsoft:Demo Software:Reaktor 3 Demo:??????"
  7.   end if
  8.   
  9. end