home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / softcd / intro / examples.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1999-10-22  |  136 b   |  9 lines

  1. on mouseUp
  2.   appPath = baFindApp("orl")
  3.   if appPath = EMPTY then
  4.     go(marker("install"))
  5.   else
  6.     go(1, "prelottery")
  7.   end if
  8. end
  9.