Tema: volumenflash
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/01/2004, 11:07
Avatar de ¬...
¬...
 
Fecha de Ingreso: noviembre-2003
Ubicación: Guatemala
Mensajes: 742
Antigüedad: 20 años, 4 meses
Puntos: 4
al movieClip:
Código:
onClipEvent(load){
	t=_y;
	l=_x;
	r=_x;
	b=_y+100;
}
onClipEvent(enterFrame){
	realvol=(_y-t);
	_parent.el_objeto_sonido.setVolume(realvol);
}
__________________
'_'

...

Última edición por ¬...; 27/01/2004 a las 11:11