Показать сообщение отдельно
Старый 09.01.2008, 10:56
udaaff вне форума Посмотреть профиль Отправить личное сообщение для udaaff Найти все сообщения от udaaff
  № 5  
Ответить с цитированием
udaaff
...

модератор форума
Регистрация: Sep 2006
Адрес: Minsk
Сообщений: 4,286
Код:
but.onRollOver = function () {
	this.tween.stop();
	this.tween = new Tween(this, "_height", None.easeOut, this._height, 48, 0.5, true);
}

but.onRollOut = but.onReleaseOutside = function () {
	this.tween.stop();
	this.tween = new Tween(this, "_height", None.easeOut, this._height, 15, 0.2, true);
}