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

  1. on mouseDown
  2.   global AppName, pathName
  3.   if PressButton(5) = 0 then
  4.     return 
  5.   end if
  6.   set AppName to "GOPROG.DIR"
  7.   if the machineType = 256 then
  8.     set pathName to "LSEE"
  9.   else
  10.     set pathName to "English 6.0"
  11.   end if
  12.   runApp()
  13. end
  14.