27/01/2004, 11:07
|
| | | Fecha de Ingreso: noviembre-2003 Ubicación: Guatemala
Mensajes: 742
Antigüedad: 21 años 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 |