Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/10/2009, 09:21
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años, 1 mes
Puntos: 34
Respuesta: on keyPress -> playSound

Un amigo me sugirió esto, funcionar funciona... Espero que esté bien...

Código:
on (keyPress("<Space>")) {
    gotoAndPlay(2);
}
onFrame (1) {
    stop();
}

onFrame (2) {
    playSound("piano");
    gotoAndStop(1);
}
__________________
elGastronomo