home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gbPopIsOn, gbTeleAuto, glSoundList, gbNoBreak
- append(glSoundList, the frameLabel)
- if CheckForPopup() then
- exit
- end if
- set gbTeleAuto to 1
- if the controlDown then
- set gbNoBreak to 0
- end if
- go(1, "tonline\haupt.dir")
- end
-