| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| Neuer User Registriert seit: Apr 2003
Beiträge: 144
| Button Aktionen werden nicht bis zum ende ausgeführt Code: on (release) {
posx = this._x;
posy = this._y;
tiefe = this.getDepth();
_root.gnomy.gotoAndPlay(28);
application.loadData("navBt2.xml");
if (_global.fehlenderbutton == "But1") {
_global.but1func(posx, posy, tiefe);
}
if (_global.fehlenderbutton == "But2") {
_global.but2func(posx, posy, tiefe);
}
if (_global.fehlenderbutton == "But3") {
_global.but3func(posx, posy, tiefe);
}
if (_global.fehlenderbutton == "But4") {
_global.but4func(posx, posy, tiefe);
}
if (_global.fehlenderbutton == "But5") {
_global.but5func(posx, posy, tiefe);
}
// ab hier geht nix mehr
delete _global.fehlenderbutton;
_global.fehlenderbutton = "But2";
_root.werisdran.text = _global.fehlenderbutton;
removeMovieClip(this);
} Ich frage mich nur was das Problem sein könnte, da alle IF Anweisung abgeschlossen sind. Helft mir, hoffentlich ist es nicht schon wieder so was peinlich einfacheres ![]() The GINemrod |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |