home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gbTeleAuto, glThisLevel, gnThisFrame
- if gbTeleAuto then
- EndAutoSequence()
- exit
- end if
- ClickButton(the clickOn)
- if gnThisFrame = count(glThisLevel) then
- GoFrame(getAt(glThisLevel, 1))
- else
- GoFrame(getAt(glThisLevel, gnThisFrame + 1))
- end if
- end
-