![]() |
|
||||||||||
|
|||||
|
Регистрация: Nov 2007
Сообщений: 13
|
this.attachMovie("pointer_id", "pointer_mc", this.getNextHighestDepth());
Mouse.hide();
var mouseListener:Object = new Object();
mouseListener.onMouseMove = function() {
pointer_mc._x = _xmouse;
pointer_mc._y = _ymouse;
updateAfterEvent();
};
Mouse.addListener(mouseListener);
Вот что я сделала. Последний раз редактировалось nonpoint; 12.01.2008 в 16:33. |
![]() |
Часовой пояс GMT +4, время: 02:43. |
|
|
« Предыдущая тема | Следующая тема » |
|
|