
02/03/2006, 16:16
|
 | | | Fecha de Ingreso: marzo-2005 Ubicación: Argentina
Mensajes: 939
Antigüedad: 20 años 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? |