Frame 1
_root.stop();
fscommand ("showmenu", false);
fscommand ("trapallkeys", true);
Instance of Symbol 53 MovieClip in Frame 1
onClipEvent (load) {
_root.stop();
}
Frame 2
stop();
juego_fotograma = 1;
juego_escena = 1;
astervan = 0;
astervan_version = 1;
ifildur = 1;
dixius = 2;
hexavius = 3;
calistea = 4;
gaeles = 5;
gladia = 6;
soldado = 7;
ninguno = 10;
hay_sonido = 1;
foto_n = 1;
foto_e = 12;
foto_s = 23;
foto_o = 34;
foto_vacia = 45;
_root.tiene_pistola2 = 0;
_root.tiene_blaster2 = 0;
_root.hay_musica = 1;
function Cargar_Fotograma(pm_escena, pm_fotograma) {
if (pm_escena <= 1) {
gotoAndStop(pm_fotograma);
}
if (pm_escena == 2) {
gotoAndStop(pm_fotograma +175);
}
if (pm_escena == 3) {
gotoAndStop(pm_fotograma +233);
}
if (pm_escena == 4) {
gotoAndStop(pm_fotograma +323);
}
if (pm_escena == 99) {
gotoAndStop(pm_fotograma +523);
}
}
function Seleccionar_Arma(arma_id) {
_root.jugador_arma_tipo = arma_id;
if (_root.arma_disponible[arma_id] == 1) {
if (((arma_id == _root.daga) || (arma_id == _root.espada)) || (arma_id == _root.cuchillo)) {
_root.arma_largo_alcance = 0;
} else {
_root.arma_largo_alcance = 1;
}
_root.arma_en_mano[_root.heroe_id_global] = _root.jugador_arma_tipo;
if (_root.arma_largo_alcance == 0) {
startDrag ("arma_jugador");
} else {
startDrag ("arma_jugador", true);
}
_root.jugador_arma_fuerza = _root.arma_fuerza[arma_id];
_root.arma_actual_nombre = _root.arma_nombre[arma_id];
}
}
function DetectarColision() {
if (((_root.jugador.hitTest(_root.pared1) || (_root.jugador.hitTest(_root.pared2))) || (_root.jugador.hitTest(_root.pared3))) || (_root.jugador.hitTest(_root.pared4))) {
_root.jugador_colision = 1;
}
if (_root.jugador_colision == 1) {
_root.jugador_colision = 0;
switch (_root.jugador_direccion) {
case norte :
_root.jugador._y = _root.jugador._y + jugador_velocidad;
break;
case este :
_root.jugador._x = _root.jugador._x - jugador_velocidad;
break;
case sur :
_root.jugador._y = _root.jugador._y - jugador_velocidad;
break;
case oeste :
_root.jugador._x = _root.jugador._x + jugador_velocidad;
}
}
}
function Secuencia_Ataque(arma_id) {
_root.arma_actual_municion = _root.arma_municion[arma_id];
if (!_root.arma_jugador.hitTest(_root.area_guardar)) {
if ((_root.arma_actual_municion > 0) || (_root.arma_largo_alcance == 0)) {
if (((_root.jugador_arma_tipo != _root.daga) && (_root.jugador_arma_tipo != _root.espada)) && (_root.jugador_arma_tipo != _root.cuchillo)) {
_root.arma_municion[arma_id]--;
}
laser_municion_temporal = arma_municion[laser];
if (_root.hay_sonido == 1) {
_root.sonidos.gotoAndPlay(_root.arma_snd[arma_id]);
}
_root.arma_jugador.gotoAndPlay(_root.arma_anim[arma_id]);
if (_root.jugador_arma_tipo == _root.laser) {
if (_root.arma_tiempo <= 0) {
_root.arma_tiempo = _root.arma_max_tiempo;
_root.dinamico1.lineStyle(2, 15597568, 100);
_root.dinamico1.moveTo(_root.jugador._x, _root.jugador._y - 18);
_root.dinamico1.lineTo(_root.arma_jugador._x, _root.arma_jugador._y);
}
}
}
}
}
function Escuchar_Nivel_Heroe() {
i = 0;
while (i <= _root.calistea) {
_root.heroe_vidas_max[i] = _root.heroe_vidas_max_base[i] + (_root.heroe_nivel[i] * _root.factor_aum_max_hp);
i++;
}
_root.jugador_vidas_max = _root.heroe_vidas_max[_root.heroe_id_global];
_root.jugador_nivel = _root.heroe_nivel[_root.heroe_id_global];
}
function Aumentar_Nivel_Heroe() {
i = 0;
while (i <= _root.calistea) {
if (_root.heroe_vidas[i] > 0) {
_root.heroe_nivel[i]++;
}
i++;
}
_root.Escuchar_Nivel_Heroe();
_root.experiencia_max = _root.experiencia_max + _root.experiencia_max_factor;
}
function Seleccionar_Heroe(heroe_id) {
_root.heroe_id_global = heroe_id;
_root.Escuchar_Nivel_Heroe();
_root.jugador_nivel = _root.heroe_nivel[heroe_id];
_root.jugador_arma_tipo = _root.arma_en_mano[heroe_id];
_root.Seleccionar_Arma(_root.jugador_arma_tipo);
_root.jugador.gotoAndStop(_root.heroe_anim_id[heroe_id]);
_root.heroe_actual = heroe_id;
_root.nombre_heroe_actual = _root.heroe_nombre[heroe_id];
_root.jugador_vidas_max = _root.heroe_vidas_max[heroe_id];
_root.panel_jugador.gotoAndStop(heroe_id + 1);
}
function Amigos_Sel_Dir(pm_amigo1, pm_amigo2, pm_amigo3, pm_amigo4) {
am_direccion = _root.foto_e;
switch (_root.jugador_direccion) {
case _root.norte :
am_direccion = _root.foto_n + 1;
break;
case _root.este :
am_direccion = _root.foto_e + 1;
break;
case _root.sur :
am_direccion = _root.foto_s + 1;
break;
case _root.oeste :
am_direccion = _root.foto_o + 1;
}
if ((_root.heroe_id_global != pm_amigo1) && (pm_amigo1 >= 0)) {
_root.jugador_amigos.amigo1.heroe.gotoAndPlay(am_direccion);
}
if ((_root.heroe_id_global != pm_amigo2) && (pm_amigo2 >= 0)) {
_root.jugador_amigos.amigo2.heroe.gotoAndPlay(am_direccion);
}
if ((_root.heroe_id_global != pm_amigo3) && (pm_amigo3 >= 0)) {
_root.jugador_amigos.amigo3.heroe.gotoAndPlay(am_direccion);
}
if ((_root.heroe_id_global != pm_amigo4) && (pm_amigo4 >= 0)) {
_root.jugador_amigos.amigo4.heroe.gotoAndPlay(am_direccion);
}
if (_root.heroe_vidas[pm_amigo1] <= 0) {
_root.jugador_amigos.amigo1.heroe.gotoAndPlay(_root.foto_vacia);
}
if (_root.heroe_vidas[pm_amigo2] <= 0) {
_root.jugador_amigos.amigo2.heroe.gotoAndPlay(_root.foto_vacia);
}
if (_root.heroe_vidas[pm_amigo3] <= 0) {
_root.jugador_amigos.amigo3.heroe.gotoAndPlay(_root.foto_vacia);
}
if (_root.heroe_vidas[pm_amigo4] <= 0) {
_root.jugador_amigos.amigo4.heroe.gotoAndPlay(_root.foto_vacia);
}
}
function Direccion_Disparo() {
factor_anim_disparo = 8;
if (((_root.jugador_arma_tipo == _root.daga) || (_root.jugador_arma_tipo == _root.espada)) || (_root.jugador_arma_tipo == _root.cuchillo)) {
factor_anim_disparo = 0;
} else {
factor_anim_disparo = 8;
}
if (_root.arma_jugador._x > _root.jugador._x) {
_root.jugador.heroe.gotoAndPlay(_root.foto_e + factor_anim_disparo);
}
if (_root.arma_jugador._x < _root.jugador._x) {
_root.jugador.heroe.gotoAndPlay(_root.foto_o + factor_anim_disparo);
}
if (_root.arma_jugador._y > (_root.jugador._y + 100)) {
_root.jugador.heroe.gotoAndPlay(_root.foto_s + factor_anim_disparo);
}
if (_root.arma_jugador._y < (_root.jugador._y - 100)) {
_root.jugador.heroe.gotoAndPlay(_root.foto_n + factor_anim_disparo);
}
}
function PrepararActivos() {
_root.activo1.inicializado = 0;
_root.activo1.enemigo_actor._x = _root.activo1.actor_init_x;
_root.activo1.enemigo_actor._y = _root.activo1.actor_init_y;
_root.activo1.enemigo_actor_arma._x = _root.activo1.enemigo_actor._x;
_root.activo2.inicializado = 0;
_root.activo2.enemigo_actor._x = _root.activo2.actor_init_x;
_root.activo2.enemigo_actor._y = _root.activo2.actor_init_y;
_root.activo2.enemigo_actor_arma._x = _root.activo2.enemigo_actor._x;
_root.activo3.inicializado = 0;
_root.activo3.enemigo_actor._x = _root.activo3.actor_init_x;
_root.activo3.enemigo_actor._y = _root.activo3.actor_init_y;
_root.activo3.enemigo_actor_arma._x = _root.activo3.enemigo_actor._x;
_root.activo4.inicializado = 0;
_root.activo4.enemigo_actor._x = _root.activo4.actor_init_x;
_root.activo4.enemigo_actor._y = _root.activo4.actor_init_y;
_root.activo4.enemigo_actor_arma._x = _root.activo4.enemigo_actor._x;
_root.activo5.inicializado = 0;
_root.activo5.enemigo_actor._x = _root.activo5.actor_init_x;
_root.activo5.enemigo_actor._y = _root.activo5.actor_init_y;
_root.activo5.enemigo_actor_arma._x = _root.activo5.enemigo_actor._x;
_root.activo6.inicializado = 0;
_root.activo6.enemigo_actor._x = _root.activo6.actor_init_x;
_root.activo6.enemigo_actor._y = _root.activo6.actor_init_y;
_root.activo6.enemigo_actor_arma._x = _root.activo6.enemigo_actor._x;
_root.activo7.inicializado = 0;
_root.activo7.enemigo_actor._x = _root.activo7.actor_init_x;
_root.activo7.enemigo_actor._y = _root.activo7.actor_init_y;
_root.activo7.enemigo_actor_arma._x = _root.activo7.enemigo_actor._x;
_root.activo8.inicializado = 0;
_root.activo8.enemigo_actor._x = _root.activo8.actor_init_x;
_root.activo8.enemigo_actor._y = _root.activo8.actor_init_y;
_root.activo8.enemigo_actor_arma._x = _root.activo8.enemigo_actor._x;
_root.activo9.inicializado = 0;
_root.activo9.enemigo_actor._x = _root.activo9.actor_init_x;
_root.activo9.enemigo_actor._y = _root.activo9.actor_init_y;
_root.activo9.enemigo_actor_arma._x = _root.activo9.enemigo_actor._x;
}
function Dar_Niveles(pm_veces) {
nv = 0;
while (nv < pm_veces) {
_root.Aumentar_Nivel_Heroe();
nv++;
}
}
_root.fuera = -2500;
_root.init = 1;
juego_pausa = 0;
borde_superior = 0;
borde_derecho = 800;
borde_inferior = 600;
borde_izquierdo = 0;
pantalla_largo = borde_derecho;
pantalla_alto = borde_inferior;
raton = 0;
teclado = 10;
jugador_vidas = 100;
jugador_dinero = 0;
hay_sonido = 1;
heroe1_id = _root.astervan;
heroe2_id = _root.ninguno;
heroe3_id = _root.ninguno;
heroe4_id = _root.ninguno;
var heroe_vidas = new Array();
var heroe_vidas_max = new Array();
var heroe_vidas_max_base = new Array();
var heroe_nivel = new Array();
var heroe_anim_id = new Array();
var arma_en_mano = new Array();
_root.arma_actual_nombre = "";
heroe_vidas_max_base[astervan] = 115;
heroe_vidas_max_base[dixius] = 102;
heroe_vidas_max_base[ifildur] = 122;
heroe_vidas_max_base[hexavius] = 98;
heroe_vidas_max_base[calistea] = 91;
heroe_vidas_max_base[soldado] = 98;
usar_animacion_disparo = 0;
heroe_vidas_max[astervan] = heroe_vidas_max_base[astervan];
heroe_vidas_max[dixius] = heroe_vidas_max_base[dixius];
heroe_vidas_max[ifildur] = heroe_vidas_max_base[ifildur];
heroe_vidas_max[hexavius] = heroe_vidas_max_base[hexavius];
heroe_vidas_max[calistea] = heroe_vidas_max_base[calistea];
heroe_vidas_max[soldado] = heroe_vidas_max_base[soldado];
factor_aum_max_hp = 3;
experiencia = 0;
experiencia_max = 100;
experiencia_max_factor = 20;
heroe_nivel[astervan] = 4;
heroe_nivel[dixius] = 3;
heroe_nivel[ifildur] = 5;
heroe_nivel[hexavius] = 1;
heroe_nivel[calistea] = 2;
_root.heroe_id_global = astervan;
_root.heroe_usar_animacion = 1;
max_heroes_global = 6;
var heroe_nombre = new Array();
heroe_nombre[astervan] = "Soldier";
heroe_nombre[dixius] = "Dixius";
heroe_nombre[ifildur] = "Ifildur";
heroe_nombre[hexavius] = "Hexavius";
heroe_nombre[calistea] = "Calistea";
heroe_nombre[gaeles] = "Gaeles";
heroe_nombre[gladia] = "Gladia";
_root.campo_nombre_astervan = heroe_nombre[astervan];
_root.campo_nombre_ifildur = heroe_nombre[ifildur];
_root.campo_nombre_hexavius = heroe_nombre[hexavius];
_root.campo_nombre_calistea = heroe_nombre[calistea];
heroe_nombre[soldado] = "Soldier 2";
nombre_heroe_actual = heroe_nombre[astervan];
heroe_actual = 0;
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = 0;
heroe_vidas[dixius] = 0;
heroe_vidas[hexavius] = 0;
heroe_vidas[calistea] = 0;
heroe_vidas[5] = 0;
heroe_vidas[soldado] = heroe_vidas_max[soldado];
heroe_anim_id[astervan] = 1;
heroe_anim_id[dixius] = 1;
heroe_anim_id[ifildur] = 1;
heroe_anim_id[hexavius] = 1;
heroe_anim_id[calistea] = 1;
jugador_ataca = 0;
jugador_colision = 0;
_root.arma_max_tiempo = 2;
_root.arma_tiempo = 0;
_root.mira_distancia = 20;
_root.heroes_vidas_totales = 1;
caja_medica = 1;
caja_medica_fuerza = 50;
caja_municiones = 2;
caja_municiones_fuerza = 50;
var objetos_jugador = new Array();
var objetos_jugador_max = new Array();
objetos_jugador_max[caja_medica] = 99;
objetos_jugador[caja_medica] = 5;
objetos_jugador[caja_municiones] = 2;
_root.heroe_rango = 100;
_root.jugador_amigos_vel = 12;
daga = 1;
espada = 2;
rifle = 3;
laser = 4;
granada = 5;
cuchillo = 6;
blaster_rapido = 7;
espada_blaster = 8;
fuego = 9;
var arma_nombre = new Array();
arma_nombre[daga] = "Dagger";
arma_nombre[espada] = "Blade";
arma_nombre[rifle] = "Machine Gun";
arma_nombre[laser] = "Laser";
arma_nombre[granada] = "Grenade";
arma_nombre[cuchillo] = "Knife";
arma_nombre[blaster_rapido] = "Blaster";
arma_nombre[espada_blaster] = "Blade [Pulse]";
arma_nombre[fuego] = "Fire";
var arma_fuerza = new Array();
arma_fuerza[daga] = 3;
arma_fuerza[espada] = 5;
arma_fuerza[rifle] = 9;
arma_fuerza[laser] = 7;
arma_fuerza[granada] = 70;
arma_fuerza[cuchillo] = 2;
arma_fuerza[blaster_rapido] = 6;
arma_fuerza[espada_blaster] = 12;
arma_fuerza[fuego] = 30;
var arma_municion_max = new Array();
arma_municion_max[rifle] = 200;
arma_municion_max[laser] = 100;
arma_municion_max[blaster_rapido] = 400;
arma_municion_max[espada_blaster] = 100;
arma_municion_max[granada] = 25;
arma_municion_max[fuego] = 50;
var arma_municion = new Array();
arma_municion[daga] = 1;
arma_municion[espada] = 1;
arma_municion[cuchillo] = 1;
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[granada] = 0;
arma_municion[fuego] = arma_municion_max[fuego];
laser_factor_recuperacion = 0.1;
laser_municion_temporal = arma_municion[laser];
var arma_disponible = new Array();
arma_disponible[daga] = 1;
arma_disponible[espada] = 1;
arma_disponible[laser] = 0;
arma_disponible[rifle] = 1;
arma_disponible[cuchillo] = 1;
arma_disponible[granada] = 0;
arma_disponible[blaster_rapido] = 1;
arma_disponible[espada_blaster] = 1;
arma_disponible[fuego] = 1;
var arma_anim = new Array();
arma_anim[daga] = 2;
arma_anim[laser] = 5;
arma_anim[espada] = 8;
arma_anim[cuchillo] = 14;
arma_anim[rifle] = 18;
arma_anim[granada] = 23;
arma_anim[blaster_rapido] = 30;
arma_anim[espada_blaster] = 35;
arma_anim[fuego] = 39;
var arma_snd = new Array();
arma_snd[daga] = 2;
arma_snd[espada] = 2;
arma_snd[laser] = 14;
arma_snd[rifle] = 5;
arma_snd[cuchillo] = 2;
arma_snd[granada] = 25;
arma_snd[blaster_rapido] = 19;
arma_snd[espada_blaster] = 14;
arma_snd[fuego] = 37;
snd_rifle = 5;
snd_grito = 82;
snd_golpe2 = 102;
blaster = blaster_rapido;
torpedo = 51;
_root.panel_control_h = 105;
_root.arma_en_mano[astervan] = _root.rifle;
_root.arma_en_mano[ifildur] = _root.espada_blaster;
_root.arma_en_mano[hexavius] = _root.blaster_rapido;
_root.arma_en_mano[calistea] = _root.fuego;
jugador_velocidad = 20;
norte = 1;
nordeste = 2;
este = 3;
sureste = 4;
sur = 5;
suroeste = 6;
oeste = 7;
noroeste = 8;
jugador_direccion = norte;
trampa_poder = 1;
trampa2_poder = 1;
enemigo_afirmativo = 3;
presencia_hostil = 0;
_root.arma_largo_alcance = 0;
function MecanismoJuego() {
if (_root.juego_pausa != 1) {
if (_root.init == 1) {
_root.init = 0;
_root.createEmptyMovieClip("dinamico1", 1);
_root.jugador._x = _root.jugador_inicio._x;
_root.jugador._y = _root.jugador_inicio._y;
_root.jugador_amigos._x = _root.jugador_inicio._x;
_root.jugador_amigos._y = _root.jugador_inicio._y - 60;
}
if (_root.usar_animacion_disparo == 1) {
_root.heroe_usar_animacion = 0;
}
if (Key.isDown(38)) {
if (_root.heroe_usar_animacion == 1) {
_root.jugador.heroe.gotoAndPlay(_root.foto_n + 1);
_root.heroe_usar_animacion = 0;
_root.se_presiona_tecla = 1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
_root.jugador._y = _root.jugador._y - _root.jugador_velocidad;
_root.jugador_direccion = _root.norte;
_root.DetectarColision();
}
if (Key.isDown(39)) {
if (_root.heroe_usar_animacion == 1) {
_root.jugador.heroe.gotoAndPlay(_root.foto_e + 1);
_root.heroe_usar_animacion = 0;
_root.se_presiona_tecla = 1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
_root.jugador._x = _root.jugador._x + _root.jugador_velocidad;
_root.jugador_direccion = _root.este;
_root.DetectarColision();
}
if (Key.isDown(40)) {
if (_root.heroe_usar_animacion == 1) {
_root.heroe_usar_animacion = 0;
_root.jugador.heroe.gotoAndPlay(_root.foto_s + 1);
_root.heroe_usar_animacion = 0;
_root.se_presiona_tecla = 1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
_root.jugador._y = _root.jugador._y + _root.jugador_velocidad;
_root.jugador_direccion = _root.sur;
_root.DetectarColision();
}
if (Key.isDown(37)) {
if (_root.heroe_usar_animacion == 1) {
_root.jugador.heroe.gotoAndPlay(_root.foto_o + 1);
_root.heroe_usar_animacion = 0;
_root.se_presiona_tecla = 1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
_root.jugador._x = _root.jugador._x - _root.jugador_velocidad;
_root.jugador_direccion = _root.oeste;
_root.DetectarColision();
}
_root.DetectarColision();
if ((((!Key.isDown(38)) && (!Key.isDown(39))) && (!Key.isDown(40))) && (!Key.isDown(37))) {
_root.se_presiona_tecla = 0;
}
if (_root.usar_animacion_disparo == 1) {
_root.usar_animacion_disparo = 0;
_root.Direccion_Disparo();
}
if (_root.presencia_hostil >= 0) {
_root.presencia_hostil--;
}
if (_root.jugador.hitTest(_root.proximo)) {
if (_root.presencia_hostil <= 0) {
_root.init = 1;
_root.nextFrame();
}
}
if (_root.jugador.hitTest(_root.anterior)) {
_root.init = 1;
_root.prevFrame();
}
if (_root.jugador.hitTest(_root.trampa)) {
_root.heroe_vidas[heroe_actual] = _root.heroe_vidas[heroe_actual] - _root.trampa_poder;
}
if (_root.jugador.hitTest(_root.trampa2)) {
_root.heroe_vidas[heroe_actual] = _root.heroe_vidas[heroe_actual] - _root.trampa2_poder;
}
_root.jugador_vidas = _root.heroe_vidas[heroe_actual];
_root.heroes_vidas_totales = ((((_root.heroe_vidas[0] + _root.heroe_vidas[1]) + _root.heroe_vidas[2]) + _root.heroe_vidas[3]) + _root.heroe_vidas[4]) + _root.heroe_vidas[5];
if (_root.heroes_vidas_totales <= 0) {
_root.jugador_vidas = 0;
_root.gotoAndStop(5);
}
if (_root.heroe_vidas[_root.heroe_id_global] > _root.heroe_vidas_max[_root.heroe_id_global]) {
_root.heroe_vidas[_root.heroe_id_global] = _root.heroe_vidas_max[_root.heroe_id_global];
}
if (_root.jugador._y < _root.borde_superior) {
_root.jugador._y = _root.borde_superior;
}
if (_root.jugador._y > _root.borde_inferior) {
_root.jugador._y = _root.borde_inferior;
}
if (_root.jugador._x > _root.borde_derecho) {
_root.jugador._x = _root.borde_derecho;
}
if (_root.jugador._x < _root.borde_izquierdo) {
_root.jugador._x = _root.borde_izquierdo;
}
if (_root.jugador_vidas <= 0) {
_root.heroe_actual++;
if (_root.heroe_actual > (_root.max_heroes_global - 1)) {
_root.heroe_actual = 0;
}
Seleccionar_Heroe(_root.heroe_actual);
}
if (_root.arma_tiempo > 0) {
_root.arma_tiempo--;
}
if (_root.arma_tiempo <= 0) {
_root.dinamico1.clear();
}
if ((_root.arma_tipo == _root.daga) || (_root.arma_tipo == _root.espada)) {
stopDrag();
}
if (_root.arma_largo_alcance == 0) {
_root.arma_jugador.objeto_mira.gotoAndStop(2);
}
if (_root.arma_largo_alcance == 1) {
_root.arma_jugador.objeto_mira.gotoAndStop(1);
}
if (_root.arma_largo_alcance == 0) {
switch (_root.jugador_direccion) {
case _root.norte :
_root.arma_jugador._x = _root.jugador._x;
_root.arma_jugador._y = _root.jugador._y - (_root.mira_distancia + 10);
break;
case _root.este :
_root.arma_jugador._x = _root.jugador._x + _root.mira_distancia;
_root.arma_jugador._y = _root.jugador._y;
break;
case _root.sur :
_root.arma_jugador._x = _root.jugador._x;
_root.arma_jugador._y = _root.jugador._y + (_root.mira_distancia + 10);
break;
case _root.oeste :
_root.arma_jugador._x = _root.jugador._x - _root.mira_distancia;
_root.arma_jugador._y = _root.jugador._y;
}
}
_root.jugador_pos_x = _root.jugador._x;
_root.jugador_pos_y = _root.jugador._y;
_root.jam_pos_x = _root.jugador_amigos._x;
_root.jam_pos_y = _root.jugador_amigos._y;
if (_root.jam_pos_x < (_root.jugador_pos_x - _root.heroe_rango)) {
_root.jugador_amigos._x = _root.jugador_amigos._x + _root.jugador_amigos_vel;
}
if (_root.jam_pos_x > (_root.jugador_pos_x + _root.heroe_rango)) {
_root.jugador_amigos._x = _root.jugador_amigos._x - _root.jugador_amigos_vel;
}
if (_root.jam_pos_y < (_root.jugador_pos_y - _root.heroe_rango)) {
_root.jugador_amigos._y = _root.jugador_amigos._y + _root.jugador_amigos_vel;
}
if (_root.jam_pos_y > (_root.jugador_pos_y + _root.heroe_rango)) {
_root.jugador_amigos._y = _root.jugador_amigos._y - _root.jugador_amigos_vel;
}
if (_root.experiencia >= _root.experiencia_max) {
_root.experiencia = 0;
_root.Aumentar_Nivel_Heroe();
}
}
if (_root.arma_municion[laser] < _root.arma_municion_max[laser]) {
_root.laser_municion_temporal = _root.laser_municion_temporal + _root.laser_factor_recuperacion;
arma_municion[laser] = int(_root.laser_municion_temporal);
}
_root.arma_actual_municion = _root.arma_municion[_root.jugador_arma_tipo];
if ((_root.jugador_arma_fuerza == null) || (_root.jugador_arma_fuerza <= 0)) {
_root.jugador_arma_fuerza = 1;
}
}
heroe_anim_id[astervan] = 1;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
heroe_anim_id[calistea] = 5;
function Guardar_Juego(pm_archivo) {
archivojuego_so = SharedObject.getLocal(pm_archivo);
archivojuego_so.data.valor1 = _root.juego_fotograma;
archivojuego_so.data.valor2 = _root.juego_escena;
archivojuego_so.data.valor3 = _root.jugador_dinero;
archivojuego_so.data.valor4 = _root.heroe1_id;
archivojuego_so.data.valor5 = _root.heroe2_id;
archivojuego_so.data.valor6 = _root.heroe3_id;
archivojuego_so.data.valor7 = _root.heroe4_id;
archivojuego_so.data.valor8 = _root.arma_actual_nombre;
archivojuego_so.data.valor9 = _root.campo_nombre_ifildur;
archivojuego_so.data.valor10 = _root.experiencia;
archivojuego_so.data.valor11 = _root.experiencia_max;
archivojuego_so.data.valor12 = _root.astervan_version;
archivojuego_so.data.valor13 = _root.clip_amigo1;
archivojuego_so.data.valor14 = _root.clip_amigo2;
archivojuego_so.data.valor15 = _root.clip_amigo3;
archivojuego_so.data.valor16 = _root.clip_amigo4;
archivojuego_so.data.valor17 = _root.heroe_id_global;
archivojuego_so.data.valor18 = _root.heroe_actual;
archivojuego_so.data.valores1 = _root.heroe_vidas;
archivojuego_so.data.valores2 = _root.heroe_vidas_max;
archivojuego_so.data.valores3 = _root.heroe_nivel;
archivojuego_so.data.valores4 = _root.heroe_anim_id;
archivojuego_so.data.valores5 = _root.arma_en_mano;
archivojuego_so.data.valores6 = _root.heroe_nombre;
archivojuego_so.data.valores7 = _root.arma_disponible;
archivojuego_so.data.valores8 = _root.objetos_jugador_max;
archivojuego_so.data.valores9 = _root.objetos_jugador;
archivojuego_so.data.valores10 = _root.arma_nombre;
archivojuego_so.data.valores11 = _root.arma_fuerza;
archivojuego_so.data.valores12 = _root.arma_municion_max;
archivojuego_so.data.valores13 = _root.arma_municion;
archivojuego_so.data.valores14 = _root.arma_disponible;
archivojuego_so.flush();
archivojuego_so = SharedObject.getLocal("cerrar");
_root.mensaje_guardar = "Game successfully saved!";
}
function Cargar_Juego(pm_archivo) {
archivojuego_so = SharedObject.getLocal(pm_archivo);
_root.juego_fotograma = archivojuego_so.data.valor1;
_root.juego_escena = archivojuego_so.data.valor2;
_root.jugador_dinero = archivojuego_so.data.valor3;
_root.heroe1_id = archivojuego_so.data.valor4;
_root.heroe2_id = archivojuego_so.data.valor5;
_root.heroe3_id = archivojuego_so.data.valor6;
_root.heroe4_id = archivojuego_so.data.valor7;
_root.arma_actual_nombre = archivojuego_so.data.valor8;
_root.campo_nombre_ifildur = archivojuego_so.data.valor9;
_root.experiencia = archivojuego_so.data.valor10;
_root.experiencia_max = archivojuego_so.data.valor11;
_root.astervan_version = archivojuego_so.data.valor12;
_root.clip_amigo1 = archivojuego_so.data.valor13;
_root.clip_amigo2 = archivojuego_so.data.valor14;
_root.clip_amigo3 = archivojuego_so.data.valor15;
_root.clip_amigo4 = archivojuego_so.data.valor16;
_root.heroe_id_global = archivojuego_so.data.valor17;
_root.heroe_actual = archivojuego_so.data.valor18;
_root.heroe_vidas = archivojuego_so.data.valores1;
_root.heroe_vidas_max = archivojuego_so.data.valores2;
_root.heroe_nivel = archivojuego_so.data.valores3;
_root.heroe_anim_id = archivojuego_so.data.valores4;
_root.arma_en_mano = archivojuego_so.data.valores5;
_root.heroe_nombre = archivojuego_so.data.valores6;
_root.arma_disponible = archivojuego_so.data.valores7;
_root.objetos_jugador_max = archivojuego_so.data.valores8;
_root.objetos_jugador = archivojuego_so.data.valores9;
_root.arma_nombre = archivojuego_so.data.valores10;
_root.arma_fuerza = archivojuego_so.data.valores11;
_root.arma_municion_max = archivojuego_so.data.valores12;
_root.arma_municion = archivojuego_so.data.valores13;
_root.arma_disponible = archivojuego_so.data.valores14;
archivojuego_so.flush();
_root.campo_nombre_astervan = heroe_nombre[astervan];
_root.campo_nombre_ifildur = heroe_nombre[ifildur];
_root.campo_nombre_hexavius = heroe_nombre[hexavius];
_root.campo_nombre_calistea = heroe_nombre[calistea];
_root.heroe_vidas[astervan] = _root.heroe_vidas_max[astervan];
if (heroe2_id == _root.ifildur) {
_root.heroe_vidas[ifildur] = _root.heroe_vidas_max[ifildur];
}
if (heroe3_id == _root.hexavius) {
_root.heroe_vidas[hexavius] = _root.heroe_vidas_max[hexavius];
}
if (heroe4_id == _root.calistea) {
_root.heroe_vidas[calistea] = _root.heroe_vidas_max[calistea];
}
archivojuego_so = SharedObject.getLocal("cerrar");
switch (_root.juego_escena) {
case 0 :
gotoAndStop(_root.juego_fotograma);
break;
case 1 :
gotoAndStop(_root.juego_fotograma);
break;
case 2 :
gotoAndStop(_root.juego_fotograma +175);
break;
case 3 :
gotoAndStop(_root.juego_fotograma +233);
break;
case 4 :
gotoAndStop(_root.juego_fotograma +323);
break;
case 5 :
gotoAndStop(_root.juego_fotograma);
break;
case 6 :
gotoAndStop(_root.juego_fotograma);
break;
case 7 :
gotoAndStop(_root.juego_fotograma);
break;
case 8 :
gotoAndStop(_root.juego_fotograma);
break;
case 9 :
gotoAndStop(_root.juego_fotograma);
}
}
function Tocar_Musica() {
stopAllSounds();
if (_root.hay_musica == 1) {
i = 0;
while (i < 5) {
i++;
}
musica1.gotoAndStop(1);
musica1.gotoAndStop(2);
}
}
function ObjetosInfo() {
cant1 = _root.objetos_jugador[caja_medica];
cant2 = _root.objetos_jugador[caja_municiones];
if (arma_fuerza[laser] < 11) {
got_pistola2 = "No.";
_root.tiene_pistola2 = 0;
} else {
got_pistola2 = "Yes.";
_root.tiene_pistola2 = 1;
}
if (arma_fuerza[blaster_rapido] < 8) {
got_blaster2 = "No.";
_root.tiene_blaster2 = 0;
} else {
got_blaster2 = "Yes.";
_root.tiene_blaster2 = 1;
}
}
function Comprar_Pistola2() {
if ((_root.jugador_dinero >= 500) && (_root.tiene_pistola2 == 0)) {
_root.jugador_dinero = _root.jugador_dinero - 500;
_root.tiene_pistola2 = 1;
_root.arma_nombre[laser] = "Improved Laser";
_root.arma_fuerza[laser] = 11;
_root.ObjetosInfo();
}
}
function Comprar_Blaster2() {
if ((_root.jugador_dinero >= 500) && (_root.tiene_blaster2 == 0)) {
_root.jugador_dinero = _root.jugador_dinero - 500;
_root.tiene_blaster2 = 1;
_root.arma_nombre[blaster_rapido] = "Piratai Blaster";
_root.arma_fuerza[blaster_rapido] = 8;
_root.ObjetosInfo();
}
}
_root.Tocar_Musica();
Frame 3
stop();
if (_root.hay_musica == 0) {
_root.estado_musica = "Off";
}
if (_root.hay_musica == 1) {
_root.estado_musica = "On";
}
Instance of Symbol 85 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.idioma == _root.english) {
_root.texto_idioma = "Language: English.";
_root.texto_boton_inicio = "Start New Game";
_root.texto_boton_cargar = "Continue Saved Game";
}
if (_root.idioma == _root.espanol) {
_root.texto_idioma = "Lenguaje: Espa\u00F1ol.";
_root.texto_boton_inicio = "Comenzar Nuevo Juego";
_root.texto_boton_cargar = "Continuar Juego Guardado";
}
}
Frame 5
stop();
stopAllSounds();
Frame 10
_root.stop();
Frame 11
_root.Tocar_Musica();
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
_root.clip_amigo1 = -1;
_root.clip_amigo2 = -1;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 11
onClipEvent (enterFrame) {
EnviarMensaje("Quick Tips - Read This", " The game is paused due to this dialog. Once it is closed, you can start playing. You can walk around by pressing the arrow keys. Allright, close this dialog, and walk to door at the right.", dlg_pausa);
}
Instance of Symbol 85 MovieClip in Frame 11
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 11
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 12
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " You are a bit late. Well, now we may begin the training session. We will arrive to Rotik IV in no time, so you better make sure to get everything right.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 13
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " Lets get started. As you know, you move using arrow keys. To use weapon, aim and click with mouse to fire. You can choose a different weapon from the controls above, right where the arrow points.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 14
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " Other controls include the item inventory. You can just click click on an item to use it. And...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 15
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " This is the status window. This will show the current health, ammunition, strength, energy, or any other relevant information about the character.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 16
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " Now get ready to fight a training robot. He isn't very powerful, so you get the idea of how to play. Don't forget to select a weapon from above. How about the laser gun?", dlg_pausa_proximo);
}
Frame 17
_root.PrepararActivos();
_root.nextFrame();
Instance of Symbol 660 MovieClip "activo1" in Frame 17
onClipEvent (enterFrame) {
EsEnemigo(1, 4, 5, 25, 0, 1, 1, -60, 0, 0, 6, 0);
DarExperiencia(20);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 19
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " Good job. You defeated the robot. Now lets try something harder. You will fight two robots, these will be smarter.", dlg_pausa_proximo);
}
Frame 20
_root.PrepararActivos();
_root.nextFrame();
Instance of Symbol 660 MovieClip "activo2" in Frame 20
onClipEvent (enterFrame) {
EsEnemigo(1, 4, 5, 25, 0, 1, 1, -60, 0, 0, 6, 0);
DarExperiencia(20);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 22
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " Well, you now have the idea of how to play. There is one more thing to know, though. Many times you will play with more than one character. You select it with these buttons, at any moment. End of tutorial.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 25
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Colonel", " This is the mission briefing. As you know, we are headed for Rotik IV to stop a local rebellion. Your squadron will be deployed to the South Sector, where a group of rebels are believed to be sabotaging the mining operations.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 26
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Colonel", " Once your squadron arrives there, your mission will be to kill all rebels that you find. They are enemies of the ideals set forth by the Great Red Czar. So, no prisoners. Dismissed.", dlg_pausa_proximo);
}
Frame 27
stopAllSounds();
_root.play();
Frame 31
_root.Tocar_Musica();
Frame 44
_root.stop();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 44
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", " So... The loser will finally die. You thought you would do better than me. Wrong. I got the love of Adelle, I achieved Rubitek Rank, and you... you failed. And now you will probably die in an uneventful mission. You lost.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 45
onClipEvent (enterFrame) {
EnviarMensaje("Soldier", "...", dlg_pausa_proximo);
}
Frame 46
stopAllSounds();
_root.play();
Frame 104
_root.stop();
_root.Tocar_Musica();
heroe_vidas[astervan] = heroe_vidas_max[astervan];
arma_municion[rifle] = arma_municion_max[rifle];
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
_root.clip_amigo1 = -1;
_root.clip_amigo2 = -1;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 104
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Sergeant", " We are currently located near the Tarimok Mines, which has been reported as sabotaged by native rebels. The rebels are to our east. Kill them all. Move!", dlg_pausa);
}
Instance of Symbol 85 MovieClip in Frame 104
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 104
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 105
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 105
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 15, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 105
onClipEvent (enterFrame) {
EsAliado(1, 200, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado2" in Frame 105
onClipEvent (enterFrame) {
EsAliado(1, 230, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado3" in Frame 105
onClipEvent (enterFrame) {
EsAliado(1, 260, 6, _root.snd_grito);
}
Frame 106
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 106
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 40, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 106
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 40, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Frame 107
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 107
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 25, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 107
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 25, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 107
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 25, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Frame 108
_root.PrepararActivos();
if (aliado1.vidas > 0) {
aliado1.vidas = 0;
}
Frame 109
_root.PrepararActivos();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 109
onClipEvent (enterFrame) {
EnviarMensaje("Imperial Union Corporal", " We received a radio transmission. Reinforcements are on the way, but we need to secure both sides of the ridge. We will go north. You, move south!", dlg_pausa);
}
Frame 110
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 110
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 25, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(1);
}
Frame 111
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 111
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 30, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(1);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 111
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 30, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(4);
}
Frame 112
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 112
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 40, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 112
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 40, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(1);
}
Frame 113
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 113
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 50, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(2);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 113
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 50, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(1);
}
Frame 114
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 114
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 50, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(3);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 114
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 6, 50, 0, 1, 1, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(1);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 114
onClipEvent (enterFrame) {
EsEnemigo(2, 5, 7, 60, 0, 1, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(25);
DarDinero(4);
}
Frame 115
stopAllSounds();
Frame 117
_root.stop();
_root.Tocar_Musica();
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.daga);
_root.clip_amigo1 = -1;
_root.clip_amigo2 = -1;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 85 MovieClip in Frame 117
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 117
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 117
onClipEvent (enterFrame) {
EnviarMensaje("Soldier", " Looks like I am alone... Why they sent only few of us? Were we an expendable exploration team? Vlasi said something about my death. Why things are the way they are? Why cannot we decide our lives? I wish...", dlg_pausa);
}
Frame 118
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 119
onClipEvent (enterFrame) {
EnviarMensaje("Soldier 1", " Odd... The train should have arrived already with the miners. Why are they taking longer today?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 120
onClipEvent (enterFrame) {
EnviarMensaje("Soldier 2", " Who knows... Maybe they got drunk.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 121
onClipEvent (enterFrame) {
EnviarMensaje("Soldier 1", " I don't think so. They are not allowed to take alcoholic beverages to the mines.", dlg_pausa_proximo);
}
Frame 123
play();
Frame 124
_root.sonidos.gotoAndPlay(_root.snd_laser);
Frame 126
stop();
_root.sonidos.gotoAndPlay(_root.snd_grito);
Frame 127
stop();
_root.campo_nombre_ifildur = "Ifildur";
Frame 128
_root.stop();
_root.Tocar_Musica();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.ninguno;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 128
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Keep this area secured. Me and Wolfgang will proceed to destroy the Communications Tower, so they can't call reinforcements to stop us. Freedom for Rotik IV! Remember, you can switch between characters with the buttons at the top right.", dlg_pausa);
}
Instance of Symbol 85 MovieClip in Frame 128
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 128
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 129
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, "TIP 1: To switch party members, use buttons top right.<BR>TIP 2: Wolfgang's Laser recharges over time.<BR>TIP 3: You can fire while moving. You can attack enemies while evading their attacks.", dlg_pausa);
}
Frame 130
_root.juego_fotograma = _root._currentframe;
_root.juego_escena = 1;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 130
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 130
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, "TIP 4: There is a Save point. If you walk over it, you can save the game.", dlg_pausa_proximo);
}
Frame 131
_root.juego_fotograma = 131;
_root.juego_escena = 1;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Frame 132
_root.mensaje_guardar = "";
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 132
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 45, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 133
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 133
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 45, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 134
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo3" in Frame 134
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 45, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 135
_root.PrepararActivos();
Frame 136
_root.PrepararActivos();
Frame 137
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 137
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 7, 52, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 138
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 138
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 45, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 227 MovieClip in Frame 139
onClipEvent (enterFrame) {
if (this.hitTest(_root.jugador)) {
_root.jugador._y = _root.jugador._y + 100;
}
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 139
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " We are close. Lets keep going up. By the way, do not walk close to the end or bottom edge, you may fall down the cliff.", dlg_pausa_proximo);
}
Frame 140
_root.PrepararActivos();
_root.trampa_poder = 999;
Instance of Symbol 660 MovieClip "activo1" in Frame 140
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 45, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 140
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 45, 0, 2, 2, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 142
onClipEvent (enterFrame) {
EnviarMensaje("Sergeant Mario", "Corporal Luigi! Are you being vigilant?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 143
onClipEvent (enterFrame) {
EnviarMensaje("Corporal Luigi", "Yes, I am, Sergeant!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 144
onClipEvent (enterFrame) {
EnviarMensaje("Mario", "You know, there are rebels in the city. They may want to attack this communications tower. We are to protect this place. We don't want to get our butts kicked, do we?", dlg_pausa_proximo);
}
Frame 145
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 145
onClipEvent (enterFrame) {
EnviarMensaje("Luigi", "Sergeant, behind you!", dlg_pausa_proximo);
}
Frame 146
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
_root.nextFrame();
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 146
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 147
_root.stop();
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 147
onClipEvent (enterFrame) {
EsEnemigo(4, 5, 8, 358, 0, 3, 6, -60, 0, 5, 5, 0);
DarExperiencia(60);
DarDinero(25);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 147
onClipEvent (enterFrame) {
EsEnemigo(5, 5, 8, 352, 0, 3, 5, -60, 0, 5, 5, 0);
DarExperiencia(55);
DarDinero(10);
}
Instance of Symbol 777 MovieClip in Frame 147
onClipEvent (enterFrame) {
_root.vidasJefePantalla = _root.activo1.vidas / 3;
_root.vidasJefePantalla2 = _root.activo2.vidas / 3;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
_root.vidasJefePantalla2 = int(_root.vidasJefePantalla2);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
if (_root.vidasJefePantalla2 > 0) {
setProperty(_root.saludEnemigo2, _xscale , _root.vidasJefePantalla2);
}
}
Frame 148
stopAllSounds();
_root.musica1.gotoAndStop(1);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 148
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Now I will set the time bomb. When this tower explodes, the Imperial Union will not be able to call reinforcements. This will make the rebellion easier.<BR><BR>*** The time bomb has been set ***", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 149
onClipEvent (enterFrame) {
EnviarMensaje("Luigi", "We have to stop them. I will use the controls to warn the others.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 150
onClipEvent (enterFrame) {
EnviarMensaje("Mario", "We can't call anyone, idiot. The controls got damaged during the fight. This place will explode. Lets get out of here.", dlg_pausa_proximo);
}
Frame 151
_root.Tocar_Musica();
_root.juego_fotograma = 151;
_root.juego_escena = 1;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 151
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " This is not good! They killed many of our friends! Look! Over there! A tank has ruined our escape plans on the train! And we cannot go back, we have no choice but to beat it...", dlg_pausa);
}
Instance of Symbol 760 MovieClip "area_guardar" in Frame 151
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 85 MovieClip in Frame 151
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 151
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 152
_root.stop();
_root.PrepararActivos();
_root.mensaje_guardar = "";
Instance of Symbol 660 MovieClip "activo1" in Frame 152
onClipEvent (enterFrame) {
EsEnemigo(6, 5, 9, 850, 0, 8, 10, -60, 0, 5, 5, 0);
DarExperiencia(150);
DarDinero(80);
}
Instance of Symbol 777 MovieClip in Frame 152
onClipEvent (enterFrame) {
_root.vidasJefePantalla = _root.activo1.vidas / 15;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
}
Frame 153
_root.juego_fotograma = 153;
_root.juego_escena = 1;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 153
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Frame 154
stopAllSounds();
explosion.gotoAndPlay(2);
sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
_root.mensaje_guardar = "";
play();
Frame 173
stopAllSounds();
stop();
Frame 176
juego_fotograma = 1;
juego_escena = 2;
_root.dionisio = 0;
stop();
_root.Tocar_Musica();
Frame 177
stopAllSounds();
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
Frame 178
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.ninguno;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 227 MovieClip "puerta_sala" in Frame 178
onClipEvent (enterFrame) {
if ((_root.dionisio == 1) && (this.hitTest(_root.jugador))) {
_root.Cargar_Fotograma(2, 7);
}
}
Instance of Symbol 227 MovieClip "puerta_entrena" in Frame 178
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(99, 15);
}
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 178
onClipEvent (enterFrame) {
EnviarMensaje("Koros", "Greetings, I am Koros. Welcome to the house of Tidraek. He is not home right now. You may want to walk around the city for a while. There you can buy items, or earn some money transporting things.<BR><BR>", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 178
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 178
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 179
if ((musica_tocando == 0) || (musica_tocando == null)) {
musica_tocando = 1;
_root.Tocar_Musica();
}
_root.jugador._x = _root.jugador_inicio._x;
_root.jugador._y = _root.jugador_inicio._y;
_root.juego_fotograma = 4;
_root.juego_escena = 2;
_root.mensaje_guardar = "";
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.ninguno;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Frame 180
if ((musica_tocando == 0) || (musica_tocando == null)) {
musica_tocando = 1;
musica1.gotoAndStop(2);
}
_root.juego_fotograma = 5;
_root.juego_escena = 2;
_root.mensaje_guardar = "";
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 227 MovieClip "puerta3" in Frame 180
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(99, 2);
}
}
Instance of Symbol 227 MovieClip "puerta2" in Frame 180
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(99, 5);
}
}
Instance of Symbol 760 MovieClip "area_guardar" in Frame 180
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Frame 181
_root.dionisio = 1;
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 181
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, "Hmmm... Tidraek may have arrived home. I think we may enter the Meeting Room by now. But maybe we can stock up on items first.", dlg_pausa);
}
Frame 182
stopAllSounds();
_root.jugador._x = _root.jugador_inicio2._x;
_root.jugador._y = _root.jugador_inicio2._y;
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 182
onClipEvent (enterFrame) {
EnviarMensaje("Dionisio", " Well, the people from Rotik arrived. I guess we can start our meeting now. Leader Tidraek has some bad news for our cause...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 183
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " There are some bad news. We just learned that the Rotikan rebellion was just crushed. At the same time we attacked Earth with a small fleet of starships, to remove the Red Czars... it also failed.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 184
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Thats not all. The Imperial Union will become an ally of the Minas Koral. Intendent Aaren... she plans on extraditing us back to Earth.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 185
onClipEvent (enterFrame) {
EnviarMensaje("Someone", " It can't be! We would be severely punished for not being obedient to the Red Czars!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 186
onClipEvent (enterFrame) {
EnviarMensaje("Someone Else", " Just to remember the past...", dlg_pausa_proximo);
}
Frame 188
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.ninguno;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 188
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Thats right. There is only one solution. We have to find a new planet. A planet beyond the reach of the Imperial Union. And I know where we can get an excellent starship.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 188
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 188
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 190
_root.stop();
_root.jugador._x = _root.jugador_inicio._x;
_root.jugador._y = _root.jugador_inicio._y;
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.rifle);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.ninguno;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 85 MovieClip in Frame 190
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 190
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 191
_root.campo_nombre_hexavius = "Hexavius";
Frame 192
stop();
_root.Tocar_Musica();
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 192
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 192
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "Allright, here we are. The plan is to recover the starship of our friend. It is a terrific one, and we will use it to find our new planet. The Promised Planet.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 192
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 192
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 193
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "But how? Its a huge mining starship. Located in the 30th hangar, there must be plenty of Minas Koral soldiers defending it.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 194
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "Intendent Aaren, who plans to extradite us back to Earth, will receive some Imperial Union representatives tonight. Most guards will be defending her. We should be able to steal the starship. Lets get going, I will get the rest done soon.", dlg_pausa_proximo);
}
Frame 195
objetos_jugador[caja_medica] = objetos_jugador[caja_medica] + 4;
objetos_jugador[caja_municiones] = objetos_jugador[caja_municiones] + 4;
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 195
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "By the way, these items may be helpful for you.<BR><BR>*** Received 4 Medical Kits! ***<BR>*** Received 4 Ammo Boxes! ***", dlg_pausa_proximo);
}
Frame 196
if ((musica_tocando == 0) || (musica_tocando == null)) {
musica_tocando = 1;
_root.Tocar_Musica();
}
_root.juego_fotograma = 21;
_root.juego_escena = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Frame 197
_root.mensaje_guardar = "";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 199
onClipEvent (enterFrame) {
EnviarMensaje("Minas Koral Guard", "Stop right there! Identify yourself!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 200
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "I am the Wizard of Oz.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 201
onClipEvent (enterFrame) {
EnviarMensaje("Minas Koral Guard", "Yeah right! And I am a movie star! ... Get them!", dlg_pausa_proximo);
}
Frame 202
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 202
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 6, 72, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 202
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 6, 72, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 203
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 203
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 72, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 203
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 72, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 203
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 78, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 204
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 204
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 75, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 204
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 78, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 204
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 77, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 204
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 78, 0, 3, 3, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 205
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 205
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 85, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 205
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 85, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 205
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 90, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 205
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 85, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 206
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo4" in Frame 206
onClipEvent (enterFrame) {
EsEnemigo(7, 4, 7, 85, 0, 3, 4, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 207
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo4" in Frame 207
onClipEvent (enterFrame) {
EsEnemigo(8, 5, 8, 105, 0, 4, 8, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 208
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo3" in Frame 208
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 8, 95, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 209
_root.PrepararActivos();
Frame 210
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 210
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 7, 88, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 210
onClipEvent (enterFrame) {
EsEnemigo(8, 5, 8, 105, 0, 4, 8, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 210
onClipEvent (enterFrame) {
EsEnemigo(7, 5, 8, 98, 0, 3, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 211
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "The elevator is not working. We have to go on with the stairs... Watch out!", dlg_pausa);
}
Frame 212
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 212
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, "So suspiciously quiet. I have a bad feeling about this... If anyone is injured, take oportunity to heal up a bit. And reload weapons, if possible.", dlg_pausa);
}
Frame 213
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 660 MovieClip "activo1" in Frame 213
onClipEvent (enterFrame) {
EsEnemigo(8, 5, 7, 85, 0, 3, 5, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 213
onClipEvent (enterFrame) {
EsEnemigo(8, 4, 7, 82, 0, 3, 5, 0, 50, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 213
onClipEvent (enterFrame) {
EsEnemigo(8, 5, 8, 85, 0, 3, 5, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 213
onClipEvent (enterFrame) {
EsEnemigo(8, 6, 7, 85, 0, 3, 5, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 660 MovieClip "activo5" in Frame 213
onClipEvent (enterFrame) {
EsEnemigo(8, 5, 8, 85, 0, 3, 6, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 213
onClipEvent (enterFrame) {
EnviarMensaje("Sergeant", "There they are! Burn them!", dlg_pausa);
}
Instance of Symbol 660 MovieClip "activo6" in Frame 213
onClipEvent (enterFrame) {
EsEnemigo(8, 5, 8, 105, 0, 4, 8, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(33);
DarDinero(12);
}
Frame 214
_root.Tocar_Musica();
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
Instance of Symbol 760 MovieClip "area_guardar" in Frame 214
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 214
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " After so many years, here it is, my starship! The Blade Bird! The only thing my father left me. The thing I am recovering now from the thieving hands of Aaren!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 215
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "I have arrived. The rest of our group is walking by the outside of the starport. We will pick them up and fly out to space, towards the Promised Planet.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 216
onClipEvent (enterFrame) {
EnviarMensaje("Wolfgang", "Lets get moving. More trouble is probably coming as we talk.", dlg_pausa_proximo);
}
Frame 217
_root.juego_fotograma = 42;
_root.juego_escena = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Frame 218
stopAllSounds();
_root.mensaje_guardar = "";
Frame 220
stop();
_root.musica1.gotoAndPlay(2);
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.ninguno;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = -1;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 220
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "Yes! Allright, since this is my starship, let me give out the first orders...", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 220
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 220
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 221
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "You are wrong. This starship is now property of the Sons of the Stars, and I am currently the Captain. However, you can work along me.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 222
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "But...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 223
onClipEvent (enterFrame) {
EnviarMensaje("Soldier", "Captain! We have detected starfighters coming from Minas Koral! We have installed some of the weapons as you said, but not all are ready yet!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 224
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "We have no choice. Get the turrets ready, we will keep them off from us!", dlg_pausa_proximo);
}
Frame 225
stop();
stopAllSounds();
Frame 226
stop();
_root.Tocar_Musica();
Instance of Symbol 940 MovieClip "batalla_espacial" in Frame 226
onClipEvent (enterFrame) {
Combate_Espacial(1200, 1, 80);
}
onClipEvent (mouseDown) {
nave_ataca = 1;
}
Frame 227
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 228
onClipEvent (enterFrame) {
EnviarMensaje("Soldier", "All right, we have almost controlled the fire!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 229
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "What are the damages taken?", dlg_pausa_proximo);
}
Frame 230
musica1.gotoAndStop(2);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 230
onClipEvent (enterFrame) {
EnviarMensaje("Soldier", "At least 7 deaths and 23 injured, Captain... Some minor systems also damaged. All consequence of enemy fire. Shall we report the deaths?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 231
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "No, no... I will report these myself. I will call for a ritual, for our fallen brothers... Other than that, we are flying right away from Minas Koral and Earth itself.", dlg_pausa_proximo);
}
Frame 232
stop();
Frame 234
stop();
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 235
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "As you know, food supply is low. We will descend upon Akzel'Zulak and bring abord what we can. This woman will help you.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 235
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 235
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 236
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "No way! I know that woman! She is a sorceress and she helped Aaren take this starship away from me! Why is she here? What the hell is this?", dlg_pausa_proximo);
}
Frame 237
_root.campo_nombre_calistea = "Calistea";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 238
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "She will go with you. She does not wish to serve Intendent Aaren or the Interstellar Consortium.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 238
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 238
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 239
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, " I seek a new horizon, just like most of you. May not be the same horizon, but a new horizon all the same. Now lets get ready to find that food.", dlg_pausa_proximo);
}
Frame 240
arma_disponible[granada] = 1;
arma_municion[granada] = arma_municion[granada] + 5;
objetos_jugador[caja_medica] = objetos_jugador[caja_medica] + 4;
objetos_jugador[caja_municiones] = objetos_jugador[caja_municiones] + 4;
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
Frame 241
stop();
_root.Tocar_Musica();
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
heroe_anim_id[calistea] = 5;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.calistea;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = _root.calistea;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
if ((musica_tocando == 0) || (musica_tocando == null)) {
musica_tocando = 1;
musica1.gotoAndStop(2);
}
_root.juego_fotograma = 8;
_root.juego_escena = 3;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 241
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 241
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " Allright. We have been divided in teams. We will punder nearby farms. You people go east to the seafood factory, and make sure to take out resistance. Warning, Nagoran warriors will put quite some resistance.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 241
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 241
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 242
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " Here, the Captain told me to give you these items.<BR><BR>*** Received 4 Medical Kits! ***<BR>*** Received 4 Ammo Boxes! ***<BR>*** Received 5 Grenades! ***", dlg_pausa);
}
Frame 243
_root.mensaje_guardar = "";
Frame 244
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 660 MovieClip "activo1" in Frame 244
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 244
onClipEvent (enterFrame) {
EnviarMensaje("Nagoran Warrior 1", " Oh no! The evil Humans are trying to invade us again! Fight hard, Nagoran brothers! For honor, I will slay these monsters!", dlg_pausa);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 244
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 244
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 700 MovieClip "aliado2" in Frame 244
onClipEvent (enterFrame) {
EsAliado(2, 120, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 244
onClipEvent (enterFrame) {
EsAliado(2, 400, 6, _root.snd_grito);
}
Frame 245
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 700 MovieClip "aliado2" in Frame 245
onClipEvent (enterFrame) {
EsAliado(2, 85, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 245
onClipEvent (enterFrame) {
EsAliado(2, 125, 6, _root.snd_grito);
}
Frame 246
_root.PrepararActivos();
Frame 247
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo3" in Frame 247
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 247
onClipEvent (enterFrame) {
EsEnemigo(11, 6, 6, 80, 0, 2, 4, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Frame 248
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 248
onClipEvent (enterFrame) {
EsEnemigo(11, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 248
onClipEvent (enterFrame) {
EsEnemigo(9, 5, 9, 116, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Frame 249
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 249
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 249
onClipEvent (enterFrame) {
EsEnemigo(10, 4, 8, 105, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 249
onClipEvent (enterFrame) {
EsEnemigo(10, 6, 6, 90, 0, 2, 5, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Frame 250
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 250
onClipEvent (enterFrame) {
EsEnemigo(10, 4, 8, 105, 0, 5, 8, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 250
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 250
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Frame 251
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 251
onClipEvent (enterFrame) {
EsEnemigo(9, 5, 8, 120, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 251
onClipEvent (enterFrame) {
EsEnemigo(9, 5, 8, 120, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Frame 252
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 252
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 252
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 252
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Frame 253
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 253
onClipEvent (enterFrame) {
EsEnemigo(9, 5, 8, 128, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 253
onClipEvent (enterFrame) {
EsEnemigo(11, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Frame 254
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 254
onClipEvent (enterFrame) {
EsEnemigo(11, 6, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(18);
}
Frame 255
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 255
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 255
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Frame 256
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 256
onClipEvent (enterFrame) {
EsEnemigo(9, 5, 8, 128, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 256
onClipEvent (enterFrame) {
EsEnemigo(11, 5, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 256
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Frame 257
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 257
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 8, 102, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Frame 258
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo3" in Frame 258
onClipEvent (enterFrame) {
EsEnemigo(11, 6, 8, 105, 0, 5, 8, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(32);
DarDinero(15);
}
Frame 259
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 259
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, "Make sure to heal and reload weapons before going on, people!", dlg_pausa);
}
Frame 260
_root.PrepararActivos();
musica1.gotoAndStop(2);
Instance of Symbol 660 MovieClip "activo1" in Frame 260
onClipEvent (enterFrame) {
EsEnemigo(12, 5, 7, 600, 0, 8, 7, -50, 0, 5, 5, _root.snd_grito);
DarExperiencia(80);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 260
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "Beware! A Purple Octopus!", dlg_pausa);
}
Instance of Symbol 777 MovieClip in Frame 260
onClipEvent (enterFrame) {
_root.vidasJefePantalla = _root.activo1.vidas / 6;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
}
Frame 261
stopAllSounds();
musica1.gotoAndStop(1);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 261
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, "So... A Purple Octopus, huh? How did you know, Sherlock?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 262
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, "Shhh! I hear someone coming!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 263
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", "I am Doctor Gladia, serving as field support. I will heal all of you now! <BR><BR>*** All party members healed! ***<BR> ", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 264
onClipEvent (enterFrame) {
EnviarMensaje("Officer", "Despite taking some losses, the area has been secured. Food transporting is beginning. But we need you to secure this area a bit further, then we will be done.", dlg_pausa);
}
Frame 266
_root.PrepararActivos();
musica1.gotoAndStop(2);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 266
onClipEvent (enterFrame) {
EnviarMensaje("Gonquz", "Well, looks like the octopus we released didn't get you. Well, I, Gonquz, and my friend, Olonbatrad, shall get you!", dlg_pausa);
}
Instance of Symbol 777 MovieClip in Frame 266
onClipEvent (enterFrame) {
_root.vidasJefePantalla = _root.activo1.vidas / 6;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
_root.vidasJefePantalla2 = _root.activo2.vidas / 6;
_root.vidasJefePantalla2 = int(_root.vidasJefePantalla2);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
if (_root.vidasJefePantalla2 > 0) {
_root.saludEnemigo2._width = _root.vidasJefePantalla2;
}
}
Instance of Symbol 660 MovieClip "activo1" in Frame 266
onClipEvent (enterFrame) {
EsEnemigo(10, 5, 10, 708, 0, 6, 14, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(82);
DarDinero(52);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 266
onClipEvent (enterFrame) {
EsEnemigo(11, 5, 10, 702, 0, 6, 14, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(80);
DarDinero(50);
}
Frame 267
stopAllSounds();
_root.juego_fotograma = 34;
_root.juego_escena = 3;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
arma_nombre[espada] = "Nagoran Blade";
arma_fuerza[espada] = 6;
arma_nombre[espada_blaster] = "Nagoran Blade [Pulse]";
arma_fuerza[espada_blaster] = 14;
Instance of Symbol 760 MovieClip "area_guardar" in Frame 267
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 267
onClipEvent (enterFrame) {
EnviarMensaje("Officer", "Mission accomplished, people! Even now we are transporting the food back to the main starship. Lets go back now.<BR><BR>*** Picked Nagoran Blade ***", dlg_pausa);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 269
onClipEvent (enterFrame) {
EnviarMensaje("Tenxa", " Here Mau Tenxa. All local starfighters, destroy the human intruders!", dlg_pausa_proximo);
}
Frame 271
stop();
_root.Tocar_Musica();
Instance of Symbol 940 MovieClip "batalla_espacial" in Frame 271
onClipEvent (enterFrame) {
Combate_Espacial(1100, 2, 90);
}
onClipEvent (mouseDown) {
nave_ataca = 1;
}
Frame 272
stopAllSounds();
Frame 273
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
_root.mensaje_guardar = "";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 273
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "Good work, people. Now we have enough food, water, and other supplies for a good while. We will be exiting Nagoran space within a few days. We are now headed towards Garidis space. That race is quite friendly, as many here know.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 273
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 273
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 274
stopAllSounds();
_root.juego_fotograma = 41;
_root.juego_escena = 3;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 274
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Frame 275
stopAllSounds();
_root.juego_fotograma = 42;
_root.juego_escena = 3;
Frame 276
stop();
musica1.gotoAndStop(2);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 276
onClipEvent (enterFrame) {
EnviarMensaje("Supreme Commander Xhazin", " Regarding the new starship, how are negotiations going with the Elo?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 277
onClipEvent (enterFrame) {
EnviarMensaje("General", " They should be bringing the starship in two days, to the Rotik sector.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 278
onClipEvent (enterFrame) {
EnviarMensaje("Xhazin", " It is the only way we will make up to these dirty rebels. They stole an ultra fast starship from Minas Koral. Don't fail me, General. Fail the Red Czars, and you will be held accountable for it.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 279
onClipEvent (enterFrame) {
EnviarMensaje("General", " Don't worry, Supreme Commander. Consider this mission a success. Earth and the Imperial Union will finally be free from rebels.", dlg_pausa_proximo);
}
Frame 280
stopAllSounds();
stop();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 280
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "Our crew has discovered that our reactors are lacking some resources, and that we may fly for another 6 months at most. We have decided to land in a nearby planet to gather these resources.", dlg_pausa_proximo);
}
Frame 282
stop();
_root.musica1.gotoAndPlay(2);
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
heroe_anim_id[calistea] = 5;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.calistea;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = _root.calistea;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 282
onClipEvent (enterFrame) {
EnviarMensaje("Officer", "We have noticed a cave rich in Obiquartz to the East. That is the mineral that helps power up the reactors. You lead the way in case there is trouble.", dlg_pausa);
}
Instance of Symbol 85 MovieClip in Frame 282
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 282
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 285
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "Allright. This must be one of the weirdest planets I have ever visited. So many geographical changes in such a small walk...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 286
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, "Incredible to hear that from you. Given all the planets you plundered from in the past.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 287
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " Don't talk too much, witch! You weren't any better when you helped confiscate the starships from my family!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 288
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Thats enough, both of you! I want to get this done and get out of here quick. Half the galaxy is probably after our butts!", dlg_pausa);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 291
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " Thank you. Now our team can begin excavating the required Obiquartz minerals.", dlg_pausa);
}
Frame 292
stopAllSounds();
stop();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 292
onClipEvent (enterFrame) {
EnviarMensaje("Flight Officer", "Captain Tidraek! This is urgent, radars have detected one Imperial Union Star Battlecruiser and two Nagoran Heavy Cruisers entering the far end of the system!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 293
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Allright. Lets hide in the nearby asteroid cluster and turn off most systems. We will be hiding for now.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 295
onClipEvent (enterFrame) {
EnviarMensaje("Flight Officer", " Well, the Nagorans are leaving. One second... I have detected two Imperial Union transports entering the planet!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 296
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Darn, our friends down there may be in trouble. But we cannot help for a while. If we move or send any signal, the Nagorans may detect us and come back for us. Its too risky.", dlg_pausa_proximo);
}
Frame 297
stop();
_root.musica1.gotoAndPlay(2);
_root.stop();
_root.heroe_nombre[astervan] = "Wolfgang";
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
heroe_anim_id[calistea] = 5;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.calistea;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = _root.calistea;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
stopAllSounds();
_root.juego_fotograma = 64;
_root.juego_escena = 3;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 297
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 297
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " Something fell behind those mountains. Doesn't look like anyone from our group. Lets go check. Nobody should interfere with the team mining Obiquartz.", dlg_pausa_proximo);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 297
onClipEvent (enterFrame) {
EsAliado(2, 120, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado2" in Frame 297
onClipEvent (enterFrame) {
EsAliado(2, 400, 6, _root.snd_grito);
}
Instance of Symbol 85 MovieClip in Frame 297
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 297
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 298
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Yup, I knew it. Like in every good videogame, never a flawless victory.", dlg_pausa);
}
Frame 300
_root.trampa_poder = 999;
_root.trampa2_poder = _root.trampa_poder;
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 300
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " Allright, I am starting to hate this planet. Lava pits are not fun. Don't fall into them...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 301
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Thank you for such bright advice, Mr. Obvious.", dlg_pausa);
}
Frame 304
_root.PrepararActivos();
Instance of Symbol 700 MovieClip "aliado2" in Frame 304
onClipEvent (enterFrame) {
EsAliado(2, 120, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 304
onClipEvent (enterFrame) {
EsAliado(2, 400, 6, _root.snd_grito);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 304
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 115, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(35);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 304
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 115, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 304
onClipEvent (enterFrame) {
EnviarMensaje("Enemy Soldier", " Alert! We found them! Fire!", dlg_pausa);
}
Frame 305
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 660 MovieClip "activo3" in Frame 305
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 115, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 306
_root.PrepararActivos();
Frame 307
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo4" in Frame 307
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 115, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 308
_root.PrepararActivos();
Frame 309
_root.PrepararActivos();
Frame 310
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo4" in Frame 310
onClipEvent (enterFrame) {
EsEnemigo(3, 6, 9, 102, 0, 3, 7, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 311
_root.stop();
_root.PrepararActivos();
musica1.gotoAndStop(2);
Instance of Symbol 660 MovieClip "activo1" in Frame 311
onClipEvent (enterFrame) {
EsEnemigo(4, 5, 12, 680, 0, 5, 15, -60, 0, 5, 5, 0);
DarExperiencia(70);
DarDinero(20);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 311
onClipEvent (enterFrame) {
EsEnemigo(5, 5, 12, 650, 0, 5, 15, -60, 0, 5, 5, 0);
DarExperiencia(68);
DarDinero(15);
}
Instance of Symbol 777 MovieClip in Frame 311
onClipEvent (enterFrame) {
_root.vidasJefePantalla = _root.activo1.vidas / 6;
_root.vidasJefePantalla2 = _root.activo2.vidas / 6;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
_root.vidasJefePantalla2 = int(_root.vidasJefePantalla2);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
if (_root.vidasJefePantalla2 > 0) {
setProperty(_root.saludEnemigo2, _xscale , _root.vidasJefePantalla2);
}
}
Instance of Symbol 660 MovieClip "activo3" in Frame 311
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 102, 0, 4, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 311
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 102, 0, 4, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 311
onClipEvent (enterFrame) {
EnviarMensaje("Mario", " Look, Luigi! Its them, the guys who attacked us in the tower!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 312
onClipEvent (enterFrame) {
EnviarMensaje("Luigi", " Yeah! This time we are going to kick their butts for real!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 313
onClipEvent (enterFrame) {
EnviarMensaje("Mario", " Sorry guys, payback time!", dlg_pausa);
}
Frame 314
stopAllSounds();
musica1.gotoAndStop(1);
Instance of Symbol 777 MovieClip in Frame 314
onClipEvent (enterFrame) {
_root.vidasJefePantalla = _root.activo1.vidas / 3;
_root.vidasJefePantalla2 = _root.activo2.vidas / 3;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
_root.vidasJefePantalla2 = int(_root.vidasJefePantalla2);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
if (_root.vidasJefePantalla2 > 0) {
setProperty(_root.saludEnemigo2, _xscale , _root.vidasJefePantalla2);
}
}
Frame 315
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
_root.juego_fotograma = 82;
_root.juego_escena = 3;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 760 MovieClip "area_guardar" in Frame 315
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 315
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", " I have come to help.<BR><BR> Everyone has been healed.<BR><BR>", dlg_pausa_proximo);
}
Frame 316
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 316
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " I brought ammo for you.<BR><BR>Everyone's ammo replenished!<BR><BR>Ahead is a small starship. We presume its captain is there. We will try to capture him and the starship.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 317
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", " Be careful for real, people!", dlg_pausa);
}
Frame 318
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 777 MovieClip in Frame 318
onClipEvent (enterFrame) {
if (_root.activo1.vidas <= 0) {
_root.nextFrame();
}
_root.vidasJefePantalla = _root.activo1.vidas / 18;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
}
Instance of Symbol 660 MovieClip "activo4" in Frame 318
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 102, 0, 4, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 318
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 102, 0, 4, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 318
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 102, 0, 4, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo5" in Frame 318
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 7, 102, 0, 4, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 318
onClipEvent (enterFrame) {
EsEnemigo(13, 5, 15, 2800, 0, 6, 15, -60, 0, 5, 5, 0);
DarExperiencia(150);
DarDinero(250);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 318
onClipEvent (enterFrame) {
EnviarMensaje("Wolfgang", " YOU?!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 319
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", " Oh! But its the chicken boy! And he is with these dirty rebels! This is hilarious!", dlg_pausa_proximo);
}
Frame 320
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 320
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " You dirty villain! Go kiss the Red Czar's butt back on Earth!", dlg_pausa_proximo);
}
Frame 321
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 321
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", " Well, I took you for dead, chicken boy. Well, seems I was wrong. But I'll fix it right now. Soldiers... Charge!", dlg_pausa);
}
Frame 322
_root.juego_fotograma = 89;
_root.juego_escena = 3;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
arma_municion_max[fuego] = 75;
arma_municion[fuego] = arma_municion_max[fuego];
Instance of Symbol 760 MovieClip "area_guardar" in Frame 322
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 322
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, (" He escaped!<BR><BR>*** " + _root.campo_nombre_calistea) + " picked Nano Capacitor ***", dlg_pausa);
}
Frame 323
stop();
stopAllSounds();
Frame 324
stop();
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 325
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " So... Why did that Rubitek Warrior talk with such familiarity to you? From where do you know him? From where he knows you?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 326
onClipEvent (enterFrame) {
EnviarMensaje("Wolfgang", " I don't know what you are talking about, man.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 327
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Oh yes! Yes you do!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 328
onClipEvent (enterFrame) {
EnviarMensaje("Wolfgang", " Well, its quite a long story.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 329
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " We are en-route to Galimor, with nothing to do until we arrive. We have plenty of time. So you better begin talking, now. Is Wolfgang even your real name?", dlg_pausa_proximo);
}
Frame 330
_root.campo_nombre_astervan = "Astervan";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 331
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " So, essentially, you are an Earth born spy, huh? An Imperial Union soldier, huh? Stand back everyone! I am going to kill this dirty rat!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 332
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, " You will have to get past me first! Listen! Just as I don't agree with the Interstellar Consortium, he doesn't agree with the Imperial Union!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 333
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, " The fact that the government of both galactic republics is evil, doesn't mean all of its citizens are. And certainly not us! Life just didn't give us a choice, until now.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 334
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " You still stole the starships from my family...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 335
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, " Because if I didn't obey such orders, I would have been severely punished. I was in no position to defy high command.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 336
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " I will always have my doubts, witch. But we just must go on. No point in fighting among us.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 337
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Allright, allright, I'll stop. Allright, young man, continue your story.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 338
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " I always served the Imperial Union. When younger, I got punished many times. I never agreed with the way life is on today's Earth. They talk bad of the past, but... was it really that bad? Anyways, I always dreamt of something better.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 340
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " Leonid Vlasi was many ranks higher than me back in school. He was the leader of the Discipline Commitee. A real butt kisser, he always was loyal to the Red Czars to death.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 341
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " In reality, Leonid Vlasi was more like a bully. Due to all the problems I had, Vlasi began picking on me. He even got in love with Adelle, one girl I liked back then.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 342
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " Eventually Vlasi became a Rubitek Warrior, which is a high form of soldier. With some nanodevices called Rubiteks, they get special powers.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 343
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_calistea, " So... hes pretty much like me. I am an Energy Warrior. Basically we channel our psyquic powers through special devices. Very small devices. Takes time to master.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 344
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " Anyways, if Vlasi gets off that planet, he will surely try to come after us. He won't take a defeat like that.", dlg_pausa_proximo);
}
Frame 345
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
Frame 346
stop();
_root.musica1.gotoAndPlay(2);
_root.stop();
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
heroe_anim_id[calistea] = 5;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.calistea;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = _root.calistea;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
stop();
stopAllSounds();
_root.portal = 0;
_root.mensaje_guardar = "";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 346
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " We have arrived to Galimor. Captain Tidraek and company have requested to meet a local leader, but it will be a while. So, rest a bit.", dlg_pausa_proximo);
}
Instance of Symbol 85 MovieClip in Frame 346
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 346
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 347
onClipEvent (enterFrame) {
EnviarMensaje("Gaulas", " Welcome to Galimor. Enjoy your visit. To the east, you will find the Galeron Citadel.", dlg_pausa);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 348
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " Look! Lilitre plants! Never expected to see these shining plants in here.", dlg_pausa);
}
Frame 349
_root.juego_fotograma = 26;
_root.juego_escena = 4;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
_root.mensaje_guardar = "";
Instance of Symbol 760 MovieClip "area_guardar" in Frame 349
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 227 MovieClip "puerta3" in Frame 349
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(99, 2);
}
}
Instance of Symbol 227 MovieClip "puerta2" in Frame 349
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(99, 6);
}
}
Instance of Symbol 227 MovieClip "puerta_reunion" in Frame 349
onClipEvent (enterFrame) {
if ((_root.portal == 1) && (this.hitTest(_root.jugador))) {
_root.Cargar_Fotograma(4, 28);
}
}
Instance of Symbol 227 MovieClip "puerta_entrena" in Frame 349
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(99, 15);
}
}
Frame 350
_root.portal = 1;
_root.mensaje_guardar = "";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 350
onClipEvent (enterFrame) {
EnviarMensaje("Garidis", " Are you looking for a place to rest? Very well, just exit this bar and then go to the right. You may want to stock up first on items, though, as this could be your last chance.", dlg_pausa);
}
Frame 351
stop();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 351
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Greetings. I am Leader Tidraek, and this to my side is Captain Dixius. We are a space travelling group, known as the Sons of the Stars.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 352
onClipEvent (enterFrame) {
EnviarMensaje("Gaeles", " Welcome, I am Gaeles, the current Leader-Priest of Galimor, home of the Garidis people. To what I owe you the honor of your visit?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 353
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " We need your help. We have heard you can travel to far areas in the galaxy.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 354
onClipEvent (enterFrame) {
EnviarMensaje("Gaeles", " This is true. But only through the Star Portal, and it leads to an ancient civilization. However, no large groups can pass by. The portal is too small.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 355
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Isn't there a way to increase the portal's radius? We are willing to pay with wathever we can. We have plenty of Obiquartz minerals.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 356
onClipEvent (enterFrame) {
EnviarMensaje("Gaeles", " Sounds fair. But... how do we know if we can trust you? How do we know you arent yet another hostile agent?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 357
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " We are peaceful travellers. We seek to find a new planet, away from this conflictive part of the galaxy.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 358
onClipEvent (enterFrame) {
EnviarMensaje("Gaeles", " I will think about your request. However, I don't think the star portal can be modified as you asked. Please be my guests while I think of it.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 360
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Is this about the Star Portal?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 361
onClipEvent (enterFrame) {
EnviarMensaje("Khai Gulias", " The Star Portal creates a transdimensional tunnel that shortens space distance. It exploits some natural phenomenon via the devices that make up the portals. With some extra devices, it can be enlarged and even rerouted.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 362
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " You seem interested in actually doing that. Why?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 363
onClipEvent (enterFrame) {
EnviarMensaje("Khai Gulias", " As the leader of a significant portion of Garidis, I think our people have become rather weak, compared to the Nagoran Empire or the Interstellar Consortium. I think Garidis must expand.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 364
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Do you mean you will open the Star Portal?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 365
onClipEvent (enterFrame) {
EnviarMensaje("Khai Gulias", " Exactly. The Silver Clan cannot really move anywhere anymore, except places beyond the known. However, opening the Star Portal is hard to justify... Until now. Now with your group and mine, plenty of people want it open.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 366
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " I see. For when do you plan to open it?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 367
onClipEvent (enterFrame) {
EnviarMensaje("Khai Gulias", " We plan to open it soon. We will enlarge it, from outer space, towards the Ancient Civilization.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 368
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " Allright. I will provide all the help I can.", dlg_pausa_proximo);
}
Frame 370
stop();
musica1.gotoAndStop(2);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 370
onClipEvent (enterFrame) {
EnviarMensaje("Supreme Commander Xhazin", " This Elo starship is faster than expected. We should be near Galimor shortly. Thats where you located that band of murderers and thieves, right?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 371
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", " That is correct, My Commander. They are all in Galimor, possibly planning something. We will get them. Chicken boy, you won't escape from me...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 372
onClipEvent (enterFrame) {
EnviarMensaje("Garidis Starship Captain", " A hostile starship has entered the system. They won't turn back. We have to sound the alert and get ready!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 373
onClipEvent (enterFrame) {
EnviarMensaje("Dixius", " The Imperial Union has sent forces here. Aboard an Elo starship.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 374
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", " The Star Portal will open soon. Meanwhile, all teams get ready.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 375
onClipEvent (enterFrame) {
EnviarMensaje("Dixius", " They are launching helifighters against us!", dlg_pausa_proximo);
}
Frame 376
stopAllSounds();
Frame 377
stop();
_root.Tocar_Musica();
Instance of Symbol 940 MovieClip "batalla_espacial" in Frame 377
onClipEvent (enterFrame) {
Combate_Espacial(825, 3, 105);
}
onClipEvent (mouseDown) {
nave_ataca = 1;
}
Frame 378
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
arma_disponible[granada] = 1;
arma_municion[granada] = arma_municion[granada] + 8;
objetos_jugador[caja_medica] = objetos_jugador[caja_medica] + 4;
objetos_jugador[caja_municiones] = objetos_jugador[caja_municiones] + 4;
stopAllSounds();
i = 0;
while (i < 5) {
i++;
}
stop();
musica1.gotoAndStop(2);
Frame 379
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 379
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", "Tidraek has been badly wounded. The fires generated by our crash got him...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 380
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "There isn't much time for me anymore...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 381
onClipEvent (enterFrame) {
EnviarMensaje("Officer Dixius", "Don't talk like that! You are the one Leader guiding us to the Promised Planet! You can't die! You can't let hope die!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 382
onClipEvent (enterFrame) {
EnviarMensaje("Tidraek", "As long as you are there, alive, hope hasn't died. Go, children, make your way into the wormhole, and find the Promised Planet!<BR><BR>*** Tidraek died ***", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 383
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", "Tidraek is dead, people. But there is no time to waste. We crashed right into their starship...", dlg_pausa_proximo);
}
Frame 384
objetos_jugador[caja_medica] = objetos_jugador[caja_medica] + 4;
objetos_jugador[caja_municiones] = objetos_jugador[caja_municiones] + 4;
_root.mensaje_guardar = "";
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 384
onClipEvent (enterFrame) {
EnviarMensaje("Officer Dixius", "Lets organize an assault on their starship, people! Its our opportunity to break away into the wormhole!", dlg_pausa_proximo);
}
Frame 385
stop();
arma_disponible[granada] = 1;
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
heroe_anim_id[calistea] = 5;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe1_id = _root.astervan;
heroe2_id = _root.ifildur;
heroe3_id = _root.hexavius;
heroe4_id = _root.calistea;
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = _root.calistea;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
stopAllSounds();
_root.PrepararActivos();
_root.Tocar_Musica();
_root.juego_fotograma = 62;
_root.juego_escena = 4;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[granada] = arma_municion_max[granada];
arma_municion[fuego] = arma_municion_max[fuego];
Instance of Symbol 760 MovieClip "area_guardar" in Frame 385
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 385
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " No other way but to board them! The fight is right ahead!<BR><BR>*** Received 4 Health Kits! ***<BR>*** Received 4 Ammo Box ***", dlg_pausa);
}
Instance of Symbol 85 MovieClip in Frame 385
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 385
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 386
_root.mensaje_guardar = "";
stopAllSounds();
_root.PrepararActivos();
i = 0;
while (i < 5) {
i++;
}
stop();
musica1.gotoAndStop(1);
musica1.gotoAndStop(2);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 386
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Let them fight! Lets go ahead! Our goal is to damage the rival energy source!", dlg_pausa);
}
Frame 387
_root.PrepararActivos();
aliado1.iniciado = 0;
aliado2.iniciado = 0;
aliado3.iniciado = 0;
Instance of Symbol 700 MovieClip "aliado2" in Frame 387
onClipEvent (enterFrame) {
EsAliado(2, 110, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 387
onClipEvent (enterFrame) {
EsAliado(2, 500, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado3" in Frame 387
onClipEvent (enterFrame) {
EsAliado(2, 70, 6, _root.snd_grito);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 387
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 387
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 387
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 387
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 388
_root.PrepararActivos();
Instance of Symbol 700 MovieClip "aliado2" in Frame 388
onClipEvent (enterFrame) {
EsAliado(2, 142, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 388
onClipEvent (enterFrame) {
EsAliado(2, 600, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado3" in Frame 388
onClipEvent (enterFrame) {
EsAliado(2, 105, 6, _root.snd_grito);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 388
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 389
_root.PrepararActivos();
Instance of Symbol 700 MovieClip "aliado2" in Frame 389
onClipEvent (enterFrame) {
EsAliado(2, 110, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 389
onClipEvent (enterFrame) {
EsAliado(2, 500, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado3" in Frame 389
onClipEvent (enterFrame) {
EsAliado(2, 70, 6, _root.snd_grito);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 389
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 389
onClipEvent (enterFrame) {
EsEnemigo(3, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 390
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo3" in Frame 390
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 390
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo5" in Frame 390
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 391
_root.PrepararActivos();
Frame 392
_root.PrepararActivos();
Frame 393
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo3" in Frame 393
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 393
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 394
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 394
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 394
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 395
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 395
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 395
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 396
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 396
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 396
onClipEvent (enterFrame) {
EsEnemigo(3, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 397
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 397
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 397
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, -60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 397
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 397
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 398
aliado1.iniciado = 0;
Instance of Symbol 700 MovieClip "aliado1" in Frame 398
onClipEvent (enterFrame) {
EsAliado(3, 19999, 6, _root.snd_grito);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 398
onClipEvent (enterFrame) {
EnviarMensaje("Dixius", " We have arrived to the main corridor! At the bottom we may reach their energy source! Lets go through that door!", dlg_pausa);
}
Frame 399
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 399
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 399
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, -60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 399
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 399
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 400
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 400
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, 0, -60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 401
onClipEvent (enterFrame) {
EnviarMensaje("Dixius", " I will cover this area! Now go through the door before more come!", dlg_pausa);
}
Frame 402
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 402
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 402
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 402
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 402
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 403
onClipEvent (enterFrame) {
EnviarMensaje("Mario", " Look, Luigi! These people, again!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 404
onClipEvent (enterFrame) {
EnviarMensaje("Luigi", " Just leave it, Mario. This thing is stupid.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 405
onClipEvent (enterFrame) {
EnviarMensaje("Mario", " You are right. Anyways I am tired of this all. If we could just descend into Galimor...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 406
onClipEvent (enterFrame) {
EnviarMensaje("Luigi", " Yeah, and just leave the army. Being in the army is just no fun, at all. Not for me, anyways.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 407
onClipEvent (enterFrame) {
EnviarMensaje("Mario", " Hey guys! We won't fight you. Just feel free to go on.", dlg_pausa);
}
Frame 408
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 408
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", "We have come to give you a hand. Here.<BR><BR>*** All Characters Healed! ***", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 409
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, " Allright, lets go on! We have to disable this starship before its too late for us!", dlg_pausa);
}
Frame 410
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 410
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 410
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 410
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 410
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 411
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 411
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 411
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 411
onClipEvent (enterFrame) {
EsEnemigo(3, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 412
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 412
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 412
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 412
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 413
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 413
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 413
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 413
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 414
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 414
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 414
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 8, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 415
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo2" in Frame 415
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 8, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 415
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 8, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 415
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 8, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 416
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 416
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 416
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 416
onClipEvent (enterFrame) {
EsEnemigo(3, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 416
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 417
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo5" in Frame 417
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 418
_root.PrepararActivos();
_root.mensaje_guardar = "";
Instance of Symbol 660 MovieClip "activo1" in Frame 418
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 418
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 418
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 418
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 419
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
heroe_vidas[calistea] = heroe_vidas_max[calistea];
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[granada] = arma_municion_max[granada];
arma_municion[fuego] = arma_municion_max[fuego];
arma_disponible[granada] = 1;
objetos_jugador[caja_medica] = objetos_jugador[caja_medica] + 4;
objetos_jugador[caja_municiones] = objetos_jugador[caja_municiones] + 4;
Instance of Symbol 760 MovieClip "area_guardar" in Frame 419
onClipEvent (enterFrame) {
Peticion_Jugador();
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 419
onClipEvent (enterFrame) {
EnviarMensaje("Gladia", "*** Everyone has been healed! ***", dlg_pausa_proximo);
}
Frame 420
_root.juego_fotograma = 97;
_root.juego_escena = 4;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 420
onClipEvent (enterFrame) {
EnviarMensaje("Officer", "Lets go! The power source is right ahead!<BR><BR>*** Received 4 Health Kits! ***<BR>*** Received 4 Ammo Box ***<BR>", dlg_pausa);
}
Frame 421
_root.PrepararActivos();
_root.mensaje_guardar = "";
aliado1.iniciado = 0;
aliado2.iniciado = 0;
aliado3.iniciado = 0;
aliado4.iniciado = 0;
Instance of Symbol 700 MovieClip "aliado2" in Frame 421
onClipEvent (enterFrame) {
EsAliado(2, 21, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 421
onClipEvent (enterFrame) {
EsAliado(2, 22, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado3" in Frame 421
onClipEvent (enterFrame) {
EsAliado(2, 64, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado4" in Frame 421
onClipEvent (enterFrame) {
EsAliado(2, 430, 6, _root.snd_grito);
}
Instance of Symbol 660 MovieClip "activo1" in Frame 421
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 421
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 421
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 421
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 422
_root.PrepararActivos();
aliado1.iniciado = 0;
aliado2.iniciado = 0;
aliado3.iniciado = 0;
Instance of Symbol 700 MovieClip "aliado2" in Frame 422
onClipEvent (enterFrame) {
EsAliado(2, 24, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado1" in Frame 422
onClipEvent (enterFrame) {
EsAliado(2, 38, 6, _root.snd_grito);
}
Instance of Symbol 700 MovieClip "aliado3" in Frame 422
onClipEvent (enterFrame) {
EsAliado(2, 148, 6, _root.snd_grito);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 422
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 422
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 423
_root.PrepararActivos();
Frame 424
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo4" in Frame 424
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 9, 125, 0, 6, 9, 0, -60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 425
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 425
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 425
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 425
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 9, 125, 0, 6, 9, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Frame 426
if (_root.heroe_vidas[astervan] < 50) {
_root.heroe_vidas[astervan] = 50;
}
if (_root.heroe_vidas[ifildur] < 30) {
_root.heroe_vidas[ifildur] = 30;
}
if (_root.heroe_vidas[hexavius] < 30) {
_root.heroe_vidas[hexavius] = 30;
}
if (_root.heroe_vidas[calistea] < 30) {
_root.heroe_vidas[calistea] = 30;
}
_root.clip_amigo1 = _root.astervan;
_root.clip_amigo2 = _root.ifildur;
_root.clip_amigo3 = _root.hexavius;
_root.clip_amigo4 = _root.calistea;
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
stopAllSounds();
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 660 MovieClip "activo3" in Frame 426
onClipEvent (enterFrame) {
EsEnemigo(3, 4, 7, 75, 0, 2, 6, 0, 60, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 426
onClipEvent (enterFrame) {
EsEnemigo(14, 5, 7, 75, 0, 2, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 426
onClipEvent (enterFrame) {
EsEnemigo(14, 6, 7, 75, 0, 2, 6, -60, 0, 5, 5, _root.snd_grito);
DarExperiencia(30);
}
Instance of Symbol 777 MovieClip in Frame 426
onClipEvent (enterFrame) {
if (_root.activo1.vidas <= 0) {
_root.nextFrame();
}
_root.vidasJefePantalla = _root.activo1.vidas / 31;
_root.vidasJefePantalla = int(_root.vidasJefePantalla);
if (_root.vidasJefePantalla > 0) {
_root.saludEnemigo._width = _root.vidasJefePantalla;
}
}
Instance of Symbol 660 MovieClip "activo1" in Frame 426
onClipEvent (enterFrame) {
EsEnemigo(13, 5, 15, 3100, 0, 6, 20, -60, 0, 5, 5, 0);
DarExperiencia(150);
}
Instance of Symbol 1136 MovieClip "mi_fuego" in Frame 426
onClipEvent (enterFrame) {
if (_root.juego_pausa == 0) {
this._x = 300;
}
if (_root.juego_pausa == 1) {
this._x = -700;
}
if (this.hitTest(_root.jugador)) {
_root.heroe_vidas[_root.heroe_actual] = _root.heroe_vidas[_root.heroe_actual] - 15;
_root.jugador_golpeado.play();
gotoAndPlay (364);
}
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 426
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", "End of line, people. I arrived in time to save the day, and this is actually good. This will one day make me a great hero.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 427
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, "Get real, Vlasi. The system uses you. The Red Czars use you. No matter what you do, you will never get beyond being just a servant.", dlg_pausa_proximo);
}
Frame 428
stopAllSounds();
_root.PrepararActivos();
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 428
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", "What!? Allright, chicken boy. Its about time for you to die.", dlg_pausa);
}
Frame 429
stop();
stopAllSounds();
_root.Tocar_Musica();
_root.dinamico1.clear();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 429
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", "I can't believe this! Beaten... No! You will never beat me! Never!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 430
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " Then I hope you are fireproof, Vlasi.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 431
onClipEvent (enterFrame) {
EnviarMensaje("Leonid Vlasi", " What the hell are you talking about? Hey, don't leave, cowards! Chicken boy! Chicken boy! Chicken boy, you will always be a chicken boy!", dlg_pausa_proximo);
}
Frame 432
stopAllSounds();
i = 0;
while (i < 5) {
i++;
}
explosion.gotoAndPlay(2);
sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
_root.play();
Frame 450
_root.stop();
Frame 451
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 451
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Wait! Wait! How are we going to flee?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 452
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, " We will have to escape aboard the secondary starships. Hexavius' starship was rendered useless...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 453
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " That should do it.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 454
onClipEvent (enterFrame) {
EnviarMensaje("Xhazin", " Arrg! You set my starship on fire! I will destroy you all now!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 455
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " I will get you, Xhazin!", dlg_pausa_proximo);
}
Frame 456
_root.Tocar_Musica();
_root.play();
Frame 496
stop();
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 496
onClipEvent (enterFrame) {
EnviarMensaje("Xhazin", " Arrogant, to think you can beat me! Thus ends one of the great heroes of Rotik IV.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 497
onClipEvent (enterFrame) {
EnviarMensaje("Xhazin", " What is that noise?!", dlg_pausa_proximo);
}
Frame 498
_root.play();
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Frame 502
stop();
stopAllSounds();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 502
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " Wretched Xhazin! He just escaped!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 503
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " I couldn't defeat Xhazin... My time has come, friends. PLease go on, find the Promised Planet. And take care of my son, please.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 504
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_ifildur, " Give my Pulse Blade to my sister, so that she one day will give it to my son. Farewell, warriors. Go while you can. The wormhole awaits.<BR><BR>*** Died ***<BR>", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 505
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, (" Lets get out of here now, onto the secondary starships!<BR><BR>*** Looks towards " + _root.campo_nombre_ifildur) + " ***<BR><BR>Farewell, my friend...", dlg_pausa_proximo);
}
Frame 506
_root.Tocar_Musica();
Frame 508
_root.Tocar_Musica();
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 508
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, (" Where is the that witch, " + _root.campo_nombre_hexavius) + "?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 509
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, (" She didn't come along. She left the Pulse Blade to the sister of " + _root.campo_nombre_ifildur) + ", and then left for Galimor.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 510
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_hexavius, "Galimor?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 511
onClipEvent (enterFrame) {
EnviarMensaje(_root.campo_nombre_astervan, (" Yeah, she left to Galimor, with another girl from aboard the starship..." + _root.campo_nombre_calistea) + " said this wasn't her business. She only wanted to flee Minas Koral, and that was accomplished.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 512
onClipEvent (enterFrame) {
EnviarMensaje("Officer", " A planet has been detected in the distance!", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 514
onClipEvent (enterFrame) {
EnviarMensaje("Kid 1", " Is that the Promised Planet?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 515
onClipEvent (enterFrame) {
EnviarMensaje("Kid 2", " I think it is.", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 516
onClipEvent (enterFrame) {
EnviarMensaje("Kid 3", " Is the Promised Planet full of candy?", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 517
onClipEvent (enterFrame) {
EnviarMensaje("Kid 2", " No, it isn't, you dork...", dlg_pausa_proximo);
}
Instance of Symbol 233 MovieClip "juego_dialogo" in Frame 518
onClipEvent (enterFrame) {
EnviarMensaje("Kid 4", " I am so eager to arrive there!", dlg_pausa_proximo);
}
Frame 521
stop();
Frame 524
Frame 525
stop();
stopAllSounds();
temp = random(5);
if ((temp >= 0) && (temp < 1)) {
nombre_compania = "Belt Miners";
}
if ((temp >= 1) && (temp < 2)) {
nombre_compania = "Moria Consortium";
}
if ((temp >= 2) && (temp < 3)) {
nombre_compania = "Extractors";
}
if ((temp >= 3) && (temp < 4)) {
nombre_compania = "Galactic Miners";
}
if ((temp >= 4) && (temp < 5)) {
nombre_compania = "Astro Extracting";
}
Frame 526
stop();
_root.Tocar_Musica();
Instance of Symbol 1185 MovieClip "secuencia_trabajo1" in Frame 526
onClipEvent (enterFrame) {
Trabajo_De_Transporte(60, 700);
}
Frame 528
stop();
_root.ObjetosInfo();
Frame 529
stop();
_root.ObjetosInfo();
Frame 530
_root.ObjetosInfo();
Frame 531
_root.ObjetosInfo();
Frame 532
_root.ObjetosInfo();
Frame 533
_root.ObjetosInfo();
Frame 538
_root.clip_amigo3 = -1;
_root.clip_amigo4 = -1;
_root.heroe1_id = _root.astervan;
_root.clip_amigo1 = _root.astervan;
heroe_vidas[astervan] = heroe_vidas_max[astervan];
if (heroe2_id == _root.ifildur) {
_root.heroe2_id = _root.ifildur;
_root.clip_amigo2 = _root.ifildur;
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
}
if (heroe3_id == _root.hexavius) {
_root.heroe3_id = _root.hexavius;
_root.clip_amigo3 = _root.hexavius;
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
}
if (heroe4_id == _root.calistea) {
_root.heroe4_id = _root.calistea;
_root.clip_amigo4 = _root.calistea;
heroe_vidas[calistea] = heroe_vidas_max[calistea];
}
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
Frame 539
stop();
_root.musica1.gotoAndPlay(2);
_root.stop();
_root.arma_disponible[laser] = 1;
_root.campo_nombre_ifildur = _root.heroe_nombre[ifildur];
heroe_anim_id[astervan] = 9;
heroe_anim_id[ifildur] = 3;
heroe_anim_id[hexavius] = 4;
_root.astervan_version = 2;
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Seleccionar_Arma(_root.laser);
heroe_vidas[astervan] = heroe_vidas_max[astervan];
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
Instance of Symbol 227 MovieClip "puerta_regreso" in Frame 539
onClipEvent (enterFrame) {
if (hitTest(_root.jugador)) {
_root.Cargar_Fotograma(_root.juego_escena, _root.juego_fotograma);
}
}
Instance of Symbol 85 MovieClip in Frame 539
onClipEvent (enterFrame) {
_root.MecanismoJuego();
}
onClipEvent (mouseDown) {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
if (_root._ymouse > _root.panel_control_h) {
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
}
on (keyPress "z") {
if (_root.juego_pausa != 1) {
_root.usar_animacion_disparo = 1;
_root.Secuencia_Ataque(_root.jugador_arma_tipo);
}
}
Instance of Symbol 496 MovieClip "jugador_amigos" in Frame 539
onClipEvent (enterFrame) {
Grupo_De_Heroes(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
Frame 540
_root.PrepararActivos();
Instance of Symbol 660 MovieClip "activo1" in Frame 540
onClipEvent (enterFrame) {
EsEnemigo(15, 5, 7, 102, 0, 2, 5, -60, 0, 5, 5, 0);
DarExperiencia(35);
}
Instance of Symbol 660 MovieClip "activo2" in Frame 540
onClipEvent (enterFrame) {
EsEnemigo(15, 5, 7, 102, 0, 2, 5, -60, 0, 5, 5, 0);
DarExperiencia(35);
}
Instance of Symbol 660 MovieClip "activo3" in Frame 540
onClipEvent (enterFrame) {
EsEnemigo(15, 5, 7, 102, 0, 2, 5, -60, 0, 5, 5, 0);
DarExperiencia(35);
}
Instance of Symbol 660 MovieClip "activo4" in Frame 540
onClipEvent (enterFrame) {
EsEnemigo(15, 5, 7, 102, 0, 2, 5, -60, 0, 5, 5, 0);
DarExperiencia(35);
}
Frame 541
if (heroe1_id == _root.astervan) {
heroe_vidas[astervan] = heroe_vidas_max[astervan];
}
if (heroe2_id == _root.ifildur) {
heroe_vidas[ifildur] = heroe_vidas_max[ifildur];
}
if (heroe3_id == _root.hexavius) {
heroe_vidas[hexavius] = heroe_vidas_max[hexavius];
}
if (heroe4_id == _root.calistea) {
heroe_vidas[calistea] = heroe_vidas_max[calistea];
}
arma_municion[rifle] = arma_municion_max[rifle];
arma_municion[laser] = arma_municion_max[laser];
arma_municion[blaster_rapido] = arma_municion_max[blaster_rapido];
arma_municion[espada_blaster] = arma_municion_max[espada_blaster];
arma_municion[fuego] = arma_municion_max[fuego];
Symbol 36 Button
on (release) {
_root.nextFrame();
}
Symbol 37 MovieClip Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) {
the_loaded_portion2 = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
thebar._xscale = the_loaded_portion2;
}
Symbol 37 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 37 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) {
the_loaded_portion = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (the_loaded_portion >= 100) {
nextFrame();
}
}
Instance of Symbol 23 MovieClip in Symbol 53 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 53 MovieClip Frame 81
stop();
Instance of Symbol 52 MovieClip in Symbol 53 MovieClip Frame 81
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Symbol 57 MovieClip Frame 1
stop();
Symbol 63 Button
on (release) {
getURL ("http://www.astroseries.com/", "_blank");
}
Symbol 66 Button
on (release) {
getURL ("http://www.crazymonkeygames.com/", "_blank");
}
Symbol 70 Button
on (press) {
_root.nextFrame();
}
Symbol 77 Button
on (release) {
stopAllSounds();
gotoAndStop (10);
}
Symbol 78 Button
on (release) {
_root.nextFrame();
}
Symbol 79 Button
on (release) {
stopAllSounds();
gotoAndStop (11);
}
Symbol 81 Button
on (release) {
_root.hay_musica++;
if (_root.hay_musica > 1) {
_root.hay_musica = 0;
}
if (_root.hay_musica == 0) {
_root.estado_musica = "Off";
stopAllSounds();
}
if (_root.hay_musica == 1) {
_root.estado_musica = "On";
_root.Tocar_Musica();
}
}
Symbol 82 Button
on (release) {
stopAllSounds();
getURL ("http://www.crazymonkeygames.com/", "_blank");
}
Symbol 93 Button
on (release) {
stopAllSounds();
_root.Cargar_Juego("astrosv1");
}
Symbol 98 Button
on (release) {
_root.juego_contrasena = _root.entrada_contrasena.toUpperCase();
switch (_root.juego_contrasena) {
case "MKCT" :
stopAllSounds();
_root.Dar_Niveles(3);
_root.jugador_dinero = 100;
_root.Cargar_Fotograma(2, 1);
break;
case "NHPN" :
stopAllSounds();
_root.Dar_Niveles(6);
_root.jugador_dinero = 200;
_root.Cargar_Fotograma(3, 1);
break;
case "ATPF" :
stopAllSounds();
_root.Dar_Niveles(10);
_root.jugador_dinero = 300;
_root.Cargar_Fotograma(4, 1);
}
}
Symbol 99 Button
on (release) {
_root.prevFrame();
}
Symbol 100 Button
on (release) {
stopAllSounds();
_root.Cargar_Juego("astrosv2");
}
Symbol 104 Button
on (press) {
_root.gotoAndStop(2);
}
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 4
gotoAndStop (1);
Symbol 115 MovieClip Frame 13
gotoAndStop (1);
Symbol 115 MovieClip Frame 18
gotoAndStop (1);
Symbol 115 MovieClip Frame 24
gotoAndStop (1);
Symbol 115 MovieClip Frame 36
gotoAndStop (1);
Symbol 115 MovieClip Frame 50
gotoAndStop (1);
Symbol 115 MovieClip Frame 81
gotoAndStop (1);
Symbol 115 MovieClip Frame 101
gotoAndStop (1);
Symbol 115 MovieClip Frame 105
gotoAndStop (1);
Symbol 118 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
play();
Symbol 184 MovieClip Frame 13
stop();
Symbol 211 MovieClip Frame 1
if (_root.hay_musica == 1) {
musica_intro1.gotoAndPlay(2);
} else {
musica_intro1.gotoAndStop(1);
stopAllSounds();
}
Symbol 211 MovieClip Frame 543
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 549
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 555
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 561
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 568
sonidos.gotoAndPlay(_root.torpedo);
Symbol 211 MovieClip Frame 835
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 850
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 861
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 984
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 996
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1008
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1020
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1032
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1068
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 1076
sonidos.gotoAndPlay(_root.torpedo);
Symbol 211 MovieClip Frame 1094
sonidos.gotoAndPlay(_root.torpedo);
Symbol 211 MovieClip Frame 1162
movexp1.gotoAndPlay(2);
sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 211 MovieClip Frame 1198
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1201
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 1206
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1211
sonidos.gotoAndPlay(_root.torpedo);
Symbol 211 MovieClip Frame 1217
movexp1.gotoAndPlay(2);
sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 211 MovieClip Frame 1226
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1234
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 211 MovieClip Frame 1238
sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 211 MovieClip Frame 1250
movexp1.gotoAndPlay(2);
sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 211 MovieClip Frame 1532
stopAllSounds();
Symbol 211 MovieClip Frame 1533
_root.nextFrame();
Symbol 214 MovieClip Frame 1
stop();
Symbol 229 Button
on (press) {
play();
}
Symbol 233 MovieClip Frame 1
function EnviarMensaje(param1, param2, param3) {
dialogo_titulo = param1;
dialogo_texto = param2;
dialogo_atributo = param3;
}
dlg_normal = 0;
dlg_pausa = 1;
dlg_proximo = 2;
dlg_pausa_proximo = 3;
dialogo_titulo = "";
dialogo_texto = "";
dialogo_atributo = 0;
Symbol 233 MovieClip Frame 4
stop();
if ((dialogo_atributo == dlg_pausa) || (dialogo_atributo == dlg_pausa_proximo)) {
_root.juego_pausa = 1;
}
Symbol 233 MovieClip Frame 8
stop();
if ((dialogo_atributo == dlg_pausa) || (dialogo_atributo == dlg_pausa_proximo)) {
_root.juego_pausa = 0;
}
if ((dialogo_atributo == dlg_proximo) || (dialogo_atributo == dlg_pausa_proximo)) {
_root.nextFrame();
}
Symbol 293 MovieClip Frame 1
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 1)) {
_root.heroe_usar_animacion = 1;
}
Symbol 293 MovieClip Frame 8
gotoAndStop(_root.foto_n);
Symbol 293 MovieClip Frame 11
gotoAndStop(_root.foto_n);
Symbol 293 MovieClip Frame 12
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 1)) {
_root.heroe_usar_animacion = 1;
}
Symbol 293 MovieClip Frame 19
gotoAndStop(_root.foto_e);
Symbol 293 MovieClip Frame 22
gotoAndStop(_root.foto_e);
Symbol 293 MovieClip Frame 23
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 1)) {
_root.heroe_usar_animacion = 1;
}
Symbol 293 MovieClip Frame 30
gotoAndStop(_root.foto_s);
Symbol 293 MovieClip Frame 33
gotoAndStop(_root.foto_s);
Symbol 293 MovieClip Frame 34
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 1)) {
_root.heroe_usar_animacion = 1;
}
Symbol 293 MovieClip Frame 41
gotoAndStop(_root.foto_o);
Symbol 293 MovieClip Frame 44
gotoAndStop(_root.foto_o);
Symbol 293 MovieClip Frame 46
stop();
Symbol 344 MovieClip Frame 1
stop();
if (_root.heroe_id_global == _root.ifildur) {
_root.heroe_usar_animacion = 1;
}
Symbol 344 MovieClip Frame 8
gotoAndStop(_root.foto_n);
Symbol 344 MovieClip Frame 11
gotoAndStop(_root.foto_n);
Symbol 344 MovieClip Frame 12
stop();
if (_root.heroe_id_global == _root.ifildur) {
_root.heroe_usar_animacion = 1;
}
Symbol 344 MovieClip Frame 19
gotoAndStop(_root.foto_e);
Symbol 344 MovieClip Frame 22
gotoAndStop(_root.foto_e);
Symbol 344 MovieClip Frame 23
stop();
if (_root.heroe_id_global == _root.ifildur) {
_root.heroe_usar_animacion = 1;
}
Symbol 344 MovieClip Frame 30
gotoAndStop(_root.foto_s);
Symbol 344 MovieClip Frame 33
gotoAndStop(_root.foto_s);
Symbol 344 MovieClip Frame 34
stop();
if (_root.heroe_id_global == _root.ifildur) {
_root.heroe_usar_animacion = 1;
}
Symbol 344 MovieClip Frame 41
gotoAndStop(_root.foto_o);
Symbol 344 MovieClip Frame 44
gotoAndStop(_root.foto_o);
Symbol 344 MovieClip Frame 46
stop();
Symbol 394 MovieClip Frame 1
stop();
if (_root.heroe_id_global == _root.hexavius) {
_root.heroe_usar_animacion = 1;
}
Symbol 394 MovieClip Frame 8
gotoAndStop(_root.foto_n);
Symbol 394 MovieClip Frame 11
gotoAndStop(_root.foto_n);
Symbol 394 MovieClip Frame 12
stop();
if (_root.heroe_id_global == _root.hexavius) {
_root.heroe_usar_animacion = 1;
}
Symbol 394 MovieClip Frame 19
gotoAndStop(_root.foto_e);
Symbol 394 MovieClip Frame 22
gotoAndStop(_root.foto_e);
Symbol 394 MovieClip Frame 23
stop();
if (_root.heroe_id_global == _root.hexavius) {
_root.heroe_usar_animacion = 1;
}
Symbol 394 MovieClip Frame 30
gotoAndStop(_root.foto_s);
Symbol 394 MovieClip Frame 33
gotoAndStop(_root.foto_s);
Symbol 394 MovieClip Frame 34
stop();
if (_root.heroe_id_global == _root.hexavius) {
_root.heroe_usar_animacion = 1;
}
Symbol 394 MovieClip Frame 41
gotoAndStop(_root.foto_o);
Symbol 394 MovieClip Frame 44
gotoAndStop(_root.foto_o);
Symbol 394 MovieClip Frame 46
stop();
Symbol 444 MovieClip Frame 1
stop();
if (_root.heroe_id_global == _root.calistea) {
_root.heroe_usar_animacion = 1;
}
if (_root.se_presiona_tecla == 1) {
nextFrame();
}
Symbol 444 MovieClip Frame 8
gotoAndStop(_root.foto_n);
Symbol 444 MovieClip Frame 11
gotoAndStop(_root.foto_n);
Symbol 444 MovieClip Frame 12
stop();
if (_root.heroe_id_global == _root.calistea) {
_root.heroe_usar_animacion = 1;
}
if (_root.se_presiona_tecla == 1) {
nextFrame();
}
Symbol 444 MovieClip Frame 19
gotoAndStop(_root.foto_e);
Symbol 444 MovieClip Frame 22
gotoAndStop(_root.foto_e);
Symbol 444 MovieClip Frame 23
stop();
if (_root.heroe_id_global == _root.calistea) {
_root.heroe_usar_animacion = 1;
}
if (_root.se_presiona_tecla == 1) {
nextFrame();
}
Symbol 444 MovieClip Frame 30
gotoAndStop(_root.foto_s);
Symbol 444 MovieClip Frame 33
gotoAndStop(_root.foto_s);
Symbol 444 MovieClip Frame 34
stop();
if (_root.heroe_id_global == _root.calistea) {
_root.heroe_usar_animacion = 1;
}
if (_root.se_presiona_tecla == 1) {
nextFrame();
}
Symbol 444 MovieClip Frame 41
gotoAndStop(_root.foto_o);
Symbol 444 MovieClip Frame 44
gotoAndStop(_root.foto_o);
Symbol 444 MovieClip Frame 46
stop();
Symbol 444 MovieClip Frame 48
stop();
Symbol 494 MovieClip Frame 1
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 2)) {
_root.heroe_usar_animacion = 1;
}
Symbol 494 MovieClip Frame 8
gotoAndStop(_root.foto_n);
Symbol 494 MovieClip Frame 11
gotoAndStop(_root.foto_n);
Symbol 494 MovieClip Frame 12
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 2)) {
_root.heroe_usar_animacion = 1;
}
Symbol 494 MovieClip Frame 19
gotoAndStop(_root.foto_e);
Symbol 494 MovieClip Frame 22
gotoAndStop(_root.foto_e);
Symbol 494 MovieClip Frame 23
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 2)) {
_root.heroe_usar_animacion = 1;
}
Symbol 494 MovieClip Frame 30
gotoAndStop(_root.foto_s);
Symbol 494 MovieClip Frame 33
gotoAndStop(_root.foto_s);
Symbol 494 MovieClip Frame 34
stop();
if ((_root.heroe_id_global == _root.astervan) && (_root.astervan_version == 2)) {
_root.heroe_usar_animacion = 1;
}
Symbol 494 MovieClip Frame 41
gotoAndStop(_root.foto_o);
Symbol 494 MovieClip Frame 44
gotoAndStop(_root.foto_o);
Symbol 494 MovieClip Frame 46
stop();
Symbol 495 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 1
function Grupo_De_Heroes(heroe1, heroe2, heroe3, heroe4) {
if (heroe1 >= 0) {
amigo1.gotoAndStop(_root.heroe_anim_id[heroe1]);
}
if (heroe2 >= 0) {
amigo2.gotoAndStop(_root.heroe_anim_id[heroe2]);
}
if (heroe3 >= 0) {
amigo3.gotoAndStop(_root.heroe_anim_id[heroe3]);
}
if (heroe4 >= 0) {
amigo4.gotoAndStop(_root.heroe_anim_id[heroe4]);
}
if ((heroe1 == _root.heroe_id_global) || (heroe1 < 0)) {
amigo1.heroe.gotoAndStop(_root.foto_vacia);
}
if ((heroe2 == _root.heroe_id_global) || (heroe2 < 0)) {
amigo2.heroe.gotoAndStop(_root.foto_vacia);
}
if ((heroe3 == _root.heroe_id_global) || (heroe3 < 0)) {
amigo3.heroe.gotoAndStop(_root.foto_vacia);
}
if ((heroe4 == _root.heroe_id_global) || (heroe4 < 0)) {
amigo4.heroe.gotoAndStop(_root.foto_vacia);
}
}
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 2
stop();
Symbol 517 MovieClip Frame 3
stop();
Symbol 522 Button
on (press) {
_root.juego_pausa++;
if (_root.juego_pausa > 1) {
_root.juego_pausa = 0;
}
if (_root.juego_pausa == 0) {
_root.mensaje_pausa = "";
}
if (_root.juego_pausa == 1) {
_root.mensaje_pausa = "Pause";
}
}
Symbol 532 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 2
stop();
Symbol 532 MovieClip Frame 3
stop();
Symbol 532 MovieClip Frame 4
stop();
Symbol 532 MovieClip Frame 10
stop();
Symbol 533 Button
on (release) {
if (_root.heroe3_id != _root.ninguno) {
_root.Seleccionar_Heroe(_root.heroe3_id);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
}
Symbol 534 Button
on (release) {
if (_root.heroe2_id != _root.ninguno) {
_root.Seleccionar_Heroe(_root.heroe2_id);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
}
Symbol 535 Button
on (release) {
if (_root.heroe1_id != _root.ninguno) {
_root.Seleccionar_Heroe(_root.heroe1_id);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
}
Symbol 536 Button
on (release) {
if (_root.heroe4_id != _root.ninguno) {
_root.Seleccionar_Heroe(_root.heroe4_id);
_root.Amigos_Sel_Dir(_root.clip_amigo1, _root.clip_amigo2, _root.clip_amigo3, _root.clip_amigo4);
}
}
Symbol 550 MovieClip Frame 1
function Init_Arma(param1) {
if ((iniciado == 0) || (iniciado == null)) {
iniciado = 1;
if (_root.arma_disponible[param1] == 1) {
gotoAndStop(param1);
} else {
gotoAndStop (30);
}
}
}
stop();
Symbol 551 MovieClip Frame 1
stop();
Instance of Symbol 517 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.objetos_jugador[_root.caja_medica] > 0) {
display_cantidad = _root.objetos_jugador[_root.caja_medica];
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
on (press, keyPress "h") {
if (_root.objetos_jugador[_root.caja_medica] > 0) {
if (_root.heroe_vidas[_root.heroe_id_global] < _root.heroe_vidas_max[_root.heroe_id_global]) {
_root.objetos_jugador[_root.caja_medica]--;
display_cantidad = _root.objetos_jugador[_root.caja_medica];
_root.heroe_vidas[_root.heroe_id_global] = _root.heroe_vidas[_root.heroe_id_global] + _root.caja_medica_fuerza;
}
}
}
Instance of Symbol 517 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.objetos_jugador[_root.caja_municiones] > 0) {
display_cantidad = _root.objetos_jugador[_root.caja_municiones];
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
on (press, keyPress "a") {
if ((((_root.jugador_arma_tipo != _root.daga) && (_root.jugador_arma_tipo != _root.espada)) && (_root.jugador_arma_tipo != _root.laser)) && (_root.jugador_arma_tipo != _root.cuchillo)) {
if (_root.arma_municion[_root.jugador_arma_tipo] < _root.arma_municion_max[_root.jugador_arma_tipo]) {
_root.objetos_jugador[_root.caja_municiones]--;
display_cantidad = _root.objetos_jugador[_root.caja_municiones];
switch (_root.jugador_arma_tipo) {
case _root.rifle :
_root.arma_municion[_root.jugador_arma_tipo] = _root.arma_municion[_root.jugador_arma_tipo] + 100;
break;
case _root.espada_blaster :
_root.arma_municion[_root.jugador_arma_tipo] = _root.arma_municion[_root.jugador_arma_tipo] + 50;
break;
case _root.blaster_rapido :
_root.arma_municion[_root.jugador_arma_tipo] = _root.arma_municion[_root.jugador_arma_tipo] + 150;
break;
case _root.granada :
_root.arma_municion[_root.jugador_arma_tipo] = _root.arma_municion[_root.jugador_arma_tipo] + 3;
break;
case _root.fuego :
_root.arma_municion[_root.jugador_arma_tipo] = _root.arma_municion[_root.jugador_arma_tipo] + 12;
}
if (_root.arma_municion[_root.jugador_arma_tipo] > _root.arma_municion_max[_root.jugador_arma_tipo]) {
_root.arma_municion[_root.jugador_arma_tipo] = _root.arma_municion_max[_root.jugador_arma_tipo];
}
_root.arma_actual_municion = _root.arma_municion[_root.jugador_arma_tipo];
}
}
}
Instance of Symbol 532 MovieClip "cara1" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.heroe1_id == _root.ninguno) {
gotoAndStop (10);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 532 MovieClip "cara2" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.heroe2_id == _root.ninguno) {
gotoAndStop (10);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 532 MovieClip "cara3" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.heroe3_id == _root.ninguno) {
gotoAndStop (10);
} else {
gotoAndStop (3);
}
}
Instance of Symbol 532 MovieClip "cara4" in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.heroe4_id == _root.ninguno) {
gotoAndStop (10);
} else {
gotoAndStop (4);
}
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
Init_Arma(_root.daga);
}
on (press, keyPress "0") {
_root.Seleccionar_Arma(_root.daga);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
Init_Arma(_root.laser);
}
on (press, keyPress "2") {
if (_root.arma_disponible[_root.laser] >= 1) {
_root.Seleccionar_Arma(_root.laser);
}
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
Init_Arma(_root.granada);
}
on (press, keyPress "3") {
if (_root.arma_disponible[_root.granada] >= 1) {
_root.Seleccionar_Arma(_root.granada);
}
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 1
onClipEvent (enterFrame) {
Init_Arma(_root.rifle);
}
on (press, keyPress "1") {
_root.Seleccionar_Arma(_root.rifle);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 2
onClipEvent (enterFrame) {
Init_Arma(_root.espada);
}
on (press, keyPress "0") {
_root.Seleccionar_Arma(_root.espada);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 2
onClipEvent (enterFrame) {
Init_Arma(_root.espada_blaster);
}
on (press, keyPress "1") {
_root.Seleccionar_Arma(_root.espada_blaster);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 3
onClipEvent (enterFrame) {
Init_Arma(_root.cuchillo);
}
on (press, keyPress "0") {
_root.Seleccionar_Arma(_root.cuchillo);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 4
onClipEvent (enterFrame) {
Init_Arma(_root.blaster_rapido);
}
on (press, keyPress "1") {
_root.Seleccionar_Arma(_root.blaster_rapido);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 5
onClipEvent (enterFrame) {
Init_Arma(_root.fuego);
}
on (press, keyPress "1") {
_root.Seleccionar_Arma(_root.fuego);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 5
onClipEvent (enterFrame) {
Init_Arma(_root.cuchillo);
}
on (press, keyPress "0") {
_root.Seleccionar_Arma(_root.cuchillo);
}
Instance of Symbol 550 MovieClip in Symbol 551 MovieClip Frame 8
onClipEvent (enterFrame) {
Init_Arma(_root.cuchillo);
}
on (press, keyPress "0") {
_root.Seleccionar_Arma(_root.cuchillo);
}
Symbol 554 MovieClip Frame 1
stop();
Symbol 554 MovieClip Frame 2
stop();
Symbol 555 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 2
play();
Symbol 556 MovieClip Frame 5
gotoAndStop (1);
Symbol 556 MovieClip Frame 6
play();
Symbol 556 MovieClip Frame 9
gotoAndStop (1);
Symbol 556 MovieClip Frame 10
play();
Symbol 556 MovieClip Frame 13
gotoAndStop (1);
Symbol 556 MovieClip Frame 14
play();
Symbol 556 MovieClip Frame 17
gotoAndStop (1);
Symbol 557 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 1
function Definir_Direccion_Arma(v_norte, v_este, v_sur, v_oeste) {
switch (_root.jugador_direccion) {
case _root.norte :
a1.gotoAndStop(v_norte);
break;
case _root.este :
a1.gotoAndStop(v_este);
break;
case _root.sur :
a1.gotoAndStop(v_sur);
break;
case _root.oeste :
a1.gotoAndStop(v_oeste);
}
}
stop();
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 2
Definir_Direccion_Arma(1, 2, 3, 4);
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 3
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 4
gotoAndStop (1);
Symbol 560 MovieClip Frame 5
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 6
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 7
gotoAndStop (1);
Symbol 560 MovieClip Frame 8
Definir_Direccion_Arma(2, 6, 10, 14);
_root.jugador_ataca = 1;
a1.play();
Symbol 560 MovieClip Frame 9
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 13
gotoAndStop (1);
Symbol 560 MovieClip Frame 14
Definir_Direccion_Arma(1, 2, 3, 4);
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 15
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 17
gotoAndStop (1);
Symbol 560 MovieClip Frame 18
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 19
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 22
gotoAndStop (1);
Symbol 560 MovieClip Frame 25
_root.jugador_ataca = 1;
if (_root.hay_sonido == 1) {
_root.sonidos.gotoAndPlay(_root.snd_explosion);
}
Symbol 560 MovieClip Frame 26
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 29
gotoAndStop (1);
Symbol 560 MovieClip Frame 30
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 31
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 34
gotoAndStop (1);
Symbol 560 MovieClip Frame 35
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 36
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 38
gotoAndStop (1);
Symbol 560 MovieClip Frame 39
_root.jugador_ataca = 1;
Symbol 560 MovieClip Frame 40
_root.jugador_ataca = 0;
Symbol 560 MovieClip Frame 43
gotoAndStop (1);
Symbol 561 MovieClip Frame 1
stop();
Symbol 561 MovieClip Frame 2
_root.sonidos.gotoAndPlay(_root.snd_golpe2);
Symbol 561 MovieClip Frame 3
gotoAndStop (1);
Symbol 572 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 5
gotoAndPlay (1);
Symbol 579 MovieClip Frame 8
stop();
Symbol 589 MovieClip Frame 4
gotoAndPlay (1);
Symbol 589 MovieClip Frame 7
stop();
Symbol 592 MovieClip Frame 4
gotoAndPlay (1);
Symbol 592 MovieClip Frame 7
stop();
Symbol 597 MovieClip Frame 4
gotoAndPlay (1);
Symbol 597 MovieClip Frame 7
stop();
Symbol 598 MovieClip Frame 4
gotoAndPlay (1);
Symbol 598 MovieClip Frame 7
stop();
Symbol 606 MovieClip Frame 4
gotoAndPlay (1);
Symbol 606 MovieClip Frame 12
stop();
Symbol 613 MovieClip Frame 4
gotoAndPlay (1);
Symbol 613 MovieClip Frame 7
stop();
Symbol 617 MovieClip Frame 4
gotoAndPlay (1);
Symbol 617 MovieClip Frame 7
stop();
Symbol 624 MovieClip Frame 4
gotoAndPlay (1);
Symbol 624 MovieClip Frame 7
stop();
Symbol 631 MovieClip Frame 4
gotoAndPlay (1);
Symbol 631 MovieClip Frame 7
stop();
Symbol 637 MovieClip Frame 4
gotoAndPlay (1);
Symbol 637 MovieClip Frame 7
stop();
Symbol 642 MovieClip Frame 4
gotoAndPlay (1);
Symbol 642 MovieClip Frame 7
stop();
Symbol 653 MovieClip Frame 4
gotoAndPlay (1);
Symbol 653 MovieClip Frame 7
stop();
Symbol 659 MovieClip Frame 4
gotoAndPlay (1);
Symbol 659 MovieClip Frame 7
stop();
Symbol 660 MovieClip Frame 1
function DarExperiencia(pm_exp) {
factor_exp = pm_exp;
}
function DarDinero(pm_dinero) {
factor_dinero = pm_dinero;
}
function EsEnemigo(pm_anim, pm_tipo_mov, pm_vel, pm_vidas, pm_snd_golpeado, pm_fuerza, pm_fuerza_arma, pm_vel_x_arma, pm_vel_y_arma, pm_snd_arma, pm_anim_muerto, pm_snd_muerto) {
if (_root.juego_pausa != 1) {
if ((inicializado == 0) || (inicializado == null)) {
inicializado = 1;
esta_vivo = 1;
this.vidas = pm_vidas;
if (enemigo_actor_arma._x < -100) {
enemigo_actor_arma._x = -100;
}
arma_init_x = enemigo_actor_arma._x;
arma_init_y = enemigo_actor_arma._y;
actor_init_x = enemigo_actor._x;
actor_init_y = enemigo_actor._y;
gotoAndStop(pm_anim);
enemigo_actor.gotoAndPlay(1);
if (pm_snd_arma > 0) {
_root.sonidos.gotoAndPlay(pm_snd_arma);
}
}
if (vidas > 0) {
_root.presencia_hostil = 3;
if (_root.jugador_ataca > 0) {
if (_root.arma_jugador.hitTest(enemigo_actor)) {
this.vidas = this.vidas - _root.jugador_arma_fuerza;
}
}
if (_root.jugador.hitTest(enemigo_actor)) {
_root.heroe_vidas[_root.heroe_actual] = _root.heroe_vidas[_root.heroe_actual] - pm_fuerza;
_root.jugador_golpeado.play();
}
if (pm_fuerza_arma <= 0) {
enemigo_actor_arma._x = _root.fuera;
enemigo_actor_arma._y = _root.fuera;
pm_vel_x_arma = 0;
pm_vel_y_arma = 0;
}
if (pm_tipo_mov > 0) {
enem_x = _x + enemigo_actor._x;
enem_y = _y + enemigo_actor._y;
switch (pm_tipo_mov) {
case 4 :
if (enem_x < _root.jugador_pos_x) {
enemigo_actor._x = enemigo_actor._x + pm_vel;
}
if (enem_x > _root.jugador_pos_x) {
enemigo_actor._x = enemigo_actor._x - pm_vel;
}
break;
case 5 :
if (enem_y < _root.jugador_pos_y) {
enemigo_actor._y = enemigo_actor._y + pm_vel;
}
if (enem_y > _root.jugador_pos_y) {
enemigo_actor._y = enemigo_actor._y - pm_vel;
}
break;
case 6 :
if (enem_x < _root.jugador_pos_x) {
enemigo_actor._x = enemigo_actor._x + pm_vel;
}
if (enem_x > _root.jugador_pos_x) {
enemigo_actor._x = enemigo_actor._x - pm_vel;
}
if (enem_y < _root.jugador_pos_y) {
enemigo_actor._y = enemigo_actor._y + pm_vel;
}
if (enem_y <= _root.jugador_pos_y) {
break;
}
enemigo_actor._y = enemigo_actor._y - pm_vel;
}
}
}
if (pm_fuerza_arma > 0) {
enemigo_actor_arma._x = enemigo_actor_arma._x + pm_vel_x_arma;
enemigo_actor_arma._y = enemigo_actor_arma._y + pm_vel_y_arma;
}
if ((((enemigo_actor_arma._x < (-_root.pantalla_largo)) || (enemigo_actor_arma._x > _root.pantalla_largo)) || (enemigo_actor_arma._y < (-_root.pantalla_alto))) || (enemigo_actor_arma._y > _root.pantalla_alto)) {
if (vidas > 0) {
enemigo_actor_arma._x = enemigo_actor._x;
enemigo_actor_arma._y = enemigo_actor._y;
if (pm_snd_arma > 0) {
_root.sonidos.gotoAndPlay(pm_snd_arma);
}
} else {
enemigo_actor_arma._x = arma_init_x - _root.fuera;
enemigo_actor_arma._y = arma_init_y - _root.fuera;
}
}
if (_root.jugador.hitTest(enemigo_actor_arma)) {
_root.heroe_vidas[_root.heroe_actual] = _root.heroe_vidas[_root.heroe_actual] - pm_fuerza_arma;
enemigo_actor_arma._x = _root.fuera;
enemigo_actor_arma._y = _root.fuera;
_root.jugador_golpeado.play();
}
if (this.vidas <= 0) {
if (esta_vivo == 1) {
esta_vivo = 0;
_root.experiencia = _root.experiencia + factor_exp;
_root.jugador_dinero = _root.jugador_dinero + factor_dinero;
enemigo_actor.gotoAndPlay(pm_anim_muerto);
if (pm_snd_muerto > 0) {
_root.sonidos.gotoAndPlay(pm_snd_muerto);
}
}
}
vidas_display = this.vidas;
}
}
stop();
factor_exp = 0;
factor_dinero = 0;
Symbol 668 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 1
stop();
Symbol 694 MovieClip Frame 2
if (_root.juego_pausa == 1) {
gotoAndPlay (1);
}
Symbol 694 MovieClip Frame 3
_root.sonidos.gotoAndPlay(_root.snd_rifle);
Symbol 694 MovieClip Frame 5
gotoAndPlay (1);
Symbol 694 MovieClip Frame 6
stop();
Symbol 699 MovieClip Frame 2
if (_root.juego_pausa == 1) {
gotoAndPlay (1);
}
Symbol 699 MovieClip Frame 3
_root.sonidos.gotoAndPlay(_root.snd_rifle);
Symbol 699 MovieClip Frame 5
gotoAndPlay (1);
Symbol 699 MovieClip Frame 6
stop();
Symbol 700 MovieClip Frame 1
function EsAliado(pm_anim, pm_vidas, pm_anim_muerto, pm_snd_muerto) {
if (_root.juego_pausa != 1) {
if ((iniciado == 0) || (iniciado == null)) {
iniciado = 1;
gotoAndStop(pm_anim);
vidas = pm_vidas;
esta_vivo = 1;
}
if (vidas > 0) {
if (hitTest(_root.activo1)) {
vidas--;
_root.activo1.vidas--;
}
if (hitTest(_root.activo2)) {
vidas--;
_root.activo2.vidas--;
}
if (hitTest(_root.activo3)) {
vidas--;
_root.activo3.vidas--;
}
if (hitTest(_root.activo4)) {
vidas--;
_root.activo4.vidas--;
}
if (hitTest(_root.activo5)) {
vidas--;
_root.activo5.vidas--;
}
if (hitTest(_root.activo6)) {
vidas--;
_root.activo6.vidas--;
}
if (hitTest(_root.activo7)) {
vidas--;
_root.activo7.vidas--;
}
if (hitTest(_root.activo8)) {
vidas--;
_root.activo8.vidas--;
}
if (hitTest(_root.activo9)) {
vidas--;
_root.activo9.vidas--;
}
if (_root.presencia_hostil <= 0) {
aliado_actor.gotoAndStop(1);
} else {
aliado_actor.play();
}
}
if (vidas <= 0) {
if (esta_vivo == 1) {
esta_vivo = 0;
_root.sonidos.gotoAndPlay(pm_snd_muerto);
aliado_actor.gotoAndStop(pm_anim_muerto);
}
}
}
}
stop();
Symbol 704 MovieClip Frame 1
play();
Symbol 704 MovieClip Frame 60
stop();
_root.nextFrame();
Symbol 707 MovieClip Frame 2
_root.sonidos.gotoAndPlay(_root.snd_rifle);
Symbol 707 MovieClip Frame 4
_root.sonidos.gotoAndPlay(_root.snd_rifle);
Symbol 707 MovieClip Frame 6
_root.sonidos.gotoAndPlay(_root.snd_rifle);
Symbol 707 MovieClip Frame 8
_root.sonidos.gotoAndPlay(_root.snd_rifle);
Symbol 707 MovieClip Frame 10
movexp1.gotoAndPlay(2);
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 707 MovieClip Frame 37
_root.nextFrame();
Symbol 713 MovieClip Frame 65
_root.nextFrame();
Symbol 724 MovieClip Frame 1
play();
Symbol 724 MovieClip Frame 60
stop();
_root.nextFrame();
Symbol 731 MovieClip Frame 1
play();
Symbol 731 MovieClip Frame 30
stop();
_root.nextFrame();
Symbol 739 Button
on (release) {
if ((_root.campo_nombre_ifildur != "") && (_root.campo_nombre_ifildur != " ")) {
_root.heroe_nombre[ifildur] = _root.campo_nombre_ifildur;
_root.nextFrame();
}
}
Symbol 742 MovieClip Frame 1
stop();
Symbol 757 Button
on (release) {
_root.Guardar_Juego("astrosv1");
}
Symbol 759 Button
on (release) {
_root.Guardar_Juego("astrosv2");
}
Symbol 760 MovieClip Frame 1
function Peticion_Jugador() {
if (_root.jugador.hitTest(area_guardar2)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
stop();
Symbol 770 MovieClip Frame 1
stop();
Symbol 788 Button
on (release, keyPress "c") {
gotoAndStop (176);
}
Symbol 792 MovieClip Frame 1
stop();
Symbol 799 MovieClip Frame 30
play();
Symbol 799 MovieClip Frame 135
stop();
_root.nextFrame();
Symbol 802 Button
on (release, keyPress "c") {
_root.nextFrame();
}
Symbol 834 Button
on (release, keyPress "c") {
nextFrame();
}
on (keyPress "C") {
nextFrame();
}
Symbol 844 Button
on (release, keyPress "c") {
_root.nextFrame();
}
on (keyPress "C") {
_root.nextFrame();
}
Symbol 845 MovieClip Frame 1
stop();
Symbol 857 Button
on (release) {
if ((_root.campo_nombre_hexavius != "") && (_root.campo_nombre_hexavius != " ")) {
_root.heroe_nombre[ifildur] = _root.campo_nombre_ifildur;
_root.nextFrame();
}
}
Symbol 873 MovieClip Frame 1
stop();
Symbol 885 MovieClip Frame 52
stop();
_root.nextFrame();
Symbol 891 MovieClip Frame 108
stop();
_root.nextFrame();
Symbol 895 MovieClip Frame 1
stop();
Symbol 902 MovieClip Frame 40
stop();
_root.nextFrame();
Symbol 905 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 2
stop();
Symbol 908 MovieClip Frame 3
gotoAndStop (1);
Symbol 915 MovieClip Frame 1
stop();
Symbol 915 MovieClip Frame 2
stop();
Symbol 915 MovieClip Frame 3
stop();
Symbol 915 MovieClip Frame 4
stop();
Symbol 915 MovieClip Frame 5
stop();
Symbol 917 MovieClip Frame 15
stop();
Symbol 922 MovieClip Frame 1
stop();
Symbol 922 MovieClip Frame 11
prevFrame();
Symbol 922 MovieClip Frame 12
play();
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 922 MovieClip Frame 28
stop();
_parent.iniciado = 0;
_parent.inic_anim = 0;
_parent._x = _parent.pos_x_ini;
_parent._y = _parent.pos_y_ini;
gotoAndStop (1);
Symbol 927 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 11
prevFrame();
Symbol 927 MovieClip Frame 12
play();
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 927 MovieClip Frame 28
stop();
_parent.iniciado = 0;
_parent.inic_anim = 0;
_parent._x = _parent.pos_x_ini;
_parent._y = _parent.pos_y_ini;
gotoAndStop (1);
Symbol 928 MovieClip Frame 15
stop();
Symbol 931 MovieClip Frame 1
stop();
Symbol 931 MovieClip Frame 11
prevFrame();
Symbol 931 MovieClip Frame 12
play();
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 931 MovieClip Frame 28
stop();
_parent.iniciado = 0;
_parent.inic_anim = 0;
_parent._x = _parent.pos_x_ini;
_parent._y = _parent.pos_y_ini;
gotoAndStop (1);
Symbol 932 MovieClip Frame 1
function nave_ia(pm_vidas, pm_vel, pm_fuerza, pm_arma, pm_tipo_mov) {
if ((iniciado == 0) || (iniciado == null)) {
pos_x_ini = _x;
pos_y_ini = _y;
activo_arma_x_ini = activo_arma._x;
activo_arma_y_ini = activo_arma._y;
nave_vidas = pm_vidas;
nave_arma_fuerza = pm_fuerza;
arma_fotograma = pm_arma;
iniciado = 1;
}
if (_root.juego_pausa != 1) {
if (nave_vidas > 0) {
if (Key.isDown(39)) {
_x = (_x - _parent.heroe_velocidad);
}
if (Key.isDown(37)) {
_x = (_x + _parent.heroe_velocidad);
}
if ((pm_tipo_mov == 4) && (pm_vel >= 0)) {
if (_x <= _parent.heroe._x) {
_x = (_x + pm_vel);
}
if (_x > _parent.heroe._x) {
_x = (_x - pm_vel);
}
}
if ((pm_tipo_mov == 4) && (pm_vel < 0)) {
if (_x <= _parent.heroe._x) {
_x = (_x - pm_vel);
}
if (_x > _parent.heroe._x) {
_x = (_x + pm_vel);
}
}
if (_x < -400) {
_x = 1200;
}
if (_x > 1200) {
_x = -400;
}
activo_arma._y = activo_arma._y + activo_arma_vel;
if (activo_arma._y > (activo_arma_y_ini + 450)) {
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.blaster_rapido]);
activo_arma._x = activo_arma_x_ini;
activo_arma._y = activo_arma_y_ini;
activo_arma.gotoAndPlay(1);
}
if (activo_arma.hitTest(_parent.heroe)) {
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.blaster_rapido]);
activo_arma._x = activo_arma_x_ini;
activo_arma._y = activo_arma_y_ini;
activo_arma.gotoAndPlay(1);
_parent.cb_nave_jugador_vidas = _parent.cb_nave_jugador_vidas - pm_fuerza;
_root.jugador_golpeado.play();
}
}
if ((nave_vidas <= 0) && (inic_anim == 0)) {
inic_anim = 1;
activo_arma._x = activo_arma_x_ini;
activo_arma._y = activo_arma_y_ini;
activo_nave.gotoAndPlay(12);
_parent.combate_cant_enemigos--;
}
}
}
stop();
iniciado = 0;
inic_anim = 0;
pos_x_ini = _x;
pos_y_ini = _y;
activo_arma_x_ini = activo_arma._x;
activo_arma_y_ini = activo_arma._y;
activo_arma_vel = 30;
Symbol 940 MovieClip Frame 1
function Combate_Espacial(pm_vidas, pm_tipo_enemigos, pm_cant_enemigos) {
if ((iniciado == null) || (iniciado == 0)) {
cb_nave_jugador_vidas = pm_vidas;
combate_cant_enemigos = pm_cant_enemigos;
enenave1.gotoAndStop(pm_tipo_enemigos);
enenave2.gotoAndStop(pm_tipo_enemigos);
enenave3.gotoAndStop(pm_tipo_enemigos);
enenave4.gotoAndStop(pm_tipo_enemigos);
enenave5.gotoAndStop(pm_tipo_enemigos);
enenave6.gotoAndStop(pm_tipo_enemigos);
iniciado = 1;
}
if (_root.juego_pausa != 1) {
cb_mostrar_enemigos = (100 * combate_cant_enemigos) / pm_cant_enemigos;
cb_nave_mostrar_vidas = (100 * cb_nave_jugador_vidas) / pm_vidas;
cb_mostrar_enemigos = int(cb_mostrar_enemigos);
cb_nave_mostrar_vidas = int(cb_nave_mostrar_vidas);
barra_enemigos._width = cb_mostrar_enemigos;
if (nave_ataca == 0) {
_root.dinamico2.clear();
}
if (nave_ataca == 1) {
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
if (nave_arma_fuerza <= 0) {
nave_arma_fuerza = 1;
}
if (nave_mira.hitTest(enenave1)) {
enenave1.nave_vidas = enenave1.nave_vidas - nave_arma_fuerza;
}
if (nave_mira.hitTest(enenave2)) {
enenave2.nave_vidas = enenave2.nave_vidas - nave_arma_fuerza;
}
if (nave_mira.hitTest(enenave3)) {
enenave3.nave_vidas = enenave3.nave_vidas - nave_arma_fuerza;
}
if (nave_mira.hitTest(enenave4)) {
enenave4.nave_vidas = enenave4.nave_vidas - nave_arma_fuerza;
}
if (nave_mira.hitTest(enenave5)) {
enenave5.nave_vidas = enenave5.nave_vidas - nave_arma_fuerza;
}
if (nave_mira.hitTest(enenave6)) {
enenave6.nave_vidas = enenave6.nave_vidas - nave_arma_fuerza;
}
nave_ataca = 0;
_root.createEmptyMovieClip("dinamico2", 1);
_root.dinamico2.lineStyle(2, 15597568, 100);
_root.dinamico2.moveTo(_x - 20, _y + 140);
_root.dinamico2.lineTo(_root._xmouse - 2, _y + nave_mira._y);
_root.dinamico2.moveTo(_x + 20, _y + 140);
_root.dinamico2.lineTo(_root._xmouse + 2, _y + nave_mira._y);
}
tecla_presionada = 0;
if (Key.isDown(38)) {
}
if (Key.isDown(40)) {
}
if (Key.isDown(39)) {
tecla_presionada = 1;
nave_fotograma_actual++;
fondo_espacio.nextFrame();
}
if (Key.isDown(37)) {
tecla_presionada = 1;
nave_fotograma_actual--;
fondo_espacio.nextFrame();
}
if (nave_fotograma_actual > 5) {
nave_fotograma_actual = 5;
}
if (nave_fotograma_actual < 1) {
nave_fotograma_actual = 1;
}
heroe.gotoAndStop(nave_fotograma_actual);
if (tecla_presionada == 0) {
if (nave_fotograma_actual < 3) {
nave_fotograma_actual++;
}
if (nave_fotograma_actual > 3) {
nave_fotograma_actual--;
}
}
if (combate_cant_enemigos <= 0) {
combate_cant_enemigos = 0;
iniciado = 0;
_root.nextFrame();
}
if (cb_nave_jugador_vidas <= 0) {
cb_nave_jugador_vidas = 0;
_root.Cargar_Fotograma(1, 5);
}
}
}
nave_fotograma_central = 3;
nave_fotograma_actual = nave_fotograma_central;
tecla_presionada = 0;
nave_ataca = 0;
nave_arma_fuerza = 5;
heroe_velocidad = 30;
cb_cant_enemigos = 1;
cb_mostrar_enemigos = 0;
startDrag (nave_mira, true);
cb_nave_jugador_vidas = 20;
cb_nave_mostrar_vidas = 0;
Instance of Symbol 915 MovieClip "heroe" in Symbol 940 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 932 MovieClip "enenave1" in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
nave_ia(20, 15, 4, 1, 4);
}
Instance of Symbol 932 MovieClip "enenave2" in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
nave_ia(20, 15, 4, 1, 4);
}
Instance of Symbol 932 MovieClip "enenave3" in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
nave_ia(20, -15, 4, 1, 4);
}
Instance of Symbol 932 MovieClip "enenave4" in Symbol 940 MovieClip Frame 1
onClipEvent (enterFrame) {
nave_ia(20, -15, 4, 1, 4);
}
Symbol 943 MovieClip Frame 1
stop();
Symbol 956 Button
on (release) {
gotoAndStop (234);
}
Symbol 965 Button
on (release) {
if ((_root.campo_nombre_calistea != "") && (_root.campo_nombre_calistea != " ")) {
_root.heroe_nombre[calistea] = _root.campo_nombre_calistea;
_root.nextFrame();
}
}
Symbol 968 Button
on (release) {
nextFrame();
}
Symbol 985 MovieClip Frame 35
stop();
_root.nextFrame();
Symbol 992 Button
on (release) {
_root.Cargar_Fotograma(99, 5);
}
Symbol 996 MovieClip Frame 1
stop();
Symbol 1030 MovieClip Frame 8
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1030 MovieClip Frame 15
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 1030 MovieClip Frame 24
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1030 MovieClip Frame 31
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.blaster]);
Symbol 1030 MovieClip Frame 37
movexp1.gotoAndPlay(2);
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.granada]);
Symbol 1030 MovieClip Frame 105
stop();
_root.nextFrame();
Symbol 1042 MovieClip Frame 60
stop();
Symbol 1045 Button
on (release) {
gotoAndStop (324);
}
Symbol 1054 Button
on (release) {
if ((_root.campo_nombre_astervan != "") && (_root.campo_nombre_astervan != " ")) {
_root.heroe_nombre[astervan] = _root.campo_nombre_astervan;
_root.nextFrame();
}
}
Symbol 1078 Button
on (release) {
_root.nextFrame();
}
Symbol 1092 MovieClip Frame 5
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1092 MovieClip Frame 16
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1092 MovieClip Frame 26
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1092 MovieClip Frame 35
stop();
_root.nextFrame();
Symbol 1113 MovieClip Frame 7
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1113 MovieClip Frame 15
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1113 MovieClip Frame 20
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1113 MovieClip Frame 25
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1113 MovieClip Frame 32
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1113 MovieClip Frame 38
_root.sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1113 MovieClip Frame 86
stop();
_root.nextFrame();
Symbol 1133 MovieClip Frame 4
sonidos.gotoAndPlay(_root.arma_snd[_root.rifle]);
Symbol 1133 MovieClip Frame 10
sonidos.gotoAndPlay(_root.arma_snd[_root.laser]);
Symbol 1155 MovieClip Frame 150
stop();
_root.nextFrame();
Symbol 1158 MovieClip Frame 170
stop();
_root.nextFrame();
Symbol 1162 MovieClip Frame 1
stop();
Symbol 1164 MovieClip Frame 100
stop();
_root.nextFrame();
Symbol 1170 MovieClip Frame 212
stop();
_root.nextFrame();
Symbol 1171 MovieClip Frame 201
stop();
_root.nextFrame();
Symbol 1176 Button
on (press, keyPress "y") {
_root.nextFrame();
}
Symbol 1177 Button
on (press, keyPress "n") {
_root.Cargar_Fotograma(_root.juego_escena, _root.juego_fotograma);
}
Symbol 1185 MovieClip Frame 1
function Trabajo_De_Transporte(pm_segundos, pm_dinero) {
if ((init == 0) || (init == null)) {
segundos_restantes = pm_segundos;
init = 1;
}
if (segundos_restantes <= 0) {
init = 0;
_root.jugador_dinero = _root.jugador_dinero + pm_dinero;
stopAllSounds();
_root.Cargar_Fotograma(_root.juego_escena, _root.juego_fotograma);
}
}
play();
Symbol 1185 MovieClip Frame 15
segundos_restantes--;
Symbol 1188 Button
on (press, keyPress "i") {
Comprar_Pistola2();
}
Symbol 1192 Button
on (press, keyPress "d") {
_root.Cargar_Fotograma(_root.juego_escena, _root.juego_fotograma);
}
Symbol 1196 Button
on (press, keyPress "h") {
if (_root.jugador_dinero >= 50) {
_root.jugador_dinero = _root.jugador_dinero - 50;
_root.objetos_jugador[caja_medica]++;
ObjetosInfo();
}
}
Symbol 1197 Button
on (press, keyPress "a") {
if (_root.jugador_dinero >= 100) {
_root.jugador_dinero = _root.jugador_dinero - 100;
_root.objetos_jugador[caja_municiones]++;
ObjetosInfo();
}
}
Symbol 1204 Button
on (press, keyPress "i") {
_root.Comprar_Pistola2();
}
Symbol 1207 Button
on (press, keyPress "p") {
_root.Comprar_Blaster2();
}
Symbol 1210 Button
on (press, keyPress "y") {
stopAllSounds();
_root.nextFrame();
}