home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00075.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  106 b   |  8 lines

  1. on mouseDown
  2.   if CheckForPopup() then
  3.     exit
  4.   end if
  5.   ClickButton(the clickOn)
  6.   GoFrame("Main")
  7. end
  8.