home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gbPopIsOn, gbInstallEinkauf, gnMMSprite
- CheckSound()
- if not gbPopIsOn then
- CheckRollOver()
- CheckForTimeOut()
- else
- if gbInstallEinkauf then
- DoAnim(gnMMSprite, 9, 1)
- InstallEinkauf()
- end if
- end if
- cursor(0)
- go(the frame)
- end
-