Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/03/2006, 16:16
Avatar de luistar
luistar
 
Fecha de Ingreso: marzo-2005
Ubicación: Argentina
Mensajes: 939
Antigüedad: 19 años, 1 mes
Puntos: 0
Código:
var musica:Sound = new Sound(this);
musica.attachSound('chachacha');
musica.start(0,999);
pelota._x = 0;
pelota.onEnterFrame = function(){
	musica.setVolume(this._x);
}
pelota.onPress = function(){
	this.startDrag(false,0,this._y,100,this._y);
}
pelota.onMouseUp = function(){
	this.stopDrag();
}
stop();
:D
__________________
Si digo que soy mentiroso. ¿Lo soy?