home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gbTeleAuto, glLastFrames
- if gbTeleAuto then
- EndAutoSequence()
- exit
- end if
- ClickButton(the clickOn)
- set l to glLastFrames
- set n to count(l)
- set glLastFrames to list()
- repeat with i = 1 to n - 1
- append(glLastFrames, getAt(l, i))
- end repeat
- GoFrame(getAt(l, n))
- end
-