Combined Code
frame 1 {
_root._quality = 'LOW';
_focusrect = false;
total = getBytesTotal();
carregando = getBytesLoaded();
porcentagem = Math.floor((total / carregando) * 100);
porcentagem = Math.floor((carregando / total) * 100);
barra_mc._xscale = porcentagem;
filtro._alpha = porcentagem * -1 + 100;
if (carregando == total) {
gotoAndStop('menu');
fade_in._visible = false;
}
}
frame 1 {
function pokehidden() {
getURL('http://www.pokehidden.net/', '_top');
}
function stasyan() {
getURL('http://stasyan.ga/bfe/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
var sta = new ContextMenuItem('Перевод от St@SyaN', stasyan);
menu.customItems.push(sta);
_root.menu = menu;
}
movieClip 2 {
}
movieClip 4 {
}
movieClip 6 {
}
// unknown tag 88 length 90
movieClip 9 {
}
movieClip 11 {
}
movieClip 13 {
}
movieClip 28 {
}
movieClip 29 {
frame 48 {
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
} else {
stop();
}
}
frame 95 {
stop();
}
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop('menu');
fade_in._visible = false;
}
}
movieClip 110 {
frame 1 {
stop();
}
}
movieClip 112 {
frame 1 {
function yay_end() {
_root.mundo.quantas_comeu += 1;
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.musica1.musica1.stop();
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.lessbullshitmode == true) {
_root.gotoAndStop('menu');
_root.chiado_inicio._visible = false;
if (_root.mundo.secondary == false) {
_root.fundo.gotoAndStop('lessbullshit_1');
} else {
_root.fundo.gotoAndStop('lessbullshit_2');
_root.fundo.trixie._visible = false;
_root.fundo.dj_pon3._visible = false;
_root.fundo.zecora._visible = false;
_root.fundo.chiado._visible = false;
_root.fundo.derpy._visible = false;
_root.fundo.luna._visible = false;
_root.fundo.luna2._visible = false;
_root.fundo.celestia._visible = false;
_root.fundo.celestia2._visible = false;
}
_root.hud._visible = false;
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('fanfare_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('fanfare_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
function pass_time() {
_root.mundo.shield_quebrado = false;
_root.mundo.shield_quebrado_2 = false;
if (_root.mundo.hora_ceu == 'dia') {
_root.mundo.hora_ceu = 'noite';
} else {
_root.mundo.dia += 1;
_root.mundo.dia_info = 'DAY ' + dia;
_root.mundo.hora_ceu = 'dia';
}
_root.mundo.horario += 1;
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.horario == 2 || _root.mundo.horario == 4 || _root.mundo.horario == 6) {
_root.mundo.noite();
}
if (_root.mundo.horario == 5) {
_root.mundo.dia_c();
}
if (_root.mundo.horario == 3) {
_root.mundo.dia_b();
}
if (_root.mundo.horario == 7) {
if (_root.mundo.spike_ja_transou == false) {
_root.escuro._visible = false;
if (_root.mundo.quantas_comeu == 6) {
_root.gotoAndStop('manesix_ending');
} else {
if (_root.mundo.quantas_comeu == 5 || _root.mundo.quantas_comeu == 4 || _root.mundo.quantas_comeu == 3) {
_root.gotoAndStop('ending_1');
} else {
if (_root.mundo.quantas_comeu == 2 || _root.mundo.quantas_comeu == 1) {
_root.gotoAndStop('ending_2');
} else {
if (_root.mundo.quantas_comeu == 0) {
_root.gotoAndStop('fap_ending');
} else {
_root.gotoAndStop('manesix_ending');
}
}
}
}
} else {
_root.gotoAndStop('spike_rar_1');
}
}
}
function noite() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = true;
_root.ceu_noite._visible = true;
_root.ceu_dia._visible = false;
}
function dia_a() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = false;
_root.ceu_noite._visible = false;
_root.ceu_dia._visible = true;
}
function dia_b() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start_2');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme_2');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = false;
_root.ceu_noite._visible = false;
_root.ceu_dia._visible = true;
}
function dia_c() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = false;
_root.ceu_noite._visible = false;
_root.ceu_dia._visible = true;
}
function colisao_nuvem() {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('hit_cloud');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
if (_root.mundo.lives_counter > 0) {
_root.mundo.invencivel = true;
_root.race.senses.play();
_root.mundo.lives_counter -= 1;
if (_root.mundo.lives_counter == 0) {
_root.race.hits.gotoAndPlay('hit_3');
}
if (_root.mundo.lives_counter == 1) {
_root.race.hits.gotoAndPlay('hit_2');
}
if (_root.mundo.lives_counter == 2) {
_root.race.hits.gotoAndPlay('hit_1');
}
} else {
if (_root.mundo.corrida1perdeu == false) {
_root.mundo.corrida1perdeu = true;
} else {
if (_root.mundo.corrida2perdeu == false) {
_root.mundo.corrida2perdeu = true;
} else {
_root.mundo.corrida3perdeu = true;
}
}
_root.gotoAndStop('race_derrota');
}
}
function cum_meter() {
_root.meter.meter._xscale = _root.mundo.meter;
if (_root.mundo.meter < 100) {
_root.mundo.meter += _root.contador.quantidade;
} else {
_root.mundo.meter = 100;
_root.yay_button._visible = true;
if (_root.mundo.meter_japiscou == false) {
_root.meter.play();
}
_root.mundo.meter_japiscou = true;
}
}
aindanomenu = true;
ending = 'no_ending';
lessbullshitmode = false;
volume_musica1 = 100;
volume_musica2 = 100;
volume_musica3 = 100;
musica_ligada = true;
horario = 1;
hora_ceu = 'dia';
dia = 1;
dia_info = 'DAY ' + dia;
money = 0;
money_info = money + ' BITS';
precisa_livro = false;
trixie_puta = false;
pegou_livro_volta = false;
trixie_avisou_livro = false;
forca = 0;
variavelepica = false;
segundavariavelepica = false;
falou_com_rainbow = false;
negou_corrida = false;
ja_pegou_bola = false;
presente_no_chao = false;
quando_colocou_presente = 99;
porta_dj_aberta = false;
pedra_quebrada = false;
applejack_viu_quebrar = false;
dia_que_quebrou_pedra = 99;
viu_twilight = false;
viu_cmc = false;
shield_quebrado = false;
shield_quebrado_2 = false;
ja_falou_trixie = false;
falou_com_spike = false;
viu_spike = false;
deu_ticket_spike = false;
dia_spike_espera = 99;
quando_viu_spike = 99;
secondary = false;
falou_com_applejack = false;
forca_acumulada = 0;
pegou_garrafa_vinho = false;
talked_with_twilight = false;
inicio_djpon3 = false;
dropou_garrafa_vinho = false;
ja_viu_berry = false;
deu_livro_twilight = false;
fluttershy_caida_chorando = false;
encontrou_fluttershy = false;
encontrou_fluttershy_dia = 99;
fluttershy_sad = false;
fluttershy_sad_2 = false;
crise_1_passou = false;
crise_2_passou = false;
crise_3_passou = false;
kissed_fluttershy = false;
kiss_fluttershy_horario = 99;
fazenda_musica = false;
fez_fluttershy_cair = false;
ja_comprou_ticket = false;
cura_pocao = false;
chrysalis_presa = false;
rarity_puta = false;
rarity_pobre = false;
rarity_nodesign = false;
prometeu_ajudar_rarity = false;
ajudou_rarity = false;
rarity_policia = false;
encontrou_spike_rarity = false;
falou_com_spike_rarity = false;
spike_foi_fuder = false;
applejack_deixou_trabalhar = false;
rarity_janela_aberta = false;
horario_spike_transou_rarity = 99;
checou_derpy = false;
ouviu_derpy = false;
negou_luna = false;
luna_perdeu_lol = false;
spike_trilho_encontrou = false;
spike_retornou_ticket = false;
achou_grana_aj = false;
soundtest_ligado = false;
pinkie_pie_ja_transou = false;
dj_pon3_ja_transou = false;
rainbow_dash_ja_transou = false;
trixie_ja_transou = false;
trixie_ja_transou_2 = false;
twilight_sparkle_ja_transou = false;
applejack_ja_transou = false;
fluttershy_ja_transou = false;
celestia_ja_transou = false;
rarity_ja_transou = false;
derpy_ja_transou = false;
zecora_ja_transou = false;
luna_ja_transou = false;
spike_ja_transou = false;
meter = 0;
meter_japiscou = false;
quantas_comeu = 0;
posicao = 'cima';
lives_counter = 3;
invencivel = false;
corrida1perdeu = false;
corrida2perdeu = false;
corrida3perdeu = false;
corrida4perdeu = false;
possui_livro = false;
possui_bola = false;
possui_presente = false;
possui_muffin = false;
possui_ticket = false;
possui_garrafa = false;
horned = false;
winged = false;
sabe_shieldbreaker_a = false;
sabe_shieldbreaker_b = false;
sabe_attackspell_a = false;
sabe_attackspell_b = false;
player_escudo = 5;
battle_vida_player = 100;
battle_vida_luna = 100;
luna_shield_intacto = true;
luna_durante_ataque = false;
contador_de_ataques = 0;
numero_fase = 1;
quantidade_counters = 1;
liberou_bullshit_fluttershy = false;
liberou_bullshit_treehouse = false;
liberou_bullshit_wine = false;
liberou_bullshit_pinkie = false;
liberou_bullshit_dj = false;
liberou_bullshit_bonus = false;
}
}
movieClip 114 {
frame 1 {
musica1 = new Sound(this);
}
}
movieClip 116 {
frame 1 {
musica2 = new Sound(this);
}
}
movieClip 118 {
frame 1 {
musica3 = new Sound(this);
}
}
button 120 {
on (press) {
if (fundo.pode_continuar == true) {
mundo.aindanomenu = false;
desaparecimento.gotoAndPlay('inicio_animacao');
fundo.gotoAndPlay('horadejogar');
hud1._visible = false;
hud2._visible = false;
hud._visible = false;
}
}
}
button 121 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == false) {
fundo.informe._visible = true;
fundo.lessbullshit._visible = false;
ra._alpha = 20;
rd._alpha = 20;
fll._alpha = 20;
aj._alpha = 20;
ts._alpha = 20;
pp._alpha = 20;
} else {
fundo.less_bullshit.gotoAndStop('brilhando');
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == false) {
fundo.informe._visible = false;
fundo.lessbullshit._visible = true;
ra._alpha = 100;
rd._alpha = 100;
fll._alpha = 100;
aj._alpha = 100;
ts._alpha = 100;
pp._alpha = 100;
} else {
fundo.less_bullshit.gotoAndStop('normal');
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
fundo.gotoAndPlay('indo_para_secondary');
mundo.secondary = true;
} else {
fundo.gotoAndPlay('indo_para_primary');
mundo.secondary = false;
}
} else {
_root.gotoAndStop('credits_1');
_root.cenario.gotoAndStop('parado');
_root.escuro._visible = false;
_root.menu_items._visible = false;
_root.abrir_button._visible = false;
}
}
}
button 122 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == false) {
fundo.lessbullshit.gotoAndStop('brilhando');
ra._alpha = 50;
rd._alpha = 50;
fll._alpha = 50;
aj._alpha = 50;
ts._alpha = 50;
pp._alpha = 50;
} else {
fundo.backtomenu.gotoAndStop('brilhando');
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == false) {
fundo.lessbullshit.gotoAndStop('normal');
ra._alpha = 100;
rd._alpha = 100;
fll._alpha = 100;
aj._alpha = 100;
ts._alpha = 100;
pp._alpha = 100;
} else {
fundo.backtomenu.gotoAndStop('normal');
}
}
on (press) {
if (_root.mundo.lessbullshitmode == false) {
ra._alpha = 100;
rd._alpha = 100;
fll._alpha = 100;
aj._alpha = 100;
ts._alpha = 100;
pp._alpha = 100;
mundo.variavelepica = true;
fundo.gotoAndPlay('borrando');
hud._visible = false;
_root.mundo.lessbullshitmode = true;
} else {
ra.gotoAndPlay(1);
rd.gotoAndPlay(1);
fll.gotoAndPlay(1);
aj.gotoAndPlay(1);
ts.gotoAndPlay(1);
pp.gotoAndPlay(1);
mundo.variavelepica = false;
fundo.gotoAndPlay('voltando');
fundo.informe._visible = false;
hud._visible = true;
mundo.secondary = false;
mundo.lessbullshitmode = false;
}
}
}
frame 5 {
pp.pp.gotoAndPlay(20);
rd.rd.gotoAndPlay(40);
ra.ra.gotoAndPlay(60);
ts.ts.gotoAndPlay(80);
aj.aj.gotoAndPlay(100);
explosao.stop();
mundo.volume_musica1 = 100;
mundo.volume_musica2 = 100;
mundo.volume_musica3 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
musica2.musica2.setVolume(mundo.volume_musica2);
musica3.musica3.setVolume(mundo.volume_musica3);
}
}
movieClip 124 {
}
movieClip 126 {
frame 1 {
stop();
}
}
movieClip 129 {
}
movieClip 131 {
frame 1 {
stop();
}
}
movieClip 135 {
frame 1 {
stop();
}
}
movieClip 145 {
}
movieClip 146 {
frame 70 {
stop();
}
}
movieClip 149 {
}
movieClip 180 {
}
movieClip 187 {
}
movieClip 195 {
}
movieClip 217 {
}
movieClip 219 {
}
movieClip 234 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 241 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 249 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 250 {
}
movieClip 255 {
}
movieClip 257 {
}
movieClip 272 {
}
movieClip 278 {
}
movieClip 305 {
}
movieClip 310 {
}
movieClip 319 {
}
movieClip 328 {
}
movieClip 336 {
}
movieClip 356 {
}
movieClip 358 {
}
movieClip 377 {
}
movieClip 392 {
}
movieClip 406 {
}
movieClip 422 {
}
movieClip 424 {
}
movieClip 426 {
}
movieClip 430 {
}
movieClip 434 {
}
movieClip 440 {
frame 26 {
stop();
}
}
movieClip 442 {
}
movieClip 444 {
}
movieClip 445 {
frame 127 {
stop();
}
}
movieClip 448 {
}
movieClip 453 {
}
movieClip 454 {
}
movieClip 464 {
}
movieClip 466 {
}
movieClip 473 {
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 479 {
}
movieClip 481 {
}
movieClip 482 {
frame 84 {
stop();
}
}
movieClip 491 {
}
movieClip 499 {
}
movieClip 524 {
}
movieClip 526 {
}
movieClip 530 {
}
movieClip 548 {
}
movieClip 566 {
}
movieClip 568 {
}
movieClip 584 {
}
movieClip 630 {
}
movieClip 701 {
}
movieClip 768 {
}
movieClip 770 {
}
movieClip 772 {
}
movieClip 775 {
frame 1 {
stop();
}
}
movieClip 780 {
frame 1 {
informe._visible = false;
pode_continuar = false;
}
frame 46 {
stop();
pode_continuar = true;
}
frame 70 {
stop();
rainbow._visible = false;
pinkie._visible = false;
fluttershy._visible = false;
twilight._visible = false;
rarity._visible = false;
applejack._visible = false;
chiado._visible = false;
}
frame 75 {
trixie._visible = false;
dj_pon3._visible = false;
zecora._visible = false;
chiado._visible = false;
derpy._visible = false;
luna._visible = false;
luna2._visible = false;
celestia._visible = false;
celestia2._visible = false;
}
frame 90 {
stop();
}
frame 95 {
rainbow._visible = false;
pinkie._visible = false;
fluttershy._visible = false;
twilight._visible = false;
rarity._visible = false;
applejack._visible = false;
chiado._visible = false;
}
frame 113 {
stop();
}
frame 131 {
gotoAndStop('parado');
}
frame 248 {
_root.gotoAndStop('trixie_1');
}
}
movieClip 782 {
}
movieClip 783 {
}
movieClip 784 {
frame 1 {
efeito_funfou = false;
}
frame 79 {
gotoAndPlay(1);
}
frame 85 {
efeito_funfou = true;
}
frame 90 {
stop();
}
}
instance rd of movieClip 784 {
onClipEvent (load) {
_x = 550;
_y = 450;
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.mundo.segundavariavelepica == true) {
fuck1 = 550;
fuck2 = 450;
_x = _x + (fuck1 - _x) / 10;
_y = _y + (fuck2 - _y) / 10;
} else {
if (_root.mundo.variavelepica == false) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = _x + (endX - _x) / speed;
_y = _y + (endY - _y) / speed;
} else {
_root.rd.gotoAndStop('parada');
fuck1 = 442;
fuck2 = 239;
_x = _x + (fuck1 - _x) / speed;
_y = _y + (fuck2 - _y) / speed;
}
}
}
}
movieClip 785 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance aj of movieClip 785 {
onClipEvent (load) {
_x = -50;
_y = -150;
speed = 4;
}
onClipEvent (enterFrame) {
if (_root.mundo.segundavariavelepica == true) {
fuck1 = -50;
fuck2 = -150;
_x = _x + (fuck1 - _x) / 10;
_y = _y + (fuck2 - _y) / 10;
} else {
if (_root.mundo.variavelepica == false) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = _x + (endX - _x) / speed;
_y = _y + (endY - _y) / speed;
} else {
_root.aj.gotoAndStop('parada');
fuck1 = 54;
fuck2 = 139;
_x = _x + (fuck1 - _x) / speed;
_y = _y + (fuck2 - _y) / speed;
}
}
}
}
movieClip 786 {
frame 1 {
efeito_funfou = false;
}
frame 65 {
gotoAndPlay(1);
}
frame 70 {
efeito_funfou = true;
}
frame 75 {
stop();
}
}
instance fll of movieClip 786 {
onClipEvent (load) {
_x = 250;
_y = -100;
speed = 20;
}
onClipEvent (enterFrame) {
if (_root.mundo.segundavariavelepica == true) {
fuck1 = 250;
fuck2 = -100;
_x = _x + (fuck1 - _x) / 10;
_y = _y + (fuck2 - _y) / 10;
} else {
if (_root.mundo.variavelepica == false) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = _x + (endX - _x) / speed;
_y = _y + (endY - _y) / speed;
} else {
_root.fll.gotoAndStop('parada');
fuck1 = 248;
fuck2 = 94;
_x = _x + (fuck1 - _x) / speed;
_y = _y + (fuck2 - _y) / speed;
}
}
}
}
movieClip 787 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance pp of movieClip 787 {
onClipEvent (load) {
_x = 600;
_y = -100;
speed = 8;
}
onClipEvent (enterFrame) {
if (_root.mundo.segundavariavelepica == true) {
fuck1 = 600;
fuck2 = -100;
_x = _x + (fuck1 - _x) / 10;
_y = _y + (fuck2 - _y) / 10;
} else {
if (_root.mundo.variavelepica == false) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = _x + (endX - _x) / speed;
_y = _y + (endY - _y) / speed;
} else {
_root.pp.gotoAndStop('parada');
fuck1 = 442;
fuck2 = 139;
_x = _x + (fuck1 - _x) / speed;
_y = _y + (fuck2 - _y) / speed;
}
}
}
}
movieClip 788 {
frame 1 {
efeito_funfou = false;
}
frame 67 {
gotoAndPlay(1);
}
frame 72 {
efeito_funfou = true;
}
frame 77 {
stop();
}
}
instance ts of movieClip 788 {
onClipEvent (load) {
_x = -50;
_y = 450;
speed = 12;
}
onClipEvent (enterFrame) {
if (_root.mundo.segundavariavelepica == true) {
fuck1 = -50;
fuck2 = 450;
_x = _x + (fuck1 - _x) / 10;
_y = _y + (fuck2 - _y) / 10;
} else {
if (_root.mundo.variavelepica == false) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = _x + (endX - _x) / speed;
_y = _y + (endY - _y) / speed;
} else {
_root.ts.gotoAndStop('parada');
fuck1 = 54;
fuck2 = 239;
_x = _x + (fuck1 - _x) / speed;
_y = _y + (fuck2 - _y) / speed;
}
}
}
}
movieClip 789 {
frame 1 {
efeito_funfou = false;
}
frame 130 {
gotoAndPlay(1);
}
frame 135 {
efeito_funfou = true;
}
frame 140 {
stop();
}
}
instance ra of movieClip 789 {
onClipEvent (load) {
_x = 250;
_y = 450;
speed = 16;
}
onClipEvent (enterFrame) {
if (_root.mundo.segundavariavelepica == true) {
fuck1 = 250;
fuck2 = 450;
_x = _x + (fuck1 - _x) / 10;
_y = _y + (fuck2 - _y) / 10;
} else {
if (_root.mundo.variavelepica == false) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = _x + (endX - _x) / speed;
_y = _y + (endY - _y) / speed;
} else {
_root.ra.gotoAndStop('parada');
fuck1 = 248;
fuck2 = 301;
_x = _x + (fuck1 - _x) / speed;
_y = _y + (fuck2 - _y) / speed;
}
}
}
}
movieClip 791 {
frame 1 {
stop();
}
frame 2 {
_root.fll.gotoAndPlay('some');
}
frame 4 {
if (_root.fll.efeito_funfou == false) {
_root.fll.gotoAndPlay('some');
}
}
frame 7 {
_root.pp.gotoAndPlay('some');
}
frame 9 {
if (_root.pp.efeito_funfou == false) {
_root.pp.gotoAndPlay('some');
}
}
frame 12 {
_root.rd.gotoAndPlay('some');
}
frame 14 {
if (_root.rd.efeito_funfou == false) {
_root.rd.gotoAndPlay('some');
}
}
frame 17 {
_root.ra.gotoAndPlay('some');
}
frame 19 {
if (_root.ra.efeito_funfou == false) {
_root.ra.gotoAndPlay('some');
}
}
frame 22 {
_root.ts.gotoAndPlay('some');
}
frame 24 {
if (_root.ts.efeito_funfou == false) {
_root.ts.gotoAndPlay('some');
}
}
frame 27 {
_root.aj.gotoAndPlay('some');
}
frame 29 {
stop();
if (_root.aj.efeito_funfou == false) {
_root.aj.gotoAndPlay('some');
}
}
}
button 792 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.rainbow._visible = true;
fundo.trixie._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.rainbow._visible = false;
fundo.trixie._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('rainbow_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
ceu_dia.gotoAndStop('clouds');
escuro._visible = false;
musica1.musica1.attachSound('race');
musica1.musica1.start(0, 999999);
} else {
gotoAndStop('trixie_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
ceu_dia._visible = false;
musica1.musica1.attachSound('nightbeggining');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('nightloop');
musica1.musica1.start(0, 999999);
};
}
}
}
}
button 793 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = true;
fundo.chiado._visible = true;
fundo.luna._visible = true;
fundo.luna2._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = false;
fundo.chiado._visible = false;
fundo.luna._visible = false;
fundo.luna2._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('pinkie_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('pinkie');
musica1.musica1.start(0, 999999);
}
}
}
}
button 794 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.applejack._visible = true;
fundo.derpy._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.applejack._visible = false;
fundo.derpy._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('applejack_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('applejack1');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('applejack2');
musica1.musica1.start(0, 999999);
};
} else {
gotoAndStop('derpy_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('derpy');
musica1.musica1.start(0, 999999);
}
}
}
}
button 795 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = true;
fundo.zecora._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = false;
fundo.zecora._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('twilight_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
musica1.musica1.attachSound('twilight_big');
musica1.musica1.start(0, 999999);
} else {
gotoAndStop('zecora_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
musica1.musica1.attachSound('zecora');
musica1.musica1.start(0, 999999);
escuro._visible = false;
}
}
}
}
button 796 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.rarity._visible = true;
fundo.dj_pon3._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.rarity._visible = false;
fundo.dj_pon3._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('ra_bonus_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('rarity');
musica1.musica1.start(0, 999999);
} else {
gotoAndStop('dj_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('killeverybody3');
musica1.musica1.start(0, 999999);
}
}
}
}
button 797 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = true;
fundo.celestia._visible = true;
fundo.celestia2._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = false;
fundo.celestia._visible = false;
fundo.celestia2._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('fluttershy_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('fluttershy_2');
musica1.musica1.start(0, 999999);
}
}
}
}
movieClip 800 {
frame 11 {
stop();
}
}
frame 9 {
menu_items._visible = false;
menu_items.alicorn._visible = false;
menu_items.earth._visible = false;
menu_items.horn._visible = false;
menu_items.wings._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('dream');
musica1.musica1.start(0, 999999);
mundo.pinkie_pie_ja_transou = false;
mundo.dj_pon3_ja_transou = false;
mundo.rainbow_dash_ja_transou = false;
mundo.trixie_ja_transou = false;
mundo.trixie_ja_transou_2 = false;
mundo.twilight_sparkle_ja_transou = false;
mundo.applejack_ja_transou = false;
mundo.fluttershy_ja_transou = false;
mundo.celestia_ja_transou = false;
mundo.rarity_ja_transou = false;
mundo.derpy_ja_transou = false;
mundo.zecora_ja_transou = false;
mundo.luna_ja_transou = false;
mundo.spike_ja_transou = false;
mundo.meter = 0;
mundo.meter_japiscou = false;
mundo.quantas_comeu = 0;
}
movieClip 806 {
}
movieClip 811 {
}
movieClip 813 {
frame 105 {
stop();
}
}
movieClip 817 {
}
movieClip 818 {
frame 12 {
stop();
}
}
movieClip 832 {
}
movieClip 840 {
}
movieClip 863 {
}
movieClip 885 {
}
movieClip 894 {
frame 23 {
gotoAndPlay('loopi');
}
}
movieClip 895 {
frame 118 {
stop();
}
}
movieClip 902 {
}
movieClip 905 {
}
movieClip 939 {
frame 27 {
stop();
}
}
movieClip 949 {
}
movieClip 954 {
}
movieClip 959 {
}
movieClip 968 {
}
movieClip 980 {
}
movieClip 996 {
frame 1 {
piscando = false;
stop();
}
frame 2 {
piscando = true;
}
}
movieClip 997 {
frame 1 {
stop();
}
}
movieClip 1006 {
frame 17 {
stop();
}
}
movieClip 1058 {
}
movieClip 1069 {
}
movieClip 1073 {
}
movieClip 1076 {
}
movieClip 1086 {
}
movieClip 1088 {
}
movieClip 1158 {
}
movieClip 1195 {
}
movieClip 1205 {
}
movieClip 1282 {
}
movieClip 1296 {
}
movieClip 1311 {
}
movieClip 1317 {
}
movieClip 1405 {
}
movieClip 1431 {
}
movieClip 1453 {
frame 121 {
stop();
}
}
movieClip 1455 {
}
movieClip 1467 {
frame 38 {
stop();
}
}
movieClip 1469 {
}
movieClip 1474 {
}
movieClip 1505 {
frame 1 {
magia._visible = false;
}
frame 85 {
magia._visible = true;
}
frame 89 {
stop();
}
}
movieClip 1512 {
}
movieClip 1530 {
frame 88 {
stop();
}
}
movieClip 1539 {
}
movieClip 1541 {
}
movieClip 1548 {
}
movieClip 1555 {
}
movieClip 1592 {
}
movieClip 1595 {
}
movieClip 1600 {
}
movieClip 1603 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 1612 {
frame 114 {
stop();
}
}
movieClip 1614 {
}
movieClip 1615 {
frame 8 {
stop();
}
}
movieClip 1631 {
}
movieClip 1636 {
}
movieClip 1643 {
frame 85 {
stop();
}
}
movieClip 1666 {
frame 32 {
stop();
}
}
movieClip 1667 {
frame 79 {
stop();
}
}
movieClip 1670 {
}
movieClip 1679 {
}
movieClip 1687 {
}
movieClip 1702 {
frame 21 {
stop();
}
}
movieClip 1713 {
frame 34 {
stop();
}
}
movieClip 1718 {
}
movieClip 1728 {
frame 38 {
gotoAndPlay('loop');
}
}
movieClip 1736 {
}
movieClip 1744 {
}
movieClip 1754 {
frame 52 {
stop();
}
}
movieClip 1759 {
frame 111 {
stop();
}
}
movieClip 1761 {
frame 1 {
stop();
}
frame 84 {
stop();
}
frame 200 {
stop();
}
frame 203 {
stop();
}
frame 233 {
stop();
}
frame 351 {
stop();
}
frame 435 {
stop();
}
frame 614 {
stop();
}
frame 685 {
gotoAndPlay('trixie_bitch_loop');
}
frame 769 {
stop();
}
frame 1033 {
stop();
}
frame 1103 {
stop();
}
frame 1229 {
stop();
}
frame 1250 {
gotoAndPlay('derpy_1');
}
frame 1264 {
gotoAndPlay('derpy_2');
}
frame 1289 {
gotoAndPlay('derpy_4');
}
frame 1705 {
stop();
}
}
movieClip 1762 {
}
movieClip 1767 {
frame 1 {
pode_continuar = false;
}
frame 101 {
stop();
pode_continuar = true;
}
}
button 1769 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1771 {
on (press) {
eat_the_muffin._visible = false;
pralertexto._visible = false;
_root.menu_items._visible = false;
_root.abrir_button._visible = true;
}
}
movieClip 1773 {
}
movieClip 1775 {
}
movieClip 1778 {
}
button 1780 {
on (press) {
_root.mundo.musica_ligada = true;
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
_root.musica3.musica3.setVolume(_root.mundo.volume_musica3);
_root.menu_items.sound_is_on._visible = true;
_root.menu_items.sound_is_off._visible = false;
}
}
movieClip 1782 {
}
movieClip 1784 {
}
movieClip 1786 {
}
button 1787 {
on (press) {
_root.mundo.musica_ligada = false;
_root.musica1.musica1.setVolume(0);
_root.musica2.musica2.setVolume(0);
_root.musica3.musica3.setVolume(0);
_root.menu_items.sound_is_on._visible = false;
_root.menu_items.sound_is_off._visible = true;
}
}
movieClip 1792 {
}
movieClip 1794 {
}
movieClip 1796 {
}
movieClip 1798 {
}
movieClip 1800 {
}
movieClip 1801 {
}
movieClip 1803 {
}
movieClip 1804 {
}
movieClip 1806 {
}
movieClip 1808 {
}
movieClip 1810 {
}
movieClip 1812 {
}
movieClip 1814 {
}
movieClip 1816 {
}
button 1820 {
on (press) {
pralertexto._visible = true;
eat_the_muffin._visible = true;
}
}
button 1822 {
on (press) {
train_ticket._visible = true;
pralertexto._visible = true;
}
}
button 1824 {
on (press) {
normal_ball._visible = true;
pralertexto._visible = true;
}
}
button 1826 {
on (press) {
gift_pinkie._visible = true;
pralertexto._visible = true;
}
}
button 1828 {
on (press) {
vinho._visible = true;
pralertexto._visible = true;
}
}
button 1830 {
on (press) {
if (_root.mundo.precisa_livro == false) {
boring_book._visible = true;
pralertexto._visible = true;
} else {
boring_book_twilight._visible = true;
pralertexto._visible = true;
}
}
}
movieClip 1831 {
}
button 1837 {
on (press) {
_root.menu_items.pralertexto._visible = false;
_root.menu_items.eat_the_muffin._visible = false;
}
}
button 1841 {
on (press) {
_root.menu_items.muffin._visible = false;
_root.menu_items.encaixe_muffin._visible = true;
_root.mundo.possui_muffin = false;
_root.menu_items.eat_the_muffin._visible = false;
if (_root.mundo.sabe_shieldbreaker_b == true) {
_root.menu_items.no_significant_effects._visible = true;
} else {
_root.menu_items.shield_unlocked_a._visible = true;
_root.menu_items.shield_breaker._visible = true;
_root.menu_items.shield_breaker_b._visible = true;
_root.mundo.sabe_shieldbreaker_b = true;
}
}
}
movieClip 1842 {
}
button 1844 {
on (press) {
no_significant_effects._visible = false;
pralertexto._visible = false;
}
}
button 1846 {
on (press) {
shield_unlocked_a._visible = false;
pralertexto._visible = false;
}
}
button 1848 {
on (press) {
no_effect._visible = false;
pralertexto._visible = false;
}
}
button 1850 {
on (press) {
train_ticket._visible = false;
pralertexto._visible = false;
}
}
button 1852 {
on (press) {
normal_ball._visible = false;
pralertexto._visible = false;
}
}
button 1854 {
on (press) {
gift_pinkie._visible = false;
pralertexto._visible = false;
}
}
button 1856 {
on (press) {
boring_book._visible = false;
pralertexto._visible = false;
}
}
button 1858 {
on (press) {
boring_book_twilight._visible = false;
pralertexto._visible = false;
}
}
button 1860 {
on (press) {
vinho._visible = false;
pralertexto._visible = false;
}
}
movieClip 1862 {
}
movieClip 1864 {
}
movieClip 1866 {
}
movieClip 1868 {
}
movieClip 1870 {
}
movieClip 1872 {
frame 1 {
magic_attack._visible = false;
magic_attack_a._visible = false;
magic_attack_b._visible = false;
magic_attack_c._visible = false;
shield_breaker._visible = false;
shield_breaker_a._visible = false;
shield_breaker_b._visible = false;
shield_breaker_c._visible = false;
muffin._visible = false;
bottle._visible = false;
ticket._visible = false;
bola._visible = false;
presente._visible = false;
pralertexto._visible = false;
livro._visible = false;
eat_the_muffin._visible = false;
no_significant_effects._visible = false;
shield_unlocked_a._visible = false;
shield_unlocked_b._visible = false;
shield_breaker_button._visible = false;
no_effect._visible = false;
boring_book._visible = false;
boring_book_twilight._visible = false;
vinho._visible = false;
encaixe_muffin._visible = false;
encaixe_ticket._visible = false;
encaixe_presente._visible = false;
encaixe_garrafa._visible = false;
encaixe_livro._visible = false;
train_ticket._visible = false;
normal_ball._visible = false;
gift_pinkie._visible = false;
}
}
button 1876 {
on (press) {
menu_items._visible = true;
abrir_button._visible = false;
}
}
movieClip 1878 {
frame 52 {
stop();
}
}
movieClip 1886 {
frame 39 {
gotoAndPlay('loop');
}
}
button 1888 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1893 {
}
movieClip 1914 {
frame 66 {
gotoAndPlay('loop');
}
}
button 1916 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1922 {
frame 59 {
stop();
}
}
button 1924 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 17 {
ceu_dia.gotoAndStop('main_plaza');
ceu_noite.gotoAndStop('main_plaza');
ceu_noite._visible = false;
escuro._visible = false;
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
menu_items.misterious._visible = false;
menu_items.earth._visible = true;
}
movieClip 1927 {
frame 1 {
stop();
}
}
movieClip 1929 {
}
movieClip 1942 {
}
movieClip 1964 {
}
movieClip 1972 {
frame 22 {
stop();
}
}
movieClip 1999 {
frame 1 {
_root.fundo._visible = false;
}
frame 117 {
_root.fundo._visible = true;
}
frame 136 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 189 {
gotoAndPlay('loop');
}
}
movieClip 2003 {
frame 1 {
pode_continuar = false;
}
frame 111 {
stop();
pode_continuar = true;
}
}
button 2005 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2007 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('main_plaza');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2012 {
}
movieClip 2020 {
}
movieClip 2025 {
}
movieClip 2026 {
frame 16 {
stop();
}
}
movieClip 2038 {
}
movieClip 2042 {
}
movieClip 2043 {
frame 35 {
stop();
}
}
button 2045 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2047 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 25 {
trixie.gotoAndStop('sprite_2');
}
button 2049 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2051 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 29 {
trixie.gotoAndStop('sprite_1');
}
movieClip 2053 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
}
}
button 2057 {
on (press) {
_root.gotoAndStop('get_horn');
}
}
button 2061 {
on (press) {
_root.gotoAndStop('get_wings');
}
}
movieClip 2071 {
frame 34 {
gotoAndPlay('loop');
}
}
button 2072 {
on (press) {
gotoAndStop('get_horn');
}
}
button 2073 {
on (press) {
gotoAndStop('get_wings');
}
}
button 2078 {
on (press) {
gotoAndStop('get_normal');
}
}
movieClip 2081 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 2082 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_livro_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 39 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
mundo.trixie_puta = true;
}
movieClip 2098 {
}
movieClip 2105 {
}
movieClip 2106 {
frame 40 {
gotoAndPlay(1);
}
}
movieClip 2107 {
frame 73 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 105 {
stop();
}
}
button 2109 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.winged == true) {
gotoAndStop('trixie_livro_2_winged');
} else {
if (mundo.horned == true) {
gotoAndStop('trixie_livro_2_horned');
} else {
gotoAndStop('trixie_livro_2');
}
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 47 {
_root.mundo.trixie_avisou_livro = true;
}
movieClip 2112 {
frame 16 {
stop();
}
}
button 2114 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bookless_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 49 {
trixie.gotoAndStop('sprite_2');
}
button 2116 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.winged == true) {
gotoAndStop('trixie_bookless_3_winged');
} else {
if (mundo.horned == true) {
gotoAndStop('trixie_bookless_3_horned');
} else {
gotoAndStop('trixie_bookless_3');
}
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 51 {
trixie.gotoAndStop('sprite_1');
}
frame 53 {
trixie.gotoAndStop('sprite_1');
}
frame 55 {
trixie.gotoAndStop('sprite_1');
}
movieClip 2118 {
frame 34 {
gotoAndPlay('loop');
}
}
frame 63 {
if (mundo.winged == false) {
transfor.gotoAndPlay('horny');
}
mundo.horned = true;
mundo.winged = false;
menu_items.earth._visible = false;
menu_items.horn._visible = true;
menu_items.wings._visible = false;
}
movieClip 2121 {
}
movieClip 2135 {
frame 47 {
_root.gotoAndStop('main_plaza');
}
}
movieClip 2138 {
}
movieClip 2141 {
frame 41 {
stop();
}
}
frame 65 {
if (mundo.horned == false) {
transfor.gotoAndPlay('wingy');
}
mundo.horned = false;
mundo.winged = true;
menu_items.earth._visible = false;
menu_items.horn._visible = false;
menu_items.wings._visible = true;
}
movieClip 2157 {
frame 47 {
_root.gotoAndStop('main_plaza');
}
}
frame 67 {
if (mundo.winged == true) {
transfor.gotoAndPlay('wingy');
} else {
transfor.gotoAndPlay('horny');
}
mundo.horned = false;
mundo.winged = false;
menu_items.earth._visible = true;
menu_items.horn._visible = false;
menu_items.wings._visible = false;
}
movieClip 2159 {
}
movieClip 2179 {
frame 41 {
_root.gotoAndStop('main_plaza');
}
frame 80 {
_root.gotoAndStop('main_plaza');
}
}
frame 69 {
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
escuro.gotoAndPlay('trixie_bitch_1');
}
movieClip 2188 {
}
movieClip 2197 {
}
movieClip 2224 {
}
movieClip 2231 {
frame 30 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 64 {
gotoAndPlay('loop');
}
frame 89 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('fluttershy_fall');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
frame 147 {
_root.gotoAndStop('trixie_bitch_3');
}
}
button 2233 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2235 {
on (press) {
if (mascara.pode_continuar == true) {
pralertexto._visible = false;
mascara.gotoAndStop(1);
trixie.gotoAndPlay('fusrodah');
escuro.gotoAndPlay('fusrodah');
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 73 {
pralertexto._visible = true;
escuro.gotoAndStop('no_light');
}
movieClip 2248 {
frame 57 {
gotoAndPlay('loop');
}
}
button 2250 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 75 {
drip.stop();
}
movieClip 2289 {
frame 67 {
gotoAndPlay('loop');
}
frame 130 {
_root.drip.play();
}
frame 146 {
_root.gotoAndStop('trixie_sex_1');
}
}
button 2291 {
on (press) {
if (mascara.pode_continuar == true) {
pralertexto._visible = false;
trixie.gotoAndPlay('sucky_dicky');
mascara.gotoAndStop(1);
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2293 {
}
frame 77 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
magia._visible = false;
escuro.gotoAndStop('trixie_raep');
}
movieClip 2317 {
frame 85 {
_root.magia._visible = true;
}
frame 96 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 111 {
gotoAndPlay('loop');
}
}
button 2319 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_raeptime_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 79 {
escuro.escu.gotoAndStop('parado');
}
movieClip 2327 {
frame 30 {
gotoAndPlay('loop');
}
}
button 2329 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_raeptime_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 81 {
escuro.gotoAndStop('trixie_raep_2');
}
movieClip 2331 {
}
movieClip 2349 {
}
movieClip 2354 {
}
movieClip 2355 {
frame 88 {
_root.feitico._visible = false;
stop();
}
}
button 2357 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_raeptime_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 83 {
maisbranco.stop();
escuro.escu.gotoAndStop('parado');
}
movieClip 2386 {
frame 67 {
_root.maisbranco.play();
}
frame 112 {
_root.gotoAndStop('trixie_rape_1');
}
}
movieClip 2388 {
}
frame 85 {
musica1.musica1.stop();
musica1.musica1.attachSound('beyond_1');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('beyond_2');
musica1.musica1.start(0, 999999);
};
mundo.ending = 'gitgud';
}
movieClip 2393 {
}
button 2395 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2415 {
}
movieClip 2435 {
}
movieClip 2460 {
frame 17 {
stop();
}
}
movieClip 2468 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 47 {
stop();
}
}
movieClip 2469 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 57 {
_root.pralertexto._visible = false;
_root.mascara.gotoAndStop(1);
}
frame 181 {
_root.gotoAndStop('ending_1_b');
}
}
frame 89 {
hud._visible = false;
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 2488 {
frame 74 {
gotoAndPlay('loop');
}
}
movieClip 2493 {
frame 25 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 54 {
gotoAndPlay('loop');
}
}
button 2495 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2498 {
}
movieClip 2508 {
frame 41 {
stop();
}
}
movieClip 2512 {
}
movieClip 2539 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 63 {
stop();
}
}
button 2540 {
on (press) {
gotoAndStop('ending_1_d');
}
}
movieClip 2545 {
}
movieClip 2565 {
frame 98 {
_root.gotoAndStop('good_end_thing');
}
}
frame 95 {
musica1.musica1.stop();
musica1.musica1.attachSound('chronicles_1');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('chronicles_2');
musica1.musica1.start(0, 999999);
};
mundo.ending = 'boring';
}
button 2567 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2569 {
}
movieClip 2579 {
}
movieClip 2592 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 50 {
_root.gotoAndStop('ending_2_b');
}
}
movieClip 2601 {
}
movieClip 2606 {
frame 39 {
gotoAndPlay('loop');
}
}
button 2608 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2610 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_d');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2618 {
frame 143 {
_root.gotoAndStop('final_medio_pony');
}
}
frame 105 {
musica1.musica1.stop();
musica1.musica1.attachSound('aphex');
musica1.musica1.start(0, 999999);
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 2621 {
}
movieClip 2624 {
}
movieClip 2626 {
}
movieClip 2627 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 2648 {
}
movieClip 2667 {
}
movieClip 2676 {
}
movieClip 2681 {
}
movieClip 2686 {
}
movieClip 2691 {
}
movieClip 2713 {
}
movieClip 2715 {
}
movieClip 2718 {
frame 74 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 496 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 546 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 604 {
gotoAndPlay('loopi');
}
}
button 2720 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('manesix_ending_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2722 {
}
movieClip 2741 {
frame 55 {
stop();
}
}
movieClip 2759 {
frame 55 {
stop();
}
}
movieClip 2777 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 55 {
stop();
}
}
button 2778 {
on (press) {
if (_root.mundo.pinkie_pie_ja_transou == true && _root.mundo.rainbow_dash_ja_transou == true && _root.mundo.twilight_sparkle_ja_transou == true && _root.mundo.applejack_ja_transou == true && _root.mundo.fluttershy_ja_transou == true && _root.mundo.rarity_ja_transou == true) {
gotoAndStop('manesix_ending_3');
} else {
gotoAndStop('no_manesix_around');
}
}
}
frame 109 {
mundo.ending = 'melhor';
}
movieClip 2780 {
}
movieClip 2797 {
}
movieClip 2812 {
}
movieClip 2814 {
frame 1 {
if (_root.mundo.volume_musica1 > 0) {
_root.mundo.volume_musica1 -= 4;
} else {
_root.mundo.volume_musica1 = 0;
}
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.volume_musica3 > 0) {
_root.mundo.volume_musica3 -= 4;
} else {
_root.mundo.volume_musica3 = 0;
}
if (_root.mundo.musica_ligada == true) {
_root.musica3.musica3.setVolume(_root.mundo.volume_musica3);
}
}
}
movieClip 2830 {
}
movieClip 2837 {
}
movieClip 2844 {
}
movieClip 2848 {
}
movieClip 2855 {
}
movieClip 2859 {
frame 146 {
stop();
}
}
movieClip 2867 {
frame 106 {
stop();
}
}
movieClip 2868 {
}
movieClip 2881 {
}
movieClip 2897 {
}
movieClip 2922 {
}
movieClip 2929 {
}
movieClip 2931 {
}
movieClip 2933 {
}
movieClip 2934 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 2948 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 94 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
}
frame 264 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 415 {
_root.gotoAndStop('got_everypony');
}
}
frame 111 {
mundo.ending = 'quase_melhor';
}
movieClip 2950 {
}
movieClip 2952 {
frame 31 {
gotoAndPlay('loop');
}
}
movieClip 2954 {
frame 131 {
_root.gotoAndStop('got_everypony');
}
}
frame 113 {
musica1.musica1.stop();
musica1.musica1.attachSound('linkin_park');
musica1.musica1.start(0, 999999);
mundo.ending = 'fapfest';
mascara.stop();
pralertexto._visible = false;
brilho_fap.stop();
}
movieClip 2956 {
}
movieClip 2965 {
}
movieClip 2974 {
}
movieClip 2982 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 2986 {
}
movieClip 2993 {
frame 23 {
gotoAndPlay('loooopi');
}
}
movieClip 3002 {
frame 39 {
gotoAndPlay('looppqp');
}
}
movieClip 3003 {
frame 82 {
_root.mascara.play();
_root.pralertexto._visible = true;
}
frame 84 {
stop();
}
}
movieClip 3004 {
frame 129 {
_root.brilho_fap.play();
}
frame 131 {
stop();
}
}
movieClip 3006 {
frame 1 {
pode_continuar = false;
}
frame 19 {
stop();
pode_continuar = true;
}
}
movieClip 3009 {
frame 73 {
_root.gotoAndStop('final_pouco_pony');
}
}
frame 115 {
mundo.falou_com_rainbow = true;
}
movieClip 3012 {
}
movieClip 3016 {
}
movieClip 3020 {
}
movieClip 3025 {
}
button 3027 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3029 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
}
}
button 3034 {
on (press) {
_root.gotoAndStop('rainbow_dash_14');
}
}
button 3038 {
on (press) {
_root.gotoAndStop('rainbow_dash_4');
}
}
button 3040 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('clouds');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3041 {
on (press) {
if (_root.mundo.negou_corrida == false) {
_root.gotoAndStop('rainbow_dash_4');
} else {
_root.gotoAndStop('rainbow_dash_chang');
}
}
}
movieClip 3061 {
frame 25 {
stop();
}
}
movieClip 3062 {
frame 44 {
stop();
}
}
button 3064 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3073 {
frame 40 {
gotoAndPlay('loop');
}
}
button 3075 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3077 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
button 3081 {
on (press) {
_root.gotoAndStop('rainbow_dash_7');
}
}
button 3082 {
on (press) {
_root.gotoAndStop('rainbow_dash_8');
}
}
button 3084 {
on (press) {
mascara.gotoAndStop('fim_da_fala');
}
}
frame 127 {
_root.mundo.negou_corrida = true;
}
button 3087 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_chang_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3088 {
on (press) {
_root.gotoAndStop('rainbow_dash_chang_3');
}
}
movieClip 3099 {
}
movieClip 3100 {
frame 17 {
stop();
}
}
button 3102 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3104 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3108 {
on (press) {
_root.gotoAndStop('rainbow_dash_11');
}
}
button 3111 {
on (press) {
gotoAndStop('rainbow_dash_14');
}
}
button 3115 {
on (press) {
gotoAndStop('rainbow_dash_13');
}
}
movieClip 3126 {
}
movieClip 3134 {
}
movieClip 3140 {
}
movieClip 3141 {
frame 89 {
stop();
}
}
button 3147 {
on (press) {
gotoAndStop('race');
}
}
button 3152 {
on (press) {
gotoAndStop('race');
}
}
frame 155 {
musica1.musica1.stop();
musica1.musica1.attachSound('lost_race');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
pralertexto._visible = false;
}
movieClip 3156 {
}
movieClip 3177 {
frame 96 {
if (_root.mundo.corrida2perdeu == false) {
_root.gotoAndStop('race_derrota_1');
} else {
if (_root.mundo.corrida3perdeu == false) {
_root.gotoAndStop('race_derrota_2');
} else {
_root.gotoAndStop('race_derrota_5');
}
}
}
}
frame 157 {
pralertexto._visible = true;
}
movieClip 3197 {
frame 70 {
gotoAndPlay('loop');
}
}
movieClip 3198 {
frame 24 {
stop();
}
}
button 3200 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 159 {
pralertexto._visible = true;
}
button 3202 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3204 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3206 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 165 {
pralertexto._visible = true;
}
button 3208 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3210 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3219 {
}
movieClip 3223 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_1');
}
}
movieClip 3231 {
}
movieClip 3244 {
}
movieClip 3246 {
}
movieClip 3248 {
}
movieClip 3250 {
}
movieClip 3252 {
}
movieClip 3254 {
}
movieClip 3256 {
}
movieClip 3260 {
}
movieClip 3263 {
frame 148 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_2');
}
}
movieClip 3271 {
}
movieClip 3274 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_4');
}
}
frame 175 {
escuro.gotoAndPlay('rainbow_enough_1');
fundo.dia._visible = false;
}
frame 177 {
escuro.gotoAndPlay('rainbow_enough_1');
fundo.dia._visible = false;
}
button 3277 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 181 {
escuro.gotoAndStop('rainbow_cake');
fundo.dia._visible = false;
}
movieClip 3283 {
}
button 3285 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3291 {
}
movieClip 3299 {
}
button 3301 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3302 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
button 3306 {
on (press) {
gotoAndStop('rainbow_lost_4');
}
}
button 3310 {
on (press) {
gotoAndStop('rainbow_lost_3');
}
}
movieClip 3323 {
frame 44 {
gotoAndPlay('loop');
}
}
button 3325 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3338 {
frame 44 {
gotoAndPlay('loop');
}
}
button 3340 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3344 {
on (press) {
gotoAndStop('rainbow_lost_6');
}
}
movieClip 3358 {
frame 52 {
gotoAndPlay('loop');
}
}
button 3360 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 197 {
hud._visible = false;
mascara.gotoAndStop(1);
}
movieClip 3376 {
frame 22 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 58 {
gotoAndPlay('loop');
}
}
button 3378 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3379 {
on (press) {
gotoAndStop('rainbow_lost_9');
}
}
movieClip 3394 {
frame 48 {
gotoAndPlay('loop');
}
}
frame 203 {
hud._visible = false;
mascara.stop();
pralertexto._visible = false;
}
movieClip 3396 {
}
movieClip 3412 {
frame 36 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 55 {
gotoAndPlay('loop');
}
}
button 3414 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3419 {
}
button 3424 {
on (press) {
_root.gotoAndStop('rainbow_stand_3');
}
}
movieClip 3425 {
frame 13 {
stop();
}
}
frame 207 {
pralertexto._visible = false;
mascara.stop();
}
movieClip 3456 {
frame 39 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 101 {
_root.gotoAndStop('rainbow_sex_1');
}
}
frame 209 {
fundo.gotoAndStop('noite');
escuro.gotoAndStop('scarecrow');
}
movieClip 3460 {
frame 1 {
stop();
}
}
button 3462 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3463 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 3464 {
on (press) {
gotoAndStop('scarecrow_dance');
}
}
button 3467 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_day_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 217 {
escuro.gotoAndPlay('espantalhoo');
musica1.musica1.stop();
musica1.musica1.attachSound('passing_time');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
}
movieClip 3471 {
frame 1 {
stop();
}
}
movieClip 3482 {
frame 1 {
stop();
}
}
movieClip 3491 {
frame 1 {
stop();
}
}
movieClip 3498 {
frame 1 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 17 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 29 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 58 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 262 {
_root.mundo.pass_time();
_root.gotoAndStop('scarecrow_place');
}
}
movieClip 3500 {
}
movieClip 3505 {
}
movieClip 3507 {
}
button 3511 {
on (press) {
gotoAndStop('ms_cake_4');
}
}
button 3515 {
on (press) {
gotoAndStop('received_muffin');
}
}
movieClip 3518 {
}
movieClip 3519 {
frame 12 {
stop();
}
}
button 3521 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ms_cake_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3523 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('received_present');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3525 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('sugarcube_corner_inside');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 227 {
mundo.falou_com_spike = true;
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 3527 {
}
movieClip 3529 {
}
movieClip 3544 {
frame 22 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 72 {
gotoAndPlay('loop');
}
}
button 3546 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3551 {
}
button 3553 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 231 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 3565 {
frame 37 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 66 {
gotoAndPlay('loop');
}
}
button 3567 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3572 {
}
button 3576 {
on (press) {
gotoAndStop('spike_5');
}
}
button 3580 {
on (press) {
gotoAndStop('spike_5');
}
}
frame 235 {
spike.gotoAndStop('parado');
}
movieClip 3583 {
frame 90 {
if (_root.mundo.possui_ticket == false) {
_root.gotoAndStop('spike_6');
} else {
_root.gotoAndStop('spike_6_a');
}
}
}
movieClip 3585 {
}
movieClip 3592 {
frame 22 {
stop();
}
}
movieClip 3594 {
frame 12 {
stop();
}
}
button 3596 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3599 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.possui_ticket == true) {
gotoAndStop('spike_hand_over_1');
} else {
gotoAndStop('tree_top');
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 243 {
mundo.deu_ticket_spike = true;
mundo.dia_spike_espera = mundo.horario;
possui_ticket = false;
menu_items.ticket._visible = false;
menu_items.encaixe_ticket._visible = true;
}
movieClip 3601 {
}
movieClip 3602 {
frame 12 {
stop();
}
}
button 3604 {
on (press) {
gotoAndStop('tree_top');
}
}
frame 245 {
mundo.deu_ticket_spike = true;
mundo.dia_spike_espera = mundo.horario;
possui_ticket = false;
menu_items.ticket._visible = false;
menu_items.encaixe_ticket._visible = true;
}
movieClip 3609 {
}
movieClip 3615 {
}
button 3617 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('tree_top');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3622 {
}
button 3624 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3626 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3633 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 3642 {
frame 34 {
gotoAndPlay('loop');
}
}
button 3644 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_1_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3646 {
frame 35 {
_root.gotoAndStop('twilight_night_2');
}
}
movieClip 3651 {
}
frame 261 {
escuro.gotoAndPlay('spike_1');
}
movieClip 3654 {
}
movieClip 3663 {
frame 40 {
gotoAndPlay('loop');
}
}
movieClip 3668 {
}
movieClip 3669 {
frame 57 {
_root.escuro.gotoAndStop('no_light');
}
frame 63 {
stop();
}
}
button 3671 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3673 {
frame 33 {
stop();
}
}
frame 263 {
escuro.gotoAndStop('spike_2');
}
movieClip 3678 {
}
button 3680 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 265 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
escuro.gotoAndPlay('spike_3');
transo.stop();
}
movieClip 3691 {
}
movieClip 3697 {
}
movieClip 3721 {
}
movieClip 3722 {
frame 83 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('twilight_teleport');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
frame 93 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('twilight_big');
_root.musica1.musica1.start(0, 999999);
}
frame 103 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 113 {
stop();
}
frame 116 {
_root.transo.play();
_root.hud._visible = false;
}
frame 129 {
_root.gotoAndStop('twilight_sex_1');
}
}
button 3724 {
on (press) {
if (mascara.pode_continuar == true) {
spriteslol.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3726 {
}
frame 267 {
mundo.encontrou_spike_rarity = true;
escuro.gotoAndStop('no_light');
}
movieClip 3728 {
}
movieClip 3736 {
frame 35 {
gotoAndPlay('loop');
}
}
button 3738 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_time_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3740 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_time_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 271 {
spik.gotoAndPlay('loop');
}
movieClip 3748 {
frame 35 {
gotoAndPlay('loop');
}
}
button 3753 {
on (press) {
gotoAndStop('spike_time_5');
}
}
button 3757 {
on (press) {
gotoAndStop('spike_time_4');
}
}
frame 273 {
spik.gotoAndPlay('loop');
}
button 3759 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('city_fun');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 275 {
escuro.gotoAndStop('no_light');
}
frame 277 {
_root.mundo.falou_com_spike_rarity = true;
}
movieClip 3764 {
}
button 3766 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_time_5_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3768 {
frame 90 {
_root.gotoAndStop('spike_time_5_c');
}
}
movieClip 3770 {
}
button 3772 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_time_5_d');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3774 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_time_5_e');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 287 {
escuro.gotoAndStop('no_light');
}
button 3777 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_time_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 291 {
mundo.rarity_janela_aberta = true;
if (mundo.hora_ceu == 'dia') {
mundo.horario_spike_transou_rarity = mundo.horario + 1;
} else {
mundo.horario_spike_transou_rarity = mundo.horario;
}
escuro.gotoAndStop('i_need_more_time');
}
movieClip 3781 {
frame 1 {
stop();
}
}
movieClip 3811 {
frame 32 {
stop();
}
}
movieClip 3812 {
frame 1 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 79 {
stop();
}
}
button 3814 {
on (press) {
gotoAndStop('window_cut_open_lol');
}
}
button 3816 {
on (press) {
gotoAndStop('spike_super_1');
}
}
frame 295 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
escuro.gotoAndStop('they_observing_rarity');
}
movieClip 3821 {
}
button 3823 {
on (press) {
if (mascara.pode_continuar == true) {
if (_root.mundo.hora_ceu == dia) {
gotoAndStop('spike_super_2');
} else {
gotoAndStop('spike_super_3');
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 297 {
escuro.gotoAndStop('no_light');
}
movieClip 3825 {
}
movieClip 3830 {
}
movieClip 3839 {
}
button 3841 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('train_tracks');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 305 {
mundo.spike_trilho_encontrou = true;
escuro.gotoAndStop('no_light');
}
movieClip 3843 {
}
movieClip 3848 {
}
button 3850 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_train_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3855 {
}
button 3857 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_train_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 309 {
escuro.gotoAndStop('player_pissed_spike');
}
movieClip 3859 {
}
movieClip 3865 {
frame 52 {
stop();
}
}
movieClip 3874 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
frame 52 {
stop();
}
}
button 3876 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_train_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 311 {
escuro.gotoAndStop('spike_return');
}
movieClip 3878 {
}
movieClip 3890 {
frame 45 {
gotoAndPlay('loop');
}
}
button 3895 {
on (press) {
gotoAndStop('spike_train_7');
}
}
button 3899 {
on (press) {
gotoAndStop('spike_train_6');
}
}
button 3900 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_train_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 313 {
mundo.spike_retornou_ticket = true;
}
movieClip 3905 {
}
button 3907 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_train_6_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 315 {
mundo.possui_ticket = true;
menu_items.ticket._visible = true;
}
movieClip 3908 {
}
button 3910 {
on (press) {
gotoAndStop('train_tracks');
}
}
frame 317 {
escuro.gotoAndStop('spike_spiked');
}
movieClip 3920 {
frame 38 {
gotoAndPlay('loop');
}
}
button 3922 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_train_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 319 {
escuro.gotoAndStop('spike_encarando');
}
movieClip 3923 {
}
button 3928 {
on (press) {
_root.gotoAndStop('spike_before_sex');
}
}
movieClip 3929 {
frame 13 {
stop();
}
}
movieClip 3936 {
}
button 3939 {
on (press) {
gotoAndStop('train_tracks');
}
}
movieClip 3941 {
frame 52 {
_root.gotoAndStop('spike_sex_1');
}
}
frame 323 {
escuro.gotoAndStop('no_light');
}
movieClip 3947 {
}
movieClip 3950 {
frame 22 {
stop();
}
}
button 3952 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_rar_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3954 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_rar_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3956 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_rar_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3958 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_rar_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3960 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_rar_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3962 {
frame 73 {
_root.mundo.dia_b();
if (_root.mundo.quantas_comeu == 6) {
_root.gotoAndStop('manesix_ending');
} else {
if (_root.mundo.quantas_comeu == 5 || _root.mundo.quantas_comeu == 4 || _root.mundo.quantas_comeu == 3) {
_root.gotoAndStop('ending_1');
} else {
if (_root.mundo.quantas_comeu == 2 || _root.mundo.quantas_comeu == 1) {
_root.gotoAndStop('ending_2');
} else {
if (_root.mundo.quantas_comeu == 0) {
_root.gotoAndStop('fap_ending');
} else {
_root.gotoAndStop('manesix_ending');
}
}
}
}
}
}
frame 337 {
mundo.viu_twilight = true;
hud._visible = false;
mascara.stop();
pralertexto._visible = false;
}
movieClip 3964 {
}
movieClip 3966 {
}
movieClip 3976 {
frame 56 {
stop();
}
}
movieClip 3988 {
frame 56 {
stop();
}
}
movieClip 4000 {
}
movieClip 4004 {
}
movieClip 4012 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 4013 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 25 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('twilight_small');
_root.musica1.musica1.start(0, 999999);
}
frame 31 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('twilight_door');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 36 {
_root.hud._visible = true;
_root.mascara.play();
_root.pralertexto._visible = true;
}
frame 56 {
stop();
}
}
button 4015 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 339 {
encontro.gotoAndStop('segundaparte');
}
button 4017 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4031 {
frame 61 {
gotoAndPlay('loop');
}
}
movieClip 4037 {
frame 14 {
stop();
}
}
button 4039 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4044 {
}
button 4046 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4048 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4052 {
on (press) {
gotoAndStop('twilight_sparkle_8');
}
}
button 4056 {
on (press) {
gotoAndStop('twilight_sparkle_7');
}
}
button 4059 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 351 {
twilight.gotoAndPlay('loop');
}
button 4061 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('tree');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4063 {
}
movieClip 4068 {
}
movieClip 4098 {
frame 144 {
gotoAndPlay('loop');
}
}
button 4100 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.possui_livro == false) {
gotoAndStop('twilight_sparkle_10');
} else {
gotoAndStop('twilight_already_1');
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 357 {
mundo.deu_livro_twilight = true;
mundo.possui_livro = false;
menu_items.livro._visible = false;
menu_items.encaixe_livro._visible = true;
}
movieClip 4102 {
}
movieClip 4103 {
frame 12 {
stop();
}
}
button 4105 {
on (press) {
gotoAndStop('twilight_already_2');
}
}
frame 359 {
mundo.viu_spike = true;
mundo.quando_viu_spike = mundo.horario;
mundo.precisa_livro = true;
mundo.talked_with_twilight = true;
}
movieClip 4107 {
}
movieClip 4119 {
frame 93 {
stop();
}
}
movieClip 4132 {
frame 93 {
stop();
}
}
movieClip 4156 {
frame 32 {
stop();
}
}
movieClip 4158 {
}
movieClip 4160 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 93 {
stop();
}
}
button 4162 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4167 {
}
button 4169 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_12');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4171 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_13');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4173 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('library');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4175 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_already_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 369 {
mundo.viu_spike = true;
mundo.quando_viu_spike = mundo.horario;
mundo.precisa_livro = true;
mundo.talked_with_twilight = true;
}
button 4177 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_already_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4179 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_book_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4182 {
}
movieClip 4185 {
}
movieClip 4187 {
}
movieClip 4192 {
}
movieClip 4197 {
}
movieClip 4202 {
}
movieClip 4205 {
}
movieClip 4207 {
}
movieClip 4222 {
}
movieClip 4225 {
frame 1 {
if (_root.mundo.winged == false) {
_root.playah.wings._visible = false;
}
if (_root.mundo.horned == false) {
_root.playah.horn._visible = false;
}
}
frame 61 {
if (_root.mundo.winged == false) {
_root.playah.winga._visible = false;
}
if (_root.mundo.horned == false) {
_root.playah.horn._visible = false;
}
}
frame 286 {
_root.gotoAndStop('twilight_book_3');
}
}
button 4227 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_book_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 379 {
if (mundo.winged == false) {
playah.wings._visible = false;
}
if (mundo.horned == false) {
playah.horn._visible = false;
}
}
movieClip 4230 {
}
movieClip 4232 {
}
movieClip 4236 {
}
button 4238 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_book_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 381 {
mundo.liberou_bullshit_bonus = true;
}
button 4240 {
on (press) {
gotoAndStop('twilight_book_6');
}
}
button 4242 {
on (press) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('tree');
}
}
movieClip 4245 {
frame 1 {
stop();
}
}
movieClip 4250 {
}
movieClip 4251 {
}
button 4253 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4255 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4257 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('road_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 391 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4259 {
}
movieClip 4291 {
frame 21 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 100 {
stop();
}
}
movieClip 4296 {
}
movieClip 4302 {
}
movieClip 4304 {
}
movieClip 4305 {
frame 46 {
stop();
}
}
button 4307 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4309 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4316 {
}
movieClip 4321 {
}
movieClip 4322 {
frame 21 {
stop();
}
}
button 4324 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4326 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bolder_quebrada');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 399 {
mundo.falou_com_applejack = true;
}
movieClip 4329 {
frame 1 {
stop();
}
}
movieClip 4334 {
}
button 4336 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('aj_moar_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4338 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('aj_moar_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4340 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 405 {
mundo.falou_com_applejack = true;
}
button 4342 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4344 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4350 {
}
button 4352 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('farm_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4359 {
}
button 4361 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4363 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4365 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4367 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4369 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4376 {
frame 36 {
gotoAndPlay('loop');
}
}
button 4378 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_reaction_4_jesus');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4380 {
on (press) {
_root.gotoAndStop('applejack_is_fine');
}
}
button 4381 {
on (press) {
_root.gotoAndStop('applejack_reaction_4_jesusthisissocluttered');
}
}
button 4382 {
on (press) {
if (mascara.pode_continuar == true) {
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 429 {
mundo.applejack_deixou_trabalhar = true;
applejack.gotoAndPlay('loop');
}
button 4384 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.forca >= 40) {
gotoAndStop('kick_tree_prepare_5');
}
if (mundo.forca >= 30 && mundo.forca < 40) {
gotoAndStop('kick_tree_prepare_4');
}
if (mundo.forca >= 20 && mundo.forca < 30) {
gotoAndStop('kick_tree_prepare_3');
}
if (mundo.forca >= 10 && mundo.forca < 20) {
gotoAndStop('kick_tree_prepare_2');
}
if (mundo.forca < 10) {
gotoAndStop('kick_tree_prepare_1');
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 431 {
applejack.gotoAndPlay('parada');
}
movieClip 4386 {
frame 1 {
stop();
}
frame 51 {
_root.gotoAndStop('applejack_barn');
}
}
button 4388 {
on (press) {
if (mascara.pode_continuar == true) {
branco.gotoAndPlay('branco');
hud._visible = false;
mascara.gotoAndStop(1);
pralertexto._visible = false;
applejack.gotoAndStop('parada');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 435 {
musica1.musica1.stop();
}
movieClip 4394 {
}
button 4396 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_reaction_4_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 437 {
pralertexto._visible = true;
}
movieClip 4398 {
}
movieClip 4413 {
}
movieClip 4448 {
}
movieClip 4462 {
}
movieClip 4482 {
}
movieClip 4491 {
}
movieClip 4494 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 4512 {
}
movieClip 4520 {
}
movieClip 4528 {
}
movieClip 4539 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 74 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 99 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 149 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 227 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('applejack1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('applejack2');
_root.musica1.musica1.start(0, 999999);
};
}
frame 244 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 281 {
_root.gotoAndStop('applejack_barn_2');
_root.pralertexto._visible = true;
}
frame 339 {
gotoAndPlay('loop');
}
}
button 4542 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_barn_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4552 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 4554 {
frame 1 {
stop();
}
frame 36 {
_root.gotoAndStop('applejack_sex_1');
}
}
button 4556 {
on (press) {
if (mascara.pode_continuar == true) {
hud._visible = false;
applejack.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4558 {
}
movieClip 4563 {
}
movieClip 4565 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 4569 {
on (press) {
gotoAndStop('farm_1');
}
}
button 4573 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 445 {
bigmac.gotoAndPlay(1);
}
movieClip 4583 {
frame 26 {
stop();
}
}
button 4585 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('big_mac_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 447 {
function pokehidden() {
getURL('http://www.pokehidden.net/', '_top');
}
var menu = new ContextMenu();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
button 4586 {
on (press) {
gotoAndStop('quick_return');
}
}
button 4590 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 448 {
stop();
}
movieClip 4599 {
}
movieClip 4604 {
}
movieClip 4608 {
}
movieClip 4611 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 4613 {
}
movieClip 4617 {
}
movieClip 4633 {
}
movieClip 4638 {
}
movieClip 4656 {
}
movieClip 4663 {
}
movieClip 4671 {
}
movieClip 4680 {
}
movieClip 4688 {
}
movieClip 4695 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 4697 {
frame 191 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 223 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 260 {
stop();
}
}
frame 449 {
gotoAndStop('farm_1');
}
frame 449 {
function pokehidden() {
getURL('http://www.pokehidden.net/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
frame 451 {
mundo.viu_cmc = true;
}
movieClip 4699 {
}
movieClip 4705 {
frame 12 {
stop();
}
}
movieClip 4710 {
frame 12 {
stop();
}
}
movieClip 4714 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 12 {
stop();
}
}
button 4717 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4719 {
}
movieClip 4721 {
}
movieClip 4725 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 34 {
stop();
}
}
button 4727 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4728 {
}
movieClip 4730 {
}
movieClip 4733 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 29 {
stop();
}
}
button 4735 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4737 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4743 {
frame 40 {
stop();
}
}
movieClip 4749 {
frame 40 {
stop();
}
}
movieClip 4755 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 40 {
stop();
}
}
button 4757 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4759 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4761 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4771 {
}
movieClip 4780 {
}
movieClip 4787 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 52 {
_root.gotoAndStop('treehouse');
}
}
frame 467 {
mundo.ja_viu_berry = true;
pralertexto._visible = false;
mascara.gotoAndStop(1);
escuro.gotoAndStop('no_light');
}
movieClip 4789 {
}
movieClip 4792 {
}
movieClip 4794 {
}
movieClip 4797 {
}
movieClip 4815 {
}
movieClip 4828 {
}
movieClip 4830 {
frame 91 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 111 {
_root.pralertexto._visible = false;
_root.mascara.gotoAndStop(1);
}
frame 139 {
_root.gotoAndStop('berry_2');
}
}
frame 469 {
mascara.stop();
hud._visible = false;
}
movieClip 4833 {
}
movieClip 4846 {
}
movieClip 4848 {
}
movieClip 4853 {
}
movieClip 4854 {
frame 48 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 104 {
stop();
}
}
button 4856 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('berry_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4865 {
}
button 4866 {
on (press) {
gotoAndStop('city_2_raped');
}
}
frame 473 {
if (mundo.pegou_garrafa_vinho == true) {
bottle._visible = false;
}
}
movieClip 4868 {
}
movieClip 4872 {
}
movieClip 4874 {
}
movieClip 4876 {
}
button 4878 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('buy_ticket_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4879 {
on (press) {
gotoAndStop('estacao');
}
}
button 4883 {
on (press) {
gotoAndStop('got_ticket');
}
}
movieClip 4885 {
}
movieClip 4890 {
}
button 4892 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutterfuck_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4900 {
frame 41 {
gotoAndPlay('loop');
}
}
button 4902 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutterfuck_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 481 {
if (mundo.winged == false) {
player_olhando.wings._visible = false;
}
if (mundo.horned == false) {
player_olhando.horn._visible = false;
}
}
movieClip 4904 {
}
movieClip 4914 {
}
movieClip 4920 {
}
movieClip 4928 {
frame 48 {
_root.gotoAndStop('flutterfuck_4');
}
}
movieClip 4934 {
frame 17 {
stop();
}
}
movieClip 4936 {
frame 42 {
_root.gotoAndStop('fluttershy_sex_1');
}
}
frame 485 {
escuro._visible = false;
}
movieClip 4939 {
}
movieClip 4942 {
}
movieClip 4943 {
}
button 4945 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4947 {
}
movieClip 4971 {
frame 77 {
stop();
}
}
button 4973 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4975 {
}
movieClip 4988 {
frame 119 {
gotoAndPlay('loop');
}
}
button 4990 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 491 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
}
movieClip 5011 {
frame 83 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('fluttershy_ceiling');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 99 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('fluttershy_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('fluttershy_2');
_root.musica1.musica1.start(0, 999999);
};
_root.hud._visible = true;
}
frame 129 {
stop();
}
}
button 5013 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_room');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 493 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
mundo.fez_fluttershy_cair = true;
}
movieClip 5015 {
}
movieClip 5026 {
}
movieClip 5042 {
}
movieClip 5069 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 27 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('fluttershy_fall');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 72 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 113 {
gotoAndPlay('loop');
}
}
button 5071 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5075 {
on (press) {
gotoAndStop('fluttershy_7');
}
}
button 5079 {
on (press) {
gotoAndStop('fluttershy_b_1');
}
}
movieClip 5082 {
}
movieClip 5083 {
}
movieClip 5084 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
button 5086 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5096 {
}
movieClip 5103 {
}
movieClip 5111 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 13 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 57 {
stop();
}
}
button 5113 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5118 {
}
button 5120 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5128 {
frame 96 {
stop();
}
}
button 5130 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5131 {
on (press) {
gotoAndStop('fluttershy_12');
}
}
button 5135 {
on (press) {
_root.gotoAndStop('fluttershy_b_6');
}
}
movieClip 5144 {
frame 117 {
gotoAndPlay('loop');
}
}
button 5146 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_13');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5150 {
on (press) {
_root.gotoAndStop('fluttershy_b_8');
}
}
button 5154 {
on (press) {
gotoAndStop('fluttershy_14');
}
}
movieClip 5165 {
frame 43 {
gotoAndPlay('loop');
}
}
button 5167 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_15');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5183 {
}
movieClip 5190 {
frame 66 {
gotoAndPlay('loop');
}
}
movieClip 5191 {
frame 131 {
stop();
}
}
movieClip 5196 {
frame 1 {
pode_continuar = false;
}
frame 149 {
stop();
pode_continuar = true;
}
}
button 5198 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_16');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5202 {
on (press) {
gotoAndStop('flutterfuck_1');
}
}
button 5206 {
on (press) {
_root.gotoAndStop('fluttershy_b_11');
}
}
movieClip 5218 {
frame 34 {
gotoAndPlay('loop');
}
}
button 5220 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_2_conti');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5224 {
on (press) {
mundo.fluttershy_caida_chorando = true;
gotoAndStop('fluttershy_room');
}
}
button 5228 {
on (press) {
_root.gotoAndStop('fluttershy_b_3');
}
}
movieClip 5230 {
}
movieClip 5236 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 78 {
gotoAndPlay('loop');
}
}
button 5238 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5239 {
on (press) {
gotoAndStop('fluttershy_b_5');
}
}
button 5243 {
on (press) {
gotoAndStop('fluttershy_b_3_2');
}
}
movieClip 5249 {
}
button 5251 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5252 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 46 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 90 {
stop();
}
}
button 5255 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 533 {
mundo.fluttershy_sad = false;
mundo.fluttershy_sad_2 = true;
mundo.fluttershy_caida_chorando = false;
}
movieClip 5260 {
}
movieClip 5266 {
}
button 5268 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_8_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5278 {
frame 40 {
gotoAndPlay('loop');
}
}
button 5280 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5285 {
}
button 5288 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 541 {
mundo.fluttershy_sad = true;
mundo.fluttershy_sad_2 = false;
mundo.fluttershy_caida_chorando = false;
}
frame 543 {
mundo.kissed_fluttershy = true;
mundo.kiss_fluttershy_horario = mundo.horario;
}
movieClip 5291 {
}
movieClip 5295 {
}
movieClip 5300 {
}
movieClip 5305 {
}
movieClip 5306 {
frame 10 {
stop();
}
}
movieClip 5318 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
frame 21 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('fluttershy_kiss');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.stop();
};
}
frame 138 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = true;
_root.escuro.gotoAndStop('no_light');
_root.gotoAndStop('flutterwindow_fechado');
}
}
movieClip 5320 {
}
movieClip 5336 {
}
movieClip 5349 {
}
movieClip 5354 {
}
movieClip 5355 {
frame 10 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 52 {
_root.escuro.gotoAndStop('not_zecora');
}
frame 59 {
stop();
}
}
button 5357 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 547 {
escuro.gotoAndStop('no_light');
}
movieClip 5359 {
}
movieClip 5365 {
}
button 5367 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.cura_pocao == false) {
gotoAndStop('zecora_3');
} else {
gotoAndStop('zecora_real_1');
}
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 549 {
brancozek.stop();
}
movieClip 5369 {
}
movieClip 5391 {
frame 106 {
stop();
}
}
movieClip 5419 {
frame 106 {
stop();
}
}
movieClip 5457 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 81 {
_root.brancozek.play();
}
frame 132 {
_root.gotoAndStop('zecora_4');
}
}
movieClip 5459 {
}
frame 551 {
pralertexto._visible = false;
mascara.gotoAndStop(1);
clicable._visible = false;
}
movieClip 5461 {
}
movieClip 5474 {
}
movieClip 5486 {
}
movieClip 5504 {
}
movieClip 5515 {
}
movieClip 5518 {
}
movieClip 5525 {
}
movieClip 5530 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 78 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
_root.escuro.gotoAndStop('fogo_zecora_sentada');
}
frame 146 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chrysalis_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chrysalis_2');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro.gotoAndStop('no_light');
}
frame 170 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
_root.clicable._visible = true;
}
frame 270 {
gotoAndPlay('loop');
}
}
button 5532 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 553 {
brilh.stop();
}
movieClip 5537 {
}
movieClip 5540 {
}
movieClip 5543 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 5545 {
}
movieClip 5562 {
}
movieClip 5573 {
frame 74 {
stop();
}
frame 77 {
_root.brilh.play();
}
frame 122 {
_root.gotoAndStop('queen_sex_1');
}
}
button 5575 {
on (press) {
if (mascara.pode_continuar == true) {
clicable._visible = false;
zecora.gotoAndPlay('brilho');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5577 {
}
movieClip 5579 {
}
movieClip 5586 {
}
movieClip 5589 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 5593 {
}
button 5595 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('gotta_die_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5600 {
}
movieClip 5604 {
}
movieClip 5607 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
button 5609 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('gotta_die_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5611 {
}
movieClip 5618 {
}
movieClip 5622 {
frame 35 {
stop();
}
}
button 5624 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('FUCKING_DEATH');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 561 {
mundo.ending = 'death';
}
movieClip 5633 {
}
movieClip 5639 {
frame 1 {
stop();
}
}
movieClip 5645 {
frame 1 {
stop();
}
}
movieClip 5649 {
}
movieClip 5652 {
frame 1 {
stop();
}
}
movieClip 5655 {
frame 41 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
frame 43 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('chrysalis_catapulta');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 69 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
_root.escuro.gotoAndStop('morte_chrysalis');
}
frame 107 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 146 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 162 {
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
frame 164 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('explosion');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 179 {
_root.escuro._visible = false;
}
frame 270 {
_root.gotoAndStop('game_over_lol');
}
}
frame 563 {
clicable._visible = false;
}
movieClip 5656 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 79 {
_root.clicable._visible = true;
}
frame 99 {
stop();
}
}
button 5657 {
on (press) {
gotoAndStop('zecora_real_2');
}
}
frame 565 {
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 5659 {
}
movieClip 5667 {
frame 25 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 54 {
gotoAndPlay('loop');
}
}
button 5669 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_real_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 567 {
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 5671 {
}
movieClip 5682 {
frame 24 {
stop();
}
}
movieClip 5692 {
frame 24 {
stop();
}
}
movieClip 5711 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 19 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 63 {
gotoAndPlay('loop');
}
}
button 5714 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_real_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 569 {
mundo.chrysalis_presa = true;
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 5716 {
}
movieClip 5747 {
frame 79 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 133 {
stop();
}
}
button 5749 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_real_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 571 {
whito.stop();
}
movieClip 5751 {
}
movieClip 5754 {
}
movieClip 5756 {
}
movieClip 5771 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 60 {
_root.whito.play();
}
frame 74 {
_root.gotoAndStop('zecora_casa');
}
}
movieClip 5773 {
}
frame 573 {
efeito.stop();
mascara.stop();
hud._visible = false;
pralertexto._visible = false;
escuro.gotoAndStop('no_light');
}
movieClip 5785 {
}
movieClip 5792 {
}
movieClip 5794 {
}
movieClip 5802 {
frame 34 {
_root.efeito.play();
}
frame 71 {
_root.mascara.play();
_root.hud._visible = true;
_root.pralertexto._visible = true;
}
frame 91 {
stop();
}
}
button 5804 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_real_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5807 {
frame 49 {
stop();
}
}
frame 575 {
if (mundo.winged == false) {
playah.wingo._visible = false;
}
if (mundo.horned == false) {
playah.horno._visible = false;
}
}
movieClip 5809 {
}
movieClip 5814 {
}
movieClip 5818 {
}
movieClip 5821 {
}
button 5823 {
on (press) {
gotoAndStop('zecora_real_8');
}
}
frame 577 {
if (mundo.winged == false) {
zeco.wingo._visible = false;
}
if (mundo.horned == false) {
zeco.horno._visible = false;
}
}
movieClip 5825 {
}
movieClip 5832 {
frame 14 {
stop();
}
}
movieClip 5835 {
frame 14 {
stop();
}
}
movieClip 5844 {
frame 37 {
gotoAndPlay('loop');
}
}
button 5846 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_real_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5854 {
frame 46 {
gotoAndPlay('loop');
}
}
button 5856 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_real_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5858 {
frame 36 {
_root.gotoAndStop('zecora_sex_1');
}
}
movieClip 5860 {
}
movieClip 5866 {
frame 40 {
stop();
}
}
button 5868 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5870 {
}
movieClip 5879 {
}
button 5881 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5890 {
frame 26 {
_root.hud._visible = true;
stop();
}
}
button 5892 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5900 {
frame 18 {
_root.hud._visible = true;
stop();
}
}
button 5902 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5904 {
}
movieClip 5911 {
}
movieClip 5913 {
}
movieClip 5920 {
}
movieClip 5921 {
frame 38 {
stop();
}
}
button 5923 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5925 {
}
movieClip 5935 {
frame 23 {
stop();
}
}
button 5937 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5939 {
}
movieClip 5946 {
}
button 5948 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5950 {
}
movieClip 5961 {
frame 37 {
gotoAndPlay('loop');
}
}
button 5963 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5965 {
}
movieClip 5982 {
frame 45 {
gotoAndPlay('loop');
}
}
button 5984 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_12');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5986 {
frame 66 {
_root.gotoAndStop('celestia_sex_1');
}
}
movieClip 5996 {
frame 44 {
gotoAndPlay('loop');
}
}
movieClip 5998 {
frame 15 {
stop();
}
}
button 6000 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6002 {
}
movieClip 6009 {
}
button 6011 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6027 {
frame 158 {
gotoAndPlay('loop');
}
}
button 6029 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6031 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6035 {
}
button 6037 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6044 {
}
button 6046 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6048 {
}
movieClip 6059 {
frame 37 {
gotoAndPlay('loop');
}
}
button 6061 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6068 {
frame 19 {
gotoAndPlay('loop');
}
}
button 6070 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('princess_bad_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6078 {
}
frame 623 {
escuro._visible = false;
}
movieClip 6086 {
}
movieClip 6093 {
}
movieClip 6099 {
frame 29 {
stop();
}
}
button 6101 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6103 {
frame 24 {
stop();
}
}
movieClip 6105 {
}
movieClip 6118 {
}
movieClip 6125 {
}
movieClip 6131 {
}
movieClip 6132 {
frame 21 {
calada._visible = false;
fechada._visible = false;
stop();
}
}
button 6134 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6136 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6138 {
}
movieClip 6143 {
}
button 6145 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6147 {
}
movieClip 6154 {
}
button 6156 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6165 {
}
movieClip 6172 {
}
button 6174 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 635 {
lunaa.eyes._visible = false;
lunaa.mouthu._visible = false;
}
movieClip 6177 {
}
movieClip 6179 {
}
movieClip 6185 {
}
button 6190 {
on (press) {
_root.gotoAndStop('luna_8');
}
}
button 6194 {
on (press) {
_root.gotoAndStop('luna_13');
}
}
frame 637 {
lunaa.eyes._visible = true;
mundo.negou_luna = true;
}
button 6196 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 639 {
lunaa.mouthu._visible = true;
}
movieClip 6198 {
frame 62 {
_root.escuro._visible = true;
_root.gotoAndStop('portal_lua');
}
}
frame 641 {
escuro._visible = false;
}
movieClip 6199 {
frame 45 {
stop();
}
}
button 6201 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6202 {
on (press) {
_root.woona.gotoAndStop('virando');
_root.woona.luna.gotoAndStop('pratras');
_root.gotoAndStop('luna_12');
}
}
button 6203 {
on (press) {
_root.gotoAndStop('luna_13');
}
}
frame 645 {
woona.luna.calada._visible = true;
woona.luna.normal._visible = false;
}
button 6204 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('luna_12_extended');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 647 {
woona.luna.fechada._visible = true;
woona.luna.calada._visible = false;
woona.luna.normal._visible = false;
}
frame 649 {
playah.stop();
}
movieClip 6206 {
}
movieClip 6231 {
frame 51 {
_root.brilho._visible = true;
_root.brilho.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.mascara.gotoAndStop('fim_da_fala');
_root.menu_items.magic_attack._visible = true;
_root.menu_items.magic_attack_c._visible = true;
_root.mundo.horned = true;
_root.mundo.winged = true;
_root.menu_items.alicorn._visible = true;
_root.menu_items.earth._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.wings._visible = false;
_root.clicable._visible = true;
}
frame 68 {
stop();
}
}
button 6233 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ALICORN_OC');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 651 {
playah.play();
clicable._visible = false;
brilho._visible = false;
pralertexto._visible = false;
mascara.stop();
}
button 6235 {
on (press) {
gotoAndStop('ALICORN_OC_2');
}
}
frame 653 {
menu_items.shield_breaker._visible = true;
menu_items.shield_breaker_c._visible = true;
}
button 6237 {
on (press) {
gotoAndStop('big_fight_instructions');
}
}
frame 655 {
hud._visible = false;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna_lost');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.stop();
};
}
movieClip 6239 {
}
movieClip 6265 {
frame 24 {
_root.hud._visible = true;
}
frame 78 {
gotoAndPlay('loooop');
}
}
movieClip 6266 {
frame 29 {
stop();
}
}
button 6267 {
on (press) {
gotoAndStop('luna_won_2');
}
}
movieClip 6269 {
}
movieClip 6283 {
frame 83 {
gotoAndPlay('loooop');
}
}
button 6284 {
on (press) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna');
_root.musica1.musica1.start(0, 9999999);
gotoAndStop('luna_sex_1');
}
}
frame 659 {
mundo.luna_perdeu_lol = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna_win');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.stop();
};
}
movieClip 6286 {
}
movieClip 6313 {
}
movieClip 6316 {
}
movieClip 6329 {
frame 117 {
_root.escuro._visible = true;
_root.escuro.gotoAndStop('no_light');
_root.mundo.horned = false;
_root.mundo.winged = true;
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
}
frame 185 {
_root.gotoAndStop('loses_alicorn');
}
}
movieClip 6331 {
}
movieClip 6340 {
frame 41 {
gotoAndPlay('loop');
}
}
button 6342 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6347 {
on (press) {
gotoAndStop('rarity_3');
}
}
button 6351 {
on (press) {
if (_root.mundo.rarity_pobre == false) {
if (_root.mundo.rarity_nodesign == false) {
gotoAndStop('rarity_4');
} else {
gotoAndStop('rarity_nodesign');
}
} else {
gotoAndStop('rarity_nomoneh');
}
}
}
button 6352 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_place');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 665 {
_root.mundo.rarity_puta = false;
}
movieClip 6362 {
frame 51 {
gotoAndPlay('loop');
}
}
button 6364 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('city_fun');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 667 {
_root.mundo.rarity_puta = false;
}
frame 669 {
_root.mundo.rarity_puta = true;
}
movieClip 6371 {
frame 23 {
gotoAndPlay('loop');
}
}
frame 671 {
_root.mundo.rarity_puta = false;
}
movieClip 6378 {
frame 30 {
gotoAndPlay('loop');
}
}
button 6380 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_4_effect');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6388 {
frame 42 {
_root.gotoAndStop('rarity_5');
}
}
movieClip 6390 {
}
movieClip 6393 {
}
movieClip 6395 {
}
movieClip 6398 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 10 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 191 {
gotoAndPlay('loop');
}
}
movieClip 6407 {
frame 22 {
stop();
}
}
movieClip 6409 {
frame 61 {
stop();
}
}
button 6411 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6416 {
on (press) {
gotoAndStop('rarity_9');
}
}
button 6420 {
on (press) {
gotoAndStop('rarity_7');
}
}
frame 679 {
_root.mundo.rarity_pobre = true;
}
movieClip 6422 {
}
movieClip 6427 {
}
movieClip 6429 {
}
button 6431 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6440 {
frame 44 {
gotoAndPlay('loop');
}
}
movieClip 6443 {
}
movieClip 6446 {
}
movieClip 6448 {
}
movieClip 6451 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 6453 {
frame 61 {
stop();
}
}
button 6455 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6457 {
on (press) {
gotoAndStop('rarity_13');
}
}
button 6458 {
on (press) {
gotoAndStop('rarity_11');
}
}
button 6460 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_14');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 689 {
_root.mundo.rarity_pobre = true;
}
button 6462 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_12');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6464 {
}
movieClip 6467 {
}
movieClip 6469 {
}
movieClip 6475 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 25 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 135 {
gotoAndPlay('loop');
}
}
movieClip 6477 {
frame 61 {
stop();
}
}
button 6479 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_15');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6481 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_16');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6486 {
on (press) {
gotoAndStop('rarity_18');
}
}
button 6487 {
on (press) {
gotoAndStop('rarity_17');
}
}
frame 699 {
_root.mundo.rarity_pobre = true;
}
button 6489 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_19');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 701 {
_root.mundo.rarity_nodesign = true;
}
movieClip 6497 {
frame 42 {
gotoAndPlay('loop');
}
}
movieClip 6505 {
frame 28 {
gotoAndPlay('loop');
}
}
button 6507 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_21');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6512 {
on (press) {
gotoAndStop('rarity_help');
}
}
button 6513 {
on (press) {
if (_root.mundo.rarity_pobre == false) {
if (_root.mundo.rarity_nodesign == false) {
gotoAndStop('rarity_22');
} else {
gotoAndStop('rarity_nodesign2');
}
} else {
gotoAndStop('rarity_nomoneh_2');
}
}
}
frame 709 {
_root.mundo.rarity_puta = false;
}
movieClip 6517 {
frame 33 {
gotoAndPlay('loop');
}
}
button 6519 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_22_effect');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 713 {
_root.mundo.rarity_puta = false;
}
movieClip 6522 {
frame 51 {
gotoAndPlay('loop');
}
}
frame 715 {
_root.mundo.rarity_puta = false;
}
movieClip 6527 {
}
button 6529 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_help_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6538 {
frame 37 {
gotoAndPlay('loop');
}
}
button 6540 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_help_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 721 {
rarar.gotoAndPlay('loop');
}
movieClip 6549 {
frame 35 {
gotoAndPlay('loop');
}
}
button 6551 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_over_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6555 {
}
button 6557 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_over_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6567 {
frame 42 {
gotoAndPlay('loop');
}
}
button 6569 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_over_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6571 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_over_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6573 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_over_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 733 {
_root.mundo.rarity_policia = true;
}
movieClip 6577 {
}
button 6579 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('rarity_closed');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 735 {
_root.mundo.prometeu_ajudar_rarity = true;
}
movieClip 6582 {
}
movieClip 6584 {
}
movieClip 6585 {
}
movieClip 6595 {
frame 42 {
gotoAndPlay('loop');
}
}
button 6597 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_help_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6599 {
}
button 6601 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rarity_help_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 6603 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('mesa_pano');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 753 {
escuro.gotoAndStop('main_plaza');
if (mundo.hora_ceu == 'dia') {
sleeping1._visible = false;
sleeping2._visible = false;
sleeping3._visible = false;
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
if (mundo.pegou_livro_volta == false) {
bored._visible = false;
} else {
trixie._visible = false;
}
} else {
fundo.gotoAndStop('noite');
trixie._visible = false;
bored._visible = false;
if (mundo.trixie_ja_transou == false) {
sleeping2._visible = false;
sleeping3._visible = false;
} else {
if (mundo.trixie_ja_transou_2 == false) {
sleeping1._visible = false;
sleeping3._visible = false;
} else {
sleeping1._visible = false;
sleeping2._visible = false;
}
}
}
if (mundo.winged == false) {
up_arrow._visible = false;
}
}
movieClip 6624 {
frame 256 {
gotoAndPlay(1);
}
frame 274 {
if (_root.mundo.ja_falou_trixie == false) {
_root.mundo.ja_falou_trixie = true;
_root.gotoAndStop('trixie_trans_1');
} else {
if (_root.mundo.pegou_livro_volta == false) {
if (_root.mundo.precisa_livro == false) {
if (_root.mundo.winged == true) {
_root.gotoAndStop('transformacao_winged');
} else {
if (_root.mundo.horned == true) {
_root.gotoAndStop('transformacao_horned');
} else {
_root.gotoAndStop('transformacao');
}
}
} else {
if (_root.mundo.trixie_puta == false) {
_root.gotoAndStop('trixie_livro');
} else {
if (_root.mundo.winged == true) {
_root.gotoAndStop('transformacao_winged');
} else {
if (_root.mundo.horned == true) {
_root.gotoAndStop('transformacao_horned');
} else {
_root.gotoAndStop('transformacao');
}
}
}
}
} else {
if (_root.mundo.trixie_avisou_livro == false) {
_root.gotoAndStop('trixie_bookless');
} else {
if (_root.mundo.winged == true) {
_root.gotoAndStop('trixie_bookless_4_winged');
} else {
if (_root.mundo.horned == true) {
_root.gotoAndStop('trixie_bookless_4_horned');
} else {
_root.gotoAndStop('trixie_bookless_4');
}
}
}
}
}
}
}
movieClip 6626 {
}
movieClip 6628 {
}
movieClip 6630 {
}
movieClip 6636 {
frame 129 {
gotoAndPlay(1);
}
}
button 6637 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 6638 {
on (press) {
gotoAndStop('main_plaza_ponyville');
}
}
button 6639 {
on (press) {
if (mundo.hora_ceu == 'dia') {
trixie.gotoAndPlay('looksatyou');
bored.gotoAndPlay('looks_at_you');
} else {
if (mundo.trixie_ja_transou == false) {
if (mundo.shield_quebrado == false) {
gotoAndStop('observando_trixie');
} else {
gotoAndStop('observando_trixie_READY');
}
} else {
if (mundo.trixie_ja_transou_2 == false) {
if (mundo.shield_quebrado_2 == false) {
gotoAndStop('observando_trixie_book');
} else {
gotoAndStop('observando_trixie_book_READY');
}
} else {
gotoAndStop('trixie_cockblock');
}
}
}
clicable_1._visible = false;
clicable_2._visible = false;
up_arrow._visible = false;
seta_1._visible = false;
seta_2._visible = false;
seta_3._visible = false;
}
}
button 6640 {
on (press) {
gotoAndStop('road_1');
}
}
button 6641 {
on (press) {
gotoAndStop('clouds');
}
}
button 6642 {
on (press) {
gotoAndStop('city_1');
}
}
button 6644 {
on (press) {
gotoAndStop('main_plaza');
}
}
frame 757 {
escuro.gotoAndStop('road_1');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
} else {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 6647 {
frame 1 {
stop();
}
}
button 6648 {
on (press) {
gotoAndStop('road_1_dirty');
}
}
button 6649 {
on (press) {
gotoAndStop('road_2');
}
}
button 6650 {
on (press) {
gotoAndStop('main_plaza');
}
}
button 6651 {
on (press) {
gotoAndStop('descida');
}
}
button 6653 {
on (press) {
gotoAndStop('road_1');
}
}
frame 761 {
escuro.gotoAndStop('road_2');
if (mundo.pedra_quebrada == true) {
if (mundo.hora_ceu == 'dia') {
clicable._visible = false;
applejack._visible = false;
} else {
clicable._visible = false;
if (mundo.horario == mundo.dia_que_quebrou_pedra) {
applejack.gotoAndStop('noite');
} else {
applejack._visible = false;
}
}
} else {
if (mundo.hora_ceu == 'noite') {
clicable._visible = false;
applejack.gotoAndStop('noite');
}
}
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 66;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
fundo.gotoAndStop('noite');
}
}
movieClip 6655 {
frame 1 {
stop();
}
}
button 6656 {
on (press) {
if (mundo.pedra_quebrada == false) {
gotoAndStop('bolder');
} else {
gotoAndStop('bolder_quebrada');
}
}
}
button 6657 {
on (press) {
gotoAndStop('applejack_1');
}
}
frame 763 {
escuro.gotoAndStop('bolder');
if (mundo.winged == false) {
seta._visible = false;
} else {
seta._visible = true;
}
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 33;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
fundo.gotoAndStop('noite');
}
}
movieClip 6660 {
frame 1 {
stop();
}
}
button 6661 {
on (press) {
if (mundo.horned == true && mundo.sabe_attackspell_a == true) {
gotoAndStop('bolder_quebrando');
} else {
gotoAndStop('bolder_giant');
}
}
}
button 6662 {
on (press) {
if (mundo.hora_ceu == 'dia' && mundo.fazenda_musica == true) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
}
gotoAndStop('road_2');
}
}
button 6663 {
on (press) {
if (mundo.hora_ceu == 'dia') {
musica1.musica1.stop();
musica1.musica1.attachSound('lon_lon');
musica1.musica1.start(0, 999999);
}
gotoAndStop('road_3');
}
}
button 6665 {
on (press) {
gotoAndStop('bolder');
}
}
frame 767 {
escuro.gotoAndPlay('quebrando_pedra');
mundo.pedra_quebrada = true;
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
} else {
mundo.applejack_viu_quebrar = true;
}
mundo.dia_que_quebrou_pedra = mundo.horario;
}
movieClip 6668 {
frame 1 {
stop();
}
}
movieClip 6681 {
}
movieClip 6689 {
frame 27 {
stop();
}
}
movieClip 6692 {
frame 51 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('break_rock');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.gotoAndStop('bolder_quebrando_a');
if (_root.mundo.hora_ceu == 'noite') {
pedrao.skybox._visible = false;
}
}
frame 73 {
_root.hud._visible = true;
}
frame 84 {
stop();
}
}
frame 769 {
hud._visible = false;
}
button 6695 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('applejack_4');
} else {
gotoAndStop('bolder_quebrada');
}
}
}
frame 771 {
escuro.gotoAndStop('bolder_quebrada');
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 33;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
fundo.gotoAndStop('noite');
}
}
movieClip 6698 {
frame 1 {
stop();
}
}
frame 773 {
escuro.gotoAndStop('road_3');
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 33;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
fundo.gotoAndStop('noite');
}
}
movieClip 6701 {
frame 1 {
stop();
}
}
button 6702 {
on (press) {
if (mundo.hora_ceu == 'dia') {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
}
if (mundo.pedra_quebrada == false) {
gotoAndStop('bolder');
} else {
gotoAndStop('bolder_quebrada');
}
}
}
button 6703 {
on (press) {
gotoAndStop('road_4');
}
}
frame 775 {
escuro.gotoAndStop('road_4');
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 66;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
fundo.gotoAndStop('noite');
}
}
movieClip 6706 {
frame 1 {
stop();
}
}
button 6707 {
on (press) {
gotoAndStop('road_3');
}
}
button 6708 {
on (press) {
gotoAndStop('farm_1');
}
}
frame 777 {
escuro.gotoAndStop('farm_1');
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
if (mundo.pedra_quebrada == false) {
clicable._visible = false;
big_mac._visible = false;
} else {
clicable._visible = true;
big_mac._visible = true;
}
} else {
fundo.gotoAndStop('noite');
clicable._visible = false;
big_mac._visible = false;
}
}
movieClip 6711 {
frame 1 {
stop();
}
}
movieClip 6713 {
}
button 6714 {
on (press) {
gotoAndStop('farm_2');
}
}
button 6715 {
on (press) {
gotoAndStop('big_mac_1');
}
}
frame 779 {
escuro.gotoAndStop('farm_2');
if (mundo.hora_ceu == 'dia') {
if (mundo.pedra_quebrada == true) {
clicable._visible = true;
applejack._visible = true;
clicable_2._visible = false;
} else {
clicable._visible = false;
applejack._visible = false;
if (mundo.achou_grana_aj == false) {
clicable_2._visible = true;
} else {
clicable_2._visible = false;
}
}
} else {
fundo.gotoAndStop('noite');
clicable._visible = false;
applejack._visible = false;
if (mundo.achou_grana_aj == false) {
clicable_2._visible = true;
} else {
clicable_2._visible = false;
}
}
}
movieClip 6722 {
frame 1 {
stop();
}
frame 27 {
if (_root.mundo.applejack_ja_transou == false) {
if (_root.mundo.falou_com_applejack == false) {
if (_root.mundo.applejack_viu_quebrar == false) {
_root.gotoAndStop('aj_moar_1');
} else {
_root.gotoAndStop('applejack_8');
}
} else {
if (_root.mundo.applejack_deixou_trabalhar == false) {
_root.gotoAndStop('kick_tree_prepare');
} else {
_root.gotoAndStop('applejack_reaction_4');
}
}
} else {
_root.gotoAndStop('applejack_job');
}
}
}
button 6723 {
on (press) {
applejack.gotoAndPlay('acorda');
clicable._visible = false;
seta1._visible = false;
seta2._visible = false;
}
}
button 6724 {
on (press) {
gotoAndStop('farm_3');
}
}
button 6725 {
on (press) {
gotoAndStop('hidden_goodie');
}
}
frame 781 {
mundo.achou_grana_aj = true;
}
button 6727 {
on (press) {
gotoAndStop('hidden_goodie_2');
}
}
frame 783 {
mundo.money += 50;
if (mundo.money > 999) {
mundo.money = 999;
}
mundo.money_info = mundo.money + ' BITS';
}
button 6729 {
on (press) {
gotoAndStop('farm_2');
}
}
frame 785 {
escuro.gotoAndStop('farm_3');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
movieClip 6732 {
frame 1 {
stop();
}
}
button 6733 {
on (press) {
gotoAndStop('treehouse');
}
}
frame 787 {
escuro.gotoAndStop('no_light');
}
movieClip 6735 {
}
button 6736 {
on (press) {
if (mundo.viu_cmc == false) {
gotoAndStop('treehouse_disturb_1');
} else {
gotoAndStop('treehouse_creepy');
}
}
}
button 6738 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('treehouse_disturb_2');
} else {
gotoAndStop('treehouse');
}
}
}
button 6740 {
on (press) {
gotoAndStop('cmc_1');
}
}
button 6742 {
on (press) {
if (mundo.liberou_bullshit_treehouse == false) {
gotoAndStop('treehouse_bullshit');
} else {
gotoAndStop('treehouse');
}
}
}
frame 795 {
mundo.liberou_bullshit_treehouse = true;
}
button 6744 {
on (press) {
gotoAndStop('treehouse');
}
}
frame 797 {
if (mundo.pegou_livro_volta == true) {
livro._visible = false;
}
escuro.gotoAndStop('active_shield');
}
movieClip 6746 {
}
movieClip 6748 {
}
movieClip 6750 {
}
button 6751 {
on (press) {
if (mundo.horned == true && mundo.sabe_shieldbreaker_a == true) {
mundo.shield_quebrado = true;
gotoAndStop('observando_trixie_shieldbreaked');
} else {
campal.gotoAndPlay('momento');
escuro.campal.gotoAndPlay('momento');
if (campal.campo.piscando == false) {
campal.campo.gotoAndPlay('piscando');
escuro.campal.campo.gotoAndPlay('piscando');
}
}
}
}
frame 799 {
if (mundo.pegou_livro_volta == true) {
livro._visible = false;
}
escuro.gotoAndStop('active_shield');
}
movieClip 6753 {
}
movieClip 6755 {
}
button 6756 {
on (press) {
if (mundo.horned == true && mundo.sabe_shieldbreaker_b == true) {
mundo.shield_quebrado_2 = true;
gotoAndStop('observando_trixie_book_shieldbreaked');
} else {
campal.gotoAndPlay('momento');
escuro.campal.gotoAndPlay('momento');
if (campal.campo.piscando == false) {
campal.campo.gotoAndPlay('piscando');
escuro.campal.campo.gotoAndPlay('piscando');
}
}
}
}
frame 801 {
if (mundo.pegou_livro_volta == true) {
livro._visible = false;
}
escuro.gotoAndStop('destroy_shield');
mundo.volume_musica2 = 100;
if (mundo.musica_ligada == true) {
musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
musica2.musica2.stop();
musica2.musica2.attachSound('shield_break');
musica2.musica2.start(0, 1);
musica2.musica2.onSoundComplete = function () {
musica2.musica2.stop();
};
}
button 6758 {
on (press) {
gotoAndStop('observando_trixie_book_READY');
}
}
frame 803 {
if (mundo.pegou_livro_volta == true) {
livro_clic._visible = false;
livro._visible = false;
}
escuro.gotoAndStop('active_shield');
}
button 6759 {
on (press) {
gotoAndStop('got_book');
}
}
button 6764 {
on (press) {
_root.gotoAndStop('trixie_raeptime_1');
}
}
movieClip 6765 {
frame 13 {
stop();
}
}
frame 805 {
mundo.possui_livro = true;
menu_items.livro._visible = true;
mundo.pegou_livro_volta = true;
}
frame 807 {
if (mundo.pegou_livro_volta == true) {
livro_clic._visible = false;
livro._visible = false;
}
escuro.gotoAndStop('active_shield');
}
button 6767 {
on (press) {
_root.gotoAndStop('trixie_bitch_1');
}
}
movieClip 6768 {
frame 13 {
stop();
}
}
button 6769 {
on (press) {
gotoAndStop('got_book_2');
}
}
frame 809 {
if (mundo.pegou_livro_volta == true) {
livro._visible = false;
}
escuro.gotoAndStop('destroy_shield');
mundo.volume_musica2 = 100;
if (mundo.musica_ligada == true) {
musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
musica2.musica2.stop();
musica2.musica2.attachSound('shield_break');
musica2.musica2.start(0, 1);
musica2.musica2.onSoundComplete = function () {
musica2.musica2.stop();
};
}
button 6771 {
on (press) {
gotoAndStop('observando_trixie_READY');
}
}
frame 811 {
mundo.possui_livro = true;
menu_items.livro._visible = true;
mundo.pegou_livro_volta = true;
}
button 6772 {
on (press) {
gotoAndStop('observando_trixie_READY');
}
}
frame 813 {
if (mundo.pegou_livro_volta == true) {
livro_clic._visible = false;
livro._visible = false;
}
escuro.gotoAndStop('active_shield');
}
movieClip 6775 {
}
button 6776 {
on (press) {
gotoAndStop('trixie_cockblock_1');
}
}
button 6777 {
on (press) {
gotoAndStop('trixie_cockblock_2');
}
}
button 6779 {
on (press) {
gotoAndStop('trixie_cockblock');
}
}
frame 817 {
mundo.possui_livro = true;
menu_items.livro._visible = true;
mundo.pegou_livro_volta = true;
}
frame 819 {
escuro.gotoAndStop('clouds');
if (mundo.hora_ceu == 'noite') {
fundo.dia._visible = false;
rainbow_dash._visible = false;
} else {
if (mundo.rainbow_dash_ja_transou == true) {
rainbow_dash._visible = false;
} else {
cloud._visible = false;
}
}
if (mundo.corrida4perdeu == true) {
rainbow_dash._visible = false;
}
}
movieClip 6782 {
}
movieClip 6792 {
frame 1 {
stop();
}
frame 38 {
if (_root.mundo.corrida1perdeu == false) {
if (_root.mundo.falou_com_rainbow == true) {
_root.gotoAndStop('rainbow_dash_3');
} else {
_root.gotoAndStop('rainbow_dash_1');
}
} else {
if (_root.mundo.corrida2perdeu == false) {
_root.gotoAndStop('rainbow_dash_9');
} else {
if (_root.mundo.corrida3perdeu == false) {
_root.gotoAndStop('rainbow_dash_12');
} else {
_root.gotoAndStop('rainbow_dash_15');
}
}
}
}
}
movieClip 6794 {
}
button 6795 {
on (press) {
gotoAndStop('clouds_racetrack');
}
}
button 6796 {
on (press) {
gotoAndStop('clouds_waterfall');
}
}
button 6797 {
on (press) {
if (mundo.corrida4perdeu == true) {
gotoAndStop('rd_missing');
} else {
if (mundo.rainbow_dash_ja_transou == false) {
if (mundo.hora_ceu == 'dia') {
rainbow_dash.gotoAndPlay('acorda');
clicable_1._visible = false;
clicable_2._visible = false;
clicable_3._visible = false;
seta._visible = false;
} else {
gotoAndStop('clouds_sleep');
}
} else {
gotoAndStop('clouds_bitch');
}
}
}
}
button 6799 {
on (press) {
gotoAndStop('clouds');
}
}
frame 831 {
escuro.gotoAndStop('scarecrow_place');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
} else {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
if (mundo.ja_pegou_bola == true) {
bola._visible = false;
}
if (mundo.winged == false) {
up_arrow._visible = false;
}
}
movieClip 6806 {
frame 1 {
stop();
}
}
button 6808 {
on (press) {
gotoAndStop('got_bola');
}
}
button 6809 {
on (press) {
gotoAndStop('scarecrow_place_castle');
}
}
button 6810 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('scarecrow_day');
} else {
gotoAndStop('scarecrow_night');
}
}
}
button 6811 {
on (press) {
gotoAndStop('varanda');
}
}
button 6813 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
frame 835 {
mundo.ja_pegou_bola = true;
mundo.possui_bola = true;
menu_items.bola._visible = true;
escuro.gotoAndStop('pickball');
}
frame 837 {
escuro.gotoAndStop('descida');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
movieClip 6817 {
frame 1 {
stop();
}
}
button 6818 {
on (press) {
gotoAndStop('vale');
}
}
frame 839 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
escuro.gotoAndStop('vale');
}
movieClip 6821 {
frame 1 {
stop();
}
}
button 6822 {
on (press) {
gotoAndStop('everfree_entrada');
}
}
button 6823 {
on (press) {
gotoAndStop('flutterhouse');
}
}
frame 841 {
escuro.gotoAndStop('no_light');
}
movieClip 6825 {
}
button 6826 {
on (press) {
gotoAndStop('everfree_check_1');
}
}
button 6828 {
on (press) {
gotoAndStop('everfree_check_2');
}
}
button 6829 {
on (press) {
gotoAndStop('everfree_entrada');
}
}
button 6830 {
on (press) {
gotoAndStop('entering');
}
}
movieClip 6832 {
frame 108 {
_root.mundo.volume_musica1 = 25;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('viridian');
_root.musica1.musica1.start(0, 999999);
_root.gotoAndStop('everfree_1');
}
}
frame 849 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
movieClip 6835 {
frame 1 {
stop();
}
}
button 6836 {
on (press) {
if (mundo.hora_ceu == 'dia') {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
} else {
musica1.musica1.stop();
musica1.musica1.attachSound('nightbeggining');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('nightloop');
musica1.musica1.start(0, 999999);
};
}
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
gotoAndStop('everfree_entrada');
}
}
button 6837 {
on (press) {
gotoAndStop('everfree_1');
}
}
frame 851 {
mundo.volume_musica1 = 31;
25;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 6839 {
}
button 6840 {
on (press) {
gotoAndStop('everfree_2');
}
}
button 6841 {
on (press) {
gotoAndStop('everfree_3');
}
}
frame 853 {
mundo.volume_musica1 = 37;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 6843 {
}
button 6844 {
on (press) {
gotoAndStop('everfree_4');
}
}
frame 855 {
mundo.volume_musica1 = 43;
75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 6846 {
}
button 6847 {
on (press) {
gotoAndStop('everfree_5');
}
}
button 6848 {
on (press) {
gotoAndStop('everfree_escape');
}
}
frame 857 {
mundo.volume_musica1 = 50;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 6850 {
}
frame 859 {
mundo.volume_musica1 = 56;
25;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 6852 {
}
button 6853 {
on (press) {
gotoAndStop('everfree_8');
}
}
button 6854 {
on (press) {
gotoAndStop('everfree_7');
}
}
button 6855 {
on (press) {
gotoAndStop('everfree_6');
}
}
frame 861 {
mundo.volume_musica1 = 62;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 6857 {
}
button 6858 {
on (press) {
gotoAndStop('everfree_9');
}
}
frame 863 {
mundo.volume_musica1 = 68;
75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 6859 {
on (press) {
gotoAndStop('everfree_10');
}
}
frame 865 {
mundo.volume_musica1 = 75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 6860 {
on (press) {
gotoAndStop('everfree_11');
}
}
frame 867 {
mundo.volume_musica1 = 81;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
frame 869 {
mundo.volume_musica1 = 87;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 6861 {
on (press) {
gotoAndStop('everfree_12');
}
}
frame 871 {
mundo.volume_musica1 = 93;
75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
frame 873 {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 6862 {
on (press) {
gotoAndStop('everfree_zecora');
}
}
frame 875 {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
if (mundo.zecora_ja_transou == true) {
fundo.gotoAndStop('fechado');
seta._visible = false;
} else {
clicable._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 6865 {
frame 1 {
stop();
}
}
button 6866 {
on (press) {
gotoAndStop('everfree_zecora_wind');
}
}
button 6867 {
on (press) {
musica1.musica1.stop();
musica1.musica1.attachSound('zecora');
musica1.musica1.start(0, 999999);
if (mundo.chrysalis_presa == false) {
gotoAndStop('zecora_1');
} else {
gotoAndStop('zecora_casa');
}
}
}
button 6869 {
on (press) {
gotoAndStop('everfree_zecora');
}
}
frame 879 {
if (mundo.hora_ceu == 'noite') {
if (mundo.fluttershy_ja_transou == false) {
if (mundo.kissed_fluttershy == false) {
if (mundo.horario <= mundo.encontrou_fluttershy_dia) {
escuro.gotoAndStop('flutterhouse');
} else {
escuro.gotoAndStop('flutterhouse_apagada');
fundo.gotoAndPlay('noite_apagada');
}
} else {
escuro.gotoAndStop('flutterhouse_apagada');
fundo.gotoAndPlay('noite_apagada');
}
} else {
escuro.gotoAndStop('flutterhouse_apagada');
fundo.gotoAndPlay('noite_apagada');
}
} else {
escuro.gotoAndStop('no_light');
fundo.gotoAndPlay('dia');
}
}
movieClip 6876 {
frame 11 {
gotoAndPlay('noite');
}
frame 22 {
gotoAndPlay('dia');
}
frame 33 {
gotoAndPlay('noite_apagada');
}
}
button 6877 {
on (press) {
if (mundo.hora_ceu == 'noite') {
if (mundo.fluttershy_ja_transou == false) {
if (mundo.kissed_fluttershy == false) {
if (mundo.encontrou_fluttershy_dia < mundo.horario) {
gotoAndStop('flutterwindow_fechado');
} else {
gotoAndStop('flutterwindow_aberto');
}
} else {
gotoAndStop('flutterwindow_fechado');
}
} else {
gotoAndStop('flutterwindow_fechado');
}
} else {
gotoAndStop('flutterwindow_fechado');
}
}
}
button 6878 {
on (press) {
if (mundo.cura_pocao == false) {
gotoAndStop('flutterhouse_tomando');
} else {
gotoAndStop('flutterhouse_jatomou');
}
}
}
button 6880 {
on (press) {
gotoAndStop('flutterhouse_tomando_1');
}
}
button 6882 {
on (press) {
gotoAndStop('flutterhouse_tomando_2');
}
}
button 6884 {
on (press) {
mundo.cura_pocao = true;
gotoAndStop('flutterhouse');
}
}
button 6886 {
on (press) {
gotoAndStop('flutterhouse');
}
}
frame 889 {
escuro.gotoAndStop('no_light');
}
movieClip 6888 {
}
button 6889 {
on (press) {
if (mundo.kissed_fluttershy == false) {
gotoAndStop('flutterwindow_fechado_2');
} else {
if (mundo.horario == mundo.kiss_fluttershy_horario) {
if (mundo.crise_1_passou == false) {
gotoAndStop('flutterwindow_crise_1');
} else {
if (mundo.crise_2_passou == false) {
gotoAndStop('flutterwindow_crise_5');
} else {
if (mundo.crise_3_passou == false) {
gotoAndStop('flutterwindow_crise_8');
} else {
gotoAndStop('flutterwindow_fechado_2');
}
}
}
} else {
gotoAndStop('flutterwindow_fechado_2');
}
}
}
}
button 6891 {
on (press) {
gotoAndStop('flutterwindow_fechado');
}
}
button 6893 {
on (press) {
gotoAndStop('flutterwindow_crise_2');
}
}
button 6895 {
on (press) {
gotoAndStop('flutterwindow_crise_3');
}
}
button 6897 {
on (press) {
gotoAndStop('flutterwindow_crise_4');
}
}
frame 899 {
mundo.crise_1_passou = true;
}
button 6900 {
on (press) {
gotoAndStop('flutterwindow_crise_6');
}
}
button 6902 {
on (press) {
gotoAndStop('flutterwindow_crise_7');
}
}
frame 905 {
mundo.crise_2_passou = true;
}
button 6905 {
on (press) {
gotoAndStop('flutterwindow_crise_9');
}
}
button 6907 {
on (press) {
gotoAndStop('flutterwindow_crise_10');
}
}
button 6909 {
on (press) {
gotoAndStop('flutterwindow_crise_11');
}
}
button 6911 {
on (press) {
gotoAndStop('flutterwindow_bullshit');
}
}
frame 915 {
mundo.crise_3_passou = true;
mundo.liberou_bullshit_fluttershy = true;
}
frame 917 {
escuro.gotoAndStop('janela_fluttershy');
}
movieClip 6914 {
}
button 6915 {
on (press) {
if (mundo.encontrou_fluttershy == false) {
mundo.encontrou_fluttershy = true;
mundo.encontrou_fluttershy_dia = mundo.horario;
gotoAndStop('flutterwindow_peek');
} else {
musica1.musica1.stop();
musica1.musica1.attachSound('fluttershy_2');
musica1.musica1.start(0, 999999);
gotoAndStop('fluttershy_room');
}
}
}
button 6917 {
on (press) {
gotoAndStop('fluttershy_1');
}
}
frame 921 {
if (mundo.hora_ceu == 'noite') {
if (mundo.horario == 6 && mundo.quantas_comeu == 5 && mundo.luna_perdeu_lol == false) {
escuro.gotoAndStop('varanda_luna');
fundo.gotoAndPlay('noite_luna');
} else {
escuro.gotoAndStop('varanda');
fundo.gotoAndPlay('noite');
}
} else {
mundo.volume_musica1 = 66;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 6925 {
frame 18 {
gotoAndPlay('dia');
}
frame 36 {
gotoAndPlay('noite');
}
frame 54 {
gotoAndPlay('noite_luna');
}
}
button 6926 {
on (press) {
gotoAndStop('castle_entrance');
}
}
button 6927 {
on (press) {
gotoAndStop('portal_lua');
}
}
frame 923 {
if (mundo.hora_ceu == 'noite') {
if (mundo.horario == 6 && mundo.quantas_comeu == 5 && mundo.luna_perdeu_lol == false) {
escuro.gotoAndStop('portal_lua_ativado');
fundo.gotoAndStop('noite_luna');
} else {
escuro.gotoAndStop('portal_lua');
fundo.gotoAndStop('noite');
}
} else {
mundo.volume_musica1 = 33;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 6931 {
frame 1 {
stop();
}
}
button 6932 {
on (press) {
if (mundo.hora_ceu == 'noite') {
if (mundo.quantas_comeu == 5 && mundo.horario == 6) {
if (mundo.luna_perdeu_lol == false) {
gotoAndStop('levando_player');
} else {
gotoAndStop('sem_luna_hj');
}
} else {
gotoAndStop('portal_lua_pedestal');
}
} else {
gotoAndStop('portal_lua_pedestal');
}
}
}
button 6933 {
on (press) {
gotoAndStop('visao_longe');
}
}
button 6935 {
on (press) {
gotoAndStop('portal_lua');
}
}
frame 929 {
if (mundo.hora_ceu == 'noite') {
if (mundo.horario == 6 && mundo.quantas_comeu == 5 && mundo.luna_perdeu_lol == false) {
escuro.gotoAndStop('portal_lua_ativado');
fundo.gotoAndStop('noite_luna');
} else {
escuro.gotoAndStop('portal_lua');
fundo.gotoAndStop('noite');
}
}
}
frame 931 {
escuro.gotoAndStop('portal_subindo');
luzdalua.stop();
}
movieClip 6953 {
}
movieClip 6961 {
frame 23 {
gotoAndPlay('loopi');
}
}
movieClip 6962 {
frame 85 {
_root.luzdalua.play();
}
}
movieClip 6964 {
frame 64 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna_short');
_root.musica1.musica1.start(0, 9999999);
if (_root.mundo.negou_luna == false) {
_root.gotoAndStop('luna_1');
} else {
_root.gotoAndStop('luna_10');
}
}
}
frame 933 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
escuro.gotoAndStop('vista');
}
movieClip 6967 {
frame 1 {
stop();
}
}
frame 935 {
escuro.gotoAndStop('castle_1');
if (mundo.hora_ceu == 'noite' || mundo.celestia_ja_transou == true) {
seta._visible = false;
} else {
fundo.guard._visible = false;
hud._visible = false;
}
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 33;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 6971 {
}
movieClip 6973 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
button 6974 {
on (press) {
gotoAndStop('castle_entrance_guard');
}
}
button 6975 {
on (press) {
gotoAndStop('sneak_1_a');
}
}
button 6977 {
on (press) {
gotoAndStop('castle_entrance');
}
}
frame 939 {
if (mundo.dj_pon3_ja_transou == false) {
escuro.gotoAndStop('city_1');
} else {
escuro.gotoAndStop('city_1_no_light');
}
if (mundo.hora_ceu == 'noite') {
if (mundo.dj_pon3_ja_transou == false) {
fundo.gotoAndStop('noite');
} else {
fundo.gotoAndStop('noite_no_light');
}
}
}
movieClip 6981 {
frame 1 {
stop();
}
}
button 6982 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
musica2.musica2.attachSound('killeverybodylonge');
musica2.musica2.start(0, 999999);
mundo.volume_musica3 = 0;
musica3.musica3.setVolume(mundo.volume_musica3);
musica3.musica3.attachSound('killeverybody');
musica3.musica3.start(0, 1);
musica3.musica3.onSoundComplete = function () {
if (_root.mundo.inicio_djpon3 == true) {
musica3.musica3.stop();
musica3.musica3.attachSound('killeverybody2');
musica3.musica3.start(0, 1);
musica3.musica3.onSoundComplete = function () {
musica3.musica3.stop();
musica3.musica3.attachSound('killeverybody3');
musica3.musica3.start(0, 999999);
};
} else {
musica3.musica3.start(0, 1);
}
};
}
gotoAndStop('casa_dj');
}
}
button 6983 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('sugarcube_corner_inside');
} else {
gotoAndStop('sugarcube_corner_door');
}
}
}
button 6984 {
on (press) {
if (mundo.ouviu_derpy == true && mundo.derpy_ja_transou == false) {
_root.musica2.musica2.stop();
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.attachSound('derpy_knock');
_root.musica2.musica2.start(0, 999999);
}
gotoAndStop('caixa_correio');
}
}
button 6985 {
on (press) {
gotoAndStop('city_2');
}
}
frame 941 {
escuro.gotoAndStop('no_light');
}
movieClip 6987 {
}
button 6988 {
on (press) {
if (_root.mundo.derpy_ja_transou == false) {
if (_root.mundo.checou_derpy == false) {
gotoAndStop('caixa_correio_tag');
} else {
if (_root.mundo.ouviu_derpy == false) {
gotoAndStop('caixa_correio_som');
} else {
gotoAndStop('caixa_correio_derpy');
}
}
} else {
gotoAndStop('caixa_correio_tag_fucked');
}
}
}
button 6989 {
on (press) {
_root.musica2.musica2.stop();
gotoAndStop('city_1');
}
}
frame 943 {
_root.mundo.checou_derpy = true;
}
button 6991 {
on (press) {
gotoAndStop('caixa_correio');
}
}
button 6994 {
on (press) {
gotoAndStop('caixa_correio_som_2');
}
}
frame 949 {
_root.mundo.ouviu_derpy = true;
_root.musica1.musica1.stop();
_root.musica2.musica2.stop();
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.attachSound('derpy_knock');
_root.musica2.musica2.start(0, 999999);
}
button 6996 {
on (press) {
gotoAndStop('derpy_noise');
}
}
button 6998 {
on (press) {
gotoAndStop('caixa_correio_derpy_2');
}
}
button 7000 {
on (press) {
gotoAndStop('caixa_correio');
}
}
button 7001 {
on (press) {
gotoAndStop('kick_derpy_time');
}
}
frame 955 {
if (mundo.hora_ceu == 'noite') {
shock.playah.fundo.gotoAndStop('noite');
}
escuro.gotoAndPlay('scared_of_derpy');
}
movieClip 7005 {
frame 1 {
stop();
}
}
movieClip 7010 {
}
movieClip 7014 {
}
movieClip 7017 {
}
movieClip 7018 {
frame 1 {
if (_root.mundo.winged == false) {
playah.wingo._visible = false;
}
if (_root.mundo.horned == false) {
playah.horno._visible = false;
}
}
frame 122 {
if (_root.mundo.hora_ceu == 'dia') {
if (_root.mundo.horario == 1) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.horario == 3) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start_2');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
}
_root.gotoAndStop('caixa_correio');
}
}
frame 957 {
escuro.gotoAndStop('prepare_to_kick_box');
}
movieClip 7021 {
frame 1 {
stop();
}
}
movieClip 7024 {
}
movieClip 7026 {
}
movieClip 7027 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 7028 {
frame 1 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
}
button 7030 {
on (press) {
gotoAndStop('derpy_the_movie');
}
}
frame 959 {
escuro.gotoAndPlay('derpy_vid');
risk.stop();
}
movieClip 7040 {
frame 101 {
stop();
}
}
movieClip 7049 {
frame 101 {
stop();
}
}
movieClip 7058 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 101 {
stop();
}
}
movieClip 7061 {
frame 1 {
stop();
}
}
movieClip 7074 {
}
movieClip 7086 {
}
movieClip 7099 {
frame 1 {
stop();
}
}
movieClip 7111 {
frame 1 {
stop();
}
}
movieClip 7123 {
}
movieClip 7130 {
}
movieClip 7158 {
frame 1 {
stop();
}
}
movieClip 7173 {
}
movieClip 7186 {
}
movieClip 7215 {
frame 1 {
stop();
}
}
movieClip 7228 {
}
movieClip 7242 {
}
movieClip 7266 {
frame 1 {
stop();
}
}
movieClip 7277 {
frame 133 {
stop();
}
}
movieClip 7295 {
frame 1 {
stop();
}
}
movieClip 7305 {
}
movieClip 7315 {
frame 1 {
stop();
}
}
movieClip 7336 {
frame 1 {
stop();
}
}
movieClip 7346 {
}
movieClip 7356 {
frame 1 {
stop();
}
}
movieClip 7371 {
frame 1 {
stop();
}
}
movieClip 7374 {
}
movieClip 7395 {
}
movieClip 7417 {
frame 1 {
stop();
}
}
movieClip 7438 {
frame 1 {
stop();
}
}
movieClip 7452 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
_root.musica1.musica1.stop();
_root.musica2.musica2.stop();
_root.musica1.musica1.attachSound('derpy_kick');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.stop();
};
}
frame 30 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 47 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('derpy');
_root.musica1.musica1.start(0, 999999);
}
frame 75 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 120 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 185 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 260 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 322 {
_root.risk.play();
}
frame 412 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 438 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 499 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 534 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 585 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 642 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 705 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 755 {
_root.gotoAndStop('derpy_sex_1');
}
}
movieClip 7453 {
frame 1 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 123 {
stop();
}
}
movieClip 7457 {
frame 188 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('derpy_bite');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
}
frame 961 {
if (mundo.dj_pon3_ja_transou == false) {
escuro.gotoAndStop('casa_dj');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndPlay('noite');
}
if (mundo.porta_dj_aberta == true) {
hud1._visible = false;
hud2._visible = false;
seta._visible = true;
} else {
hud1._visible = true;
hud2._visible = true;
seta._visible = false;
}
} else {
escuro.gotoAndStop('no_light');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('desligado_noite');
} else {
fundo.gotoAndStop('desligado_dia');
}
fundo.pisca._visible = false;
hud1._visible = true;
hud2._visible = true;
seta._visible = false;
}
}
movieClip 7460 {
}
movieClip 7461 {
}
movieClip 7466 {
frame 5 {
gotoAndPlay('dia');
}
frame 10 {
gotoAndPlay('noite');
}
}
button 7467 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
musica2.musica2.stop();
musica3.musica3.stop();
}
escuro.gotoAndStop('no_light');
gotoAndStop('city_1');
}
}
button 7468 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('casa_dj_locked');
} else {
gotoAndStop('casa_dj_gone');
}
}
}
button 7469 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('destrancando_porta');
} else {
gotoAndStop('casa_dj_key');
}
}
}
button 7470 {
on (press) {
escuro.gotoAndStop('no_light');
escuro._visible = false;
gotoAndStop('quarto_dj');
mundo.volume_musica3 = 100;
if (mundo.musica_ligada == true) {
musica3.musica3.setVolume(mundo.volume_musica3);
}
mundo.volume_musica2 = 0;
musica2.musica2.setVolume(mundo.volume_musica2);
mundo.volume_musica1 = 0;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 7471 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('casa_dj_lights');
} else {
gotoAndStop('casa_dj_quiet');
}
}
}
button 7473 {
on (press) {
gotoAndStop('casa_dj');
}
}
button 7476 {
on (press) {
if (mundo.liberou_bullshit_dj == false) {
gotoAndStop('casa_dj_bullshit');
} else {
gotoAndStop('casa_dj');
}
}
}
frame 969 {
mundo.liberou_bullshit_dj = true;
}
frame 975 {
mundo.porta_dj_aberta = true;
escuro.gotoAndPlay('getting_key');
if (mundo.hora_ceu == 'noite') {
destrancando.fundo.gotoAndStop('noite');
}
}
movieClip 7482 {
frame 1 {
stop();
}
}
movieClip 7495 {
}
movieClip 7511 {
}
movieClip 7520 {
}
movieClip 7529 {
}
movieClip 7531 {
}
movieClip 7539 {
frame 1 {
if (_root.mundo.winged == false) {
_root.destrancando.wingo._visible = false;
}
if (_root.mundo.horned == false) {
_root.destrancando.horno._visible = false;
}
}
frame 52 {
_root.gotoAndStop('destrancando_porta_1');
}
frame 108 {
_root.hud._visible = true;
_root.escuro.gotoAndStop('casa_dj');
stop();
}
}
frame 977 {
hud._visible = false;
}
movieClip 7545 {
}
button 7546 {
on (press) {
if (mundo.possui_bola == true) {
gotoAndStop('ms_cake_2');
} else {
if (mundo.possui_muffin == true) {
gotoAndStop('have_muffin');
} else {
if (mundo.money < 3) {
gotoAndStop('sugarcube_corner_inside_nomoney');
} else {
gotoAndStop('ms_cake_1');
}
}
}
}
}
button 7547 {
on (press) {
if (mundo.quando_colocou_presente + 1 > mundo.horario) {
gotoAndStop('quarto_pinkie');
} else {
if (mundo.pinkie_pie_ja_transou == false) {
gotoAndStop('SURPRISE');
} else {
gotoAndStop('quarto_pinkie');
}
}
}
}
frame 981 {
mundo.possui_bola = false;
mundo.possui_presente = true;
menu_items.bola._visible = false;
menu_items.presente._visible = true;
}
movieClip 7549 {
}
movieClip 7550 {
frame 12 {
stop();
}
}
button 7552 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
frame 983 {
mundo.possui_muffin = true;
mundo.money -= 3;
mundo.money_info = mundo.money + ' BITS';
menu_items.muffin._visible = true;
}
movieClip 7554 {
}
movieClip 7555 {
frame 12 {
stop();
}
}
frame 989 {
fundo.presente_aberto._visible = false;
presente_fechado._visible = false;
if (mundo.presente_no_chao == true) {
if (mundo.pinkie_pie_ja_transou == false) {
presente_fechado._visible = true;
} else {
fundo.presente_aberto._visible = true;
}
}
}
movieClip 7561 {
}
movieClip 7562 {
}
button 7563 {
on (press) {
if (mundo.possui_presente == false) {
if (mundo.presente_no_chao == false) {
gotoAndStop('quarto_pinkie_empty');
} else {
if (mundo.pinkie_pie_ja_transou == false) {
gotoAndStop('quarto_pinkie_presente');
} else {
gotoAndStop('quarto_pinkie_wish');
}
}
} else {
presente_fechado._visible = true;
mundo.quando_colocou_presente = mundo.horario;
mundo.presente_no_chao = true;
mundo.possui_presente = false;
menu_items.presente._visible = false;
menu_items.encaixe_presente._visible = true;
}
}
}
button 7564 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
button 7566 {
on (press) {
gotoAndStop('quarto_pinkie');
}
}
button 7569 {
on (press) {
if (mundo.liberou_bullshit_pinkie == false) {
gotoAndStop('quarto_pinkie_wish_bullshit');
} else {
gotoAndStop('quarto_pinkie');
}
}
}
frame 997 {
mundo.liberou_bullshit_pinkie = true;
}
frame 999 {
escuro.gotoAndStop('no_light');
}
movieClip 7572 {
}
button 7573 {
on (press) {
gotoAndStop('sugarcube_corner_door_closed');
}
}
button 7575 {
on (press) {
gotoAndStop('sugarcube_corner_door');
}
}
movieClip 7577 {
}
movieClip 7584 {
}
movieClip 7590 {
}
button 7591 {
on (press) {
mundo.inicio_djpon3 = true;
gotoAndStop('dj_daora');
}
}
button 7592 {
on (press) {
escuro.gotoAndStop('casa_dj');
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
escuro._visible = true;
}
mundo.volume_musica3 = 0;
musica3.musica3.setVolume(mundo.volume_musica3);
mundo.volume_musica2 = 100;
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica2.musica2.setVolume(mundo.volume_musica2);
musica1.musica1.setVolume(mundo.volume_musica1);
}
gotoAndStop('casa_dj');
}
}
frame 1005 {
meupqp.stop();
}
movieClip 7598 {
}
movieClip 7600 {
}
movieClip 7602 {
}
movieClip 7657 {
}
movieClip 7681 {
}
movieClip 7697 {
}
movieClip 7699 {
}
movieClip 7701 {
frame 26 {
stop();
}
}
movieClip 7703 {
}
movieClip 7705 {
}
movieClip 7706 {
frame 127 {
stop();
}
}
movieClip 7709 {
}
movieClip 7717 {
frame 1 {
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 7719 {
}
movieClip 7726 {
}
movieClip 7728 {
}
movieClip 7730 {
}
movieClip 7732 {
}
movieClip 7734 {
}
movieClip 7735 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
} else {
clean._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
} else {
clean._visible = false;
}
}
}
movieClip 7737 {
}
movieClip 7739 {
}
movieClip 7741 {
}
movieClip 7742 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
} else {
clean._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
} else {
clean._visible = false;
}
}
}
movieClip 7744 {
}
movieClip 7746 {
}
movieClip 7748 {
}
movieClip 7749 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
} else {
clean._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
} else {
clean._visible = false;
}
}
}
movieClip 7750 {
frame 84 {
stop();
}
}
movieClip 7757 {
}
movieClip 7766 {
frame 68 {
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 517 {
_root.meupqp.play();
}
frame 545 {
_root.gotoAndStop('dj_sex_1');
}
}
movieClip 7768 {
}
frame 1007 {
escuro.gotoAndStop('city_2');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
if (mundo.dropou_garrafa_vinho == false) {
garrafinha._visible = false;
}
}
movieClip 7771 {
frame 1 {
stop();
}
}
movieClip 7773 {
}
button 7774 {
on (press) {
gotoAndStop('tree');
}
}
button 7775 {
on (press) {
if (mundo.possui_garrafa == false) {
if (mundo.horario == 6 && mundo.dropou_garrafa_vinho == false) {
if (mundo.ja_viu_berry == false) {
gotoAndStop('city_2_peek');
} else {
gotoAndStop('city_2_raped');
}
} else {
gotoAndStop('city_2_berry');
}
} else {
if (mundo.horario == 6 && mundo.dropou_garrafa_vinho == false) {
if (mundo.ja_viu_berry == false) {
gotoAndStop('city_2_peek');
} else {
gotoAndStop('city_2_raped');
}
} else {
gotoAndStop('city_2_door');
}
}
}
}
button 7776 {
on (press) {
gotoAndStop('city_fun');
}
}
frame 1009 {
escuro.gotoAndStop('city_2');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
if (mundo.dropou_garrafa_vinho == false) {
garrafinha._visible = false;
}
}
button 7778 {
on (press) {
gotoAndStop('city_2');
}
}
button 7781 {
on (press) {
gotoAndStop('berry_1');
}
}
frame 1015 {
menu_items.bottle._visible = false;
menu_items.encaixe_garrafa._visible = true;
mundo.possui_garrafa = false;
mundo.dropou_garrafa_vinho = true;
garrafinha._visible = true;
}
button 7783 {
on (press) {
gotoAndStop('city_2_placed_bullshit');
}
}
frame 1017 {
mundo.liberou_bullshit_wine = true;
}
button 7785 {
on (press) {
gotoAndStop('city_2');
}
}
button 7786 {
on (press) {
gotoAndStop('city_2_placed');
}
}
frame 1021 {
escuro.gotoAndStop('city_fun');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
movieClip 7791 {
frame 1 {
stop();
}
}
button 7792 {
on (press) {
if (mundo.hora_ceu == 'dia') {
musica1.musica1.stop();
musica1.musica1.attachSound('spa_1');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('spa_2');
musica1.musica1.start(0, 999999);
};
gotoAndStop('spa');
} else {
gotoAndStop('spa_fechado');
}
}
}
button 7793 {
on (press) {
if (mundo.hora_ceu == 'dia') {
if (mundo.rarity_policia == false) {
musica1.musica1.stop();
musica1.musica1.attachSound('rarity');
musica1.musica1.start(0, 9999999);
if (mundo.prometeu_ajudar_rarity == false) {
gotoAndStop('rarity_intro');
} else {
gotoAndStop('rarity_place');
}
} else {
gotoAndStop('rarity_closed');
}
} else {
gotoAndStop('rarity_closed');
}
}
}
button 7794 {
on (press) {
if (mundo.twilight_sparkle_ja_transou == true) {
if (_root.mundo.encontrou_spike_rarity == false) {
gotoAndStop('spike_time_1');
} else {
if (_root.mundo.falou_com_spike_rarity == true) {
if (_root.mundo.horario_spike_transou_rarity <= _root.mundo.horario) {
gotoAndStop('city_fun_spike');
} else {
gotoAndStop('spike_time_6');
}
} else {
gotoAndStop('spike_time_ab1');
}
}
} else {
gotoAndStop('city_fun_spike');
}
}
}
button 7795 {
on (press) {
if (_root.mundo.horario_spike_transou_rarity == _root.mundo.horario) {
gotoAndStop('lets_spy_rarity');
} else {
if (_root.mundo.rarity_ja_transou == false) {
if (_root.mundo.horario_spike_transou_rarity >= _root.mundo.horario) {
if (_root.mundo.falou_com_spike_rarity == true) {
if (_root.mundo.rarity_janela_aberta == false) {
if (_root.mundo.sabe_attackspell_b == true && _root.mundo.horned == true) {
gotoAndStop('window_cut_open');
} else {
gotoAndStop('window_cant_open');
}
} else {
gotoAndStop('window_opened');
}
} else {
gotoAndStop('city_fun_rarity');
}
} else {
gotoAndStop('damn_it_rarity');
}
} else {
gotoAndStop('damn_it_rarity');
}
}
}
}
frame 1023 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
movieClip 7800 {
frame 1 {
stop();
}
}
button 7802 {
on (press) {
gotoAndStop('city_fun');
}
}
frame 1025 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
frame 1027 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
button 7805 {
on (press) {
gotoAndStop('window_plan_2');
}
}
frame 1029 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
frame 1031 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
frame 1033 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
frame 1035 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
button 7813 {
on (press) {
_root.gotoAndStop('rarity_sex_begins');
}
}
movieClip 7814 {
frame 13 {
stop();
}
}
button 7815 {
on (press) {
gotoAndStop('lets_spy_rarity_obs');
}
}
frame 1037 {
escuro.gotoAndStop('rarity_window');
if (mundo.rarity_janela_aberta == false) {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
} else {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite_aberto');
} else {
fundo.gotoAndStop('dia_aberto');
}
}
}
button 7817 {
on (press) {
gotoAndStop('lets_spy_rarity');
}
}
frame 1039 {
brilh.stop();
escuro.gotoAndStop('rarity_fucking_sex');
}
movieClip 7819 {
}
movieClip 7834 {
}
movieClip 7840 {
frame 20 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 33 {
_root.brilh.play();
}
frame 55 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('rarity');
_root.musica1.musica1.start(0, 9999999);
_root.gotoAndStop('rarity_sex_1');
}
}
movieClip 7842 {
}
frame 1041 {
escuro.gotoAndStop('no_light');
}
button 7843 {
on (press) {
if (_root.mundo.horario_spike_transou_rarity <= _root.mundo.horario) {
gotoAndStop('city_fun_spike_no');
} else {
gotoAndStop('city_fun_spike_box');
}
}
}
button 7845 {
on (press) {
gotoAndStop('city_fun_spike');
}
}
frame 1047 {
escuro.gotoAndStop('no_light');
}
movieClip 7848 {
}
button 7849 {
on (press) {
if (_root.mundo.rarity_policia == true) {
gotoAndStop('rarity_closed_police');
} else {
gotoAndStop('rarity_closed_night');
}
}
}
button 7851 {
on (press) {
gotoAndStop('rarity_closed');
}
}
movieClip 7860 {
frame 38 {
stop();
}
}
button 7861 {
on (press) {
if (_root.mundo.ajudou_rarity == false) {
gotoAndStop('rarity_inbetween');
} else {
gotoAndStop('rarity_over_1');
}
}
}
button 7862 {
on (press) {
gotoAndStop('rarity_room');
}
}
button 7863 {
on (press) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('city_fun');
}
}
movieClip 7864 {
frame 33 {
if (_root.mundo.rarity_puta == false) {
_root.gotoAndStop('rarity_1');
} else {
_root.gotoAndStop('rarity_20');
}
}
}
frame 1057 {
if (_root.mundo.ajudou_rarity == true) {
fundo.clothes._visible = false;
}
if (_root.mundo.rarity_janela_aberta == false) {
fundo.cut_glass._visible = false;
}
}
button 7865 {
on (press) {
gotoAndStop('rarity_place');
}
}
button 7866 {
on (press) {
if (_root.mundo.ajudou_rarity == false) {
gotoAndStop('mesa_pano');
} else {
gotoAndStop('mesa_vazia');
}
}
}
button 7867 {
on (press) {
gotoAndStop('rarity_room_bed');
}
}
button 7868 {
on (press) {
if (_root.mundo.sabe_attackspell_b == false) {
gotoAndStop('rarity_room_lousa');
} else {
gotoAndStop('rarity_room_lousa_3');
}
}
}
button 7870 {
on (press) {
gotoAndStop('rarity_room');
}
}
button 7872 {
on (press) {
gotoAndStop('rarity_room_lousa_2');
}
}
frame 1063 {
_root.mundo.sabe_attackspell_b = true;
menu_items.magic_attack._visible = true;
menu_items.magic_attack_b._visible = true;
}
button 7875 {
on (press) {
gotoAndStop('mesa_pano_1');
}
}
button 7876 {
on (press) {
if (_root.mundo.horned == true && _root.mundo.sabe_attackspell_b == true) {
gotoAndStop('cortando_pano');
} else {
gotoAndStop('mesa_pano_2');
}
}
}
button 7878 {
on (press) {
gotoAndStop('mesa_pano');
}
}
frame 1073 {
_root.mundo.ajudou_rarity = true;
}
movieClip 7886 {
frame 15 {
stop();
}
}
movieClip 7889 {
}
button 7890 {
on (press) {
gotoAndStop('mesa_vazia_tesoura');
}
}
button 7891 {
on (press) {
gotoAndStop('mesa_vazia_fuck');
}
}
button 7892 {
on (press) {
gotoAndStop('mesa_vazia');
}
}
frame 1081 {
escuro.gotoAndStop('no_light');
}
movieClip 7895 {
}
button 7896 {
on (press) {
gotoAndStop('spa_fechado_1');
}
}
button 7898 {
on (press) {
gotoAndStop('spa_fechado');
}
}
movieClip 7900 {
}
button 7901 {
on (press) {
gotoAndStop('spa_menu');
}
}
button 7903 {
on (press) {
gotoAndStop('spa_services');
}
}
movieClip 7909 {
frame 1 {
stop();
}
}
button 7910 {
on (press) {
fundo.gotoAndStop('none');
if (mundo.money > 299) {
mundo.money -= 300;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_4');
} else {
gotoAndStop('spa_services_money_2');
}
}
on (rollOver) {
fundo.gotoAndStop('opcao_4');
}
on (rollOut) {
fundo.gotoAndStop('none');
}
}
button 7911 {
on (press) {
fundo.gotoAndStop('none');
if (mundo.money > 19) {
mundo.money -= 20;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_1');
} else {
gotoAndStop('spa_services_money_1');
}
}
on (rollOver) {
fundo.gotoAndStop('opcao_1');
}
on (rollOut) {
fundo.gotoAndStop('none');
}
}
button 7912 {
on (press) {
gotoAndStop('spa');
}
}
button 7913 {
on (press) {
fundo.gotoAndStop('none');
if (mundo.money > 49) {
mundo.money -= 50;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_2');
} else {
gotoAndStop('spa_services_money_1');
}
}
on (rollOver) {
fundo.gotoAndStop('opcao_2');
}
on (rollOut) {
fundo.gotoAndStop('none');
}
}
button 7914 {
on (press) {
fundo.gotoAndStop('none');
if (mundo.money > 99) {
mundo.money -= 100;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_3');
} else {
gotoAndStop('spa_services_money_1');
}
}
on (rollOver) {
fundo.gotoAndStop('opcao_3');
}
on (rollOut) {
fundo.gotoAndStop('none');
}
}
movieClip 7916 {
frame 61 {
_root.gotoAndStop('relaxing');
}
}
movieClip 7918 {
frame 61 {
_root.gotoAndStop('massage');
}
}
movieClip 7920 {
frame 61 {
_root.gotoAndStop('spa_bj_1');
}
}
movieClip 7922 {
frame 61 {
_root.gotoAndStop('spa_sex_1');
}
}
movieClip 7926 {
}
movieClip 7932 {
}
movieClip 7937 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
}
movieClip 7941 {
frame 1 {
pode_continuar = false;
}
frame 60 {
pode_continuar = true;
stop();
}
frame 133 {
_root.gotoAndStop('spa');
}
}
button 7942 {
on (press) {
if (fading.pode_continuar == true) {
fading.gotoAndPlay('fade_out');
clicable._visible = false;
}
}
}
movieClip 7944 {
}
movieClip 7960 {
frame 65 {
stop();
}
}
button 7961 {
on (press) {
gotoAndStop('massage_2');
}
}
movieClip 7963 {
}
movieClip 7970 {
}
movieClip 7990 {
frame 68 {
gotoAndPlay('loop');
}
}
movieClip 8006 {
frame 45 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
frame 58 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
frame 112 {
gotoAndPlay('loop');
}
}
movieClip 8008 {
}
movieClip 8018 {
}
button 8019 {
on (press) {
gotoAndStop('spa_bj_2');
}
}
movieClip 8036 {
}
button 8037 {
on (press) {
gotoAndStop('spa_bj_3');
}
}
movieClip 8057 {
frame 1 {
pode_continuar = false;
}
frame 19 {
if (pode_continuar == false) {
gotoAndPlay('loop');
}
}
frame 88 {
stop();
}
}
button 8058 {
on (press) {
aloe.pode_continuar = true;
gotoAndStop('spa_bj_4');
}
}
movieClip 8060 {
}
movieClip 8069 {
}
movieClip 8084 {
}
movieClip 8094 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 67 {
stop();
}
}
button 8095 {
on (press) {
gotoAndStop('spa_sex_2');
}
}
movieClip 8097 {
}
movieClip 8105 {
}
button 8106 {
on (press) {
gotoAndStop('spa_sex_3');
}
}
movieClip 8108 {
}
movieClip 8120 {
}
movieClip 8131 {
}
movieClip 8141 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
button 8142 {
on (press) {
gotoAndStop('spa_sex_4');
}
}
frame 1123 {
if (mundo.winged == false) {
sexo.wingo._visible = false;
}
}
movieClip 8144 {
}
movieClip 8167 {
frame 1 {
pode_continuar = false;
}
frame 26 {
if (pode_continuar == false) {
gotoAndPlay('loopinn');
}
}
frame 59 {
stop();
}
}
movieClip 8187 {
frame 1 {
pode_continuar = false;
}
frame 26 {
if (pode_continuar == false) {
gotoAndPlay('loopinn');
}
}
frame 59 {
stop();
}
}
button 8188 {
on (press) {
sexo.pode_continuar = true;
sexo.wingo.pode_continuar = true;
gotoAndStop('spa_sex_5');
}
}
frame 1125 {
if (mundo.winged == false) {
sexo.wingo._visible = false;
}
}
frame 1127 {
escuro.gotoAndStop('trains');
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
if (mundo.horario == 6) {
if (mundo.deu_ticket_spike == true) {
if (mundo.horario_spike_transou_rarity == mundo.horario) {
spike_escondido._visible = false;
spike_escondido_c._visible = false;
spike._visible = false;
spike_c._visible = false;
} else {
if (mundo.horario_spike_transou_rarity > 6) {
spike_escondido._visible = false;
spike_escondido_c._visible = false;
} else {
spike._visible = false;
spike_c._visible = false;
}
}
} else {
spike_escondido._visible = false;
spike_escondido_c._visible = false;
spike._visible = false;
spike_c._visible = false;
}
} else {
spike_escondido._visible = false;
spike_escondido_c._visible = false;
spike._visible = false;
spike_c._visible = false;
}
}
movieClip 8190 {
frame 1 {
stop();
}
}
movieClip 8192 {
}
movieClip 8196 {
}
button 8197 {
on (press) {
gotoAndStop('trilhos');
}
}
button 8198 {
on (press) {
gotoAndStop('spike_train_1');
}
}
button 8199 {
on (press) {
if (mundo.spike_trilho_encontrou == false) {
gotoAndStop('spike_train_2');
} else {
if (mundo.spike_retornou_ticket == false) {
gotoAndStop('spike_train_10');
} else {
gotoAndStop('spike_train_11');
}
}
}
}
button 8200 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('estacao');
} else {
gotoAndStop('estacao_noite');
}
}
}
frame 1131 {
escuro.gotoAndStop('no_light');
if (mundo.pegou_garrafa_vinho == true) {
clicable._visible = false;
bottle._visible = false;
}
}
movieClip 8203 {
}
button 8204 {
on (press) {
if (mundo.ja_comprou_ticket == false) {
if (mundo.money < 50) {
gotoAndStop('estacao_nomoney');
} else {
gotoAndStop('buy_ticket_1');
}
} else {
gotoAndStop('estacao_alreadyticket');
}
}
}
button 8205 {
on (press) {
gotoAndStop('estacao_bottle');
}
}
button 8207 {
on (press) {
gotoAndStop('estacao');
}
}
frame 1137 {
menu_items.bottle._visible = true;
mundo.possui_garrafa = true;
mundo.pegou_garrafa_vinho = true;
}
movieClip 8210 {
}
movieClip 8211 {
frame 12 {
stop();
}
}
frame 1139 {
mundo.possui_ticket = true;
mundo.money -= 50;
mundo.money_info = mundo.money + ' BITS';
menu_items.ticket._visible = true;
if (mundo.pegou_garrafa_vinho == true) {
bottle._visible = false;
}
mundo.ja_comprou_ticket = true;
}
frame 1141 {
escuro.gotoAndStop('no_light');
if (mundo.pegou_garrafa_vinho == true) {
clicable._visible = false;
bottle._visible = false;
}
}
button 8214 {
on (press) {
gotoAndStop('estacao_aviso');
}
}
button 8215 {
on (press) {
gotoAndStop('estacao_bottle_2');
}
}
button 8217 {
on (press) {
gotoAndStop('estacao_noite');
}
}
frame 1145 {
menu_items.bottle._visible = true;
mundo.possui_garrafa = true;
mundo.pegou_garrafa_vinho = true;
}
frame 1147 {
escuro.gotoAndStop('tree');
if (mundo.winged == true && mundo.viu_spike == true) {
seta._visible = true;
} else {
seta._visible = false;
}
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
clicable._visible = false;
}
}
movieClip 8223 {
frame 36 {
gotoAndPlay('dia');
}
}
button 8224 {
on (press) {
if (mundo.twilight_sparkle_ja_transou == false) {
if (mundo.viu_spike == true) {
if (mundo.falou_com_spike == false) {
gotoAndStop('tree_spike');
} else {
gotoAndStop('tree_hiding');
}
} else {
gotoAndStop('tree_tall');
}
} else {
gotoAndStop('tree_tall');
}
}
}
button 8225 {
on (press) {
if (mundo.liberou_bullshit_bonus == false) {
if (mundo.hora_ceu == 'dia') {
if (mundo.viu_twilight == true) {
musica1.musica1.stop();
musica1.musica1.attachSound('twilight_small');
musica1.musica1.start(0, 999999);
gotoAndStop('library');
} else {
gotoAndStop('twilight_door');
}
} else {
gotoAndStop('twilight_door');
}
} else {
gotoAndStop('twilight_door');
}
}
}
button 8226 {
on (press) {
escuro.gotoAndStop('no_light');
if (mundo.twilight_sparkle_ja_transou == false) {
if (mundo.hora_ceu == 'dia') {
if (mundo.falou_com_spike == false) {
gotoAndStop('spike_1');
} else {
if (mundo.possui_ticket == false) {
gotoAndStop('tree_top');
} else {
if (mundo.deu_ticket_spike == false) {
gotoAndStop('spike_thanks');
} else {
if (mundo.dia_spike_espera + 1 < mundo.horario) {
gotoAndStop('yesterday_spike');
} else {
gotoAndStop('tree_top');
}
}
}
}
} else {
if (mundo.falou_com_spike == false) {
gotoAndStop('tree_top');
} else {
if (mundo.deu_ticket_spike == true) {
gotoAndStop('twilight_night_1');
} else {
gotoAndStop('tree_top');
}
}
}
} else {
gotoAndStop('tree_top');
}
}
}
button 8227 {
on (press) {
gotoAndStop('tree_lyra');
}
}
button 8229 {
on (press) {
gotoAndStop('tree');
}
}
frame 1157 {
escuro.gotoAndStop('no_light');
if (mundo.twilight_sparkle_ja_transou == false && mundo.hora_ceu == 'dia') {
if (mundo.deu_ticket_spike == false) {
spike_happy._visible = false;
spike_sad._visible = true;
spike_shrug._visible = false;
} else {
if (mundo.dia_spike_espera + 1 < mundo.horario) {
spike_happy._visible = false;
spike_sad._visible = false;
spike_shrug._visible = true;
} else {
spike_happy._visible = true;
spike_sad._visible = false;
spike_shrug._visible = false;
}
}
} else {
spike_happy._visible = false;
spike_sad._visible = false;
spike_shrug._visible = false;
}
}
movieClip 8236 {
}
movieClip 8239 {
}
button 8240 {
on (press) {
if (mundo.hora_ceu == 'noite') {
if (mundo.falou_com_spike == false) {
gotoAndStop('tree_top_c');
} else {
if (mundo.twilight_sparkle_ja_transou == true) {
gotoAndStop('tree_top_a');
} else {
gotoAndStop('tree_top_b');
}
}
} else {
if (mundo.twilight_sparkle_ja_transou == true) {
gotoAndStop('tree_top_a');
} else {
if (mundo.deu_ticket_spike == true) {
if (mundo.dia_spike_espera == mundo.horario) {
gotoAndStop('spike_thanks_1');
} else {
gotoAndStop('yesterday_spike');
}
} else {
gotoAndStop('spike_explain_1');
}
}
}
}
}
frame 1165 {
escuro.gotoAndStop('no_light');
}
movieClip 8245 {
}
button 8246 {
on (press) {
if (mundo.hora_ceu == 'dia') {
if (mundo.liberou_bullshit_bonus == false) {
gotoAndStop('twilight_sparkle_1');
} else {
gotoAndStop('twilight_door_isolated');
}
} else {
gotoAndStop('twilight_door_locked');
}
}
}
button 8248 {
on (press) {
gotoAndStop('twilight_door');
}
}
frame 1171 {
boca_aberta._visible = false;
boca_fechada._visible = true;
}
movieClip 8257 {
}
movieClip 8258 {
}
button 8259 {
on (press) {
if (mundo.sabe_attackspell_a == false) {
gotoAndStop('spell_1');
} else {
if (mundo.sabe_shieldbreaker_a == false) {
gotoAndStop('spell_3');
} else {
gotoAndStop('spell_useless');
}
}
}
}
button 8260 {
on (press) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('tree');
}
}
button 8261 {
on (press) {
if (mundo.talked_with_twilight == false) {
gotoAndStop('twilight_sparkle_9_alt');
} else {
if (mundo.possui_livro == true && mundo.deu_livro_twilight == false) {
gotoAndStop('give_book');
} else {
gotoAndStop('spike_knows');
}
}
}
}
frame 1173 {
mundo.deu_livro_twilight = true;
mundo.possui_livro = false;
menu_items.livro._visible = false;
menu_items.encaixe_livro._visible = true;
}
button 8262 {
on (press) {
gotoAndStop('twilight_book_1');
}
}
frame 1175 {
boca_fechada._visible = false;
boca_aberta._visible = true;
}
button 8265 {
on (press) {
gotoAndStop('spell_2');
}
}
frame 1179 {
mundo.sabe_attackspell_a = true;
menu_items.magic_attack._visible = true;
menu_items.magic_attack_a._visible = true;
}
button 8267 {
on (press) {
gotoAndStop('library');
}
}
button 8269 {
on (press) {
gotoAndStop('spell_4');
}
}
frame 1183 {
mundo.sabe_shieldbreaker_a = true;
menu_items.shield_breaker._visible = true;
menu_items.shield_breaker_a._visible = true;
}
frame 1187 {
escuro._visible = false;
if (mundo.fluttershy_caida_chorando == true) {
fluttershy_sad._visible = false;
} else {
if (mundo.fluttershy_sad == true || mundo.fluttershy_sad_2 == true) {
fluttershy_crying._visible = false;
} else {
fluttershy_crying._visible = false;
fluttershy_sad._visible = false;
clicable._visible = false;
}
}
if (mundo.fez_fluttershy_cair == true) {
clicable_casinha._visible = false;
}
}
movieClip 8273 {
}
movieClip 8279 {
}
movieClip 8281 {
}
button 8282 {
on (press) {
gotoAndStop('fluttershy_5');
}
}
button 8283 {
on (press) {
gotoAndStop('fluttershy_room_bunny');
}
}
button 8284 {
on (press) {
if (mundo.kissed_fluttershy == false) {
musica1.musica1.stop();
musica1.musica1.attachSound('nightbeggining');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('nightloop');
musica1.musica1.start(0, 999999);
};
}
gotoAndStop('flutterwindow_aberto');
escuro._visible = true;
}
}
button 8285 {
on (press) {
if (mundo.fluttershy_caida_chorando == true) {
gotoAndStop('fluttershy_b_2');
}
if (mundo.fluttershy_sad == true) {
gotoAndStop('fluttershy_b_11');
}
if (mundo.fluttershy_sad_2 == true) {
gotoAndStop('fluttershy_b_7');
}
}
}
button 8287 {
on (press) {
gotoAndStop('fluttershy_room');
}
}
frame 1191 {
escuro.gotoAndStop('zecora_house');
}
movieClip 8289 {
}
button 8290 {
on (press) {
gotoAndStop('zecora_casa_janela');
}
}
button 8291 {
on (press) {
gotoAndStop('zecora_real_6');
}
}
button 8292 {
on (press) {
gotoAndStop('zecora_casa_fogo');
}
}
button 8293 {
on (press) {
musica1.musica1.stop();
musica1.musica1.attachSound('viridian');
musica1.musica1.start(0, 999999);
gotoAndStop('everfree_zecora');
}
}
button 8295 {
on (press) {
gotoAndStop('zecora_casa');
}
}
button 8297 {
on (press) {
gotoAndStop('zecora_casa_janela_2');
}
}
frame 1199 {
musica1.musica1.stop();
musica1.musica1.attachSound('celestia');
musica1.musica1.start(0, 999999);
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 8300 {
}
movieClip 8308 {
}
movieClip 8318 {
frame 104 {
gotoAndPlay('loophue');
}
}
button 8319 {
on (press) {
gotoAndStop('sneak_1_b');
}
}
button 8320 {
on (press) {
if (mundo.horario == 1) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 3) {
musica1.musica1.stop();
musica1.musica1.attachSound('main_theme_start_2');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('main_theme_2');
musica1.musica1.start(0, 999999);
};
} else {
if (mundo.horario == 5) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
}
gotoAndStop('castle_entrance');
}
}
movieClip 8329 {
frame 19 {
_root.gotoAndStop('sneak_2_a');
}
}
movieClip 8331 {
}
movieClip 8348 {
frame 1 {
pode_passar = false;
}
frame 121 {
_root.gotoAndStop('sneak_2_b');
}
frame 241 {
_root.gotoAndStop('sneak_2_c');
}
frame 280 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 304 {
pode_passar = true;
}
frame 314 {
stop();
}
}
movieClip 8362 {
frame 1 {
animacao_podeir = true;
}
frame 10 {
stop();
}
frame 13 {
animacao_podeir = false;
}
frame 31 {
if (_root.guarda.pode_passar == true) {
_root.gotoAndStop('sneak_3_a');
} else {
_root.gotoAndStop('sneak_2_bitch');
}
}
}
button 8364 {
on (press) {
if (daplayer.animacao_podeir == true) {
daplayer.gotoAndPlay('pulando');
}
}
}
movieClip 8368 {
}
movieClip 8375 {
frame 19 {
stop();
}
}
movieClip 8403 {
frame 1 {
pode_passar = false;
}
frame 158 {
stop();
pode_passar = true;
}
}
button 8405 {
on (press) {
gotoAndStop('sneak_3_b');
}
}
frame 1211 {
transico.stop();
}
movieClip 8412 {
frame 40 {
_root.transico.play();
}
frame 81 {
_root.gotoAndStop('princess_bad_1');
}
}
movieClip 8415 {
}
movieClip 8420 {
frame 9 {
if (_root.guardas.pode_passar == true) {
_root.gotoAndStop('sneak_4_a');
} else {
_root.gotoAndStop('sneak_something_caught');
}
}
}
frame 1215 {
transico.stop();
}
movieClip 8422 {
}
movieClip 8441 {
frame 21 {
_root.transico.play();
}
frame 62 {
_root.gotoAndStop('princess_bad_1');
}
}
movieClip 8477 {
frame 1 {
pode_passar = false;
olhando = false;
}
frame 32 {
olhando = true;
if (_root.playuh.visivel == true) {
_root.gotoAndStop('sneak_4_fucked');
}
}
frame 50 {
olhando = false;
}
frame 163 {
pode_passar = true;
stop();
}
}
movieClip 8480 {
frame 1 {
pode_esconder = false;
visivel = true;
}
frame 10 {
stop();
pode_esconder = true;
}
}
button 8481 {
on (press) {
if (guarda.pode_passar == false) {
gotoAndStop('princess_1_captured');
} else {
gotoAndStop('princess_1');
}
}
}
button 8482 {
on (press) {
playuh.pode_esconder = true;
if (playuh.pode_esconder) {
gotoAndStop('sneak_4_b');
}
}
}
movieClip 8486 {
frame 1 {
pode_levantar = false;
visivel = false;
}
frame 10 {
stop();
pode_levantar = true;
}
}
button 8487 {
on (press) {
playuh.pode_levantar = true;
if (playuh.pode_levantar) {
if (guarda.olhando == false) {
gotoAndStop('sneak_4_a');
} else {
gotoAndStop('sneak_4_fucked');
}
}
}
}
frame 1221 {
transico.stop();
}
movieClip 8499 {
frame 25 {
_root.transico.play();
}
frame 66 {
_root.gotoAndStop('princess_bad_1');
}
}
movieClip 8505 {
frame 35 {
_root.gotoAndStop('princess_bad_1');
}
}
frame 1225 {
mundo.forca = 0;
}
movieClip 8507 {
}
movieClip 8519 {
frame 12 {
stop();
}
frame 24 {
stop();
}
frame 32 {
stop();
}
frame 39 {
stop();
}
}
movieClip 8530 {
frame 12 {
stop();
}
frame 24 {
stop();
}
frame 32 {
stop();
}
frame 39 {
stop();
}
}
movieClip 8540 {
frame 1 {
horn.gotoAndPlay('fraco');
wings.gotoAndPlay('fraco');
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 12 {
stop();
}
frame 15 {
horn.gotoAndPlay('medio');
wings.gotoAndPlay('medio');
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 24 {
stop();
}
frame 27 {
horn.gotoAndPlay('forte');
wings.gotoAndPlay('forte');
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 32 {
stop();
}
frame 35 {
horn.gotoAndPlay('super');
wings.gotoAndPlay('super');
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 39 {
stop();
}
}
movieClip 8541 {
frame 1 {
stop();
}
frame 105 {
stop();
}
frame 110 {
stop();
}
}
button 8544 {
on (press) {
gotoAndStop('kick_tree');
}
}
frame 1227 {
mundo.forca = 0;
}
button 8548 {
on (press) {
gotoAndStop('applejack_11');
}
}
button 8549 {
on (press) {
gotoAndStop('kick_tree_prepare');
}
}
frame 1229 {
mundo.money += 5;
if (mundo.money > 999) {
mundo.money = 999;
}
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 1231 {
mundo.money += 10;
if (mundo.money > 999) {
mundo.money = 999;
}
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 1233 {
mundo.money += 20;
if (mundo.money > 999) {
mundo.money = 999;
}
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 1235 {
mundo.money += 40;
if (mundo.money > 999) {
mundo.money = 999;
}
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 1237 {
kickin_tree.gotoAndPlay('carregando');
}
button 8559 {
on (press) {
if (kick_tree.permissao_para_clicar == true) {
if (mundo.forca < 99) {
if (mundo.winged == true || mundo.horned == true) {
mundo.forca += 1;
} else {
if (mundo.forca < 98) {
mundo.forca += 2;
} else {
mundo.forca += 1;
}
}
} else {
mundo.forca = 99;
}
} else {
if (kick_tree.pode_continuar == true) {
if (mundo.applejack_ja_transou == false && mundo.applejack_deixou_trabalhar == false) {
if (mundo.forca_acumulada < 100) {
if (mundo.forca >= 70) {
gotoAndStop('applejack_reaction_5');
}
if (mundo.forca >= 40 && mundo.forca < 70) {
gotoAndStop('applejack_reaction_3_c');
}
if (mundo.forca >= 30 && mundo.forca < 40) {
gotoAndStop('applejack_reaction_3_b');
}
if (mundo.forca >= 20 && mundo.forca < 30) {
gotoAndStop('applejack_reaction_3');
}
if (mundo.forca >= 10 && mundo.forca < 20) {
gotoAndStop('applejack_reaction_2');
}
if (mundo.forca < 10) {
gotoAndStop('applejack_reaction_1');
}
} else {
gotoAndStop('applejack_reaction_4');
}
} else {
if (mundo.forca >= 40) {
gotoAndStop('kick_tree_prepare_5');
}
if (mundo.forca >= 30 && mundo.forca < 40) {
gotoAndStop('kick_tree_prepare_4');
}
if (mundo.forca >= 20 && mundo.forca < 30) {
gotoAndStop('kick_tree_prepare_3');
}
if (mundo.forca >= 10 && mundo.forca < 20) {
gotoAndStop('kick_tree_prepare_2');
}
if (mundo.forca < 10) {
gotoAndStop('kick_tree_prepare_1');
}
}
}
}
}
}
movieClip 8561 {
frame 1 {
permissao_para_clicar = true;
pode_continuar = false;
}
frame 103 {
permissao_para_clicar = false;
_root.kickin_tree.gotoAndPlay('chutando');
if (_root.mundo.forca < 20) {
_root.kickin_tree.wingo.gotoAndPlay('fraco');
_root.kickin_tree.horno.gotoAndPlay('fraco');
_root.kickin_tree.chutando.gotoAndPlay('fraco');
}
if (_root.mundo.forca >= 20 && _root.mundo.forca < 30) {
_root.kickin_tree.wingo.gotoAndPlay('medio');
_root.kickin_tree.horno.gotoAndPlay('medio');
_root.kickin_tree.chutando.gotoAndPlay('medio');
}
if (_root.mundo.forca >= 30 && _root.mundo.forca < 70) {
_root.kickin_tree.wingo.gotoAndPlay('forte');
_root.kickin_tree.horno.gotoAndPlay('forte');
_root.kickin_tree.chutando.gotoAndPlay('forte');
}
if (_root.mundo.forca >= 70) {
_root.kickin_tree.wingo.gotoAndPlay('super');
_root.kickin_tree.horno.gotoAndPlay('super');
_root.kickin_tree.chutando.gotoAndPlay('super');
}
_root.mundo.forca_acumulada += _root.mundo.forca;
}
frame 112 {
pode_continuar = true;
stop();
}
}
movieClip 8563 {
}
movieClip 8565 {
}
movieClip 8567 {
}
movieClip 8571 {
}
movieClip 8572 {
frame 1 {
stop();
}
frame 25 {
stop();
}
frame 49 {
stop();
}
frame 73 {
stop();
}
}
button 8573 {
on (press) {
gotoAndPlay('start_race');
}
}
movieClip 8584 {
}
movieClip 8586 {
}
movieClip 8589 {
frame 1 {
_root.race.player_cima._alpha = 30;
_root.race.player_baixo._alpha = 30;
}
frame 3 {
_root.race.player_cima._alpha = 100;
_root.race.player_baixo._alpha = 100;
}
frame 5 {
gotoAndPlay('start');
}
}
movieClip 8590 {
frame 1 {
stop();
_root.mundo.invencivel = false;
_root.race.player_cima._alpha = 100;
_root.race.player_baixo._alpha = 100;
}
frame 2 {
_root.mundo.invencivel = true;
}
}
movieClip 8592 {
}
movieClip 8597 {
}
button 8598 {
on (press) {
if (_root.mundo.posicao == 'cima') {
player_cima._visible = false;
player_baixo._visible = true;
_root.mundo.posicao = 'baixo';
} else {
player_cima._visible = true;
player_baixo._visible = false;
_root.mundo.posicao = 'cima';
}
}
}
movieClip 8601 {
}
movieClip 8602 {
}
movieClip 8615 {
}
movieClip 8616 {
}
movieClip 8637 {
}
movieClip 8642 {
}
movieClip 8643 {
}
movieClip 8646 {
frame 19 {
stop();
}
}
button 8649 {
on (press) {
_root.gotoAndStop('rainbow_lost_1');
}
}
movieClip 8651 {
frame 1 {
stop();
_root.mundo.posicao = 'cima';
_root.mundo.lives_counter = 3;
_root.mundo.invencivel = false;
}
frame 96 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('race');
_root.musica1.musica1.start(0, 999999);
}
instance hit_cima of movieClip 8586 {
onClipEvent (enterFrame) {
_root.race.hit_cima;
if (hitTest(_root.race.nuvem) && _root.mundo.posicao == 'cima' && _root.mundo.invencivel == false) {
_root.mundo.colisao_nuvem();
}
}
}
instance hit_baixo of movieClip 8586 {
onClipEvent (enterFrame) {
_root.race.hit_baixo;
if (hitTest(_root.race.nuvem) && _root.mundo.posicao == 'baixo' && _root.mundo.invencivel == false) {
_root.mundo.colisao_nuvem();
}
}
}
frame 98 {
player_baixo._visible = false;
}
frame 1808 {
_root.mundo.invencivel = false;
}
frame 1837 {
stop();
}
}
frame 1241 {
player_escudo.efeito._visible = false;
luna_escudo.gotoAndPlay('apagando');
fundoo.stop();
}
movieClip 8653 {
}
movieClip 8663 {
}
movieClip 8680 {
}
movieClip 8682 {
}
movieClip 8684 {
}
movieClip 8686 {
}
movieClip 8688 {
}
movieClip 8690 {
}
movieClip 8692 {
}
movieClip 8693 {
}
movieClip 8694 {
frame 170 {
stop();
}
}
movieClip 8709 {
frame 25 {
gotoAndPlay('loop');
}
frame 30 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('luna_attack');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 40 {
gotoAndPlay('loop');
}
}
movieClip 8718 {
frame 1 {
stop();
}
frame 13 {
gotoAndStop('standing');
}
frame 14 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('hit_cloud');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 23 {
gotoAndStop('standing');
}
}
movieClip 8726 {
frame 2 {
stop();
}
}
movieClip 8730 {
frame 11 {
stop();
}
}
movieClip 8741 {
frame 8 {
stop();
}
frame 21 {
stop();
}
frame 33 {
stop();
}
frame 45 {
stop();
}
frame 57 {
stop();
}
frame 60 {
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('player_broken_shield');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
}
frame 75 {
stop();
}
}
movieClip 8760 {
frame 1 {
_root.mundo.luna_shield_intacto = true;
stop();
}
frame 12 {
_root.mundo.volume_musica3 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica3.musica3.setVolume(_root.mundo.volume_musica3);
}
_root.musica3.musica3.stop();
_root.musica3.musica3.attachSound('shield_break');
_root.musica3.musica3.start(0, 1);
_root.musica3.musica3.onSoundComplete = function () {
_root.musica3.musica3.stop();
};
_root.mundo.luna_shield_intacto = false;
_root.conterattack._visible = true;
_root.luna_escudo.gotoAndStop(1);
play();
}
frame 32 {
stop();
}
}
movieClip 8761 {
frame 38 {
stop();
}
}
movieClip 8763 {
}
movieClip 8766 {
}
movieClip 8767 {
}
movieClip 8770 {
}
movieClip 8771 {
}
button 8772 {
on (press) {
gotoAndStop('big_fight');
}
}
frame 1243 {
conterattack._visible = false;
fundoo.play();
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna_battle_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('luna_battle_2');
_root.musica1.musica1.start(0, 999999);
};
}
movieClip 8777 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 1;
}
frame 11 {
stop();
}
}
movieClip 8782 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 7;
}
frame 11 {
stop();
}
}
movieClip 8787 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 6;
}
frame 11 {
stop();
}
}
movieClip 8792 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 5;
}
frame 11 {
stop();
}
}
movieClip 8797 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 4;
}
frame 11 {
stop();
}
}
movieClip 8802 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 3;
}
frame 11 {
stop();
}
}
movieClip 8807 {
frame 1 {
stop();
}
frame 3 {
_root.mundo.quantidade_counters = 2;
}
frame 11 {
stop();
}
}
movieClip 8808 {
frame 2 {
stop();
}
}
button 8809 {
on (press) {
player.gotoAndPlay('magic');
if (_root.mundo.luna_shield_intacto == true) {
if (_root.mundo.luna_durante_ataque == true) {
_root.luna_escudo.gotoAndPlay('apagando');
_root.ataques.gotoAndPlay('fase' + (_root.mundo.numero_fase + 1));
} else {
_root.luna_escudo.escudo.gotoAndStop(_root.luna_escudo.escudo._currentframe + 1);
_root.luna_escudo.gotoAndPlay(1);
_root.ataques.gotoAndPlay('fase' + (_root.mundo.numero_fase + 1));
}
} else {
_root.mundo.volume_musica3 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica3.musica3.setVolume(_root.mundo.volume_musica3);
}
_root.musica3.musica3.stop();
_root.musica3.musica3.attachSound('luna_attack_hit');
_root.musica3.musica3.start(0, 1);
_root.musica3.musica3.onSoundComplete = function () {
_root.musica3.musica3.stop();
};
luna.gotoAndPlay('dano');
if (_root.mundo.quantidade_counters == 1) {
_root.conterattack.conter1.gotoAndPlay(3);
} else {
if (_root.mundo.quantidade_counters == 2) {
_root.conterattack.conter2.gotoAndPlay(3);
} else {
if (_root.mundo.quantidade_counters == 3) {
_root.conterattack.conter3.gotoAndPlay(3);
} else {
if (_root.mundo.quantidade_counters == 4) {
_root.conterattack.conter4.gotoAndPlay(3);
} else {
if (_root.mundo.quantidade_counters == 5) {
_root.conterattack.conter5.gotoAndPlay(3);
} else {
if (_root.mundo.quantidade_counters == 6) {
_root.conterattack.conter6.gotoAndPlay(3);
} else {
if (_root.mundo.quantidade_counters == 7) {
_root.conterattack.conter7.gotoAndPlay(3);
}
}
}
}
}
}
}
_root.mundo.battle_vida_luna -= 5;
if (_root.mundo.battle_vida_luna == 0) {
_root.gotoAndStop('luna_won');
}
}
}
}
button 8810 {
on (press) {
player.gotoAndPlay('magic');
if (_root.mundo.player_escudo == 5) {
player_escudo.gotoAndPlay('recu5');
} else {
_root.mundo.player_escudo += 1;
player_escudo.gotoAndPlay('recu' + _root.mundo.player_escudo);
if (_root.mundo.player_escudo == 5) {
player_escudo.escudo.gotoAndPlay('reflete');
}
}
}
}
movieClip 8812 {
frame 1 {
_root.barra_vida_player.enchimento._yscale = _root.mundo.battle_vida_player;
_root.barra_vida_luna.enchimento._yscale = _root.mundo.battle_vida_luna;
if (_root.mundo.battle_vida_player <= 0) {
_root.gotoAndStop('fracassado_luna');
}
}
frame 2 {
_root.barra_vida_player.enchimento._yscale = _root.mundo.battle_vida_player;
_root.barra_vida_luna.enchimento._yscale = _root.mundo.battle_vida_luna;
if (_root.mundo.battle_vida_player <= 0) {
_root.gotoAndStop('fracassado_luna');
}
}
}
button 8820 {
on (press) {
gotoAndPlay('destroi');
_root.mundo.contador_de_ataques -= 1;
if (_root.mundo.contador_de_ataques == 0) {
_root.ataques.gotoAndPlay('fase' + (_root.mundo.numero_fase + 1));
}
}
}
movieClip 8828 {
frame 1 {
pode_atacar = true;
}
frame 15 {
stop();
}
frame 28 {
stop();
}
frame 30 {
pode_atacar = false;
}
frame 35 {
stop();
}
}
movieClip 8841 {
frame 1 {
pode_atacar = true;
}
frame 14 {
stop();
}
frame 27 {
stop();
}
frame 29 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8851 {
frame 1 {
pode_atacar = true;
}
frame 20 {
stop();
}
frame 35 {
stop();
}
frame 37 {
pode_atacar = false;
}
frame 42 {
stop();
}
}
movieClip 8860 {
frame 1 {
pode_atacar = true;
}
frame 14 {
stop();
}
frame 29 {
stop();
}
frame 31 {
pode_atacar = false;
}
frame 38 {
stop();
}
}
movieClip 8869 {
frame 1 {
pode_atacar = true;
}
frame 10 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8880 {
frame 1 {
pode_atacar = true;
}
frame 10 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8890 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 36 {
stop();
}
}
movieClip 8899 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8908 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8918 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 36 {
stop();
}
}
movieClip 8928 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 36 {
stop();
}
}
movieClip 8939 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8948 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8958 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 36 {
stop();
}
}
movieClip 8967 {
frame 1 {
pode_atacar = true;
}
frame 12 {
stop();
}
frame 25 {
stop();
}
frame 27 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 8982 {
frame 1 {
pode_atacar = true;
}
frame 20 {
stop();
}
frame 33 {
stop();
}
frame 35 {
pode_atacar = false;
}
frame 42 {
stop();
}
}
movieClip 8992 {
frame 1 {
pode_atacar = true;
}
frame 20 {
stop();
}
frame 32 {
stop();
}
frame 34 {
pode_atacar = false;
}
frame 41 {
stop();
}
}
movieClip 9001 {
frame 1 {
pode_atacar = true;
}
frame 20 {
stop();
}
frame 32 {
stop();
}
frame 34 {
pode_atacar = false;
}
frame 41 {
stop();
}
}
movieClip 9011 {
frame 1 {
pode_atacar = true;
}
frame 20 {
stop();
}
frame 23 {
pode_atacar = false;
}
frame 32 {
stop();
}
frame 41 {
stop();
}
}
movieClip 9020 {
frame 3 {
stop();
}
}
movieClip 9021 {
frame 1 {
stop();
}
frame 15 {
_root.mundo.contador_de_ataques -= 1;
if (_root.mundo.contador_de_ataques == 0) {
_root.ataques.gotoAndPlay('fase' + (_root.mundo.numero_fase + 1));
}
_root.ataques.bola1.gotoAndPlay('destroi');
}
}
button 9022 {
on (press) {
megabola.gotoAndStop(megabola._currentframe + 1);
megabola.meu.gotoAndPlay('pisque');
}
}
movieClip 9030 {
frame 1 {
pode_atacar = true;
}
frame 20 {
stop();
}
frame 33 {
stop();
}
frame 35 {
pode_atacar = false;
}
frame 42 {
stop();
}
}
movieClip 9038 {
}
movieClip 9042 {
}
movieClip 9046 {
}
movieClip 9050 {
}
movieClip 9051 {
frame 1 {
stop();
}
frame 17 {
_root.mundo.contador_de_ataques -= 1;
_root.ataques.bola1.gotoAndPlay('destroi');
if (_root.mundo.contador_de_ataques == 0) {
_root.ataques.gotoAndPlay(1);
}
}
}
button 9053 {
on (press) {
megagiro.gotoAndStop(megagiro._currentframe + 1);
}
}
movieClip 9061 {
frame 1 {
pode_atacar = true;
}
frame 10 {
stop();
}
frame 23 {
stop();
}
frame 25 {
pode_atacar = false;
}
frame 34 {
stop();
}
}
movieClip 9062 {
frame 1 {
_root.mundo.numero_fase = 1;
_root.mundo.luna_durante_ataque = false;
}
frame 16 {
_root.luna.gotoAndPlay('ataque');
}
frame 30 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 1;
}
frame 50 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
}
}
frame 66 {
_root.luna.gotoAndPlay('ataque');
}
frame 80 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 1;
}
frame 100 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
}
}
frame 121 {
_root.luna.gotoAndPlay('ataque');
}
frame 130 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 4;
}
frame 170 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
if (_root.ataques.bola2.pode_atacar == true) {
_root.ataques.bola2.gotoAndPlay('ataque');
}
if (_root.ataques.bola3.pode_atacar == true) {
_root.ataques.bola3.gotoAndPlay('ataque');
}
if (_root.ataques.bola4.pode_atacar == true) {
_root.ataques.bola4.gotoAndPlay('ataque');
}
}
}
frame 190 {
_root.luna.gotoAndPlay('ataque');
}
frame 200 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 4;
}
frame 240 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
if (_root.ataques.bola2.pode_atacar == true) {
_root.ataques.bola2.gotoAndPlay('ataque');
}
if (_root.ataques.bola3.pode_atacar == true) {
_root.ataques.bola3.gotoAndPlay('ataque');
}
if (_root.ataques.bola4.pode_atacar == true) {
_root.ataques.bola4.gotoAndPlay('ataque');
}
}
}
frame 258 {
_root.luna.gotoAndPlay('ataque');
}
frame 270 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 9;
}
frame 360 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 40;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
if (_root.ataques.bola2.pode_atacar == true) {
_root.ataques.bola2.gotoAndPlay('ataque');
}
if (_root.ataques.bola3.pode_atacar == true) {
_root.ataques.bola3.gotoAndPlay('ataque');
}
if (_root.ataques.bola4.pode_atacar == true) {
_root.ataques.bola4.gotoAndPlay('ataque');
}
if (_root.ataques.bola5.pode_atacar == true) {
_root.ataques.bola5.gotoAndPlay('ataque');
}
if (_root.ataques.bola6.pode_atacar == true) {
_root.ataques.bola6.gotoAndPlay('ataque');
}
if (_root.ataques.bola7.pode_atacar == true) {
_root.ataques.bola7.gotoAndPlay('ataque');
}
if (_root.ataques.bola8.pode_atacar == true) {
_root.ataques.bola8.gotoAndPlay('ataque');
}
if (_root.ataques.bola9.pode_atacar == true) {
_root.ataques.bola9.gotoAndPlay('ataque');
}
}
}
frame 369 {
_root.luna.gotoAndPlay('ataque');
}
frame 390 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 4;
}
frame 430 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
if (_root.ataques.bola2.pode_atacar == true) {
_root.ataques.bola2.gotoAndPlay('ataque');
}
if (_root.ataques.bola3.pode_atacar == true) {
_root.ataques.bola3.gotoAndPlay('ataque');
}
if (_root.ataques.bola4.pode_atacar == true) {
_root.ataques.bola4.gotoAndPlay('ataque');
}
}
}
frame 441 {
_root.luna.gotoAndPlay('ataque');
}
frame 461 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 4;
}
frame 500 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
if (_root.ataques.bola2.pode_atacar == true) {
_root.ataques.bola2.gotoAndPlay('ataque');
}
if (_root.ataques.bola3.pode_atacar == true) {
_root.ataques.bola3.gotoAndPlay('ataque');
}
if (_root.ataques.bola4.pode_atacar == true) {
_root.ataques.bola4.gotoAndPlay('ataque');
}
}
}
frame 511 {
_root.luna.gotoAndPlay('ataque');
}
frame 531 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 1;
}
frame 591 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
}
}
frame 602 {
_root.luna.gotoAndPlay('ataque');
}
frame 622 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 1;
}
frame 682 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 20;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
}
}
frame 699 {
_root.luna.gotoAndPlay('ataque');
}
frame 712 {
_root.mundo.numero_fase += 1;
_root.mundo.luna_durante_ataque = true;
_root.mundo.contador_de_ataques = 1;
}
frame 782 {
_root.mundo.numero_fase = 1;
_root.mundo.luna_durante_ataque = false;
if (_root.mundo.contador_de_ataques != 0) {
if (_root.mundo.player_escudo == 5) {
_root.mundo.player_escudo = 0;
_root.player_escudo.gotoAndPlay('recu0');
} else {
_root.mundo.player_escudo = 0;
_root.mundo.battle_vida_player -= 40;
_root.player.gotoAndPlay('hit');
}
if (_root.ataques.bola1.pode_atacar == true) {
_root.ataques.bola1.gotoAndPlay('ataque');
}
}
}
frame 811 {
_root.luna.gotoAndPlay('ataque');
}
frame 815 {
gotoAndPlay('fase2');
}
}
frame 1258 {
discurso.stop();
mascara.stop();
pralertexto._visible = false;
}
movieClip 9075 {
}
movieClip 9078 {
}
movieClip 9094 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 9101 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 9109 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 9111 {
}
movieClip 9126 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
frame 8 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('hit');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.stop();
};
}
frame 68 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pinkie');
_root.musica1.musica1.start(0, 999999);
}
frame 85 {
_root.discurso.play();
_root.mascara.play();
_root.pralertexto._visible = true;
}
frame 303 {
_root.gotoAndStop('pinkie_sex_1');
}
}
movieClip 9130 {
}
movieClip 9169 {
frame 951 {
gotoAndPlay('loop');
}
}
frame 1260 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9177 {
}
movieClip 9183 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 9191 {
on (press) {
gotoAndStop('pinkie_sex_2');
}
}
button 9195 {
on (press) {
gotoAndStop('pinkie_sex_3');
}
}
button 9199 {
on (press) {
gotoAndStop('pinkie_sex_4');
}
}
button 9203 {
on (press) {
gotoAndStop('pinkie_sex_yay');
}
}
movieClip 9205 {
}
movieClip 9212 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
movieClip 9214 {
frame 1 {
quantidade = 0;
_root.mundo.cum_meter();
}
}
frame 1262 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9224 {
}
movieClip 9232 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 9233 {
on (press) {
gotoAndStop('pinkie_sex_1');
}
}
movieClip 9236 {
frame 1 {
quantidade = 0.3;
_root.mundo.cum_meter();
}
}
frame 1264 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9244 {
}
movieClip 9250 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 9253 {
frame 1 {
quantidade = 0.6;
_root.mundo.cum_meter();
}
}
frame 1266 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9261 {
}
movieClip 9267 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 9270 {
frame 1 {
quantidade = 1;
_root.mundo.cum_meter();
}
}
movieClip 9298 {
frame 61 {
stop();
_root.button_end.gotoAndPlay('efeito');
}
frame 129 {
_root.mundo.pinkie_pie_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('pinkie_pie_finish');
}
}
}
button 9304 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.pinkie_pie_yay.gotoAndPlay('final');
_root.button_end._visible = false;
}
}
movieClip 9305 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 9313 {
}
movieClip 9333 {
}
movieClip 9334 {
}
movieClip 9338 {
}
movieClip 9340 {
}
button 9346 {
on (press) {
play();
}
}
movieClip 9348 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1272 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9357 {
}
button 9365 {
on (press) {
gotoAndStop('trixie_sex_2');
}
}
button 9369 {
on (press) {
gotoAndStop('trixie_sex_3');
}
}
button 9373 {
on (press) {
gotoAndStop('trixie_sex_4');
}
}
button 9377 {
on (press) {
if (mundo.sabe_shieldbreaker_b == true) {
gotoAndStop('trixie_sex_yay_2');
} else {
gotoAndStop('trixie_sex_yay');
}
}
}
movieClip 9379 {
}
movieClip 9385 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1274 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9392 {
}
button 9393 {
on (press) {
gotoAndStop('trixie_sex_1');
}
}
frame 1276 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9403 {
}
frame 1278 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9414 {
frame 11 {
gotoAndPlay('loop1');
}
frame 22 {
gotoAndPlay('loop2');
}
}
button 9416 {
on (press) {
if (mascara.pode_continuar == true) {
trixie.gotoAndPlay('loop2');
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1280 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
escuro.gotoAndStop('trixie_porra_1');
}
movieClip 9419 {
}
movieClip 9444 {
}
movieClip 9470 {
frame 1 {
pode_continuar = false;
}
frame 119 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 138 {
gotoAndPlay('loop1');
}
}
button 9472 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_sex_yay_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 9479 {
frame 25 {
gotoAndPlay('loop');
}
frame 94 {
_root.mundo.trixie_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('trixie_finish');
}
}
}
button 9481 {
on (press) {
if (mascara.pode_continuar == true) {
trixie.gotoAndStop('olhar');
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 9486 {
on (press) {
_root.trixie.gotoAndPlay('final');
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
_root.hud._visible = false;
_root.button_end._visible = false;
}
}
movieClip 9487 {
frame 12 {
stop();
}
}
frame 1284 {
hud._visible = false;
escuro.gotoAndStop('trixie_porra_2');
}
movieClip 9489 {
}
movieClip 9500 {
frame 1 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('shield_break');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
frame 22 {
_root.musica3.musica3.stop();
_root.musica3.musica3.attachSound('trixie_fall');
_root.musica3.musica3.start(0, 1);
_root.musica3.musica3.onSoundComplete = function () {
_root.musica3.musica3.stop();
};
_root.mundo.volume_musica3 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica3.musica3.setVolume(_root.mundo.volume_musica3);
}
}
frame 28 {
_root.hud._visible = true;
}
frame 40 {
stop();
}
}
button 9502 {
on (press) {
gotoAndStop('trixie_sex_yay_3');
}
}
frame 1286 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
escuro.gotoAndStop('no_light');
}
movieClip 9504 {
}
movieClip 9524 {
frame 36 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 66 {
gotoAndPlay('loop');
}
frame 133 {
_root.mundo.trixie_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('trixie_finish');
}
}
}
button 9526 {
on (press) {
if (mascara.pode_continuar == true) {
mascara.gotoAndStop(1);
pralertexto._visible = false;
trixie.gotoAndStop('parado');
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1288 {
escuro._visible = false;
}
movieClip 9542 {
}
movieClip 9546 {
}
movieClip 9547 {
}
movieClip 9549 {
}
movieClip 9552 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1290 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9554 {
}
movieClip 9561 {
}
button 9563 {
on (press) {
if (mascara.pode_continuar == true) {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 9564 {
on (press) {
gotoAndStop('trixie_rape_2');
}
}
button 9565 {
on (press) {
gotoAndStop('trixie_rape_3');
}
}
button 9566 {
on (press) {
gotoAndStop('trixie_rape_4');
}
}
button 9567 {
on (press) {
gotoAndStop('trixie_rape_cum');
}
}
frame 1292 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('trixie_rape_3');
}
movieClip 9569 {
}
movieClip 9577 {
}
button 9578 {
on (press) {
gotoAndStop('trixie_rape_1');
}
}
frame 1294 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9586 {
}
frame 1296 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
tr_falando._visible = true;
tr_quieta._visible = false;
escuro.gotoAndStop('trixie_rape_4');
}
movieClip 9593 {
}
button 9595 {
on (press) {
if (mascara.pode_continuar == true) {
hud._visible = false;
pralertexto._visible = false;
mascara.gotoAndStop(1);
tr_falando._visible = false;
tr_quieta._visible = true;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1298 {
mascara.gotoAndStop(1);
hud._visible = false;
pralertexto._visible = false;
escuro.gotoAndStop('trixie_rape_unf');
}
movieClip 9613 {
}
movieClip 9619 {
}
movieClip 9636 {
}
movieClip 9650 {
frame 132 {
_root.mascara.gotoAndPlay(1);
_root.hud._visible = true;
_root.pralertexto._visible = true;
}
frame 242 {
_root.mundo.trixie_ja_transou_2 = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('trixie_rape_finish');
}
}
}
frame 1300 {
escuro._visible = false;
}
movieClip 9658 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1302 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9663 {
}
button 9671 {
on (press) {
gotoAndStop('rainbow_sex_2');
}
}
button 9675 {
on (press) {
gotoAndStop('rainbow_sex_3');
}
}
button 9679 {
on (press) {
gotoAndStop('rainbow_sex_4');
}
}
button 9683 {
on (press) {
gotoAndStop('rainbow_sex_yay');
}
}
movieClip 9685 {
}
movieClip 9691 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1304 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9698 {
}
button 9699 {
on (press) {
gotoAndStop('rainbow_sex_1');
}
}
frame 1306 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9710 {
}
frame 1308 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 9720 {
}
frame 1310 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 9767 {
frame 132 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
_root.button_end.gotoAndPlay('efeito');
}
frame 162 {
gotoAndPlay('loop');
}
frame 230 {
_root.mundo.rainbow_dash_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('rainbow_dash_finish');
}
}
}
button 9769 {
on (press) {
if (mascara.pode_continuar == true) {
rainbow_yay.gotoAndStop(163);
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 9775 {
on (press) {
_root.rainbow_yay.gotoAndPlay('final');
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
_root.hud._visible = false;
_root.button_end._visible = false;
}
}
movieClip 9776 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 9798 {
}
movieClip 9799 {
}
movieClip 9803 {
}
movieClip 9807 {
}
movieClip 9810 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1314 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('twilight_sex_1');
}
movieClip 9812 {
}
movieClip 9819 {
}
button 9827 {
on (press) {
gotoAndStop('twilight_sex_2');
}
}
button 9831 {
on (press) {
gotoAndStop('twilight_sex_3');
}
}
button 9835 {
on (press) {
gotoAndStop('twilight_sex_4');
}
}
button 9839 {
on (press) {
gotoAndStop('twilight_sex_yay');
}
}
movieClip 9841 {
}
movieClip 9847 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1316 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9849 {
}
movieClip 9857 {
}
button 9858 {
on (press) {
gotoAndStop('twilight_sex_1');
}
}
frame 1318 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 9867 {
}
frame 1320 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('twilight_sex_4');
}
movieClip 9870 {
}
movieClip 9877 {
}
frame 1322 {
escuro.gotoAndPlay('twilight_yay');
}
movieClip 9880 {
}
movieClip 9890 {
}
movieClip 9892 {
}
movieClip 9898 {
}
movieClip 9924 {
frame 115 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 119 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('twilight_shock');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
frame 169 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('twilight_bed');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
frame 231 {
_root.gotoAndStop('twilight_sex_yay_1');
}
}
frame 1324 {
escuro.gotoAndStop('no_light');
}
movieClip 9928 {
}
movieClip 9937 {
frame 34 {
gotoAndPlay('loop');
}
}
button 9939 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sex_yay_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 9945 {
frame 29 {
gotoAndPlay(1);
}
frame 97 {
_root.mundo.twilight_sparkle_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('twilight_sparkle_finish');
}
}
}
button 9947 {
on (press) {
if (mascara.pode_continuar == true) {
twii.gotoAndStop(1);
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 9952 {
on (press) {
_root.twii.gotoAndPlay('final');
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
_root.hud._visible = false;
_root.button_end._visible = false;
}
}
movieClip 9953 {
frame 12 {
stop();
}
}
frame 1328 {
escuro._visible = false;
}
movieClip 9972 {
}
movieClip 9975 {
}
movieClip 9976 {
}
movieClip 9978 {
}
movieClip 9981 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
movieClip 9986 {
frame 35 {
stop();
}
}
movieClip 9988 {
frame 35 {
stop();
}
}
movieClip 10000 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 24 {
_root.button_end.gotoAndPlay('efeito');
}
frame 35 {
stop();
}
}
movieClip 10010 {
}
movieClip 10018 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 10022 {
}
movieClip 10026 {
}
movieClip 10034 {
}
movieClip 10038 {
}
movieClip 10045 {
}
movieClip 10051 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 10060 {
}
movieClip 10061 {
}
movieClip 10070 {
}
movieClip 10077 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
movieClip 10078 {
}
movieClip 10079 {
}
movieClip 10080 {
}
frame 1330 {
dj_1.dj_2.sex_1._visible = true;
dj_1.dj_2.sex_2._visible = false;
dj_1.dj_2.sex_3._visible = false;
dj_1.dj_2.sex_4._visible = false;
dj_1.dj_2.yay._visible = false;
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
button 10088 {
on (press) {
dj_1.dj_2.sex_1._visible = false;
dj_1.dj_2.sex_2._visible = true;
dj_1.dj_2.sex_3._visible = false;
dj_1.dj_2.sex_4._visible = false;
dj_1.dj_2.yay._visible = false;
gotoAndStop('dj_sex_2');
}
}
button 10092 {
on (press) {
dj_1.dj_2.sex_1._visible = false;
dj_1.dj_2.sex_2._visible = false;
dj_1.dj_2.sex_3._visible = true;
dj_1.dj_2.sex_4._visible = false;
dj_1.dj_2.yay._visible = false;
gotoAndStop('dj_sex_3');
}
}
button 10096 {
on (press) {
dj_1.dj_2.sex_1._visible = false;
dj_1.dj_2.sex_2._visible = false;
dj_1.dj_2.sex_3._visible = false;
dj_1.dj_2.sex_4._visible = true;
dj_1.dj_2.yay._visible = false;
gotoAndStop('dj_sex_4');
}
}
button 10100 {
on (press) {
dj_1.dj_2.sex_1._visible = false;
dj_1.dj_2.sex_2._visible = false;
dj_1.dj_2.sex_3._visible = false;
dj_1.dj_2.sex_4._visible = false;
dj_1.dj_2.yay._visible = true;
dj_1.dj_2.yay.gotoAndPlay(1);
gotoAndStop('dj_sex_yay');
}
}
movieClip 10102 {
}
movieClip 10108 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1332 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
button 10109 {
on (press) {
dj_1.dj_2.sex_1._visible = true;
dj_1.dj_2.sex_2._visible = false;
dj_1.dj_2.sex_3._visible = false;
dj_1.dj_2.sex_4._visible = false;
dj_1.dj_2.yay._visible = false;
gotoAndStop('dj_sex_1');
}
}
frame 1334 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
frame 1336 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10114 {
frame 1 {
stop();
}
frame 67 {
_root.mundo.dj_pon3_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('dj_pon3_finish');
}
}
}
button 10120 {
on (press) {
_root.fadeout.gotoAndPlay(2);
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.button_end._visible = false;
}
}
movieClip 10121 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 10131 {
}
movieClip 10134 {
}
movieClip 10135 {
}
movieClip 10137 {
}
movieClip 10140 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1342 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10149 {
}
button 10157 {
on (press) {
gotoAndStop('applejack_sex_2');
}
}
button 10161 {
on (press) {
gotoAndStop('applejack_sex_3');
}
}
button 10165 {
on (press) {
gotoAndStop('applejack_sex_4');
}
}
button 10169 {
on (press) {
gotoAndStop('applejack_yay');
}
}
movieClip 10170 {
}
movieClip 10175 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1344 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10182 {
}
button 10183 {
on (press) {
gotoAndStop('applejack_sex_1');
}
}
frame 1346 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10186 {
}
movieClip 10194 {
}
frame 1348 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10197 {
}
movieClip 10206 {
}
movieClip 10214 {
}
movieClip 10221 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
frame 1350 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 10229 {
}
movieClip 10254 {
}
movieClip 10271 {
}
movieClip 10280 {
}
movieClip 10292 {
}
movieClip 10296 {
}
movieClip 10298 {
}
movieClip 10305 {
}
movieClip 10324 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 56 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 82 {
_root.gotoAndStop('applejack_yay_2');
}
frame 122 {
stop();
}
frame 125 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 193 {
_root.mundo.applejack_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('applejack_finish');
}
}
}
movieClip 10325 {
frame 1 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 264 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 311 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 317 {
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 404 {
stop();
}
}
button 10333 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.applejack.applejack.gotoAndPlay('animacao');
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
_root.hud._visible = false;
_root.button_end._visible = false;
}
}
movieClip 10334 {
frame 12 {
stop();
}
}
movieClip 10340 {
}
movieClip 10346 {
}
movieClip 10347 {
}
movieClip 10349 {
}
movieClip 10352 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1356 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10354 {
}
movieClip 10357 {
}
movieClip 10359 {
}
movieClip 10364 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
button 10373 {
on (press) {
gotoAndStop('fluttershy_sex_2');
}
}
button 10377 {
on (press) {
gotoAndStop('fluttershy_sex_3');
}
}
button 10381 {
on (press) {
gotoAndStop('fluttershy_sex_4');
}
}
button 10385 {
on (press) {
gotoAndStop('fluttershy_yay');
}
}
movieClip 10387 {
}
movieClip 10393 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1358 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10395 {
}
movieClip 10404 {
}
button 10406 {
on (press) {
gotoAndStop('fluttershy_sex_1');
}
}
frame 1360 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10415 {
}
frame 1362 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10418 {
}
movieClip 10426 {
}
movieClip 10432 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
}
frame 1364 {
clicable._visible = false;
}
movieClip 10435 {
}
movieClip 10467 {
frame 70 {
_root.clicable._visible = true;
}
frame 119 {
gotoAndPlay('loop');
}
}
button 10468 {
on (press) {
gotoAndStop('fluttershy_yay_2');
}
}
movieClip 10478 {
}
movieClip 10480 {
}
movieClip 10487 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
button 10488 {
on (press) {
gotoAndStop('fluttershy_yay_3');
}
}
movieClip 10502 {
frame 130 {
gotoAndPlay('loop');
}
}
button 10504 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_yay_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 10507 {
frame 121 {
gotoAndPlay('loop');
}
frame 189 {
_root.mundo.fluttershy_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('fluttershy_finish');
}
}
}
button 10512 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.button_wtf._visible = false;
_root.meter._visible = false;
_root.fluttershy_yay.gotoAndPlay('final');
_root.button_end._visible = false;
}
}
movieClip 10513 {
frame 12 {
stop();
}
}
movieClip 10526 {
}
movieClip 10529 {
}
movieClip 10530 {
}
movieClip 10532 {
}
movieClip 10535 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1374 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
if (_root.mundo.winged == false) {
sexo.wingo._visible = false;
}
}
movieClip 10537 {
}
movieClip 10547 {
}
movieClip 10563 {
}
button 10571 {
on (press) {
gotoAndStop('queen_sex_2');
}
}
button 10575 {
on (press) {
gotoAndStop('queen_sex_3');
}
}
button 10579 {
on (press) {
gotoAndStop('queen_sex_4');
}
}
button 10583 {
on (press) {
gotoAndStop('queen_sex_yay');
}
}
movieClip 10585 {
}
movieClip 10591 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1376 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10599 {
}
button 10600 {
on (press) {
gotoAndStop('queen_sex_1');
}
}
frame 1378 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10603 {
}
movieClip 10610 {
}
frame 1380 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10619 {
}
frame 1382 {
hud._visible = false;
}
movieClip 10622 {
}
movieClip 10664 {
frame 41 {
gotoAndPlay('loop');
}
}
movieClip 10674 {
frame 41 {
gotoAndPlay('loop');
}
}
movieClip 10687 {
frame 101 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 126 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
frame 141 {
_root.hud._visible = true;
gotoAndPlay('loop');
}
}
button 10688 {
on (press) {
gotoAndStop('gotta_die_1');
}
}
frame 1384 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10691 {
}
movieClip 10701 {
}
button 10705 {
on (press) {
gotoAndStop('zecora_sex_2');
}
}
button 10707 {
on (press) {
gotoAndStop('zecora_sex_3');
}
}
button 10709 {
on (press) {
gotoAndStop('zecora_sex_4');
}
}
button 10711 {
on (press) {
gotoAndStop('zecora_sex_yay');
}
}
movieClip 10713 {
}
movieClip 10719 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1386 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10721 {
}
movieClip 10729 {
}
button 10730 {
on (press) {
gotoAndStop('zecora_sex_1');
}
}
frame 1388 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10733 {
}
movieClip 10742 {
}
frame 1390 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10745 {
}
movieClip 10752 {
}
movieClip 10755 {
}
movieClip 10771 {
frame 40 {
stop();
}
frame 109 {
_root.mundo.zecora_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('zecora_finish');
}
}
}
button 10775 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.button_end._visible = false;
_root.zecor.gotoAndPlay('final');
}
}
movieClip 10776 {
frame 12 {
stop();
}
}
frame 1394 {
escuro._visible = false;
}
movieClip 10787 {
}
movieClip 10790 {
}
movieClip 10791 {
}
movieClip 10793 {
}
movieClip 10796 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1396 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10798 {
}
movieClip 10808 {
}
button 10816 {
on (press) {
gotoAndStop('celestia_sex_2');
}
}
button 10820 {
on (press) {
gotoAndStop('celestia_sex_3');
}
}
button 10824 {
on (press) {
gotoAndStop('celestia_sex_4');
}
}
button 10828 {
on (press) {
gotoAndStop('celestia_sex_yay');
}
}
movieClip 10830 {
}
movieClip 10836 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1398 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10838 {
}
movieClip 10845 {
}
button 10846 {
on (press) {
gotoAndStop('celestia_sex_1');
}
}
frame 1400 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10849 {
}
movieClip 10857 {
}
frame 1402 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 10860 {
}
movieClip 10868 {
}
frame 1404 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 10871 {
}
movieClip 10895 {
}
movieClip 10909 {
}
movieClip 10918 {
}
movieClip 10919 {
frame 86 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 116 {
stop();
}
}
button 10921 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('celestia_sex_yay_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 10924 {
}
movieClip 10935 {
frame 34 {
gotoAndPlay('loop');
}
}
button 10937 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('celestia_sex_yay_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 10941 {
}
button 10947 {
on (press) {
_root.mundo.celestia_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('celestia_finish');
}
}
}
movieClip 10948 {
frame 12 {
stop();
}
}
movieClip 10961 {
}
movieClip 10962 {
}
movieClip 10964 {
}
movieClip 10966 {
}
movieClip 10969 {
}
movieClip 10970 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1412 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('spike_sexo_um');
}
movieClip 10972 {
}
movieClip 10979 {
}
button 10988 {
on (press) {
gotoAndStop('spike_sex_2');
}
}
button 10992 {
on (press) {
gotoAndStop('spike_sex_3');
}
}
button 10996 {
on (press) {
gotoAndStop('spike_sex_4');
}
}
button 11000 {
on (press) {
gotoAndStop('spike_sex_yay');
}
}
movieClip 11002 {
}
movieClip 11008 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1414 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('no_light');
}
movieClip 11010 {
}
movieClip 11019 {
}
button 11021 {
on (press) {
gotoAndStop('spike_sex_1');
}
}
frame 1416 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('slpyy_seconds');
}
movieClip 11024 {
}
movieClip 11030 {
}
frame 1418 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('cansei_disso_tudo');
}
movieClip 11039 {
}
frame 1420 {
escuro.gotoAndStop('finest');
}
movieClip 11059 {
frame 35 {
_root.button_end.gotoAndPlay('efeito');
}
frame 54 {
stop();
}
}
button 11065 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.button_end._visible = false;
_root.efeitoo.gotoAndPlay('final');
}
}
movieClip 11066 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 11068 {
frame 1 {
stop();
}
frame 70 {
_root.mundo.spike_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('spike_finish');
}
}
}
frame 1422 {
escuro._visible = false;
}
movieClip 11086 {
}
movieClip 11087 {
}
movieClip 11089 {
}
movieClip 11091 {
}
movieClip 11093 {
}
movieClip 11094 {
frame 76 {
stop();
}
frame 164 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1424 {
escuro._visible = false;
escuro.gotoAndStop('no_light');
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11096 {
}
movieClip 11103 {
}
movieClip 11105 {
}
button 11113 {
on (press) {
gotoAndStop('rarity_sex_2');
}
}
button 11117 {
on (press) {
gotoAndStop('rarity_sex_3');
}
}
button 11121 {
on (press) {
gotoAndStop('rarity_sex_4');
}
}
button 11125 {
on (press) {
gotoAndStop('rarity_yay');
}
}
movieClip 11127 {
}
movieClip 11133 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1426 {
escuro._visible = false;
escuro.gotoAndStop('no_light');
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11141 {
}
button 11142 {
on (press) {
gotoAndStop('rarity_sex_1');
}
}
frame 1428 {
escuro._visible = false;
escuro.gotoAndStop('no_light');
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11151 {
}
frame 1430 {
escuro._visible = false;
escuro.gotoAndStop('no_light');
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11159 {
}
frame 1432 {
escuro._visible = true;
escuro.gotoAndStop('fapin_rarity');
button_end._visible = false;
}
movieClip 11166 {
}
movieClip 11170 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
}
movieClip 11177 {
}
movieClip 11188 {
frame 85 {
stop();
_root.button_end._visible = true;
_root.button_end.gotoAndPlay(1);
}
frame 155 {
_root.mundo.rarity_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('rarity_finish');
}
}
}
button 11193 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.rarity.gotoAndPlay('rarity_final');
_root.button_end._visible = false;
}
}
movieClip 11194 {
frame 12 {
stop();
}
}
frame 1434 {
escuro._visible = false;
}
movieClip 11199 {
}
movieClip 11205 {
}
movieClip 11206 {
}
movieClip 11208 {
}
movieClip 11211 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1436 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndPlay('derpy_1');
}
movieClip 11214 {
frame 1 {
stop();
}
}
movieClip 11221 {
}
button 11229 {
on (press) {
gotoAndStop('derpy_sex_2');
}
}
button 11233 {
on (press) {
gotoAndStop('derpy_sex_3');
}
}
button 11237 {
on (press) {
gotoAndStop('derpy_sex_4');
}
}
button 11241 {
on (press) {
gotoAndStop('derpy_sex_yay');
}
}
movieClip 11243 {
}
movieClip 11249 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1438 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndPlay('derpy_2');
}
movieClip 11252 {
frame 1 {
stop();
}
}
movieClip 11259 {
}
movieClip 11265 {
}
movieClip 11270 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
}
}
button 11271 {
on (press) {
gotoAndStop('derpy_sex_1');
}
}
frame 1440 {
if (mundo.hora_ceu == 'noite') {
derpeh.fundo.gotoAndStop('noite');
}
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndStop('derpy_3');
}
movieClip 11275 {
frame 1 {
stop();
}
}
movieClip 11281 {
}
movieClip 11286 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
}
}
frame 1442 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro.gotoAndPlay('derpy_4');
}
movieClip 11299 {
}
frame 1444 {
escuro.gotoAndPlay('derpy_cum');
affz.stop();
}
movieClip 11303 {
frame 1 {
stop();
}
}
movieClip 11306 {
}
movieClip 11308 {
}
movieClip 11314 {
frame 1 {
stop();
}
}
movieClip 11337 {
frame 1 {
stop();
}
}
movieClip 11395 {
frame 1 {
if (_root.mundo.winged == false) {
wingo._visible = false;
}
if (_root.mundo.horned == false) {
horno._visible = false;
}
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 57 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 112 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 187 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 226 {
if (_root.mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
frame 405 {
_root.button_end.gotoAndPlay('efeito');
}
frame 416 {
stop();
}
frame 418 {
_root.affz.play();
}
frame 484 {
_root.mundo.derpy_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('derpy_finish');
}
}
}
button 11401 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.button_end._visible = false;
_root.derpeh.gotoAndPlay('final');
}
}
movieClip 11402 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 11404 {
}
frame 1446 {
escuro._visible = false;
}
movieClip 11422 {
}
movieClip 11424 {
}
movieClip 11425 {
}
movieClip 11427 {
}
movieClip 11430 {
}
movieClip 11431 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1448 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11437 {
}
movieClip 11450 {
}
button 11458 {
on (press) {
gotoAndStop('luna_sex_2');
}
}
button 11462 {
on (press) {
gotoAndStop('luna_sex_3');
}
}
button 11466 {
on (press) {
gotoAndStop('luna_sex_4');
}
}
button 11470 {
on (press) {
gotoAndStop('luna_sex_yay');
}
}
movieClip 11471 {
}
movieClip 11477 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 1450 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11482 {
}
movieClip 11503 {
frame 95 {
gotoAndPlay('looop');
}
}
button 11505 {
on (press) {
gotoAndStop('luna_sex_1');
}
}
frame 1452 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11513 {
}
movieClip 11522 {
}
frame 1454 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 11530 {
}
movieClip 11537 {
}
movieClip 11554 {
}
movieClip 11579 {
}
movieClip 11606 {
}
movieClip 11608 {
frame 183 {
_root.button_end.gotoAndPlay('efeito');
}
frame 202 {
stop();
}
frame 270 {
_root.mundo.luna_ja_transou = true;
_root.mundo.yay_end();
if (_root.mundo.lessbullshitmode == false) {
_root.gotoAndStop('luna_finish');
}
}
}
button 11614 {
on (press) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.lunaa.gotoAndPlay('final');
_root.button_end._visible = false;
}
}
movieClip 11615 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 11629 {
}
movieClip 11632 {
}
movieClip 11633 {
}
movieClip 11635 {
}
movieClip 11638 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 1477 {
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
movieClip 11640 {
frame 68 {
stop();
}
}
button 11643 {
on (press) {
musica1.musica1.stop();
musica2.musica2.stop();
musica3.musica3.stop();
gotoAndPlay('reset_frame');
}
}
button 11644 {
on (press) {
gotoAndStop('credits_1');
fundo._visible = false;
fundo.gotoAndStop(1);
}
}
button 11645 {
on (press) {
gotoAndStop('morebullshitmode');
fundo._visible = false;
fundo.gotoAndStop(1);
}
}
frame 1479 {
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
frame 1481 {
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
frame 1483 {
cenario.gotoAndStop('parado');
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
button 11649 {
on (press) {
gotoAndStop('credits_1');
}
}
button 11650 {
on (press) {
gotoAndStop('morebullshitmode');
}
}
frame 1485 {
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
frame 1487 {
abrir_button._visible = false;
}
movieClip 11653 {
}
movieClip 11655 {
}
button 11657 {
on (press) {
if (mundo.aindanomenu == true) {
_root.mundo.soundtest_ligado = false;
_root.musica1.musica1.stop();
_root.gotoAndStop('menu');
_root.fundo.gotoAndStop('parado');
_root.chiado_inicio._visible = false;
} else {
abrir_button._visible = true;
if (mundo.ending == 'fapfest') {
if (mundo.soundtest_ligado == true) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
_root.mundo.soundtest_ligado = false;
}
gotoAndStop('final_pouco_pony');
} else {
if (mundo.ending == 'boring') {
if (mundo.soundtest_ligado == true) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
_root.mundo.soundtest_ligado = false;
}
gotoAndStop('final_medio_pony');
} else {
if (mundo.ending == 'gitgud') {
if (mundo.soundtest_ligado == true) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
_root.mundo.soundtest_ligado = false;
}
gotoAndStop('good_end_thing');
} else {
if (mundo.ending == 'death') {
if (mundo.soundtest_ligado == true) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
_root.mundo.soundtest_ligado = false;
}
gotoAndStop('game_over_lol');
} else {
if (mundo.ending == 'quase_melhor') {
if (mundo.soundtest_ligado == true) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
_root.mundo.soundtest_ligado = false;
}
gotoAndStop('got_everypony');
} else {
if (mundo.ending == 'melhor') {
if (mundo.soundtest_ligado == true) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
_root.mundo.soundtest_ligado = false;
}
gotoAndStop('got_everypony');
}
}
}
}
}
}
}
}
}
button 11658 {
on (press) {
gotoAndStop('credits_2');
}
}
button 11660 {
on (press) {
gotoAndStop('credits_3');
}
}
button 11661 {
on (press) {
gotoAndStop('credits_1');
}
}
button 11662 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11663 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start_2');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11664 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_last_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_last_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11666 {
on (press) {
gotoAndStop('credits_4');
}
}
button 11667 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('dream');
_root.musica1.musica1.start(0, 999999);
}
}
button 11668 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11669 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('passing_time');
_root.musica1.musica1.start(0, 999999);
}
}
button 11671 {
on (press) {
gotoAndStop('credits_5');
}
}
button 11672 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('lon_lon');
_root.musica1.musica1.start(0, 999999);
}
}
button 11673 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('viridian');
_root.musica1.musica1.start(0, 999999);
}
}
button 11674 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('spa_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('spa_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11676 {
on (press) {
gotoAndStop('credits_6');
}
}
button 11677 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pinkie');
_root.musica1.musica1.start(0, 999999);
}
}
button 11678 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('race');
_root.musica1.musica1.start(0, 999999);
}
}
button 11679 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('twilight_big');
_root.musica1.musica1.start(0, 999999);
}
}
button 11681 {
on (press) {
gotoAndStop('credits_7');
}
}
button 11682 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('applejack1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('applejack2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11683 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('fluttershy_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('fluttershy_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11684 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('rarity');
_root.musica1.musica1.start(0, 999999);
}
}
button 11686 {
on (press) {
gotoAndStop('credits_8');
}
}
button 11687 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('killeverybody');
_root.musica1.musica1.start(0, 999999);
}
}
button 11688 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('killeverybody3');
_root.musica1.musica1.start(0, 999999);
}
}
button 11689 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chrysalis_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chrysalis_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11691 {
on (press) {
gotoAndStop('credits_9');
}
}
button 11692 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('zecora');
_root.musica1.musica1.start(0, 999999);
}
}
button 11693 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('celestia');
_root.musica1.musica1.start(0, 999999);
}
}
button 11694 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna_short');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('luna');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11696 {
on (press) {
gotoAndStop('credits_10');
}
}
button 11697 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('derpy');
_root.musica1.musica1.start(0, 999999);
}
}
button 11698 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('lost_race');
_root.musica1.musica1.start(0, 999999);
}
}
button 11699 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('luna_battle_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('luna_battle_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11701 {
on (press) {
gotoAndStop('credits_11');
}
}
button 11702 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('fanfare_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('fanfare_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11703 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
}
}
button 11704 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
}
}
button 11706 {
on (press) {
gotoAndStop('credits_12');
}
}
button 11707 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11708 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
button 11709 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
}
}
button 11711 {
on (press) {
gotoAndStop('credits_13');
}
}
button 11712 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
}
}
button 11713 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('bangarang_bit');
_root.musica1.musica1.start(0, 999999);
}
}
button 11714 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('bangarang');
_root.musica1.musica1.start(0, 999999);
}
}
button 11716 {
on (press) {
gotoAndStop('credits_14');
}
}
button 11717 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('shit_full');
_root.musica1.musica1.start(0, 999999);
}
}
button 11718 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('deadmau5');
_root.musica1.musica1.start(0, 999999);
}
}
button 11719 {
on (press) {
_root.mundo.soundtest_ligado = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('blaster_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('blaster_2');
_root.musica1.musica1.start(0, 999999);
};
}
}
movieClip 11721 {
}
frame 1515 {
cenario.gotoAndStop('parado');
escuro._visible = false;
remixing_night._visible = false;
treehouse_adventures._visible = false;
need_rape._visible = false;
twilights_experiment._visible = false;
bye_equestria._visible = false;
manywonders._visible = false;
if (mundo.liberou_bullshit_dj == false) {
disco_button._visible = false;
}
if (mundo.liberou_bullshit_treehouse == false) {
treehouse_button._visible = false;
}
if (mundo.liberou_bullshit_wine == false) {
wine_button._visible = false;
}
if (mundo.liberou_bullshit_bonus == false) {
zerobullshit._visible = false;
}
if (mundo.liberou_bullshit_fluttershy == false) {
loveee._visible = false;
}
if (mundo.liberou_bullshit_pinkie == false) {
pinku._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
movieClip 11724 {
}
movieClip 11726 {
}
movieClip 11728 {
}
movieClip 11730 {
}
movieClip 11732 {
}
movieClip 11734 {
}
movieClip 11736 {
}
movieClip 11738 {
}
movieClip 11740 {
}
movieClip 11742 {
}
movieClip 11744 {
}
movieClip 11746 {
}
button 11748 {
on (press) {
cenario.gotoAndStop('parado');
if (mundo.ending == 'fapfest') {
gotoAndStop('final_pouco_pony');
} else {
if (mundo.ending == 'boring') {
gotoAndStop('final_medio_pony');
} else {
if (mundo.ending == 'gitgud') {
gotoAndStop('good_end_thing');
} else {
if (mundo.ending == 'death') {
gotoAndStop('game_over_lol');
} else {
if (mundo.ending == 'melhor' || mundo.ending == 'quase_melhor') {
gotoAndStop('got_everypony');
}
}
}
}
}
}
}
button 11752 {
on (press) {
gotoAndStop('bullshit_dj_1');
}
on (rollOver) {
remixing_night._visible = true;
}
on (rollOut) {
remixing_night._visible = false;
}
}
button 11754 {
on (press) {
gotoAndStop('bullshit_treehouse_1');
}
on (rollOver) {
treehouse_adventures._visible = true;
}
on (rollOut) {
treehouse_adventures._visible = false;
}
}
button 11756 {
on (press) {
gotoAndStop('bullshit_wine_1');
}
on (rollOver) {
need_rape._visible = true;
}
on (rollOut) {
need_rape._visible = false;
}
}
button 11758 {
on (press) {
gotoAndStop('flutter_dream');
}
on (rollOver) {
manywonders._visible = true;
}
on (rollOut) {
manywonders._visible = false;
}
}
button 11760 {
on (press) {
gotoAndStop('pinkies_son');
}
on (rollOver) {
bye_equestria._visible = true;
}
on (rollOut) {
bye_equestria._visible = false;
}
}
button 11762 {
on (press) {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('blaster_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('blaster_2');
_root.musica1.musica1.start(0, 999999);
};
gotoAndStop('zerobullshitmode');
}
on (rollOver) {
twilights_experiment._visible = true;
}
on (rollOut) {
twilights_experiment._visible = false;
}
}
frame 1517 {
pinkie._visible = false;
rainbow._visible = false;
twilight._visible = false;
apple._visible = false;
flutter._visible = false;
rarity._visible = false;
cenario.gotoAndStop('parado');
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = true;
}
button 11764 {
on (press) {
gotoAndStop('ra_bonus_1');
}
on (rollOver) {
rarity._visible = true;
}
on (rollOut) {
rarity._visible = false;
}
}
button 11766 {
on (press) {
gotoAndStop('fl_bonus_1');
}
on (rollOver) {
flutter._visible = true;
}
on (rollOut) {
flutter._visible = false;
}
}
button 11768 {
on (press) {
gotoAndStop('aj_bonus_1');
}
on (rollOver) {
apple._visible = true;
}
on (rollOut) {
apple._visible = false;
}
}
button 11770 {
on (press) {
gotoAndStop('ts_bonus_1');
}
on (rollOver) {
twilight._visible = true;
}
on (rollOut) {
twilight._visible = false;
}
}
button 11772 {
on (press) {
gotoAndStop('rd_bonus_1');
}
on (rollOver) {
rainbow._visible = true;
}
on (rollOut) {
rainbow._visible = false;
}
}
button 11774 {
on (press) {
gotoAndStop('pp_bonus_1');
}
on (rollOver) {
pinkie._visible = true;
}
on (rollOut) {
pinkie._visible = false;
}
}
movieClip 11776 {
}
movieClip 11778 {
}
movieClip 11780 {
}
movieClip 11782 {
}
movieClip 11784 {
}
movieClip 11786 {
}
button 11788 {
on (press) {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.ending == 'fapfest') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'boring') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'gitgud') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'death') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'quase_melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('dream');
_root.musica1.musica1.start(0, 999999);
}
}
}
}
}
}
gotoAndStop('morebullshitmode');
cenario.gotoAndStop('parado');
}
}
frame 1519 {
musica1.musica1.stop();
musica1.musica1.attachSound('lon_lon');
musica1.musica1.start(0, 999999);
escuro._visible = false;
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
}
movieClip 11790 {
}
movieClip 11791 {
frame 261 {
stop();
}
}
button 11793 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 11795 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1523 {
_root.musica2.musica2.stop();
_root.musica2.musica2.attachSound('cmc_fall');
_root.musica2.musica2.start(0, 1);
_root.musica2.musica2.onSoundComplete = function () {
_root.musica2.musica2.stop();
};
_root.mundo.volume_musica2 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica2.musica2.setVolume(_root.mundo.volume_musica2);
}
}
button 11797 {
on (press) {
gotoAndStop('bullshit_treehouse_4');
}
}
movieClip 11802 {
frame 49 {
_root.fundo.gotoAndStop('casa');
}
frame 78 {
gotoAndPlay('loop');
}
}
button 11804 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 11812 {
frame 41 {
gotoAndPlay('loop');
}
}
button 11814 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 11832 {
frame 77 {
gotoAndPlay('loop');
}
}
button 11834 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 11836 {
}
movieClip 11847 {
}
movieClip 11852 {
frame 25 {
stop();
}
}
button 11854 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1533 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 11869 {
frame 77 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 106 {
gotoAndPlay('loop');
}
}
button 11871 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1535 {
cmc.gotoAndStop('loop');
}
movieClip 11873 {
frame 79 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.ending == 'fapfest') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'boring') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'gitgud') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'death') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'quase_melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('dream');
_root.musica1.musica1.start(0, 999999);
}
}
}
}
}
}
_root.gotoAndStop('morebullshitmode');
}
}
frame 1537 {
escuro._visible = true;
escuro.gotoAndStop('autisticshit');
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
}
movieClip 11875 {
}
movieClip 11877 {
}
movieClip 11882 {
}
button 11884 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1539 {
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 11893 {
}
movieClip 11894 {
frame 48 {
_root.escuro.gotoAndStop('really_quick_pan');
}
frame 50 {
_root.escuro.gotoAndStop('no_light');
}
frame 54 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 59 {
stop();
}
}
button 11896 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1541 {
escuro.gotoAndStop('frustratedbonbon');
}
movieClip 11898 {
}
button 11900 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_3_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 11906 {
frame 97 {
stop();
}
}
button 11908 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1545 {
escuro.gotoAndStop('tedioinfinitopqp');
}
movieClip 11910 {
}
movieClip 11915 {
frame 26 {
stop();
}
}
button 11917 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1547 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
escuro.gotoAndStop('geheheh_lesbos');
}
movieClip 11919 {
}
movieClip 11927 {
}
movieClip 11935 {
frame 112 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 148 {
gotoAndPlay('loop');
}
}
button 11937 {
on (press) {
if (mascara.pode_continuar == true) {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.ending == 'fapfest') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'boring') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'gitgud') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'death') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'quase_melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('dream');
_root.musica1.musica1.start(0, 999999);
}
}
}
}
}
}
_root.gotoAndStop('morebullshitmode');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1549 {
musica1.musica1.stop();
musica1.musica1.attachSound('bangarang_bit');
musica1.musica1.start(0, 999999);
escuro._visible = true;
escuro.gotoAndStop('no_light');
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
}
movieClip 11939 {
}
movieClip 11946 {
}
button 11947 {
on (press) {
gotoAndStop('bullshit_dj_2');
}
}
movieClip 11949 {
}
movieClip 11954 {
}
button 11955 {
on (press) {
gotoAndStop('bullshit_dj_3');
}
}
movieClip 11957 {
}
movieClip 11962 {
}
button 11963 {
on (press) {
gotoAndStop('bullshit_dj_4');
}
}
movieClip 11972 {
}
button 11973 {
on (press) {
gotoAndStop('bullshit_dj_5');
}
}
movieClip 11975 {
}
movieClip 11980 {
}
button 11982 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_dj_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1559 {
hud._visible = false;
pralertexto._visible = false;
mascara.stop();
}
movieClip 12001 {
}
movieClip 12004 {
}
movieClip 12006 {
}
movieClip 12012 {
}
movieClip 12013 {
frame 47 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('bangarang');
_root.musica1.musica1.start(0, 999999);
_root.escuro.gotoAndStop('flick_lighs');
}
frame 71 {
_root.hud._visible = true;
_root.pralertexto._visible = true;
_root.mascara.play();
}
frame 93 {
_root.escuro.gotoAndStop('flickest');
}
frame 94 {
stop();
}
}
frame 1561 {
escuro._visible = true;
escuro.gotoAndStop('dream_fluttershy');
menu_items.alicorn._visible = false;
menu_items.wings._visible = false;
menu_items.horn._visible = false;
menu_items.earth._visible = true;
menu_items.misterious._visible = false;
musica1.musica1.stop();
musica1.musica1.attachSound('shit_1');
musica1.musica1.start(0, 999999);
musica3.musica3.stop();
musica3.musica3.attachSound('shit_2');
musica3.musica3.start(0, 999999);
mundo.volume_musica1 = 100;
mundo.volume_musica3 = 0;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
musica3.musica3.setVolume(mundo.volume_musica3);
}
}
movieClip 12016 {
}
movieClip 12023 {
}
button 12024 {
on (press) {
gotoAndStop('flutter_dream_2');
}
}
frame 1563 {
escuro.gotoAndStop('dream_fluttershy_2');
}
movieClip 12026 {
}
movieClip 12035 {
}
button 12036 {
on (press) {
gotoAndStop('flutter_dream_3');
}
}
movieClip 12038 {
}
movieClip 12043 {
}
button 12045 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutter_dream_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 12053 {
frame 125 {
gotoAndPlay('loopi');
}
}
button 12055 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutter_dream_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1569 {
escuro.gotoAndStop('no_light');
mundo.volume_musica1 = 0;
mundo.volume_musica3 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
musica3.musica3.setVolume(mundo.volume_musica3);
}
}
movieClip 12057 {
}
movieClip 12063 {
}
button 12064 {
on (press) {
gotoAndStop('flutter_dream_6');
}
}
frame 1571 {
escuro.gotoAndStop('the_shame');
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 12066 {
}
movieClip 12073 {
}
movieClip 12083 {
}
movieClip 12089 {
}
movieClip 12091 {
frame 34 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 77 {
gotoAndPlay('loopi');
}
frame 102 {
_root.escuro.gotoAndStop('ijustwantittoeeend');
}
frame 141 {
_root.escuro.gotoAndStop('the_shame');
}
frame 157 {
_root.gotoAndStop('flutter_dream_8');
}
}
button 12093 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutter_dream_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1573 {
trix.gotoAndPlay('olhando');
}
frame 1575 {
escuro.gotoAndStop('im_stupid_for_making_this_game');
}
movieClip 12095 {
}
movieClip 12114 {
}
movieClip 12130 {
}
movieClip 12131 {
frame 47 {
gotoAndPlay('loopi');
}
frame 64 {
_root.mundo.volume_musica1 = 100;
_root.mundo.volume_musica3 = 0;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
_root.musica3.musica3.setVolume(_root.mundo.volume_musica3);
}
}
frame 105 {
stop();
}
}
button 12133 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutter_dream_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1577 {
trix.gotoAndPlay('thesuckening');
escuro.gotoAndStop('so_stupid_wtf');
transis.stop();
transis._visible = false;
}
button 12134 {
on (press) {
transis.play();
transis._visible = true;
hud._visible = false;
}
}
movieClip 12136 {
frame 68 {
_root.escuro._visible = false;
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.ending == 'fapfest') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'boring') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'gitgud') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'death') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'quase_melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('dream');
_root.musica1.musica1.start(0, 999999);
}
}
}
}
}
}
_root.gotoAndStop('morebullshitmode');
}
}
frame 1579 {
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('deadmau5');
_root.musica1.musica1.start(0, 999999999);
}
movieClip 12138 {
}
movieClip 12142 {
}
movieClip 12150 {
}
movieClip 12153 {
}
movieClip 12167 {
}
movieClip 12169 {
frame 260 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.ending == 'fapfest') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('linkin_park');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'boring') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('chronicles_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('chronicles_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'gitgud') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('beyond_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('beyond_2');
_root.musica1.musica1.start(0, 999999);
};
} else {
if (_root.mundo.ending == 'death') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'quase_melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('aphex');
_root.musica1.musica1.start(0, 999999);
} else {
if (_root.mundo.ending == 'melhor') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('pokemon');
_root.musica1.musica1.start(0, 999999);
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('dream');
_root.musica1.musica1.start(0, 999999);
}
}
}
}
}
}
_root.gotoAndStop('morebullshitmode');
}
}
frame 1581 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
}
movieClip 12171 {
}
movieClip 12177 {
}
button 12178 {
on (press) {
gotoAndStop('aj_bonus_2');
}
}
button 12179 {
on (press) {
gotoAndStop('aj_bonus_3');
}
}
button 12180 {
on (press) {
gotoAndStop('aj_bonus_4');
}
}
button 12181 {
on (press) {
gotoAndStop('aj_bonus_cum');
}
}
frame 1583 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12183 {
}
movieClip 12190 {
}
button 12191 {
on (press) {
gotoAndStop('aj_bonus_1');
}
}
frame 1585 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12200 {
}
frame 1587 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12202 {
}
movieClip 12210 {
}
movieClip 12221 {
frame 65 {
stop();
}
}
button 12222 {
on (press) {
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.gotoAndStop('zerobullshitmode');
}
}
movieClip 12223 {
frame 12 {
stop();
}
}
frame 1591 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
}
movieClip 12225 {
}
movieClip 12234 {
}
button 12235 {
on (press) {
gotoAndStop('fl_bonus_2');
}
}
button 12236 {
on (press) {
gotoAndStop('fl_bonus_3');
}
}
button 12237 {
on (press) {
gotoAndStop('fl_bonus_4');
}
}
button 12238 {
on (press) {
gotoAndStop('fl_bonus_cum');
}
}
frame 1593 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12240 {
}
movieClip 12260 {
}
button 12261 {
on (press) {
gotoAndStop('fl_bonus_1');
}
}
frame 1595 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12263 {
}
movieClip 12274 {
}
frame 1597 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12280 {
}
frame 1599 {
button_end.stop();
button_end._visible = false;
}
movieClip 12282 {
}
movieClip 12293 {
}
movieClip 12309 {
}
movieClip 12313 {
}
movieClip 12315 {
frame 73 {
_root.button_end.play();
_root.button_end._visible = true;
}
frame 81 {
stop();
}
}
button 12316 {
on (press) {
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.gotoAndStop('zerobullshitmode');
}
}
movieClip 12317 {
frame 12 {
stop();
}
}
frame 1601 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
}
movieClip 12319 {
}
movieClip 12328 {
}
button 12329 {
on (press) {
gotoAndStop('pp_bonus_2');
}
}
button 12330 {
on (press) {
gotoAndStop('pp_bonus_3');
}
}
button 12331 {
on (press) {
gotoAndStop('pp_bonus_4');
}
}
button 12332 {
on (press) {
gotoAndStop('pp_bonus_cum');
}
}
frame 1603 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12334 {
}
movieClip 12341 {
}
button 12342 {
on (press) {
gotoAndStop('pp_bonus_1');
}
}
frame 1605 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12344 {
}
movieClip 12350 {
}
frame 1607 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12352 {
}
movieClip 12361 {
}
movieClip 12380 {
frame 64 {
gotoAndPlay('loop');
}
}
button 12381 {
on (press) {
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.gotoAndStop('zerobullshitmode');
}
}
movieClip 12382 {
frame 12 {
stop();
}
}
frame 1611 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = true;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = false;
}
movieClip 12384 {
}
movieClip 12395 {
}
movieClip 12403 {
frame 64 {
gotoAndPlay('looop');
}
}
button 12405 {
on (press) {
gotoAndStop('rd_bonus_2');
}
}
button 12406 {
on (press) {
gotoAndStop('rd_bonus_3');
}
}
button 12407 {
on (press) {
gotoAndStop('rd_bonus_4');
}
}
button 12408 {
on (press) {
gotoAndStop('rd_bonus_cum');
}
}
frame 1613 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12410 {
}
movieClip 12412 {
}
movieClip 12419 {
}
button 12420 {
on (press) {
gotoAndStop('rd_bonus_1');
}
}
frame 1615 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12421 {
}
movieClip 12429 {
}
frame 1617 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12431 {
}
movieClip 12439 {
}
movieClip 12459 {
frame 59 {
stop();
}
}
button 12460 {
on (press) {
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.gotoAndStop('zerobullshitmode');
}
}
movieClip 12461 {
frame 12 {
stop();
}
}
frame 1621 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = false;
_root.menu_items.earth._visible = true;
_root.menu_items.misterious._visible = false;
}
movieClip 12463 {
}
movieClip 12488 {
}
button 12489 {
on (press) {
gotoAndStop('ra_bonus_2');
}
}
button 12490 {
on (press) {
gotoAndStop('ra_bonus_3');
}
}
button 12491 {
on (press) {
gotoAndStop('ra_bonus_4');
}
}
button 12492 {
on (press) {
gotoAndStop('ra_bonus_cum');
}
}
frame 1623 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12499 {
}
button 12500 {
on (press) {
gotoAndStop('ra_bonus_1');
}
}
frame 1625 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12508 {
}
frame 1627 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12510 {
}
movieClip 12518 {
}
frame 1629 {
trecodarar.stop();
trecodarar._visible = false;
}
movieClip 12520 {
}
movieClip 12528 {
}
button 12530 {
on (press) {
if (_root.mundo.lessbullshitmode == true) {
_root.number_1._visible = false;
_root.number_2._visible = false;
_root.number_3._visible = false;
_root.number_4._visible = false;
_root.yay_button._visible = false;
_root.meter._visible = false;
_root.button_end._visible = false;
_root.trecodarar.play();
_root.trecodarar._visible = true;
} else {
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.gotoAndStop('zerobullshitmode');
}
}
}
movieClip 12531 {
frame 12 {
stop();
}
}
movieClip 12533 {
frame 68 {
_root.mundo.yay_end();
}
}
frame 1631 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
_root.menu_items.alicorn._visible = false;
_root.menu_items.wings._visible = false;
_root.menu_items.horn._visible = true;
_root.menu_items.earth._visible = false;
_root.menu_items.misterious._visible = false;
}
movieClip 12535 {
}
movieClip 12555 {
}
button 12556 {
on (press) {
gotoAndStop('ts_bonus_2');
}
}
button 12557 {
on (press) {
gotoAndStop('ts_bonus_3');
}
}
button 12558 {
on (press) {
gotoAndStop('ts_bonus_4');
}
}
button 12559 {
on (press) {
gotoAndStop('ts_bonus_cum_1');
}
}
frame 1633 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12561 {
}
movieClip 12569 {
}
button 12570 {
on (press) {
gotoAndStop('ts_bonus_1');
}
}
frame 1635 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12572 {
}
movieClip 12579 {
}
frame 1637 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 12581 {
}
movieClip 12594 {
}
movieClip 12597 {
}
movieClip 12608 {
}
button 12610 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ts_bonus_cum_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 12612 {
}
movieClip 12618 {
}
button 12620 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ts_bonus_cum_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 12622 {
}
movieClip 12628 {
}
movieClip 12640 {
}
button 12642 {
on (press) {
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.gotoAndStop('zerobullshitmode');
}
}
movieClip 12643 {
frame 12 {
stop();
}
}