
03/11/2005, 09:19
|
 | | | Fecha de Ingreso: febrero-2004 Ubicación: República Dominicana
Mensajes: 997
Antigüedad: 21 años, 1 mes Puntos: 7 | |
Intenta con esto, a ver si funciona:
var sonido:Sound = new Sound();
sonido.attachSound("catupecu");
sonido.setVolume(100);
sonido.start(0, 999);
Solo le agregue a setVolume. |