Создать форум бесплатно: ixbb.ru :: Календарь на Апрель 2024 года: calendar2008.ru/2024/aprel/

  Reply to this topicStart new topicStart Poll

Эффект нажатия и удержания кнопки

, помогите разобраться
ssetterr
Отправлено: Mar 31 2010, 04:34 AM
Quote Post


  Солдат
*

Группа: unior
Сообщений: 1
Пользователь №: 3240
Регистрация:
31-March 10



Всем доброго времени суток!

Очень нужно для моего меню вот такая задача:

при нажатии на кнопку изменяется цвет кнопки, и она удерживается с этим цветом в момент перехода и всё время.

нашел в вот такое решение:

var intervalID:Number;
//Создание кнопки, можно нарисовать редактором
_root.createEmptyMovieClip("bMyButton", 0);
_root.bMyButton.lineStyle(0, 0x000000, 100);
_root.bMyButton.beginFill(0x999999, 100);
_root.bMyButton.moveTo(0, 0);
_root.bMyButton.lineTo(100, 0);
_root.bMyButton.lineTo(100, 20);
_root.bMyButton.lineTo(0, 20);
_root.bMyButton.lineTo(0, 0);
_root.bMyButton._x = 100;
_root.bMyButton._y = 100;
//
_root.bMyButton.onPress = function() {
intervalID = setInterval(nag, 1000);
};
_root.bMyButton.onRelease = function() {
clearInterval(intervalID);
};
_root.bMyButton.onReleaseOutside = function() {
clearInterval(intervalID);
};
function nag():Void {
clearInterval(intervalID);
trace("Оброботчик удерживания работает");
}

но не знаю, как его вписать в CSS со всеми остальными параметрами.
PMEmail Poster
Top
ruitrjiu
Отправлено: Dec 7 2013, 04:09 PM
Quote Post


  Unregistered









Mid-foot Inside Pattern Band of Beverly<br><br>Peaks had been brought in to aid result in a new appearance to your breathing space, Canada Goose Coat concentrated a couple of vibrant brand new light fiberglass reproduction to a mid-century Canada Goose modern basic typically the Eero Saarinen Tulip 30th platform, together with several ergonomic chairs with excellent teal ones $825, Typically the streamlined established fit in whole lot more perfectly inside place, Womens Canada Goose and also the basamento form legs removed the actual cluttered try looking in everyone in the room. While using platform and also ergonomic chairs for the starting place, Arch Interiors' Captain christopher Grub and also Bonita Turner thought of a whole new perky look for the room, completely, just about all during the average spending plan necessities of your consumer.<br>
Top rated Throughout the style and design squad tackled the area
Devilish Rooms Design and style Category of Beverly
Often the nook measured substantial ceiling xxxxxx
Top
ruitrjiu
Отправлено: Dec 13 2013, 04:02 AM
Quote Post


  Unregistered









broadcasted the complete frank stunt these times<br><br>and so probably the modern world multi level marketing escalating much more Cheap Mens Moncler accepting medical marijuana or sometimes the technique has been only receptive to Moncler Jackets what Snoop along with Ke$ha happen to be seriously cigarettes. It turned out shine We were just simply cigarettes this is my canada goose jackets glitters, subsequently advised The particular Movie Press reporter. MTV almost certainly only just converted Miley Cyrus's skeptical spliff towards a much bigger work simply by censoring the woman's light up.<br>
broadcasted the total straight-forward stop these times
It might be probably in which the woman's stunt did not zap a lot of
That it is very likely the fact that the girl stunt still did not great shock many xxxxxx
Top
mikityak
Отправлено: Feb 6 2014, 07:43 PM
Quote Post


  Капитан
*

Группа: Members
Сообщений: 69
Пользователь №: 5045
Регистрация:
6-February 14



http://drohobych.ucoz.lv/ drogobych drohobych drogobich drohobich drogobychyna drohobychyna drogobychina drohobychina drogobycz drohobycz drogobicz drohobicz drogobyczyna drohobyczyna drogobyczina drohobyczina

<a href=http://drohobych.ucoz.lv/>drogobych drohobych drogobich drohobich drogobychyna drohobychyna drogobychina drohobychina drogobycz drohobycz drogobicz drohobicz drogobyczyna drohobyczyna drogobyczina drohobyczina</a>


--------------------
PMEmail PosterUsers Website
Top
Kalibron
Отправлено: Sep 22 2014, 12:22 PM
Quote Post


  Команда ЭйсВэб
*

Группа: Members
Сообщений: 395
Пользователь №: 2888
Регистрация:
7-October 09



подскажите, почему может быть в цсс, когда прописываю класс и в нем параметры то в хтмл не всегда оно правильно становится и в результате в браузере криво и совсем не то что прописал. к примеру пишу цвет текста красный, а оно какой то алый выдает.
PMEmail PosterUsers Website
Top

Topic Options Reply to this topicStart new topicStart Poll

 



[ Script Execution time: 0.0226 ]   [ 10 queries used ]   [ GZIP выключен ]