home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_226_Button3.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  286 b   |  15 lines

  1. on mouseDown
  2.   global AppName, pathName
  3.   if PressButton(6) = 0 then
  4.     return 
  5.   end if
  6.   if the machineType = 256 then
  7.     set AppName to "PMPDEM16.EXE"
  8.     set pathName to "PMPS"
  9.   else
  10.     set pathName to "PMP Spanish"
  11.     set AppName to "PMP Spanish Demo"
  12.   end if
  13.   runApp()
  14. end
  15.