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 = 1 then
- GoFrame(getAt(glThisLevel, count(glThisLevel)))
- else
- GoFrame(getAt(glThisLevel, gnThisFrame - 1))
- end if
- end
-