03/11/2005, 09:19
|
| | | Fecha de Ingreso: febrero-2004 Ubicación: República Dominicana
Mensajes: 997
Antigüedad: 20 años, 11 meses 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. |