home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Critical / CMiFree / tutor.dxr / 00013_FloppyButton.ls < prev    next >
Encoding:
Text File  |  1998-07-13  |  167 b   |  8 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     open(the moviePath & "winsoft\cubase vst demo\setup.exe")
  4.   else
  5.     open("Install Cubase Score VST Demo")
  6.   end if
  7. end
  8.