hallo hab ein txtfeld der den preis ausgibt und einen button - wenn das txtfeld "0" ist soll der button dies und jenes machen hier das script ich weiss nicht was falsch ist auf jedenfall funktioniert es nicht - also die eigentlich funktion funktioniert aber die if else abfrage nicht...
Code:
on (release) {
if (_root.charge_txt=="0") {_root.textfeld2 = "Es ist nichts im Warenkorb!";}
else {_root:place = ".ORDER";
i = 1;
while (i <= (_root:tags+3)) {
removeMovieClip("_root.ibar" add i);
i = i+1;
}
tellTarget (_root) {
gotoAndStop("order");
}}
} bedanke mich im vorraus