![]() |
|
||||||||||
|
|||||
|
Почему DragOver и DragOut не срабатывает в АС?
but.news.onDragOver = function() {
i=30
this.onEnterFrame = function() {
if (i=<100) {
i++;
trace(i*1.6)
but.news._alpha = i*1.6;
} else {
stop();
delete (this.onEnterFrame);
}
};
};
but.news.onDragOut = function() {
i=30
this.onEnterFrame = function() {
if (i>=100) {
i--;
trace(i*1.6)
but.news._alpha = i*1.6;
} else {
stop();
delete (this.onEnterFrame);
}
};
};
|
![]() |
Часовой пояс GMT +4, время: 00:41. |
|
|
« Предыдущая тема | Следующая тема » |
|
|