home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / tonline / 53inter.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  292 b   |  14 lines

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