Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   ActionScript 1.0/2.0 (http://www.flasher.ru/forum/forumdisplay.php?f=93)
-   -   as (http://www.flasher.ru/forum/showthread.php?t=76989)

psiho 16.03.2006 14:15

as
 
Вложений: 1
Здрасте помогите разобратса с кодом!

stop();
pred_mc = null;
now_mc = null;
for (i=1; i<=5; i++) {
this["but"+i].i = i;
this["but"+i].onRelease = function() {
_root.now_mc = this.i;
if (_root.pred_mc == null) {
_root.pred_mc = this.i;
_root["mc"+this.i].onEnterFrame = function() {
this.gotoAndStop(this._currentframe+1);
if (this._currentframe == this._totalframes) {
delete this.onEnterFrame;
}
};
} else {
_root["mc"+_root.pred_mc].onEnterFrame = function() {
this.gotoAndStop(this._currentframe-1);
if (this._currentframe == 1) {
_root["mc"+_root.now_mc].onEnterFrame = function() {
this.gotoAndStop(this._currentframe+1);
if (this._currentframe == this._totalframes) {
delete this.onEnterFrame;
}
};
delete this.onEnterFrame;
}
};
}
};
}

я думаю с исходником все будет понятно!


Часовой пояс GMT +4, время: 17:40.

Copyright © 1999-2008 Flasher.ru. All rights reserved.
Работает на vBulletin®. Copyright ©2000 - 2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Администрация сайта не несёт ответственности за любую предоставленную посетителями информацию. Подробнее см. Правила.