Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
this.namedesmcs.onEnterFrame = function() {
this._xscale = this._yscale -= 5;
this._visible -= 5;
if (this._visible <= 0) {
this.removeMovieClip();
}
}
this.namedesmcs.onEnterFrame = function() {
this._xscale = this._yscale -= 5;
this._alpha -= 5;
if (this._alpha <= 0) {
this.removeMovieClip();
}
}