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

  1. on mouseUp
  2.   appPath = baFindApp("orl")
  3.   if appPath = EMPTY then
  4.     go(marker("install"))
  5.   else
  6.     gotoNetPage(the moviePath & "..\examples\lockedwebsite\index.htm")
  7.   end if
  8. end
  9.