
29.02.2004, 23:18
|
|
блогер
Регистрация: Mar 2003
Адрес: Моск. обл.
Сообщений: 5,269
|
можно по другому
clr=new Color(this.but.txt);
but.onRollOver=function(){
clr.setTransform({rb:255});
}
but.onRollOut=function(){
clr.setTransform({rb:0});
}
but - кнопка, txt -текст внутри кнопки
|