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.
onEnterFrame{
wink1 += 1
wink2 += 2
this._x = this._x + (x - this._x)/10 + Math.cos(wink1)*15
this._y = this._y + (y - this._y)/10 + Math.cos(wink2)*2
}
onEnterFrame {
...
}