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.
a = "blu"
b = "bb"
this[a+b] = "spinat"
trace( blubb );
var i = 6
_root["spinat_" + i] = "grün"
//macht genau das gleiche wie:
_root.spinat_6 = "grün"
on (release) {
if (marked != "None") {
markedx = markedx+1;
if (_root["ufl_"+"0"+markedx+"0"+markedy] == "none") {
markedx = markedx-1;
_root["ufl_"+"0"+markedx+"0"+markedy] = "none";
markedx = markedx+1;
_root["ufl_"+"0"+markedx+"0"+markedy] = marked;
} else {
markedx = markedx-1;
}
_root.gotoandplay(4);
}
_root.gotoandplay(4);
}
_root.unitvar["ufl_0"+markedx+"0"+markedy] == "none"