home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01.dir / 00047.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  102 b   |  7 lines

  1. on mouseUp
  2.   global gEnableButtons
  3.   if gEnableButtons then
  4.     go(1, "..\contents.dir")
  5.   end if
  6. end
  7.