27/10/2010, 09:31
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 15 años Puntos: 2 | |
Respuesta: Error botones Y esto sale en el content:
onFrame (1, afterPlacedObjectEvents) {
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (3, afterPlacedObjectEvents) {
stop();
}
onFrame (11, afterPlacedObjectEvents) {
play();
setLabel("section1");
tellTarget (_1) {
gotoAndPlay("play");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (26, afterPlacedObjectEvents) {
stop();
}
onFrame (27, afterPlacedObjectEvents) {
setLabel("section2");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndPlay("play");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (42, afterPlacedObjectEvents) {
stop();
}
onFrame (43, afterPlacedObjectEvents) {
setLabel("section3");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndPlay("play");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (58, afterPlacedObjectEvents) {
stop();
}
onFrame (59, afterPlacedObjectEvents) {
setLabel("section4");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndPlay("play");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (74, afterPlacedObjectEvents) {
stop();
}
onFrame (75, afterPlacedObjectEvents) {
setLabel("section5");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndPlay("play");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (90, afterPlacedObjectEvents) {
stop();
}
onFrame (91, afterPlacedObjectEvents) {
setLabel("section6");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("play");
}
}
onFrame (106, afterPlacedObjectEvents) {
stop();
} |