Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
on (rollOver, rollOut) {
if (vereininfo._visible) {
vereininfo._visible = false;
clown._visible = false;
clown.gotoAndStop(1)
} else {
if (vereininfo._visible == false) {
vereininfo._visible = true;
clown._visible = true;
clown.gotoAndPlay(1);
}
}
}
onClipEvent (enterFrame) {
anz = clipper._currentframe;
}