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

  1. on mouseDown
  2.   global glThisLevel, gnThisFrame
  3.   if CheckForPopup() then
  4.     exit
  5.   end if
  6.   ClickButton(the clickOn)
  7.   if gnThisFrame = 1 then
  8.     GoFrame(getAt(glThisLevel, count(glThisLevel)))
  9.   else
  10.     GoFrame(getAt(glThisLevel, gnThisFrame - 1))
  11.   end if
  12. end
  13.