home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00072.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 = count(glThisLevel) then
  8.     GoFrame(getAt(glThisLevel, 1))
  9.   else
  10.     GoFrame(getAt(glThisLevel, gnThisFrame + 1))
  11.   end if
  12. end
  13.