
14.06.2005, 21:24
|
|
|
.grin! wuz here
Регистрация: Aug 2004
Адрес: paradise city
Сообщений: 3,981
|
var my_snd= new Sound ();
my_snd.attachSound("fon");
my_snd.start();
first_btn = function(){
this._parent.onEnterFrame = function(){
if(my_snd.volume) my_snd.volume--
}
}
second_btn = function(){
this._parent.onEnterFrame = function(){
if(my_snd.volume<currVolume) my_snd.volume++
}
}
__________________
Breakcore them all!
Последний раз редактировалось KidsKilla; 14.06.2005 в 21:34.
|