home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00441_Script_441 < prev    next >
Text File  |  1996-07-02  |  183b  |  7 lines

  1. on mouseDown
  2.   pressbtn()
  3.   global treeobj
  4.   if not launch(treeobj) then
  5.     -- put "You need to select an application in order to launch it." into field "DemoInfo"
  6.   end if
  7. end