witam
mam zdjecia z buttonami i nastepujacym as:
btn1.onRelease = function(){
if (_currentframe == 15) {
gotoAndStop(5);
}
else {
nextFrame();
}
}
btn2.onRelease = function(){
if (_currentframe == 5) {
gotoAndStop(15);
}
else {
prevFrame();
}
}
zdjecia są w kolejnych klatkach od 5 ...
Znaleziono 1 wynik
- wt mar 15, 2011 6:44 pm
- Forum: Flash
- Temat: problem z galelrią zdjec w as2
- Odpowiedzi: 0
- Odsłony: 2207