home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / tonline / 54email.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-02-19  |  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 = 1 then
  9.     GoFrame(getAt(glThisLevel, count(glThisLevel)))
  10.   else
  11.     GoFrame(getAt(glThisLevel, gnThisFrame - 1))
  12.   end if
  13. end
  14.