| |||||||
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: Jul 2004
Beiträge: 30
|
hi! ich verzweifle langsam an einem problem. hab schon sämtliche foren durchforstet konnte aber keine lösung für mein prob finden. wie kann ich es bewerkstelligen, daß bei knopfdruck( "btn0,1,2") erst der aktuelle MC("site1,2,3...") rückwärts und anschließent der gewünschte vorwärts abgespielt wird. nicht wie in diesem script beides gleichzeitig..... HTML-Code:
this.site1.onEnterFrame = function() {
if (_root.count == 1) {
this.nextFrame();
} else {
this.prevFrame();
}
};
this.site2.onEnterFrame = function() {
if (_root.count == 2) {
this.nextFrame();
} else {
this.prevFrame();
}
};
this.site3.onEnterFrame = function() {
if (_root.count == 3) {
this.nextFrame();
} else {
this.prevFrame();
}
};
this.site4.onEnterFrame = function() {
if (_root.count == 4) {
this.nextFrame();
} else {
this.prevFrame();
}
};
this.site5.onEnterFrame = function() {
if (_root.count == 5) {
this.nextFrame();
} else {
this.prevFrame();
}
};
this.site6.onEnterFrame = function() {
if (_root.count == 6) {
this.nextFrame();
} else {
this.prevFrame();
}
}
;
this.btn0.onPress=function(){
_root.count=1;
}
this.btn1.onPress=function(){
_root.count=2;
}
this.btn2.onPress=function(){
_root.count=3;
}
this.btn3.onPress=function(){
_root.count=4;
}
this.btn4.onPress=function(){
_root.count=5;
}
this.btn5.onPress=function(){
_root.count=6;
} wäre für hilfreiche beiträge echt super dankbar! gruß, alex |
| | |
| | #2 (permalink) |
| tracer Registriert seit: Jun 2004
Beiträge: 4.415
| PHP-Code: PHP-Code:
__________________ Viola per Sempre Alle Angaben ohne Gewehr! trace your open mind in variables ! andretti ActionScript Dictionary Geändert von andretti (05-02-2006 um 20:22 Uhr) |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |