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