Skocz do zawartości

Featured Replies

Napisano

witam, mam taki problemik mam zrobione menu z mc ktore sie otwiera scryptem z glownej listwy czasowej scrypt wyglada tak

menu.onRollOver = function() {

this.onEnterFrame = function() {

if (this._currentframe

this.nextFrame();

}

};

};

menu.onRollOut = function() {

this.onEnterFrame = function() {

if (this._currentframe>0) {

this.prevFrame();

}

};

}

 

tu wszystko jeszcze dziala, problem zaczyna sie w momencie kiedy do mc w ktorym jest menu wstawiam buttona zrobionego z mc(nadaje mu instance "e") i przypisuje mu z glownej listwy taki scrypt

 

menu.e.onRollOver = function() {

this.onEnterFrame = function() {

if (this._currentframe

this.nextFrame();

}

};

};

menu.e.onRollOut = function() {

this.onEnterFrame = function() {

if (this._currentframe>0) {

this.prevFrame();

}

};

}

 

i juz nie dziala gdzie lezy moj blad?,

 

pozdr..

  • Odpowiedzi 2
  • Wyświetleń 810
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Powiadomienie o plikach cookie

Wykorzystujemy cookies. Przeczytaj więcej Polityka prywatności