![]() |
|
||||||||||
|
|||||||
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | Опции просмотра |
|
![]() |
|
|||||
|
Если вы не пользуетесь событиями onRollOver и onRollOut для кнопок, достаточно будет использовать Button.prototype, чтобы разом задать onRollOver и onRollOut всем объектам класса Button:
startDrag(_cursor,true); function standartCursor(){ Mouse.show(); _cursor._visible=false; } function customCursor(){ Mouse.hide(); _cursor._visible=true; } Button.prototype.onRollOver=function(){ standartCursor(); } Button.prototype.onRollOut=function(){ customCursor(); } customCursor(); |
![]() |
Часовой пояс GMT +4, время: 13:20. |
|
|
« Предыдущая тема | Следующая тема » |
|
|