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, dragOver){
this.ro.gotoAndPlay(_currentframe+1);
}
on(rollOut, dragOut){
this.ro.gotoAndPlay(_totalframes-(_currentframe+1))
}
gotoAndStop(1);
gotoAndStop(20);
gotoAndStop(11);
gotoAndStop(_totalframes-_currentframes+1);