Adam Wille
Erfahrenes Mitglied
PHP:
if (this._x<250) {
this._alpha -= 1;
} else {
this._alpha+=3;
color1=new Color (this);
color1.setRGB (0xfe0000);
}
Geist
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.
if (this._x<250) {
this._alpha -= 1;
} else {
this._alpha+=3;
color1=new Color (this);
color1.setRGB (0xfe0000);
}
warum dann also nicht eval("smart"+x)?
for (i=1;i<10;i++){
_root.attachMovie("mc","mc"+i,i);
eval ("mc"+i)._alpha-=(i*10);
eval ("mc"+i)._x+=(i*54);
}
_root.attachMovie("mc","mc"+i,i);
for (i=1;i<10;i++){
_root.attachMovie("mc","mc"+i,i);
_root["mc"+i]._alpha-=(i*10);
_root ["mc"+i]._x+=(i*54);
}