Frame 12
stop();
Frame 13
stop();
Instance of Symbol 36 MovieClip "6" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (control_coche == 1) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 1;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 1)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 39 MovieClip "2" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 2;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 476 MovieClip "3" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (7 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 477 MovieClip "4" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 4;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 4;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 4;
}
if (this.hitTest(_root.meta) and (preparar_perder == 4)) {
_root.perder._visible = 4;
_root.otravez._visible = 4;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (7 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 478 MovieClip "5" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (7 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 479 MovieClip "1" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (7 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 13
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (control_coche == 1) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 1;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 1)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (6 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (6 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 14
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 483 MovieClip "3" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder5._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 489 MovieClip "4" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder5._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 39 MovieClip "2" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 491 MovieClip "5" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder5._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 492 MovieClip "1" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder5._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (7 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 14
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 17
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 17
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (42 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (42 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 17
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (42 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (42 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 17
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (42 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (42 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 19
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 19
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 19
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 19
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 20
stop();
Instance of Symbol 39 MovieClip "2" in Frame 20
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 20
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 20
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (42 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (42 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 21
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 21
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 21
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 21
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (43 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 512 MovieClip "1" in Frame 21
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 513 MovieClip "3" in Frame 21
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 514 MovieClip "4" in Frame 21
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 23
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 23
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (31 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 23
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (31 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 23
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (31 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 25
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 25
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 2;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 25
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (16 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 25
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (42 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 26
stop();
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 26
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (22 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 26
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (22 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 26
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (22 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 93 MovieClip "1" in Frame 26
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 94 MovieClip "3" in Frame 26
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 95 MovieClip "4" in Frame 26
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 27
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 27
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (22 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 27
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (22 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 27
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (22 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 553 MovieClip "1" in Frame 27
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 554 MovieClip "3" in Frame 27
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 555 MovieClip "4" in Frame 27
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 29
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 29
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 29
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 29
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 30
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 30
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 30
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 30
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 265 MovieClip "4" in Frame 30
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 266 MovieClip "1" in Frame 30
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 267 MovieClip "3" in Frame 30
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 31
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 31
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 31
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 31
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (26 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 560 MovieClip "4" in Frame 31
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 561 MovieClip "1" in Frame 31
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 562 MovieClip "3" in Frame 31
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 32
stop();
Instance of Symbol 340 MovieClip "3" in Frame 32
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 341 MovieClip "3" in Frame 32
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 342 MovieClip "3" in Frame 32
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 39 MovieClip "2" in Frame 32
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 32
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 32
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 33
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 566 MovieClip "3" in Frame 33
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 567 MovieClip "4" in Frame 33
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 568 MovieClip "1" in Frame 33
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 39 MovieClip "2" in Frame 33
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 33
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 33
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 35
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 35
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 35
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 35
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 36
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 36
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 36
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 36
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (36 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 37
stop();
Instance of Symbol 39 MovieClip "2" in Frame 37
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 37
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 37
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 369 MovieClip "4" in Frame 37
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 370 MovieClip "1" in Frame 37
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 371 MovieClip "3" in Frame 37
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 38
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 38
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 38
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 38
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 581 MovieClip "4" in Frame 38
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 582 MovieClip "1" in Frame 38
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 583 MovieClip "3" in Frame 38
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 1;
_root.empezar._visible = 0;
}
if (this.hitTest(_root.premeta)) {
preparar_perder = 2;
}
if (this.hitTest(_root.meta) and (preparar_perder == 2)) {
_root.perder._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder0._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (1 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder._visible = 1;
lock = true;
}
i++;
}
}
}
Frame 40
perder1._visible = 0;
perder2._visible = 0;
perder3._visible = 0;
ganar._visible = 0;
ganar2._visible = 0;
ganar3._visible = 0;
perder._visible = 0;
otravez._visible = 0;
stop();
Instance of Symbol 39 MovieClip "2" in Frame 40
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(49)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(50)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(51)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(87)) {
acelerar = velocidad;
}
if (Key.isDown(68)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(65)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar2 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar2 == 2)) {
_root.ganar2._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 2;
control_coche = 0;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 2;
_root.perder1._visible = 2;
lock = true;
}
i++;
}
}
}
Instance of Symbol 42 MovieClip "7" in Frame 40
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(55)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(56)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(57)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(73)) {
acelerar = velocidad;
}
if (Key.isDown(76)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(74)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar3 = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar3 == 2)) {
_root.ganar3._visible = 2;
_root.otravez._visible = 2;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder3._visible = 1;
lock = true;
}
i++;
}
}
}
Instance of Symbol 36 MovieClip "6" in Frame 40
onClipEvent (load) {
control_coche = 0;
colision = 0;
velocidad = 2;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!lock)) {
control_coche = 2;
_root.empezar._visible = 0;
}
if (control_coche == 2) {
if (Key.isDown(97)) {
velocidad = 1;
_root.velocidad.gotoAndStop(1);
}
if (Key.isDown(98)) {
velocidad = 1.5;
_root.velocidad.gotoAndStop(2);
}
if (Key.isDown(99)) {
velocidad = 2;
_root.velocidad.gotoAndStop(3);
}
if (Key.isDown(38)) {
acelerar = velocidad;
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
if (this.hitTest(_root.premeta)) {
preparar_ganar = 2;
}
if (this.hitTest(_root.meta) and (preparar_ganar == 2)) {
_root.ganar._visible = 1;
_root.otravez._visible = 1;
i = 1;
while (7 >= i) {
Set(("/" add Number(i)) add ":control_coche", 0);
i++;
}
}
if (colision == 0) {
i = 1;
while (7 >= i) {
if (this.hitTest("/" add Number(i)) and (_name != i)) {
this.gotoAndPlay(2);
colision = 1;
control_coche = 0;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
i = 1;
while (11 >= i) {
if (this.hitTest("/pared" add Number(i))) {
this.gotoAndPlay(2);
control_coche = 0;
colision = 1;
_root.otravez._visible = 1;
_root.perder2._visible = 1;
lock = true;
}
i++;
}
}
}
Symbol 2 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 1
_root.stop();
var percents = 0;
Symbol 6 MovieClip Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
percents = percents + 5;
if (100 < percents) {
percents = 100;
}
} else {
percents = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
gauge.gotoAndStop(percents + 1);
label = percents;
Symbol 6 MovieClip Frame 3
if (percents < 100) {
gotoAndPlay (2);
} else {
_visible = false;
_root.gotoAndPlay("play");
stop();
}
Symbol 16 Button
on (press) {
gotoAndPlay (16);
}
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
_name = ("a" add Number(random(100)));
Symbol 36 MovieClip Frame 6
Symbol 36 MovieClip Frame 7
gotoAndPlay (3);
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 2
_name = ("a" add Number(random(100)));
Symbol 39 MovieClip Frame 6
Symbol 39 MovieClip Frame 7
gotoAndPlay (3);
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
_name = ("a" add Number(random(100)));
Symbol 42 MovieClip Frame 6
Symbol 42 MovieClip Frame 7
gotoAndPlay (3);
Symbol 43 Button
on (press) {
gotoAndPlay (12);
}
on (release) {
stop();
}
Symbol 44 Button
on (press) {
gotoAndPlay (25);
}
Symbol 96 Button
on (press) {
gotoAndPlay (26);
}
Symbol 97 Button
on (press) {
gotoAndPlay (19);
}
Symbol 183 Button
on (press) {
gotoAndPlay (20);
}
Symbol 193 Button
on (press) {
gotoAndPlay (23);
}
Symbol 194 Button
on (press) {
gotoAndPlay (29);
}
Symbol 268 Button
on (press) {
gotoAndPlay (30);
}
Symbol 269 Button
on (press) {
gotoAndPlay (35);
}
Symbol 345 Button
on (press) {
gotoAndPlay (32);
}
Symbol 346 Button
on (press) {
gotoAndPlay (40);
}
Symbol 372 Button
on (press) {
gotoAndPlay (37);
}
Symbol 442 Button
on (release) {
getURL ("http://www.flashpage.com.ru/");
}
Symbol 472 Button
on (keyPress "<Enter>") {
gotoAndPlay (13);
}
Symbol 481 Button
on (keyPress "b") {
gotoAndPlay (12);
}
on (press) {
gotoAndPlay (12);
}
Symbol 483 MovieClip Frame 1116
stop();
Symbol 489 MovieClip Frame 952
stop();
Symbol 490 Button
on (keyPress "r") {
gotoAndPlay (13);
}
on (press) {
gotoAndPlay (13);
}
Symbol 491 MovieClip Frame 1105
stop();
Symbol 492 MovieClip Frame 1096
stop();
Instance of Symbol 475 MovieClip in Symbol 492 MovieClip Frame 1096
/* no clip actions */
Symbol 509 Button
on (press) {
gotoAndPlay (18);
}
on (keyPress "r") {
gotoAndPlay (18);
}
Symbol 510 Button
on (press) {
gotoAndPlay (20);
}
on (keyPress "r") {
gotoAndPlay (20);
}
Symbol 511 Button
on (press) {
gotoAndPlay (21);
}
on (keyPress "<Enter>") {
gotoAndPlay (21);
}
Symbol 513 MovieClip Frame 2302
stop();
Symbol 514 MovieClip Frame 2545
stop();
Symbol 515 MovieClip Frame 32
stop();
Symbol 517 Button
on (press) {
gotoAndPlay (22);
}
on (keyPress "r") {
gotoAndPlay (22);
}
Symbol 521 MovieClip Frame 334
gotoAndPlay (190);
Symbol 522 MovieClip Frame 187
gotoAndPlay (43);
Symbol 523 MovieClip Frame 154
gotoAndPlay (10);
Symbol 524 MovieClip Frame 314
gotoAndPlay (170);
Symbol 525 MovieClip Frame 459
gotoAndPlay (315);
Symbol 527 MovieClip Frame 206
gotoAndPlay (62);
Symbol 528 MovieClip Frame 156
gotoAndPlay (12);
Symbol 529 MovieClip Frame 304
gotoAndPlay (160);
Symbol 530 MovieClip Frame 242
gotoAndPlay (98);
Symbol 532 MovieClip Frame 203
gotoAndPlay (59);
Symbol 533 MovieClip Frame 362
gotoAndPlay (218);
Symbol 534 MovieClip Frame 749
gotoAndPlay (605);
Symbol 535 MovieClip Frame 784
gotoAndPlay (640);
Symbol 537 MovieClip Frame 334
gotoAndPlay (190);
Symbol 538 MovieClip Frame 901
gotoAndPlay (757);
Symbol 540 MovieClip Frame 1130
gotoAndPlay (986);
Symbol 541 MovieClip Frame 878
gotoAndPlay (734);
Symbol 542 MovieClip Frame 789
gotoAndPlay (645);
Symbol 543 MovieClip Frame 586
gotoAndPlay (442);
Symbol 544 MovieClip Frame 1055
gotoAndPlay (911);
Symbol 545 MovieClip Frame 735
gotoAndPlay (591);
Symbol 548 Button
on (release) {
gotoAndPlay (24);
}
on (keyPress "r") {
gotoAndPlay (24);
}
Symbol 549 Button
on (keyPress "<Enter>") {
gotoAndPlay (27);
}
on (press) {
gotoAndPlay (27);
}
Symbol 552 Button
on (release) {
gotoAndPlay (26);
}
on (keyPress "r") {
gotoAndPlay (26);
}
Symbol 553 MovieClip Frame 1701
stop();
Symbol 554 MovieClip Frame 1809
stop();
Symbol 555 MovieClip Frame 1809
stop();
Symbol 557 Button
on (release) {
gotoAndPlay (28);
}
on (keyPress "r") {
gotoAndPlay (28);
}
Symbol 558 Button
on (press) {
gotoAndPlay (31);
}
on (keyPress "<Enter>") {
gotoAndPlay (31);
}
Symbol 559 Button
on (release) {
gotoAndPlay (30);
}
on (keyPress "r") {
gotoAndPlay (30);
}
Symbol 560 MovieClip Frame 1210
stop();
Symbol 561 MovieClip Frame 1155
stop();
Symbol 562 MovieClip Frame 1300
stop();
Symbol 564 Button
on (press) {
gotoAndPlay (33);
}
on (keyPress "<Enter>") {
gotoAndPlay (33);
}
Symbol 565 Button
on (press) {
gotoAndPlay (32);
}
on (keyPress "r") {
gotoAndPlay (32);
}
Symbol 566 MovieClip Frame 1205
stop();
Symbol 567 MovieClip Frame 1143
stop();
Symbol 568 MovieClip Frame 1170
stop();
Symbol 569 Button
on (press) {
gotoAndPlay (34);
}
on (keyPress "r") {
gotoAndPlay (34);
}
Symbol 570 Button
on (release) {
gotoAndPlay (32);
}
on (keyPress "r") {
gotoAndPlay (32);
}
Symbol 579 Button
on (keyPress "<Enter>") {
gotoAndPlay (38);
}
on (press) {
gotoAndPlay (38);
}
Symbol 580 Button
on (press) {
gotoAndPlay (37);
}
on (keyPress "r") {
gotoAndPlay (37);
}
Symbol 581 MovieClip Frame 863
stop();
Symbol 582 MovieClip Frame 900
stop();
Symbol 583 MovieClip Frame 845
stop();
Symbol 584 Button
on (press) {
gotoAndPlay (39);
}
on (keyPress "r") {
gotoAndPlay (39);
}