| |||||||
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) |
| this.onEnterFame Registriert seit: Feb 2002 Ort: Jetzte: Stuttgart
Beiträge: 1.666
| variablen übergabe funzt offline, aber online nicht!
wie kann das sein? im file selbst funzt folgendes: Code: this.anzahlBilder = 5;
//this.verzeichnis="content/02commercial/01img/"
this.verzeichnis="../01img/"
this.imgToShow = 1;
this.shownImg = 1;
this.contiInTask = "conti1";
//
MovieClip.prototype.galfunction = function() {
this._parent._parent.imgToShow = this.id;
//
if (this._parent._parent.contiInTask == "conti1") {
this._parent._parent.contiInTask = "conti2";
} else if (this._parent._parent.contiInTask == "conti2") {
this._parent._parent.contiInTask = "conti1";
}
this._parent._parent[contiInTask].loadIMG(this._parent._parent.imgToShow);
this._parent._parent.shownImg = this._parent._parent.imgToShow;
for (f=this._parent._parent.anzahlBilder; f>0; f--) {
if (f != this.id) {
this._parent["btn"+f].fade(0, 70);
}
}
//
}; Code: this.verzeichnis="content/02commercial/01img/" es wird einfach mmer conti1 verwendet ... und ... wie gesagt im file selbst... solo ... ohne reingeladen werden: einwandfrei! woran kann das liegen die bennenungen hab ich schon gecheckt ... sind nicht doppelt vergeben ... _RED_
__________________ _may the force be with you_ .................................................. ......... on Fire 2008 .................................................. ......... Easy Crime available here .................................................. ......... _RED_ + Flashforum = Big Love .................................................. ......... A.K.A: ACHIM 0815 |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |