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

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