
28.10.2005, 21:05
|
|
|
.grin! wuz here
Регистрация: Aug 2004
Адрес: paradise city
Сообщений: 3,981
|
онролловер внутри кнопки тоже выход. руки настрой.
но лучше так:
Button.prototype.onRollover = function(){
if(this._name == "blah-blah") // проверка, что это та кнопка.
doMyFunc(this._name)
}
Button.prototype.onRollout = function(){
if(this._name == "blah-blah") // проверка, что это та кнопка.
doMyOtherFunc()
}
__________________
Breakcore them all!
|