Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   ActionScript (http://www.flasher.ru/forum/forumdisplay.php?f=5)
-   -   Легенький вопрос (http://www.flasher.ru/forum/showthread.php?t=58829)

rojok-online 30.05.2004 22:19

Легенький вопрос
 
в чем проблема... ?!?!?
не происходит анимация кнопок... :(
Код:

for (i=0; i<6; i++) {
        this["b"+i].onRollOver = function() {
                this["b"+i].gotoAndPlay(2);
        };
        this["b"+i].onRollOver = function() {
                this["b"+i].gotoAndPlay(11);
        };
        this["b"+i].onRelease = function() {
                trace("Release");
        };
}


silin 30.05.2004 22:34

Код:

for (i=0; i<6; i++) {
        this["b"+i].onRollOver = function() {
                this.gotoAndPlay(2);
        };
        this["b"+i].onRollOut = function() {
                this.gotoAndPlay(11);
        };
        this["b"+i].onRelease = function() {
                trace("Release");
        };
}


rojok-online 30.05.2004 23:13

спасиб silin туплю просто (((


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

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