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://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
movieClip 2 {
}
movieClip 4 {
}
// unknown tag 88 length 90
movieClip 7 {
}
movieClip 9 {
}
movieClip 11 {
}
movieClip 18 {
}
movieClip 32 {
}
movieClip 33 {
frame 48 {
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
} else {
stop();
}
}
frame 95 {
stop();
}
}
movieClip 35 {
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_1._visible = false;
_root.fundo.zecora_2._visible = false;
_root.fundo.chiado._visible = false;
_root.fundo.derpy._visible = false;
_root.fundo.luna._visible = false;
_root.fundo.celestia._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);
};
_root.gotoAndStop(pony + '_finish');
}
}
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.horario == 8 || _root.mundo.horario == 10 || _root.mundo.horario == 12) {
_root.mundo.noite();
}
if (_root.mundo.horario == 5) {
_root.mundo.dia_a();
}
if (_root.mundo.horario == 3) {
_root.mundo.dia_b();
}
if (_root.mundo.horario == 7) {
_root.mundo.dia_b();
if (_root.mundo.dias_extendido == false) {
if (_root.mundo.quantas_comeu == 6) {
_root.gotoAndStop('ending_1');
} else {
_root.gotoAndStop('ending_2');
}
} else {
_root.gotoAndStop('fake_ending');
}
}
if (_root.mundo.horario == 9) {
_root.mundo.dia_a();
_root.gotoAndStop('sudden_ending');
}
}
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 colisao_nuvem() {
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;
}
}
ending = 'no_ending';
lessbullshitmode = false;
volume_musica1 = 100;
volume_musica2 = 100;
volume_musica3 = 100;
musica_ligada = true;
pony = 'none';
horario = 1;
hora_ceu = 'dia';
dia = 1;
dia_info = 'DAY ' + dia;
money = 0;
money_info = money + ' BITS';
precisa_livro = false;
trixie_puta = false;
forca = 0;
variavelepica = false;
segundavariavelepica = false;
falou_com_rainbow = false;
ja_pegou_bola = false;
presente_no_chao = false;
quando_colocou_presente = 99;
porta_dj_aberta = false;
pedra_quebrada = false;
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;
dias_extendido = 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;
fazenda_musica = false;
fez_fluttershy_cair = false;
ja_comprou_ticket = false;
pinkie_pie_ja_transou = false;
dj_pon3_ja_transou = false;
rainbow_dash_ja_transou = false;
trixie_ja_transou = false;
twilight_sparkle_ja_transou = false;
applejack_ja_transou = false;
fluttershy_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;
shieldbreaker_a_ativo = false;
shieldbreaker_b_ativo = false;
sabe_attackspell_a = false;
attackspell_a_ativo = false;
liberou_bullshit_fluttershy = false;
liberou_bullshit_treehouse = false;
liberou_bullshit_wine = false;
liberou_bullshit_pinkie = false;
liberou_bullshit_dj = false;
main_plaza_pegou_dinheiro = false;
road_1_pegou_dinheiro_1 = false;
road_1_pegou_dinheiro_2 = false;
}
}
movieClip 37 {
frame 1 {
musica1 = new Sound(this);
}
}
movieClip 39 {
frame 1 {
musica2 = new Sound(this);
}
}
movieClip 41 {
frame 1 {
musica3 = new Sound(this);
}
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop('menu');
fade_in._visible = false;
}
}
movieClip 79 {
frame 1 {
stop();
}
}
button 81 {
on (press) {
if (fundo.pode_continuar == true) {
desaparecimento.gotoAndPlay('inicio_animacao');
fundo.gotoAndPlay('horadejogar');
hud1._visible = false;
hud2._visible = false;
hud._visible = false;
}
}
}
button 82 {
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;
}
}
}
}
button 83 {
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 85 {
}
movieClip 87 {
frame 1 {
stop();
}
}
movieClip 91 {
}
movieClip 93 {
frame 1 {
stop();
}
}
movieClip 97 {
frame 1 {
stop();
}
}
movieClip 107 {
}
movieClip 108 {
frame 70 {
stop();
}
}
movieClip 111 {
}
movieClip 142 {
}
movieClip 144 {
}
movieClip 159 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 166 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 174 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 175 {
}
movieClip 180 {
}
movieClip 187 {
}
movieClip 189 {
}
movieClip 204 {
}
movieClip 210 {
}
movieClip 237 {
}
movieClip 242 {
}
movieClip 251 {
}
movieClip 260 {
}
movieClip 268 {
}
movieClip 288 {
}
movieClip 290 {
}
movieClip 309 {
}
movieClip 324 {
}
movieClip 338 {
}
movieClip 340 {
}
movieClip 356 {
}
movieClip 358 {
}
movieClip 360 {
}
movieClip 364 {
}
movieClip 368 {
}
movieClip 374 {
frame 26 {
stop();
}
}
movieClip 376 {
}
movieClip 378 {
}
movieClip 379 {
frame 127 {
stop();
}
}
movieClip 382 {
}
movieClip 387 {
}
movieClip 388 {
}
movieClip 398 {
}
movieClip 400 {
}
movieClip 407 {
}
movieClip 409 {
}
movieClip 411 {
}
movieClip 413 {
}
movieClip 415 {
}
movieClip 416 {
frame 84 {
stop();
}
}
movieClip 425 {
}
movieClip 427 {
}
movieClip 431 {
}
movieClip 449 {
}
movieClip 466 {
}
movieClip 468 {
}
movieClip 476 {
}
movieClip 478 {
}
movieClip 480 {
}
movieClip 482 {
}
movieClip 484 {
}
movieClip 487 {
frame 1 {
stop();
}
}
movieClip 492 {
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_1._visible = false;
zecora_2._visible = false;
chiado._visible = false;
derpy._visible = false;
luna._visible = false;
celestia._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 494 {
}
movieClip 495 {
}
movieClip 496 {
frame 1 {
efeito_funfou = false;
}
frame 79 {
gotoAndPlay(1);
}
frame 85 {
efeito_funfou = true;
}
frame 90 {
stop();
}
}
instance rd of movieClip 496 {
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 497 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance aj of movieClip 497 {
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 498 {
frame 1 {
efeito_funfou = false;
}
frame 65 {
gotoAndPlay(1);
}
frame 70 {
efeito_funfou = true;
}
frame 75 {
stop();
}
}
instance fll of movieClip 498 {
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 499 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance pp of movieClip 499 {
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 500 {
frame 1 {
efeito_funfou = false;
}
frame 67 {
gotoAndPlay(1);
}
frame 72 {
efeito_funfou = true;
}
frame 77 {
stop();
}
}
instance ts of movieClip 500 {
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 501 {
frame 1 {
efeito_funfou = false;
}
frame 130 {
gotoAndPlay(1);
}
frame 135 {
efeito_funfou = true;
}
frame 140 {
stop();
}
}
instance ra of movieClip 501 {
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 503 {
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 504 {
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 505 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = true;
fundo.chiado._visible = true;
fundo.luna._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = false;
fundo.chiado._visible = false;
fundo.luna._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 506 {
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);
};
}
}
}
}
button 507 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = true;
fundo.zecora_1._visible = true;
fundo.zecora_2._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = false;
fundo.zecora_1._visible = false;
fundo.zecora_2._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);
}
}
}
}
button 508 {
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) {
} 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 509 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = true;
fundo.celestia._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = false;
fundo.celestia._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 512 {
frame 11 {
stop();
}
}
frame 9 {
menu_items._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.twilight_sparkle_ja_transou = false;
mundo.applejack_ja_transou = false;
mundo.fluttershy_ja_transou = false;
mundo.meter = 0;
mundo.meter_japiscou = false;
mundo.quantas_comeu = 0;
}
movieClip 518 {
}
movieClip 523 {
}
movieClip 525 {
frame 105 {
stop();
}
}
movieClip 543 {
}
movieClip 551 {
frame 1 {
stop();
}
frame 36 {
stop();
}
frame 38 {
stop();
}
frame 48 {
stop();
}
frame 50 {
stop();
}
frame 52 {
stop();
}
frame 66 {
stop();
}
}
movieClip 553 {
}
movieClip 558 {
frame 1 {
pode_continuar = false;
}
frame 101 {
stop();
pode_continuar = true;
}
}
button 560 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 562 {
on (press) {
eat_the_muffin._visible = false;
pralertexto._visible = false;
_root.menu_items._visible = false;
_root.abrir_button._visible = true;
}
}
movieClip 564 {
}
movieClip 566 {
}
movieClip 569 {
}
button 571 {
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 573 {
}
movieClip 575 {
}
movieClip 577 {
}
button 578 {
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 583 {
}
movieClip 585 {
}
movieClip 587 {
}
movieClip 589 {
}
movieClip 591 {
}
button 595 {
on (press) {
pralertexto._visible = true;
eat_the_muffin._visible = true;
}
}
button 597 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 599 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 601 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 603 {
on (press) {
vinho._visible = true;
pralertexto._visible = true;
}
}
button 605 {
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 606 {
}
button 612 {
on (press) {
_root.menu_items.pralertexto._visible = false;
_root.menu_items.eat_the_muffin._visible = false;
}
}
button 616 {
on (press) {
_root.menu_items.muffin._visible = false;
_root.mundo.possui_muffin = false;
_root.menu_items.eat_the_muffin._visible = false;
if (_root.mundo.sabe_shieldbreaker_a == false) {
_root.menu_items.no_significant_effects._visible = true;
} else {
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.mundo.sabe_shieldbreaker_b = true;
_root.menu_items.shield_breaker_b._visible = true;
_root.menu_items.shield_breaker_b._alpha = 60;
_root.menu_items.shield_breaker_button._visible = true;
}
}
}
}
movieClip 617 {
}
button 619 {
on (press) {
no_significant_effects._visible = false;
pralertexto._visible = false;
}
}
button 621 {
on (press) {
shield_unlocked_a._visible = false;
shield_unlocked_b._visible = true;
}
}
button 623 {
on (press) {
shield_unlocked_b._visible = false;
pralertexto._visible = false;
}
}
button 625 {
on (press) {
no_effect._visible = false;
pralertexto._visible = false;
}
}
button 627 {
on (press) {
boring_book._visible = false;
pralertexto._visible = false;
}
}
button 629 {
on (press) {
boring_book_twilight._visible = false;
pralertexto._visible = false;
}
}
button 631 {
on (press) {
vinho._visible = false;
pralertexto._visible = false;
}
}
button 634 {
on (press) {
if (_root.mundo.shieldbreaker_a_ativo == true) {
_root.mundo.shieldbreaker_a_ativo = false;
_root.mundo.shieldbreaker_b_ativo = true;
shield_breaker_a._alpha = 60;
shield_breaker_b._alpha = 100;
} else {
_root.mundo.shieldbreaker_a_ativo = true;
_root.mundo.shieldbreaker_b_ativo = false;
shield_breaker_a._alpha = 100;
shield_breaker_b._alpha = 60;
}
}
}
movieClip 636 {
}
movieClip 638 {
}
movieClip 640 {
}
movieClip 642 {
}
movieClip 644 {
frame 1 {
magic_attack_a._visible = false;
shield_breaker._visible = false;
shield_breaker_a._visible = false;
shield_breaker_b._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;
}
}
button 648 {
on (press) {
menu_items._visible = true;
abrir_button._visible = false;
}
}
movieClip 650 {
frame 52 {
stop();
}
}
movieClip 658 {
frame 39 {
gotoAndPlay('loop');
}
}
button 660 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 665 {
}
movieClip 686 {
frame 66 {
gotoAndPlay('loop');
}
}
button 688 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 694 {
frame 59 {
stop();
}
}
button 696 {
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 699 {
}
movieClip 701 {
frame 1 {
stop();
}
frame 20 {
stop();
}
frame 23 {
stop();
}
}
movieClip 704 {
}
movieClip 706 {
frame 1 {
stop();
}
frame 13 {
stop();
}
frame 16 {
stop();
}
}
movieClip 709 {
frame 1 {
stop();
}
}
movieClip 711 {
}
movieClip 724 {
}
movieClip 746 {
}
movieClip 754 {
frame 22 {
stop();
}
}
movieClip 781 {
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 785 {
frame 1 {
pode_continuar = false;
}
frame 111 {
stop();
pode_continuar = true;
}
}
button 787 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 789 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('main_plaza');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 794 {
}
movieClip 802 {
}
movieClip 807 {
}
movieClip 808 {
frame 16 {
stop();
}
}
movieClip 820 {
}
movieClip 824 {
}
movieClip 825 {
frame 35 {
stop();
}
}
button 827 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 829 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 25 {
trixie.gotoAndStop('sprite_2');
}
button 831 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 833 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 29 {
trixie.gotoAndStop('sprite_1');
}
movieClip 835 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
}
}
button 839 {
on (press) {
_root.gotoAndStop('get_horn');
}
}
button 843 {
on (press) {
_root.gotoAndStop('get_wings');
}
}
movieClip 853 {
frame 34 {
gotoAndPlay('loop');
}
}
button 854 {
on (press) {
gotoAndStop('get_horn');
}
}
button 855 {
on (press) {
gotoAndStop('get_wings');
}
}
button 860 {
on (press) {
gotoAndStop('get_normal');
}
}
movieClip 863 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 864 {
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 880 {
}
movieClip 887 {
}
movieClip 888 {
frame 40 {
gotoAndPlay(1);
}
}
movieClip 889 {
frame 73 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 105 {
stop();
}
}
button 891 {
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 {
menu_items.earth._visible = false;
menu_items.horn._visible = true;
menu_items.wings._visible = false;
}
movieClip 895 {
}
movieClip 909 {
frame 1 {
if (_root.mundo.winged == false) {
gotoAndPlay('horny');
}
}
frame 47 {
_root.mundo.horned = true;
_root.mundo.winged = false;
_root.gotoAndStop('main_plaza');
}
}
frame 49 {
menu_items.earth._visible = false;
menu_items.horn._visible = false;
menu_items.wings._visible = true;
}
movieClip 911 {
}
movieClip 927 {
frame 1 {
if (_root.mundo.horned == false) {
gotoAndPlay('wingy');
}
}
frame 47 {
_root.mundo.horned = false;
_root.mundo.winged = true;
_root.gotoAndStop('main_plaza');
}
}
frame 51 {
menu_items.earth._visible = true;
menu_items.horn._visible = false;
menu_items.wings._visible = false;
}
movieClip 947 {
frame 1 {
if (_root.mundo.winged == true) {
gotoAndPlay('wingy');
} else {
gotoAndPlay('horny');
}
}
frame 41 {
_root.mundo.horned = false;
_root.mundo.winged = false;
_root.gotoAndStop('main_plaza');
}
frame 80 {
_root.mundo.horned = false;
_root.mundo.winged = false;
_root.gotoAndStop('main_plaza');
}
}
frame 53 {
mundo.pony = 'trixie';
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 956 {
}
movieClip 965 {
}
movieClip 992 {
}
movieClip 999 {
frame 30 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 64 {
gotoAndPlay('loop');
}
frame 147 {
_root.gotoAndStop('trixie_bitch_3');
}
}
button 1001 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1003 {
on (press) {
if (mascara.pode_continuar == true) {
pralertexto._visible = false;
mascara.gotoAndStop(1);
trixie.gotoAndPlay('fusrodah');
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 57 {
pralertexto._visible = true;
}
movieClip 1016 {
frame 57 {
gotoAndPlay('loop');
}
}
button 1018 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1058 {
frame 67 {
gotoAndPlay('loop');
}
frame 146 {
_root.gotoAndStop('trixie_sex_1');
}
}
button 1060 {
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');
}
}
}
frame 61 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
magia._visible = false;
mundo.pony = 'trixie_rape';
}
movieClip 1108 {
frame 85 {
_root.magia._visible = true;
}
frame 96 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 111 {
gotoAndPlay('loop');
}
}
movieClip 1112 {
}
button 1114 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_raeptime_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1122 {
frame 30 {
gotoAndPlay('loop');
}
}
button 1124 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_raeptime_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1147 {
}
movieClip 1148 {
frame 88 {
_root.feitico._visible = false;
stop();
}
}
movieClip 1153 {
}
button 1155 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_raeptime_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1185 {
frame 112 {
_root.gotoAndStop('trixie_rape_1');
}
}
frame 69 {
ceu_dia.gotoAndStop('clean');
}
movieClip 1190 {
}
button 1192 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 71 {
ceu_dia.gotoAndStop('main_plaza');
}
movieClip 1221 {
frame 47 {
stop();
}
}
movieClip 1222 {
frame 57 {
_root.pralertexto._visible = false;
_root.mascara.gotoAndStop(1);
}
frame 60 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('happy_theme');
_root.musica1.musica1.start(0, 999999);
}
frame 181 {
_root.gotoAndStop('ending_1_b');
}
}
frame 73 {
hud._visible = false;
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 1241 {
frame 74 {
gotoAndPlay('loop');
}
}
movieClip 1246 {
frame 25 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 54 {
gotoAndPlay('loop');
}
}
button 1248 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1251 {
}
movieClip 1261 {
frame 41 {
stop();
}
}
movieClip 1265 {
}
movieClip 1292 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 63 {
stop();
}
}
button 1293 {
on (press) {
gotoAndStop('ending_1_d');
}
}
movieClip 1298 {
}
movieClip 1318 {
frame 98 {
_root.gotoAndStop('got_everypony');
}
}
frame 79 {
ceu_dia.gotoAndStop('clean');
}
button 1320 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 81 {
ceu_dia.gotoAndStop('main_plaza');
}
movieClip 1321 {
}
movieClip 1335 {
frame 50 {
_root.gotoAndStop('ending_2_b');
}
}
movieClip 1344 {
}
movieClip 1349 {
frame 39 {
gotoAndPlay('loop');
}
}
button 1351 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1353 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_d');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1361 {
frame 143 {
_root.gotoAndStop('final_pouco_pony');
}
}
frame 89 {
ceu_dia.gotoAndStop('main_plaza');
}
button 1365 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fake_ending_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1368 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fake_ending_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1370 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fake_ending_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1372 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fake_ending_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 99 {
mundo.falou_com_rainbow = true;
}
movieClip 1377 {
}
movieClip 1381 {
}
movieClip 1386 {
}
button 1388 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1390 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
}
}
button 1395 {
on (press) {
_root.gotoAndStop('rainbow_dash_14');
}
}
button 1399 {
on (press) {
_root.gotoAndStop('rainbow_dash_4');
}
}
button 1401 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('clouds');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1421 {
frame 25 {
stop();
}
}
movieClip 1422 {
frame 44 {
stop();
}
}
button 1424 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1433 {
frame 40 {
gotoAndPlay('loop');
}
}
button 1435 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1437 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
button 1441 {
on (press) {
_root.gotoAndStop('rainbow_dash_7');
}
}
button 1442 {
on (press) {
_root.gotoAndStop('rainbow_dash_8');
}
}
button 1444 {
on (press) {
mascara.gotoAndStop('fim_da_fala');
}
}
movieClip 1455 {
}
movieClip 1456 {
frame 17 {
stop();
}
}
button 1458 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1460 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1464 {
on (press) {
_root.gotoAndStop('rainbow_dash_11');
}
}
button 1467 {
on (press) {
gotoAndStop('rainbow_dash_14');
}
}
button 1471 {
on (press) {
gotoAndStop('rainbow_dash_13');
}
}
movieClip 1482 {
}
movieClip 1490 {
}
movieClip 1496 {
}
movieClip 1497 {
frame 89 {
stop();
}
}
button 1503 {
on (press) {
gotoAndStop('race');
}
}
button 1508 {
on (press) {
gotoAndStop('race');
}
}
frame 133 {
musica1.musica1.stop();
musica1.musica1.attachSound('lost_race');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
pralertexto._visible = false;
}
movieClip 1512 {
}
movieClip 1533 {
frame 96 {
if (_root.mundo.corrida2perdeu == false) {
_root.gotoAndStop('race_derrota_1');
} else {
if (_root.mundo.corrida3perdeu == false) {
_root.gotoAndStop('race_derrota_2');
} else {
if (_root.mundo.corrida4perdeu == false) {
_root.gotoAndStop('race_derrota_5');
} else {
_root.gotoAndStop('race_derrota_7');
}
}
}
}
}
frame 135 {
pralertexto._visible = true;
}
movieClip 1553 {
frame 70 {
gotoAndPlay('loop');
}
}
movieClip 1554 {
frame 24 {
stop();
}
}
button 1556 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 137 {
pralertexto._visible = true;
}
movieClip 1558 {
frame 24 {
stop();
}
}
button 1560 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1562 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1564 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 143 {
pralertexto._visible = true;
}
movieClip 1566 {
frame 24 {
stop();
}
}
button 1568 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1570 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 147 {
pralertexto._visible = true;
}
movieClip 1580 {
}
movieClip 1584 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_1');
}
}
movieClip 1591 {
}
movieClip 1604 {
}
movieClip 1606 {
}
movieClip 1608 {
}
movieClip 1610 {
}
movieClip 1612 {
}
movieClip 1614 {
}
movieClip 1616 {
}
movieClip 1620 {
}
movieClip 1623 {
frame 148 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_2');
}
}
movieClip 1625 {
}
movieClip 1629 {
}
movieClip 1630 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_4');
}
}
movieClip 1633 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_6');
}
}
frame 159 {
escuro.gotoAndPlay('rainbow_enough_1');
ceu_noite.gotoAndStop('clouds');
}
frame 161 {
escuro.gotoAndPlay('rainbow_enough_1');
ceu_noite.gotoAndStop('clouds');
}
button 1636 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 165 {
ceu_noite.gotoAndStop('clouds');
escuro.gotoAndStop('rainbow_cake');
}
movieClip 1642 {
}
button 1644 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1650 {
}
movieClip 1659 {
}
button 1661 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1662 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
button 1666 {
on (press) {
gotoAndStop('rainbow_lost_4');
}
}
button 1670 {
on (press) {
gotoAndStop('rainbow_lost_3');
}
}
movieClip 1683 {
frame 44 {
gotoAndPlay('loop');
}
}
button 1685 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1688 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1692 {
on (press) {
gotoAndStop('rainbow_lost_6');
}
}
button 1695 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 183 {
hud._visible = false;
mascara.gotoAndStop(1);
}
movieClip 1711 {
frame 22 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 58 {
gotoAndPlay('loop');
}
}
button 1713 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1714 {
on (press) {
gotoAndStop('rainbow_lost_9');
}
}
movieClip 1729 {
frame 48 {
gotoAndPlay('loop');
}
}
frame 189 {
hud._visible = false;
mascara.stop();
pralertexto._visible = false;
}
movieClip 1731 {
}
movieClip 1747 {
frame 36 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 55 {
gotoAndPlay('loop');
}
}
button 1749 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1754 {
}
button 1759 {
on (press) {
_root.gotoAndStop('rainbow_stand_3');
}
}
movieClip 1760 {
frame 13 {
stop();
}
}
frame 193 {
mundo.pony = 'rainbow_dash';
pralertexto._visible = false;
mascara.stop();
}
movieClip 1791 {
frame 39 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 101 {
_root.gotoAndStop('rainbow_sex_1');
}
}
movieClip 1794 {
}
movieClip 1805 {
}
button 1807 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1808 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 1809 {
on (press) {
gotoAndStop('scarecrow_dance');
}
}
button 1812 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_day_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 203 {
musica1.musica1.stop();
musica1.musica1.attachSound('passing_time');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
}
movieClip 1834 {
frame 262 {
_root.mundo.pass_time();
_root.gotoAndStop('scarecrow_place');
}
}
movieClip 1836 {
}
movieClip 1841 {
}
movieClip 1843 {
}
button 1847 {
on (press) {
gotoAndStop('ms_cake_4');
}
}
button 1851 {
on (press) {
gotoAndStop('received_muffin');
}
}
movieClip 1854 {
}
movieClip 1855 {
frame 12 {
stop();
}
}
button 1857 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ms_cake_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1859 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('received_present');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1861 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('sugarcube_corner_inside');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 213 {
mundo.falou_com_spike = true;
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 1863 {
}
movieClip 1865 {
}
movieClip 1880 {
frame 22 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 72 {
gotoAndPlay('loop');
}
}
button 1882 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1887 {
}
button 1889 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 217 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 1901 {
frame 37 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 66 {
gotoAndPlay('loop');
}
}
button 1903 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1908 {
}
button 1912 {
on (press) {
gotoAndStop('spike_5');
}
}
button 1916 {
on (press) {
gotoAndStop('spike_5');
}
}
frame 221 {
spike.gotoAndStop('parado');
}
movieClip 1919 {
frame 90 {
if (_root.mundo.possui_ticket == false) {
_root.gotoAndStop('spike_6');
} else {
_root.gotoAndStop('spike_6_a');
}
}
}
movieClip 1921 {
}
movieClip 1928 {
frame 22 {
stop();
}
}
movieClip 1930 {
frame 12 {
stop();
}
}
button 1932 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1935 {
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 229 {
mundo.deu_ticket_spike = true;
mundo.dia_spike_espera = mundo.horario;
possui_ticket = false;
menu_items.ticket._visible = false;
}
movieClip 1937 {
}
movieClip 1938 {
frame 12 {
stop();
}
}
button 1940 {
on (press) {
gotoAndStop('tree_top');
}
}
movieClip 1943 {
}
movieClip 1946 {
frame 41 {
stop();
}
}
frame 231 {
mundo.deu_ticket_spike = true;
mundo.dia_spike_espera = mundo.horario;
possui_ticket = false;
menu_items.ticket._visible = false;
}
movieClip 1951 {
}
movieClip 1957 {
}
button 1959 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('tree_top');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1964 {
}
button 1966 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1968 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1975 {
frame 37 {
gotoAndPlay('loop');
}
}
frame 241 {
mundo.pony = 'twilight_sparkle';
musica1.musica1.stop();
}
button 1979 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 245 {
escuro.gotoAndPlay('spike_1');
musica1.musica1.attachSound('twilight_big');
musica1.musica1.start(0, 999999);
}
movieClip 1983 {
}
movieClip 1992 {
frame 40 {
gotoAndPlay('loop');
}
}
movieClip 1997 {
}
movieClip 1998 {
frame 57 {
_root.escuro.gotoAndStop('no_light');
}
frame 63 {
stop();
}
}
button 2000 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 247 {
escuro.gotoAndStop('spike_2');
}
movieClip 2005 {
}
button 2007 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 249 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
escuro.gotoAndPlay('spike_2');
}
movieClip 2018 {
}
movieClip 2024 {
}
movieClip 2048 {
}
movieClip 2050 {
frame 58 {
_root.escuro.gotoAndStop('no_light');
}
frame 103 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 113 {
stop();
}
frame 129 {
_root.gotoAndStop('twilight_sex_1');
}
}
button 2052 {
on (press) {
if (mascara.pode_continuar == true) {
spriteslol.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 251 {
mundo.viu_twilight = true;
musica1.musica1.stop();
musica1.musica1.attachSound('twilight_small');
musica1.musica1.start(0, 999999);
}
movieClip 2054 {
}
movieClip 2056 {
}
movieClip 2060 {
}
button 2062 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2071 {
frame 37 {
gotoAndPlay('loop');
}
}
button 2073 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2087 {
frame 61 {
gotoAndPlay('loop');
}
}
movieClip 2093 {
frame 14 {
stop();
}
}
button 2095 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2100 {
}
button 2102 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2104 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2108 {
on (press) {
gotoAndStop('twilight_sparkle_8');
}
}
button 2112 {
on (press) {
gotoAndStop('twilight_sparkle_7');
}
}
button 2115 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 265 {
twilight.gotoAndPlay('loop');
}
button 2117 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('tree');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2119 {
}
movieClip 2124 {
}
movieClip 2154 {
frame 144 {
gotoAndPlay('loop');
}
}
button 2156 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 271 {
mundo.viu_spike = true;
mundo.quando_viu_spike = mundo.horario;
mundo.precisa_livro = true;
mundo.talked_with_twilight = true;
}
movieClip 2158 {
}
movieClip 2172 {
frame 93 {
stop();
}
}
movieClip 2195 {
frame 32 {
stop();
}
}
movieClip 2197 {
}
movieClip 2199 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
}
frame 93 {
stop();
}
}
button 2201 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2206 {
}
button 2208 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_12');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2210 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_13');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2212 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('library');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2214 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_book_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2218 {
frame 49 {
_root.gotoAndStop('twilight_book_3');
}
}
frame 283 {
mundo.dias_extendido = true;
}
button 2220 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_book_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2222 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_book_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2225 {
}
movieClip 2228 {
frame 1 {
stop();
}
}
button 2230 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2232 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2234 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('road_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 295 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 2236 {
}
movieClip 2268 {
frame 21 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 100 {
stop();
}
}
movieClip 2273 {
}
movieClip 2279 {
}
movieClip 2281 {
}
movieClip 2282 {
frame 46 {
stop();
}
}
button 2284 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2286 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2293 {
}
movieClip 2298 {
}
movieClip 2299 {
frame 21 {
stop();
}
}
button 2301 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2303 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bolder_quebrada');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 303 {
mundo.falou_com_applejack = true;
}
movieClip 2305 {
}
movieClip 2310 {
}
button 2312 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2314 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2316 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2321 {
}
button 2323 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('farm_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2330 {
}
button 2332 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2334 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2336 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2337 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 321 {
musica1.musica1.stop();
}
movieClip 2344 {
frame 36 {
gotoAndPlay('loop');
}
}
movieClip 2346 {
frame 1 {
stop();
}
frame 51 {
_root.gotoAndStop('applejack_barn');
}
}
button 2348 {
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 325 {
musica1.musica1.stop();
}
movieClip 2354 {
}
button 2356 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_reaction_4_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 327 {
mundo.pony = 'applejack';
pralertexto._visible = true;
}
movieClip 2358 {
}
movieClip 2394 {
}
movieClip 2419 {
}
movieClip 2437 {
}
movieClip 2445 {
}
movieClip 2456 {
frame 74 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 227 {
_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 281 {
_root.gotoAndStop('applejack_barn_2');
_root.pralertexto._visible = true;
}
frame 339 {
gotoAndPlay('loop');
}
}
button 2459 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_barn_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2469 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 2471 {
frame 1 {
stop();
}
frame 36 {
_root.gotoAndStop('applejack_sex_1');
}
}
button 2473 {
on (press) {
if (mascara.pode_continuar == true) {
hud._visible = false;
applejack.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2478 {
}
movieClip 2480 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 2484 {
on (press) {
gotoAndStop('farm_1');
}
}
button 2488 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 335 {
bigmac.gotoAndPlay(1);
}
movieClip 2498 {
frame 26 {
stop();
}
}
movieClip 2500 {
frame 1 {
pode_continuar = false;
}
frame 19 {
stop();
pode_continuar = true;
}
}
button 2502 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('big_mac_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 337 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
button 2503 {
on (press) {
gotoAndStop('quick_return');
}
}
button 2507 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 338 {
stop();
}
movieClip 2518 {
}
movieClip 2522 {
}
movieClip 2557 {
frame 276 {
gotoAndPlay('loop');
}
}
frame 339 {
gotoAndStop('farm_1');
}
frame 339 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
frame 341 {
mundo.viu_cmc = true;
}
movieClip 2559 {
}
movieClip 2564 {
frame 12 {
stop();
}
}
button 2567 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2571 {
frame 34 {
stop();
}
}
button 2573 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2576 {
frame 29 {
stop();
}
}
button 2578 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2580 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2586 {
frame 40 {
stop();
}
}
button 2588 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2590 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2592 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2599 {
frame 52 {
_root.gotoAndStop('treehouse');
}
}
frame 357 {
mundo.ja_viu_berry = true;
pralertexto._visible = false;
mascara.gotoAndStop(1);
}
movieClip 2602 {
}
movieClip 2605 {
}
movieClip 2623 {
}
movieClip 2636 {
}
movieClip 2639 {
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 359 {
mascara.stop();
}
movieClip 2653 {
}
movieClip 2658 {
}
movieClip 2659 {
frame 49 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 105 {
stop();
}
}
button 2661 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('city_2_raped');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2670 {
}
frame 363 {
if (mundo.pegou_garrafa_vinho == true) {
bottle._visible = false;
}
}
movieClip 2672 {
}
movieClip 2676 {
}
movieClip 2678 {
}
movieClip 2680 {
}
button 2682 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('buy_ticket_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2683 {
on (press) {
gotoAndStop('estacao');
}
}
button 2687 {
on (press) {
gotoAndStop('got_ticket');
}
}
frame 367 {
mundo.pony = 'fluttershy';
}
movieClip 2689 {
}
movieClip 2694 {
}
button 2696 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutterfuck_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2704 {
frame 41 {
gotoAndPlay('loop');
}
}
button 2706 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('flutterfuck_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 371 {
if (mundo.winged == false) {
player_olhando.wings._visible = false;
}
if (mundo.horned == false) {
player_olhando.horn._visible = false;
}
}
movieClip 2708 {
}
movieClip 2718 {
}
movieClip 2724 {
}
movieClip 2732 {
frame 48 {
_root.gotoAndStop('flutterfuck_4');
}
}
movieClip 2738 {
frame 17 {
stop();
}
}
movieClip 2740 {
frame 42 {
_root.gotoAndStop('fluttershy_sex_1');
}
}
frame 375 {
escuro._visible = false;
}
movieClip 2743 {
}
movieClip 2746 {
}
movieClip 2747 {
}
button 2749 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2774 {
frame 77 {
stop();
}
}
button 2776 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2789 {
frame 119 {
gotoAndPlay('loop');
}
}
button 2791 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 381 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
}
movieClip 2793 {
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 2814 {
frame 83 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = 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);
};
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
}
frame 129 {
stop();
}
}
button 2816 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_room');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 383 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
if (mundo.horned == false) {
flur.horn._visible = false;
}
if (mundo.winged == false) {
flur.wings._visible = false;
}
mundo.fez_fluttershy_cair = true;
}
movieClip 2834 {
}
movieClip 2844 {
}
movieClip 2871 {
frame 72 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 113 {
gotoAndPlay('loop');
}
}
button 2873 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2877 {
on (press) {
gotoAndStop('fluttershy_7');
}
}
button 2881 {
on (press) {
gotoAndStop('fluttershy_b_1');
}
}
movieClip 2883 {
}
button 2885 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2895 {
}
movieClip 2903 {
frame 57 {
stop();
}
}
button 2905 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2910 {
}
button 2912 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2920 {
frame 96 {
stop();
}
}
button 2922 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2923 {
on (press) {
gotoAndStop('fluttershy_12');
}
}
button 2927 {
on (press) {
_root.gotoAndStop('fluttershy_b_6');
}
}
movieClip 2936 {
frame 117 {
gotoAndPlay('loop');
}
}
button 2938 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_13');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2942 {
on (press) {
_root.gotoAndStop('fluttershy_b_8');
}
}
button 2946 {
on (press) {
gotoAndStop('fluttershy_14');
}
}
movieClip 2957 {
frame 43 {
gotoAndPlay('loop');
}
}
button 2959 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_15');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2975 {
}
movieClip 2982 {
frame 66 {
gotoAndPlay('loop');
}
}
movieClip 2983 {
frame 131 {
stop();
}
}
movieClip 2988 {
frame 1 {
pode_continuar = false;
}
frame 149 {
stop();
pode_continuar = true;
}
}
button 2990 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_16');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2994 {
on (press) {
gotoAndStop('flutterfuck_1');
}
}
button 2998 {
on (press) {
_root.gotoAndStop('fluttershy_b_11');
}
}
movieClip 3010 {
frame 34 {
gotoAndPlay('loop');
}
}
button 3012 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_2_conti');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3016 {
on (press) {
mundo.fluttershy_caida_chorando = true;
gotoAndStop('fluttershy_room');
}
}
button 3020 {
on (press) {
_root.gotoAndStop('fluttershy_b_3');
}
}
movieClip 3022 {
}
movieClip 3028 {
frame 78 {
gotoAndPlay('loop');
}
}
button 3030 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3031 {
on (press) {
gotoAndStop('fluttershy_b_5');
}
}
button 3035 {
on (press) {
gotoAndStop('fluttershy_b_3_2');
}
}
movieClip 3041 {
}
button 3043 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3044 {
frame 90 {
stop();
}
}
button 3047 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 423 {
mundo.fluttershy_sad = false;
mundo.fluttershy_sad_2 = true;
mundo.fluttershy_caida_chorando = false;
}
movieClip 3052 {
}
movieClip 3058 {
}
button 3060 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_8_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3070 {
frame 40 {
gotoAndPlay('loop');
}
}
button 3072 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3077 {
}
button 3080 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_b_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 431 {
mundo.fluttershy_sad = true;
mundo.fluttershy_sad_2 = false;
mundo.fluttershy_caida_chorando = false;
}
frame 433 {
mundo.kissed_fluttershy = true;
}
movieClip 3093 {
}
movieClip 3094 {
frame 10 {
stop();
}
}
movieClip 3104 {
frame 138 {
_root.gotoAndStop('flutterwindow_fechado');
}
}
frame 435 {
musica1.musica1.stop();
musica1.musica1.attachSound('zecora');
musica1.musica1.start(0, 999999);
}
movieClip 3106 {
}
movieClip 3122 {
}
movieClip 3127 {
}
movieClip 3128 {
frame 59 {
stop();
}
}
button 3130 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3136 {
}
button 3138 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3173 {
frame 132 {
_root.gotoAndStop('zecora_4');
}
}
frame 441 {
pralertexto._visible = false;
mascara.gotoAndStop(1);
clicable._visible = false;
}
movieClip 3209 {
frame 170 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
_root.clicable._visible = true;
}
frame 270 {
gotoAndPlay('loop');
}
}
button 3211 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('zecora_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 443 {
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
musica1.musica1.stop();
musica1.musica1.attachSound('chrysalis_1');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('chrysalis_2');
musica1.musica1.start(0, 999999);
};
}
movieClip 3220 {
frame 45 {
stop();
}
frame 98 {
_root.gotoAndStop('queen_sex_1');
}
}
button 3222 {
on (press) {
if (mascara.pode_continuar == true) {
clicable._visible = false;
zecora.gotoAndPlay('brilho');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3225 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('gotta_die_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 3228 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('gotta_die_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3231 {
frame 26 {
stop();
}
}
button 3233 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('gotta_die_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 461 {
ceu_dia.gotoAndStop('main_plaza');
ceu_noite.gotoAndStop('main_plaza');
escuro.gotoAndStop('main_plaza');
if (mundo.hora_ceu == 'dia') {
sleeping1._visible = false;
sleeping2._visible = false;
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
fundo.gotoAndStop('noite');
trixie._visible = false;
if (mundo.trixie_ja_transou == false) {
sleeping2._visible = false;
} else {
sleeping1._visible = false;
}
}
if (mundo.winged == false) {
up_arrow._visible = false;
}
if (mundo.main_plaza_pegou_dinheiro == true) {
moedinhas._visible = false;
}
}
movieClip 3254 {
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.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');
}
}
}
}
}
}
}
movieClip 3256 {
}
movieClip 3258 {
}
movieClip 3265 {
}
button 3268 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 3269 {
on (press) {
gotoAndStop('city_1');
}
}
button 3270 {
on (press) {
gotoAndStop('main_plaza_ponyville');
}
}
button 3271 {
on (press) {
if (mundo.hora_ceu == 'dia') {
trixie.gotoAndPlay('looksatyou');
} else {
escuro.gotoAndStop('no_light');
if (mundo.trixie_ja_transou == false) {
if (mundo.shield_quebrado == false) {
gotoAndStop('observando_trixie');
} else {
gotoAndStop('observando_trixie_READY');
}
} else {
if (mundo.shield_quebrado_2 == false) {
gotoAndStop('observando_trixie_book');
} else {
gotoAndStop('observando_trixie_book_READY');
}
}
}
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 3272 {
on (press) {
gotoAndStop('road_1');
}
}
button 3273 {
on (press) {
mundo.main_plaza_pegou_dinheiro = true;
gotoAndStop('main_plaza_bits');
}
}
button 3274 {
on (press) {
gotoAndStop('clouds');
}
}
button 3276 {
on (press) {
gotoAndStop('main_plaza');
}
}
frame 465 {
mundo.money += 10;
mundo.money_info = mundo.money + ' BITS';
}
frame 469 {
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 50;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
ceu_dia.gotoAndStop('road_1');
ceu_noite.gotoAndStop('road_1');
escuro.gotoAndStop('road_1');
if (mundo.road_1_pegou_dinheiro_1 == true) {
moedinhas_1._visible = false;
}
if (mundo.road_1_pegou_dinheiro_2 == true) {
moedinhas_2._visible = false;
}
}
movieClip 3280 {
}
button 3281 {
on (press) {
gotoAndStop('road_1_dirty');
}
}
button 3282 {
on (press) {
gotoAndStop('road_2');
}
}
button 3283 {
on (press) {
gotoAndStop('main_plaza');
}
}
button 3284 {
on (press) {
mundo.road_1_pegou_dinheiro_1 = true;
gotoAndStop('road_1_bits_1');
}
}
button 3285 {
on (press) {
mundo.road_1_pegou_dinheiro_2 = true;
gotoAndStop('road_1_bits_2');
}
}
button 3287 {
on (press) {
gotoAndStop('road_1');
}
}
frame 473 {
mundo.money += 6;
mundo.money_info = mundo.money + ' BITS';
}
frame 475 {
mundo.money += 4;
mundo.money_info = mundo.money + ' BITS';
}
frame 477 {
escuro.gotoAndStop('road_2');
ceu_dia.gotoAndStop('road_2');
ceu_noite.gotoAndStop('road_2');
if (mundo.pedra_quebrada == true) {
clicable._visible = false;
applejack._visible = false;
} else {
clicable._visible = true;
applejack._visible = true;
}
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 25;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
} else {
applejack.gotoAndStop('noite');
clicable._visible = false;
}
mundo.fazenda_musica = false;
}
button 3290 {
on (press) {
if (mundo.pedra_quebrada == false) {
gotoAndStop('bolder');
} else {
gotoAndStop('bolder_quebrada');
}
}
}
button 3291 {
on (press) {
gotoAndStop('applejack_1');
}
}
frame 479 {
if (mundo.winged == false) {
seta._visible = false;
} else {
seta._visible = true;
}
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 0;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
escuro.gotoAndStop('no_light');
}
movieClip 3293 {
}
button 3294 {
on (press) {
if (mundo.horned == true && mundo.attackspell_a_ativo == true) {
gotoAndStop('bolder_quebrando');
} else {
gotoAndStop('bolder_giant');
}
}
}
button 3295 {
on (press) {
if (mundo.hora_ceu == 'dia' && mundo.fazenda_musica == true) {
if (mundo.horario == 1 || mundo.horario == 5) {
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 || mundo.horario == 7) {
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);
};
}
}
}
gotoAndStop('road_2');
}
}
button 3296 {
on (press) {
if (mundo.hora_ceu == 'dia' && mundo.fazenda_musica == false) {
musica1.musica1.stop();
musica1.musica1.attachSound('lon_lon');
musica1.musica1.start(0, 999999);
}
gotoAndStop('road_3');
}
}
button 3298 {
on (press) {
gotoAndStop('bolder');
}
}
frame 483 {
mundo.pedra_quebrada = true;
}
movieClip 3300 {
}
movieClip 3331 {
frame 27 {
stop();
}
}
movieClip 3334 {
frame 51 {
_root.gotoAndStop('bolder_quebrando_a');
}
frame 73 {
_root.hud._visible = true;
}
frame 84 {
stop();
}
}
frame 485 {
hud._visible = false;
}
button 3337 {
on (press) {
gotoAndStop('applejack_4');
}
}
frame 487 {
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 0;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
escuro.gotoAndStop('no_light');
}
movieClip 3339 {
}
frame 489 {
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 25;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
mundo.fazenda_musica = true;
}
movieClip 3341 {
}
button 3342 {
on (press) {
gotoAndStop('road_4');
}
}
frame 491 {
if (mundo.hora_ceu == 'dia') {
mundo.volume_musica1 = 50;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3344 {
}
button 3345 {
on (press) {
gotoAndStop('road_3');
}
}
button 3346 {
on (press) {
gotoAndStop('farm_1');
}
}
frame 493 {
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 {
clicable._visible = false;
big_mac._visible = false;
}
}
movieClip 3348 {
}
movieClip 3350 {
}
button 3351 {
on (press) {
gotoAndStop('farm_2');
}
}
button 3352 {
on (press) {
gotoAndStop('big_mac_1');
}
}
frame 495 {
if (mundo.hora_ceu == 'dia') {
if (mundo.pedra_quebrada == true) {
clicable._visible = true;
applejack._visible = true;
} else {
clicable._visible = false;
applejack._visible = false;
}
} else {
clicable._visible = false;
applejack._visible = false;
}
}
movieClip 3354 {
}
button 3355 {
on (press) {
gotoAndStop('farm_3');
}
}
button 3356 {
on (press) {
if (mundo.applejack_ja_transou == false) {
if (mundo.falou_com_applejack == false) {
gotoAndStop('applejack_8');
} else {
gotoAndStop('kick_tree_prepare');
}
} else {
gotoAndStop('applejack_job');
}
}
}
movieClip 3358 {
}
button 3359 {
on (press) {
gotoAndStop('treehouse');
}
}
movieClip 3361 {
}
button 3362 {
on (press) {
if (mundo.viu_cmc == false) {
gotoAndStop('treehouse_disturb_1');
} else {
gotoAndStop('treehouse_creepy');
}
}
}
button 3364 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('treehouse_disturb_2');
} else {
gotoAndStop('treehouse');
}
}
}
button 3366 {
on (press) {
gotoAndStop('cmc_1');
}
}
button 3368 {
on (press) {
if (mundo.liberou_bullshit_treehouse == false) {
gotoAndStop('treehouse_bullshit');
} else {
gotoAndStop('treehouse');
}
}
}
frame 507 {
mundo.liberou_bullshit_treehouse = true;
}
button 3370 {
on (press) {
gotoAndStop('treehouse');
}
}
frame 509 {
if (mundo.pegou_livro_trixie == true) {
livro._visible = false;
}
}
movieClip 3372 {
}
movieClip 3374 {
}
movieClip 3376 {
}
movieClip 3384 {
frame 1 {
piscando = false;
stop();
}
frame 2 {
piscando = true;
}
}
movieClip 3385 {
frame 1 {
stop();
}
}
button 3386 {
on (press) {
if (mundo.horned == true && mundo.shieldbreaker_a_ativo == true) {
mundo.shield_quebrado = true;
gotoAndStop('observando_trixie_shieldbreaked');
} else {
campal.gotoAndPlay('momento');
if (campal.campo.piscando == false) {
campal.campo.gotoAndPlay('piscando');
}
}
}
}
frame 511 {
if (mundo.pegou_livro_trixie == true) {
clicavel_livro._visible = false;
livro._visible = false;
}
}
movieClip 3388 {
}
movieClip 3390 {
}
button 3391 {
on (press) {
if (mundo.horned == true && mundo.shieldbreaker_b_ativo == true) {
mundo.shield_quebrado_2 = true;
gotoAndStop('observando_trixie_book_shieldbreaked');
} else {
campal.gotoAndPlay('momento');
if (campal.campo.piscando == false) {
campal.campo.gotoAndPlay('piscando');
}
}
}
}
movieClip 3400 {
frame 17 {
stop();
}
}
button 3402 {
on (press) {
gotoAndStop('observando_trixie_book_READY');
}
}
frame 515 {
if (mundo.pegou_livro_trixie == true) {
livro_clic._visible = false;
livro._visible = false;
}
}
button 3403 {
on (press) {
gotoAndStop('got_book');
}
}
button 3408 {
on (press) {
_root.gotoAndStop('trixie_raeptime_1');
}
}
movieClip 3409 {
frame 13 {
stop();
}
}
frame 517 {
mundo.possui_livro = true;
menu_items.livro._visible = true;
mundo.pegou_livro_trixie = true;
}
movieClip 3411 {
}
movieClip 3412 {
frame 12 {
stop();
}
}
frame 519 {
if (mundo.pegou_livro_trixie == true) {
livro._visible = false;
livro_clic._visible = false;
}
}
button 3414 {
on (press) {
_root.gotoAndStop('trixie_bitch_1');
}
}
movieClip 3415 {
frame 13 {
stop();
}
}
button 3416 {
on (press) {
gotoAndStop('got_book_2');
}
}
frame 521 {
if (mundo.pegou_livro_trixie == true) {
livro._visible = false;
}
}
button 3418 {
on (press) {
gotoAndStop('observando_trixie_READY');
}
}
frame 523 {
mundo.possui_livro = true;
menu_items.livro._visible = true;
mundo.pegou_livro_trixie = true;
}
button 3419 {
on (press) {
gotoAndStop('observando_trixie_READY');
}
}
frame 525 {
ceu_dia.gotoAndStop('clouds');
ceu_noite.gotoAndStop('clouds');
escuro.gotoAndStop('clouds');
if (mundo.hora_ceu == 'noite') {
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 3422 {
}
movieClip 3432 {
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 3434 {
}
button 3435 {
on (press) {
gotoAndStop('clouds_racetrack');
}
}
button 3436 {
on (press) {
gotoAndStop('clouds_waterfall');
}
}
button 3437 {
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 3439 {
on (press) {
gotoAndStop('clouds');
}
}
frame 537 {
if (mundo.ja_pegou_bola == true) {
bola._visible = false;
}
ceu_dia.gotoAndStop('scarecrow_1');
ceu_noite.gotoAndStop('scarecrow_place');
if (mundo.winged == false) {
up_arrow._visible = false;
}
escuro.gotoAndStop('scarecrow_place');
}
movieClip 3445 {
}
button 3447 {
on (press) {
gotoAndStop('got_bola');
}
}
button 3448 {
on (press) {
gotoAndStop('scarecrow_place_castle');
}
}
button 3449 {
on (press) {
escuro.gotoAndStop('no_light');
if (mundo.hora_ceu == 'dia') {
gotoAndStop('scarecrow_day');
} else {
gotoAndStop('scarecrow_night');
}
}
}
button 3450 {
on (press) {
gotoAndStop('castle_entrance');
}
}
button 3451 {
on (press) {
gotoAndStop('descida');
}
}
button 3453 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
frame 541 {
mundo.ja_pegou_bola = true;
mundo.possui_bola = true;
menu_items.bola._visible = true;
}
movieClip 3454 {
frame 12 {
stop();
}
}
frame 543 {
escuro.gotoAndStop('no_light');
}
button 3457 {
on (press) {
gotoAndStop('vale');
}
}
frame 545 {
escuro.gotoAndStop('no_light');
}
button 3459 {
on (press) {
gotoAndStop('everfree_entrada');
}
}
button 3460 {
on (press) {
gotoAndStop('flutterhouse');
}
}
movieClip 3462 {
}
button 3463 {
on (press) {
gotoAndStop('everfree_check_1');
}
}
button 3465 {
on (press) {
gotoAndStop('everfree_check_2');
}
}
button 3466 {
on (press) {
gotoAndStop('everfree_entrada');
}
}
button 3467 {
on (press) {
gotoAndStop('entering');
}
}
movieClip 3469 {
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');
}
}
button 3471 {
on (press) {
if (mundo.hora_ceu == 'dia') {
if (mundo.horario == 1 || mundo.horario == 5) {
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 || mundo.horario == 7) {
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 {
musica1.musica1.stop();
musica1.musica1.attachSound('nightbeggining');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('night_loop');
musica1.musica1.start(0, 999999);
};
}
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
gotoAndStop('everfree_entrada');
}
}
button 3472 {
on (press) {
gotoAndStop('everfree_1');
}
}
frame 557 {
mundo.volume_musica1 = 31;
25;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 3474 {
}
button 3475 {
on (press) {
gotoAndStop('everfree_2');
}
}
button 3476 {
on (press) {
gotoAndStop('everfree_3');
}
}
frame 559 {
mundo.volume_musica1 = 37;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 3478 {
}
button 3479 {
on (press) {
gotoAndStop('everfree_4');
}
}
frame 561 {
mundo.volume_musica1 = 43;
75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 3481 {
}
button 3482 {
on (press) {
gotoAndStop('everfree_5');
}
}
button 3483 {
on (press) {
gotoAndStop('everfree_escape');
}
}
frame 563 {
mundo.volume_musica1 = 50;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 3485 {
}
frame 565 {
mundo.volume_musica1 = 56;
25;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 3487 {
}
button 3488 {
on (press) {
gotoAndStop('everfree_8');
}
}
button 3489 {
on (press) {
gotoAndStop('everfree_7');
}
}
button 3490 {
on (press) {
gotoAndStop('everfree_6');
}
}
frame 567 {
mundo.volume_musica1 = 62;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 3492 {
}
button 3493 {
on (press) {
gotoAndStop('everfree_9');
}
}
frame 569 {
mundo.volume_musica1 = 68;
75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 3494 {
on (press) {
gotoAndStop('everfree_10');
}
}
frame 571 {
mundo.volume_musica1 = 75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 3495 {
on (press) {
gotoAndStop('everfree_11');
}
}
frame 573 {
mundo.volume_musica1 = 81;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
frame 575 {
mundo.volume_musica1 = 87;
5;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 3496 {
on (press) {
gotoAndStop('everfree_12');
}
}
frame 577 {
mundo.volume_musica1 = 93;
75;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
frame 579 {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 3497 {
on (press) {
gotoAndStop('everfree_zecora');
}
}
frame 581 {
mundo.volume_musica1 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 3499 {
on (press) {
gotoAndStop('zecora_1');
}
}
frame 583 {
if (mundo.hora_ceu == 'noite') {
if (mundo.fluttershy_ja_transou == false) {
if (mundo.kissed_fluttershy == false) {
if (mundo.encontrou_fluttershy_dia < mundo.horario) {
escuro.gotoAndStop('no_light');
fundo_noite._visible = false;
} else {
escuro.gotoAndStop('flutterhouse');
}
} else {
escuro.gotoAndStop('no_light');
fundo_noite._visible = false;
}
} else {
escuro.gotoAndStop('no_light');
fundo_noite._visible = false;
}
} else {
escuro.gotoAndStop('no_light');
fundo_noite._visible = false;
}
}
movieClip 3504 {
}
movieClip 3507 {
}
button 3508 {
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');
}
}
}
movieClip 3510 {
}
button 3511 {
on (press) {
if (mundo.kissed_fluttershy == false) {
gotoAndStop('flutterwindow_fechado_2');
} else {
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_fechado_2');
}
}
}
}
}
}
button 3513 {
on (press) {
gotoAndStop('flutterwindow_fechado');
}
}
button 3515 {
on (press) {
gotoAndStop('flutterwindow_crise_2');
}
}
button 3517 {
on (press) {
gotoAndStop('flutterwindow_crise_3');
}
}
button 3519 {
on (press) {
gotoAndStop('flutterwindow_crise_4');
}
}
frame 595 {
mundo.crise_1_passou = true;
}
button 3522 {
on (press) {
gotoAndStop('flutterwindow_crise_6');
}
}
button 3524 {
on (press) {
gotoAndStop('flutterwindow_crise_7');
}
}
frame 601 {
mundo.crise_2_passou = true;
}
button 3527 {
on (press) {
gotoAndStop('flutterwindow_crise_9');
}
}
button 3529 {
on (press) {
gotoAndStop('flutterwindow_crise_10');
}
}
button 3531 {
on (press) {
gotoAndStop('flutterwindow_crise_11');
}
}
button 3533 {
on (press) {
gotoAndStop('flutterwindow_bullshit');
}
}
frame 611 {
mundo.crise_3_passou = true;
mundo.liberou_bullshit_fluttershy = true;
}
frame 613 {
escuro.gotoAndStop('janela_fluttershy');
}
movieClip 3536 {
}
button 3537 {
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 3539 {
on (press) {
gotoAndStop('fluttershy_1');
}
}
frame 619 {
escuro.gotoAndStop('castle_1');
}
movieClip 3543 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
button 3544 {
on (press) {
gotoAndStop('castle_entrance_guard');
}
}
button 3546 {
on (press) {
gotoAndStop('castle_entrance');
}
}
frame 623 {
ceu_dia.gotoAndStop('city_1');
ceu_noite.gotoAndStop('city_1');
escuro.gotoAndStop('city_1');
}
movieClip 3548 {
}
button 3549 {
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 3550 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('sugarcube_corner_inside');
} else {
gotoAndStop('sugarcube_corner_door');
}
}
}
button 3551 {
on (press) {
gotoAndStop('caixa_correio');
}
}
button 3552 {
on (press) {
gotoAndStop('city_2');
}
}
frame 625 {
escuro.gotoAndStop('no_light');
}
movieClip 3554 {
}
button 3555 {
on (press) {
gotoAndStop('caixa_correio_tag');
}
}
frame 629 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndPlay('noite');
}
if (mundo.dj_pon3_ja_transou == false) {
escuro.gotoAndStop('casa_dj');
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');
fundo.gotoAndStop('dia');
fundo.pisca._visible = false;
hud1._visible = true;
hud2._visible = true;
seta._visible = false;
}
}
movieClip 3559 {
}
movieClip 3560 {
}
movieClip 3564 {
frame 5 {
gotoAndPlay('dia');
}
frame 10 {
gotoAndPlay('noite');
}
}
button 3565 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
musica2.musica2.stop();
musica3.musica3.stop();
}
escuro.gotoAndStop('no_light');
gotoAndStop('city_1');
}
}
button 3566 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('casa_dj_locked');
} else {
gotoAndStop('casa_dj_gone');
}
}
}
button 3567 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('destrancando_porta');
} else {
gotoAndStop('casa_dj_key');
}
}
}
button 3568 {
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 3569 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('casa_dj_lights');
} else {
gotoAndStop('casa_dj_quiet');
}
}
}
button 3571 {
on (press) {
gotoAndStop('casa_dj');
}
}
button 3574 {
on (press) {
if (mundo.liberou_bullshit_dj == false) {
gotoAndStop('casa_dj_bullshit');
} else {
gotoAndStop('casa_dj');
}
}
}
frame 637 {
mundo.liberou_bullshit_dj = true;
}
frame 643 {
mundo.porta_dj_aberta = true;
escuro.gotoAndStop('no_light');
}
movieClip 3588 {
}
movieClip 3597 {
}
movieClip 3599 {
}
movieClip 3607 {
frame 52 {
_root.gotoAndStop('destrancando_porta_1');
}
frame 109 {
_root.hud._visible = true;
_root.escuro.gotoAndStop('casa_dj');
stop();
}
}
frame 645 {
hud._visible = false;
}
movieClip 3613 {
}
button 3614 {
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 3615 {
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 649 {
mundo.possui_bola = false;
mundo.possui_presente = true;
menu_items.bola._visible = false;
menu_items.presente._visible = true;
}
movieClip 3617 {
}
movieClip 3618 {
frame 12 {
stop();
}
}
button 3620 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
frame 651 {
mundo.possui_muffin = true;
mundo.money -= 3;
mundo.money_info = mundo.money + ' BITS';
menu_items.muffin._visible = true;
}
movieClip 3622 {
}
movieClip 3623 {
frame 12 {
stop();
}
}
frame 657 {
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 3629 {
}
movieClip 3630 {
}
button 3631 {
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;
}
}
}
button 3632 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
button 3634 {
on (press) {
gotoAndStop('quarto_pinkie');
}
}
button 3637 {
on (press) {
if (mundo.liberou_bullshit_pinkie == false) {
gotoAndStop('quarto_pinkie_wish_bullshit');
} else {
gotoAndStop('quarto_pinkie');
}
}
}
frame 665 {
mundo.liberou_bullshit_pinkie = true;
}
frame 667 {
escuro.gotoAndStop('no_light');
}
movieClip 3640 {
}
button 3641 {
on (press) {
gotoAndStop('sugarcube_corner_door_closed');
}
}
button 3643 {
on (press) {
gotoAndStop('sugarcube_corner_door');
}
}
movieClip 3645 {
}
movieClip 3652 {
}
movieClip 3658 {
}
button 3659 {
on (press) {
mundo.inicio_djpon3 = true;
gotoAndStop('dj_daora');
}
}
button 3660 {
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');
}
}
movieClip 3666 {
}
movieClip 3668 {
}
movieClip 3670 {
}
movieClip 3725 {
}
movieClip 3749 {
}
movieClip 3765 {
}
movieClip 3767 {
}
movieClip 3769 {
frame 26 {
stop();
}
}
movieClip 3771 {
}
movieClip 3773 {
}
movieClip 3774 {
frame 127 {
stop();
}
}
movieClip 3777 {
}
movieClip 3785 {
frame 1 {
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3787 {
}
movieClip 3794 {
}
movieClip 3796 {
}
movieClip 3799 {
}
movieClip 3801 {
}
movieClip 3802 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3805 {
}
movieClip 3807 {
}
movieClip 3808 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3811 {
}
movieClip 3813 {
}
movieClip 3814 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3815 {
frame 84 {
stop();
}
}
movieClip 3822 {
}
movieClip 3832 {
frame 1 {
_root.mundo.pony = 'dj_pon3';
}
frame 68 {
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 545 {
_root.gotoAndStop('dj_sex_1');
}
}
frame 675 {
ceu_dia.gotoAndStop('city_2');
ceu_noite.gotoAndStop('city_2');
escuro.gotoAndStop('no_light');
}
movieClip 3834 {
}
button 3835 {
on (press) {
gotoAndStop('tree');
}
}
button 3836 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('estacao');
} else {
gotoAndStop('estacao_noite');
}
}
}
button 3837 {
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 3838 {
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');
}
}
}
frame 677 {
if (mundo.hora_ceu == 'noite') {
fundo.gotoAndStop('noite');
}
}
button 3840 {
on (press) {
gotoAndStop('city_2');
}
}
button 3843 {
on (press) {
gotoAndStop('berry_1');
}
}
frame 683 {
menu_items.bottle._visible = false;
mundo.possui_garrafa = false;
mundo.dropou_garrafa_vinho = true;
}
button 3845 {
on (press) {
gotoAndStop('city_2_placed_bullshit');
}
}
frame 685 {
mundo.liberou_bullshit_wine = true;
}
button 3847 {
on (press) {
gotoAndStop('city_2');
}
}
button 3848 {
on (press) {
gotoAndStop('city_2_placed');
}
}
button 3851 {
on (press) {
gotoAndStop('spa_fechado_1');
}
}
button 3853 {
on (press) {
gotoAndStop('spa_fechado');
}
}
button 3855 {
on (press) {
if (mundo.hora_ceu == 'dia') {
if (mundo.horario == 1 || mundo.horario == 5) {
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 || mundo.horario == 7) {
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 {
musica1.musica1.stop();
musica1.musica1.attachSound('nightbeggining');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('night_loop');
musica1.musica1.start(0, 999999);
};
}
gotoAndStop('city_2');
}
}
button 3856 {
on (press) {
gotoAndStop('spa_menu');
}
}
button 3858 {
on (press) {
gotoAndStop('spa_services');
}
}
movieClip 3860 {
}
button 3861 {
on (press) {
gotoAndStop('spa_services_NOPE');
}
}
button 3862 {
on (press) {
if (mundo.money > 19) {
mundo.money -= 20;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_1');
} else {
gotoAndStop('spa_services_money_1');
}
}
}
button 3863 {
on (press) {
gotoAndStop('spa');
}
}
button 3864 {
on (press) {
if (mundo.money > 49) {
mundo.money -= 50;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_2');
} else {
gotoAndStop('spa_services_money_1');
}
}
}
button 3865 {
on (press) {
if (mundo.money > 99) {
mundo.money -= 100;
mundo.money_info = mundo.money + ' BITS';
gotoAndStop('spa_fade_3');
} else {
gotoAndStop('spa_services_money_1');
}
}
}
movieClip 3867 {
frame 61 {
_root.gotoAndStop('relaxing');
}
}
movieClip 3869 {
frame 61 {
_root.gotoAndStop('massage');
}
}
movieClip 3871 {
frame 61 {
_root.gotoAndStop('spa_bj_1');
}
}
movieClip 3873 {
frame 61 {
_root.gotoAndStop('spa_sex_1');
}
}
movieClip 3878 {
}
movieClip 3884 {
}
movieClip 3888 {
frame 1 {
pode_continuar = false;
}
frame 60 {
pode_continuar = true;
stop();
}
frame 123 {
_root.gotoAndStop('spa');
}
}
button 3889 {
on (press) {
if (fading.pode_continuar == true) {
fading.gotoAndPlay('fade_out');
clicable._visible = false;
}
}
}
movieClip 3904 {
frame 65 {
stop();
}
}
button 3905 {
on (press) {
gotoAndStop('massage_2');
}
}
movieClip 3927 {
frame 112 {
gotoAndPlay('loop');
}
}
movieClip 3937 {
}
button 3938 {
on (press) {
gotoAndStop('spa_bj_2');
}
}
movieClip 3955 {
}
button 3956 {
on (press) {
gotoAndStop('spa_bj_3');
}
}
movieClip 3976 {
frame 1 {
pode_continuar = false;
}
frame 19 {
if (pode_continuar == false) {
gotoAndPlay('loop');
}
}
frame 88 {
stop();
}
}
button 3977 {
on (press) {
aloe.pode_continuar = true;
gotoAndStop('spa_bj_4');
}
}
movieClip 3979 {
}
movieClip 4003 {
frame 67 {
stop();
}
}
button 4004 {
on (press) {
gotoAndStop('spa_sex_2');
}
}
movieClip 4012 {
}
frame 731 {
if (mundo.pegou_garrafa_vinho == true) {
clicable._visible = false;
bottle._visible = false;
}
}
movieClip 4014 {
}
button 4015 {
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 4016 {
on (press) {
gotoAndStop('estacao_bottle');
}
}
button 4018 {
on (press) {
gotoAndStop('estacao');
}
}
frame 737 {
menu_items.bottle._visible = true;
mundo.possui_garrafa = true;
mundo.pegou_garrafa_vinho = true;
}
movieClip 4021 {
}
frame 739 {
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 741 {
if (mundo.pegou_garrafa_vinho == true) {
clicable._visible = false;
bottle._visible = false;
}
}
button 4024 {
on (press) {
gotoAndStop('estacao_aviso');
}
}
button 4025 {
on (press) {
gotoAndStop('estacao_bottle_2');
}
}
button 4027 {
on (press) {
gotoAndStop('estacao_noite');
}
}
frame 745 {
menu_items.bottle._visible = true;
mundo.possui_garrafa = true;
mundo.pegou_garrafa_vinho = true;
}
frame 747 {
if (mundo.winged == true && mundo.viu_spike == true) {
seta._visible = true;
} else {
seta._visible = false;
}
if (mundo.hora_ceu == 'noite') {
clicable._visible = false;
lyra._visible = false;
} else {
banco._visible = false;
}
}
movieClip 4029 {
}
movieClip 4031 {
}
movieClip 4033 {
}
button 4034 {
on (press) {
if (mundo.viu_spike == true) {
if (mundo.falou_com_spike == false) {
gotoAndStop('tree_spike');
} else {
gotoAndStop('tree_hiding');
}
} else {
gotoAndStop('tree_tall');
}
}
}
button 4035 {
on (press) {
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');
}
}
}
button 4036 {
on (press) {
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('spike_1');
} else {
if (mundo.deu_ticket_spike == true) {
gotoAndStop('twilight_night_1');
} else {
gotoAndStop('tree_top');
}
}
}
} else {
gotoAndStop('tree_top');
}
}
}
button 4037 {
on (press) {
gotoAndStop('tree_lyra');
}
}
button 4039 {
on (press) {
gotoAndStop('tree');
}
}
frame 757 {
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;
clicable._visible = false;
}
}
movieClip 4044 {
}
movieClip 4047 {
}
button 4048 {
on (press) {
if (mundo.deu_ticket_spike == false) {
if (mundo.possui_ticket == false) {
gotoAndStop('spike_explain_1');
} else {
gotoAndStop('spike_thanks_1');
}
} else {
if (mundo.dia_spike_espera + 1 < mundo.horario) {
gotoAndStop('yesterday_spike');
} else {
gotoAndStop('spike_thanks_1');
}
}
}
}
frame 759 {
escuro.gotoAndStop('no_light');
}
movieClip 4050 {
}
button 4051 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('twilight_sparkle_1');
} else {
gotoAndStop('twilight_door_locked');
}
}
}
button 4053 {
on (press) {
gotoAndStop('twilight_door');
}
}
frame 763 {
boca_aberta._visible = false;
boca_fechada._visible = true;
}
movieClip 4061 {
}
movieClip 4062 {
}
button 4063 {
on (press) {
if (mundo.sabe_shieldbreaker_a == false) {
gotoAndStop('spell_1');
} else {
if (mundo.sabe_attackspell_a == false) {
gotoAndStop('spell_3');
} else {
gotoAndStop('spell_useless');
}
}
}
}
button 4064 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 5) {
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 || mundo.horario == 7) {
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);
};
}
}
gotoAndStop('tree');
}
}
button 4065 {
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');
mundo.deu_livro_twilight = true;
mundo.possui_livro = false;
} else {
gotoAndStop('spike_knows');
}
}
}
}
frame 765 {
menu_items.livro._visible = false;
}
movieClip 4066 {
frame 12 {
stop();
}
}
button 4068 {
on (press) {
gotoAndStop('twilight_book_1');
}
}
frame 767 {
boca_fechada._visible = false;
boca_aberta._visible = true;
}
button 4071 {
on (press) {
gotoAndStop('spell_2');
}
}
frame 771 {
mundo.sabe_shieldbreaker_a = true;
mundo.shieldbreaker_a_ativo = true;
menu_items.shield_breaker._visible = true;
menu_items.shield_breaker_a._visible = true;
}
button 4073 {
on (press) {
gotoAndStop('library');
}
}
button 4075 {
on (press) {
gotoAndStop('spell_4');
}
}
frame 775 {
mundo.sabe_attackspell_a = true;
mundo.attackspell_a_ativo = true;
menu_items.magic_attack_a._visible = true;
}
frame 779 {
escuro._visible = false;
if (mundo.fluttershy_caida_chorando == false) {
fluttershy_crying._visible = false;
}
if (mundo.fluttershy_sad == false || mundo.fluttershy_sad_2 == false) {
fluttershy_sad._visible = false;
}
if (mundo.fluttershy_caida_chorando == false && mundo.fluttershy_sad == false && mundo.fluttershy_sad_2 == false) {
clicable._visible = false;
}
if (mundo.fez_fluttershy_cair == true) {
clicable_casinha._visible = false;
}
}
movieClip 4079 {
}
movieClip 4081 {
}
movieClip 4083 {
}
button 4084 {
on (press) {
gotoAndStop('fluttershy_5');
}
}
button 4085 {
on (press) {
gotoAndStop('fluttershy_room_bunny');
}
}
button 4086 {
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 4087 {
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 4089 {
on (press) {
gotoAndStop('fluttershy_room');
}
}
frame 783 {
mundo.forca = 0;
}
movieClip 4091 {
}
movieClip 4101 {
frame 101 {
stop();
}
}
movieClip 4112 {
frame 12 {
stop();
}
frame 24 {
stop();
}
frame 32 {
stop();
}
frame 39 {
stop();
}
}
movieClip 4113 {
frame 1 {
stop();
}
frame 105 {
stop();
}
frame 110 {
stop();
}
}
button 4116 {
on (press) {
gotoAndStop('kick_tree');
}
}
frame 785 {
mundo.forca = 0;
}
button 4120 {
on (press) {
gotoAndStop('applejack_11');
}
}
button 4121 {
on (press) {
gotoAndStop('kick_tree_prepare');
}
}
frame 787 {
mundo.money += 5;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 789 {
mundo.money += 10;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 791 {
mundo.money += 20;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 793 {
kickin_tree.gotoAndPlay('carregando');
}
button 4129 {
on (press) {
if (kick_tree.permissao_para_clicar == true) {
if (mundo.forca < 99) {
if (mundo.winged == true || mundo.horned == true) {
mundo.forca += 1;
} else {
mundo.forca += 2;
}
}
} else {
if (kick_tree.pode_continuar == true) {
if (mundo.applejack_ja_transou == false) {
if (mundo.forca_acumulada < 100) {
if (mundo.forca > 70) {
gotoAndStop('applejack_reaction_5');
}
if (mundo.forca <= 40) {
gotoAndStop('applejack_reaction_3_b');
}
if (mundo.forca <= 30) {
gotoAndStop('applejack_reaction_3');
}
if (mundo.forca <= 20) {
gotoAndStop('applejack_reaction_2');
}
if (mundo.forca <= 10) {
gotoAndStop('applejack_reaction_1');
}
} else {
gotoAndStop('applejack_reaction_4');
}
} else {
if (mundo.forca > 20) {
gotoAndStop('kick_tree_prepare_3');
}
if (mundo.forca <= 20) {
gotoAndStop('kick_tree_prepare_2');
}
if (mundo.forca <= 10) {
gotoAndStop('kick_tree_prepare_1');
}
}
}
}
}
}
movieClip 4131 {
frame 1 {
permissao_para_clicar = true;
pode_continuar = false;
}
frame 100 {
permissao_para_clicar = false;
_root.kickin_tree.gotoAndPlay('chutando');
if (_root.mundo.forca < 20) {
_root.kickin_tree.chutando.gotoAndPlay('fraco');
}
if (_root.mundo.forca >= 20 && _root.mundo.forca < 30) {
_root.kickin_tree.chutando.gotoAndPlay('medio');
}
if (_root.mundo.forca >= 30 && _root.mundo.forca < 70) {
_root.kickin_tree.chutando.gotoAndPlay('forte');
}
if (_root.mundo.forca >= 70) {
_root.kickin_tree.chutando.gotoAndPlay('super');
}
_root.mundo.forca_acumulada += _root.mundo.forca;
}
frame 130 {
pode_continuar = true;
stop();
}
}
movieClip 4133 {
}
movieClip 4135 {
}
movieClip 4137 {
}
movieClip 4141 {
}
movieClip 4142 {
frame 1 {
stop();
}
frame 25 {
stop();
}
frame 49 {
stop();
}
frame 73 {
stop();
}
}
button 4143 {
on (press) {
gotoAndPlay('start_race');
}
}
movieClip 4154 {
}
movieClip 4156 {
}
movieClip 4159 {
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 4160 {
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 4162 {
}
movieClip 4167 {
}
movieClip 4174 {
}
button 4175 {
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 4178 {
}
movieClip 4179 {
}
movieClip 4192 {
}
movieClip 4193 {
}
movieClip 4214 {
}
movieClip 4219 {
}
movieClip 4220 {
}
movieClip 4223 {
frame 19 {
stop();
}
}
button 4226 {
on (press) {
_root.gotoAndStop('rainbow_lost_1');
}
}
movieClip 4228 {
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 4156 {
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 4156 {
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 807 {
discurso.stop();
mascara.stop();
pralertexto._visible = false;
mundo.pony = 'pinkie_pie';
}
movieClip 4241 {
}
movieClip 4244 {
}
movieClip 4260 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 4267 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 4275 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 4277 {
}
movieClip 4292 {
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 4296 {
}
movieClip 4335 {
frame 951 {
gotoAndPlay('loop');
}
}
frame 809 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4343 {
}
movieClip 4349 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 4357 {
on (press) {
gotoAndStop('pinkie_sex_2');
}
}
button 4361 {
on (press) {
gotoAndStop('pinkie_sex_3');
}
}
button 4365 {
on (press) {
gotoAndStop('pinkie_sex_4');
}
}
button 4369 {
on (press) {
gotoAndStop('pinkie_sex_yay');
}
}
movieClip 4371 {
}
movieClip 4378 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
movieClip 4380 {
frame 1 {
quantidade = 0;
_root.mundo.cum_meter();
}
}
frame 811 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4390 {
}
movieClip 4398 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 4399 {
on (press) {
gotoAndStop('pinkie_sex_1');
}
}
movieClip 4402 {
frame 1 {
quantidade = 0.3;
_root.mundo.cum_meter();
}
}
frame 813 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4410 {
}
movieClip 4416 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 4419 {
frame 1 {
quantidade = 0.6;
_root.mundo.cum_meter();
}
}
frame 815 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4427 {
}
movieClip 4433 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 4436 {
frame 1 {
quantidade = 1;
_root.mundo.cum_meter();
}
}
movieClip 4464 {
frame 61 {
stop();
_root.button_end.gotoAndPlay('efeito');
}
frame 129 {
_root.mundo.pinkie_pie_ja_transou = true;
_root.mundo.yay_end();
}
}
button 4470 {
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 4471 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 4479 {
}
movieClip 4499 {
}
movieClip 4500 {
}
movieClip 4504 {
}
movieClip 4506 {
}
button 4512 {
on (press) {
play();
}
}
movieClip 4514 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 821 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4523 {
}
button 4531 {
on (press) {
gotoAndStop('trixie_sex_2');
}
}
button 4535 {
on (press) {
gotoAndStop('trixie_sex_3');
}
}
button 4539 {
on (press) {
gotoAndStop('trixie_sex_4');
}
}
button 4543 {
on (press) {
if (mundo.shieldbreaker_b_ativo == true) {
gotoAndStop('trixie_sex_yay_2');
} else {
gotoAndStop('trixie_sex_yay');
}
}
}
movieClip 4545 {
}
movieClip 4551 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 823 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4558 {
}
button 4559 {
on (press) {
gotoAndStop('trixie_sex_1');
}
}
frame 825 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4569 {
}
frame 827 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4580 {
frame 11 {
gotoAndPlay('loop1');
}
frame 22 {
gotoAndPlay('loop2');
}
}
button 4582 {
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 829 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4585 {
}
movieClip 4611 {
}
movieClip 4637 {
frame 1 {
pode_continuar = false;
}
frame 119 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 138 {
gotoAndPlay('loop1');
}
}
button 4639 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_sex_yay_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4646 {
frame 25 {
gotoAndPlay('loop');
}
frame 94 {
_root.mundo.trixie_ja_transou = true;
_root.mundo.yay_end();
}
}
button 4648 {
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 4653 {
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 4654 {
frame 12 {
stop();
}
}
frame 833 {
hud._visible = false;
}
movieClip 4666 {
frame 28 {
_root.hud._visible = true;
}
frame 40 {
stop();
}
}
button 4668 {
on (press) {
gotoAndStop('trixie_sex_yay_3');
}
}
frame 835 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4670 {
}
movieClip 4690 {
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();
}
}
button 4692 {
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 837 {
escuro._visible = false;
}
movieClip 4708 {
}
movieClip 4712 {
}
movieClip 4713 {
}
movieClip 4715 {
}
movieClip 4718 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
movieClip 4726 {
}
button 4728 {
on (press) {
if (mascara.pode_continuar == true) {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 4729 {
on (press) {
gotoAndStop('trixie_rape_2');
}
}
button 4730 {
on (press) {
gotoAndStop('trixie_rape_3');
}
}
button 4731 {
on (press) {
gotoAndStop('trixie_rape_4');
}
}
button 4732 {
on (press) {
gotoAndStop('trixie_rape_cum');
}
}
movieClip 4740 {
}
button 4741 {
on (press) {
gotoAndStop('trixie_rape_1');
}
}
movieClip 4749 {
}
frame 845 {
tr_falando._visible = true;
tr_quieta._visible = false;
}
movieClip 4756 {
}
movieClip 4763 {
}
button 4765 {
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 847 {
mascara.gotoAndStop(1);
hud._visible = false;
pralertexto._visible = false;
}
movieClip 4794 {
frame 73 {
_root.mascara.gotoAndPlay(1);
_root.hud._visible = true;
_root.pralertexto._visible = true;
}
frame 182 {
_root.mundo.yay_end();
}
}
frame 849 {
escuro._visible = false;
}
movieClip 4802 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 851 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4807 {
}
button 4815 {
on (press) {
gotoAndStop('rainbow_sex_2');
}
}
button 4819 {
on (press) {
gotoAndStop('rainbow_sex_3');
}
}
button 4823 {
on (press) {
gotoAndStop('rainbow_sex_4');
}
}
button 4827 {
on (press) {
gotoAndStop('rainbow_sex_yay');
}
}
movieClip 4829 {
}
movieClip 4835 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 853 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4842 {
}
button 4843 {
on (press) {
gotoAndStop('rainbow_sex_1');
}
}
frame 855 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4854 {
}
frame 857 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4863 {
}
frame 859 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4910 {
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();
}
}
button 4912 {
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 4918 {
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 4919 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 4941 {
}
movieClip 4942 {
}
movieClip 4946 {
}
movieClip 4950 {
}
movieClip 4953 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 863 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro._visible = true;
}
movieClip 4955 {
}
movieClip 4964 {
}
movieClip 4969 {
}
movieClip 4975 {
}
button 4983 {
on (press) {
gotoAndStop('twilight_sex_2');
}
}
button 4987 {
on (press) {
gotoAndStop('twilight_sex_3');
}
}
button 4991 {
on (press) {
gotoAndStop('twilight_sex_4');
}
}
button 4995 {
on (press) {
gotoAndStop('twilight_sex_yay');
mundo.volume_musica1 = 0;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
movieClip 4997 {
}
movieClip 5003 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 865 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro._visible = true;
}
movieClip 5005 {
}
movieClip 5013 {
}
button 5014 {
on (press) {
gotoAndStop('twilight_sex_1');
}
}
frame 867 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro._visible = true;
}
movieClip 5023 {
}
frame 869 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
escuro._visible = true;
}
movieClip 5026 {
}
movieClip 5032 {
}
movieClip 5038 {
}
frame 871 {
escuro._visible = false;
}
movieClip 5041 {
}
movieClip 5051 {
}
movieClip 5060 {
}
movieClip 5071 {
}
movieClip 5077 {
}
movieClip 5108 {
frame 115 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 234 {
_root.gotoAndStop('twilight_sex_yay_1');
}
}
button 5110 {
on (press) {
gotoAndStop('twilight_sex_1');
mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
}
}
button 5111 {
on (press) {
gotoAndStop('twilight_sex_2');
mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
}
}
button 5112 {
on (press) {
gotoAndStop('twilight_sex_3');
mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
}
}
button 5113 {
on (press) {
gotoAndStop('twilight_sex_4');
mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
}
}
frame 873 {
escuro._visible = true;
}
movieClip 5123 {
frame 34 {
gotoAndPlay('loop');
}
}
button 5125 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sex_yay_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5131 {
frame 29 {
gotoAndPlay(1);
}
frame 93 {
_root.mundo.twilight_sparkle_ja_transou = true;
_root.mundo.yay_end();
}
}
button 5133 {
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 5138 {
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 5139 {
frame 12 {
stop();
}
}
frame 877 {
escuro._visible = false;
}
movieClip 5158 {
}
movieClip 5161 {
}
movieClip 5162 {
}
movieClip 5164 {
}
movieClip 5167 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('after_spike');
}
}
movieClip 5181 {
frame 24 {
_root.button_end.gotoAndPlay('efeito');
}
frame 35 {
stop();
}
}
movieClip 5191 {
}
movieClip 5199 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 5203 {
}
movieClip 5207 {
}
movieClip 5215 {
}
movieClip 5221 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 5230 {
}
movieClip 5231 {
}
movieClip 5239 {
}
movieClip 5240 {
}
movieClip 5241 {
}
movieClip 5242 {
}
frame 879 {
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 5250 {
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 5254 {
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 5258 {
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 5262 {
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 5264 {
}
movieClip 5270 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 881 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
button 5271 {
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 883 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
frame 885 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5276 {
frame 1 {
stop();
}
frame 67 {
_root.mundo.dj_pon3_ja_transou = true;
_root.mundo.yay_end();
}
}
button 5282 {
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 5283 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 5293 {
}
movieClip 5296 {
}
movieClip 5297 {
}
movieClip 5299 {
}
movieClip 5302 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 891 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5311 {
}
button 5319 {
on (press) {
gotoAndStop('applejack_sex_2');
}
}
button 5323 {
on (press) {
gotoAndStop('applejack_sex_3');
}
}
button 5327 {
on (press) {
gotoAndStop('applejack_sex_4');
}
}
button 5331 {
on (press) {
gotoAndStop('applejack_yay');
}
}
movieClip 5332 {
}
movieClip 5337 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 893 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5344 {
}
button 5345 {
on (press) {
gotoAndStop('applejack_sex_1');
}
}
frame 895 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5348 {
}
movieClip 5356 {
}
frame 897 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5359 {
}
movieClip 5367 {
}
frame 899 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 5423 {
}
movieClip 5432 {
}
movieClip 5451 {
frame 56 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 82 {
_root.gotoAndStop('applejack_yay_2');
}
frame 122 {
stop();
}
frame 193 {
_root.mundo.applejack_ja_transou = true;
_root.mundo.yay_end();
}
}
movieClip 5452 {
frame 311 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 404 {
stop();
}
}
button 5460 {
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 5461 {
frame 12 {
stop();
}
}
movieClip 5467 {
}
movieClip 5468 {
}
movieClip 5471 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 905 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5473 {
}
movieClip 5479 {
}
button 5488 {
on (press) {
gotoAndStop('fluttershy_sex_2');
}
}
button 5492 {
on (press) {
gotoAndStop('fluttershy_sex_3');
}
}
button 5496 {
on (press) {
gotoAndStop('fluttershy_sex_4');
}
}
button 5500 {
on (press) {
gotoAndStop('fluttershy_yay');
}
}
movieClip 5502 {
}
movieClip 5508 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 907 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5510 {
}
movieClip 5519 {
}
button 5521 {
on (press) {
gotoAndStop('fluttershy_sex_1');
}
}
frame 909 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5530 {
}
frame 911 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5533 {
}
movieClip 5540 {
}
frame 913 {
clicable._visible = false;
}
movieClip 5543 {
}
movieClip 5575 {
frame 70 {
_root.clicable._visible = true;
}
frame 119 {
gotoAndPlay('loop');
}
}
button 5576 {
on (press) {
gotoAndStop('fluttershy_yay_2');
}
}
movieClip 5585 {
}
button 5586 {
on (press) {
gotoAndStop('fluttershy_yay_3');
}
}
movieClip 5600 {
frame 130 {
gotoAndPlay('loop');
}
}
button 5602 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('fluttershy_yay_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5605 {
frame 121 {
gotoAndPlay('loop');
}
frame 189 {
_root.mundo.fluttershy_ja_transou = true;
_root.mundo.yay_end();
}
}
button 5610 {
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 5611 {
frame 12 {
stop();
}
}
movieClip 5624 {
}
movieClip 5627 {
}
movieClip 5628 {
}
movieClip 5630 {
}
movieClip 5633 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 923 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5643 {
}
button 5651 {
on (press) {
gotoAndStop('queen_sex_2');
}
}
button 5655 {
on (press) {
gotoAndStop('queen_sex_3');
}
}
button 5659 {
on (press) {
gotoAndStop('queen_sex_4');
}
}
button 5663 {
on (press) {
gotoAndStop('queen_sex_yay');
}
}
movieClip 5665 {
}
movieClip 5671 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 925 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5679 {
}
button 5680 {
on (press) {
gotoAndStop('queen_sex_1');
}
}
frame 927 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5688 {
}
frame 929 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 5697 {
}
frame 931 {
hud._visible = false;
}
movieClip 5743 {
frame 141 {
_root.hud._visible = true;
gotoAndPlay('loop');
}
}
button 5744 {
on (press) {
gotoAndStop('gotta_die_1');
}
}
frame 942 {
mundo.ending = 'pouco_pony';
}
movieClip 5749 {
frame 61 {
stop();
}
}
button 5751 {
on (press) {
musica1.musica1.stop();
gotoAndPlay('reset_frame');
}
}
button 5752 {
on (press) {
gotoAndStop('credits_1');
fundo._visible = false;
fundo.gotoAndStop(1);
}
}
button 5753 {
on (press) {
gotoAndStop('morebullshitmode');
fundo._visible = false;
fundo.gotoAndStop(1);
}
}
movieClip 5764 {
}
movieClip 5766 {
}
movieClip 5770 {
}
movieClip 5779 {
frame 42 {
_root.musica1.musica1.stop();
}
frame 173 {
_root.escuro._visible = false;
}
frame 242 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
_root.gotoAndStop('game_over_lol');
_root.hud._visible = false;
_root.hud2._visible = false;
_root.hud3._visible = false;
}
frame 256 {
stop();
}
}
frame 946 {
mundo.ending = 'morte_chrysalis';
}
movieClip 5784 {
frame 39 {
_root.hud._visible = true;
}
frame 44 {
_root.hud2._visible = true;
}
frame 52 {
_root.hud3._visible = true;
}
frame 56 {
stop();
}
}
button 5786 {
on (press) {
gotoAndStop('credits_1');
}
}
button 5787 {
on (press) {
gotoAndStop('morebullshitmode');
}
}
frame 948 {
mundo.ending = 'interrompido';
fundo._visible = false;
fundo.gotoAndStop(1);
}
frame 950 {
mundo.ending = 'got_everypony';
fundo._visible = false;
fundo.gotoAndStop(1);
}
movieClip 5791 {
}
movieClip 5793 {
}
button 5795 {
on (press) {
getURL('http://www.youtube.com/watch?v=HilMAEYv774', '_blank');
}
}
button 5796 {
on (press) {
getURL('http://www.youtube.com/watch?v=rnMlebxoG4E', '_blank');
}
}
button 5813 {
on (press) {
getURL('http://www.youtube.com/watch?v=BSZbS1nrXDU', '_blank');
}
}
button 5814 {
on (press) {
getURL('http://www.youtube.com/watch?v=t4F6qcXoSIs', '_blank');
}
}
button 5815 {
on (press) {
getURL('http://www.youtube.com/watch?v=-kt0PJzUYqY', '_blank');
}
}
button 5816 {
on (press) {
getURL('http://www.youtube.com/watch?v=U5zh40jrB5o', '_blank');
}
}
button 5817 {
on (press) {
getURL('http://www.youtube.com/watch?v=F21aifX0lZY', '_blank');
}
}
button 5818 {
on (press) {
getURL('http://www.youtube.com/watch?v=lfqOjGmBXzQ', '_blank');
}
}
button 5819 {
on (press) {
getURL('http://www.youtube.com/watch?v=OCOeCrpRNGA', '_blank');
}
}
button 5820 {
on (press) {
if (mundo.ending == 'pouco_pony') {
gotoAndStop('final_pouco_pony');
} else {
if (mundo.ending == 'interrompido') {
gotoAndStop('final_interrompido');
} else {
if (mundo.ending == 'got_everypony') {
gotoAndStop('got_everypony');
} else {
gotoAndStop('game_over_lol');
mascara.gotoAndStop('parado');
}
}
}
}
}
button 5821 {
on (press) {
gotoAndStop('credits_2');
}
}
button 5823 {
on (press) {
getURL('http://www.youtube.com/watch?v=Pczks6wpspA', '_blank');
}
}
button 5824 {
on (press) {
getURL('http://www.youtube.com/watch?v=-9G0g3GfHQY', '_blank');
}
}
button 5825 {
on (press) {
getURL('http://www.youtube.com/watch?v=WW0fSo7P7CE', '_blank');
}
}
button 5826 {
on (press) {
getURL('http://www.youtube.com/watch?v=9xp-CJF_LlQ', '_blank');
}
}
button 5827 {
on (press) {
getURL('http://www.youtube.com/watch?v=YJVmu6yttiw', '_blank');
}
}
button 5828 {
on (press) {
getURL('http://www.youtube.com/watch?v=BFGbvzZscCw', '_blank');
}
}
button 5829 {
on (press) {
getURL('http://www.youtube.com/watch?v=Dmokw0GkEKU', '_blank');
}
}
button 5830 {
on (press) {
getURL('http://www.youtube.com/watch?v=NPH9bT2Agc0', '_blank');
}
}
button 5831 {
on (press) {
getURL('http://www.youtube.com/watch?v=M-U3sVX2G3w', '_blank');
}
}
button 5832 {
on (press) {
gotoAndStop('credits_3');
}
}
button 5833 {
on (press) {
gotoAndStop('credits_1');
}
}
frame 958 {
deleted_unused._visible = false;
remixing_night._visible = false;
treehouse_adventures._visible = false;
need_rape._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;
}
}
movieClip 5836 {
}
movieClip 5838 {
}
movieClip 5840 {
}
movieClip 5842 {
}
movieClip 5844 {
}
button 5849 {
on (press) {
gotoAndStop('bullshit_dj_1');
}
on (rollOver) {
remixing_night._visible = true;
}
on (rollOut) {
remixing_night._visible = false;
}
}
button 5851 {
on (press) {
gotoAndStop('deleted_1');
}
on (rollOver) {
deleted_unused._visible = true;
}
on (rollOut) {
deleted_unused._visible = false;
}
}
button 5852 {
on (press) {
if (mundo.ending == 'pouco_pony') {
gotoAndStop('final_pouco_pony');
} else {
if (mundo.ending == 'interrompido') {
gotoAndStop('final_interrompido');
} else {
if (mundo.ending == 'got_everypony') {
gotoAndStop('got_everypony');
} else {
gotoAndStop('game_over_lol');
mascara.gotoAndStop('parado');
}
}
}
}
}
button 5854 {
on (press) {
gotoAndStop('bullshit_treehouse_1');
}
on (rollOver) {
treehouse_adventures._visible = true;
}
on (rollOut) {
treehouse_adventures._visible = false;
}
}
button 5856 {
on (press) {
gotoAndStop('bullshit_wine_1');
}
on (rollOver) {
need_rape._visible = true;
}
on (rollOut) {
need_rape._visible = false;
}
}
frame 960 {
musica1.musica1.stop();
musica1.musica1.attachSound('lon_lon');
musica1.musica1.start(0, 999999);
escuro._visible = false;
}
movieClip 5858 {
}
movieClip 5859 {
frame 261 {
stop();
}
}
button 5861 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5863 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 5865 {
on (press) {
gotoAndStop('bullshit_treehouse_4');
}
}
movieClip 5870 {
frame 49 {
_root.fundo.gotoAndStop('casa');
}
frame 78 {
gotoAndPlay('loop');
}
}
button 5872 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5880 {
frame 41 {
gotoAndPlay('loop');
}
}
button 5882 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5900 {
frame 77 {
gotoAndPlay('loop');
}
}
button 5902 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5904 {
}
movieClip 5915 {
}
movieClip 5920 {
frame 25 {
stop();
}
}
button 5922 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 974 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 5937 {
frame 77 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 106 {
gotoAndPlay('loop');
}
}
button 5939 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_treehouse_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 976 {
cmc.gotoAndStop('loop');
}
movieClip 5941 {
frame 106 {
if (_root.mundo.ending == 'pouco_pony') {
_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.ending == 'interrompido') {
_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.ending == 'got_everypony') {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('happy_theme');
_root.musica1.musica1.start(0, 999999);
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('metroid');
_root.musica1.musica1.start(0, 999999);
}
}
}
_root.gotoAndStop('morebullshitmode');
_root.fundo._visible = false;
_root.fundo.gotoAndStop(1);
}
}
movieClip 5953 {
frame 31 {
gotoAndPlay('loop');
}
}
button 5955 {
on (press) {
gotoAndStop('deleted_2');
}
}
movieClip 5961 {
}
button 5963 {
on (press) {
gotoAndStop('deleted_3');
}
}
movieClip 5970 {
}
button 5972 {
on (press) {
gotoAndStop('morebullshitmode');
_root.fundo._visible = false;
_root.fundo.gotoAndStop(1);
}
}
movieClip 5974 {
}
movieClip 5979 {
}
button 5981 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5989 {
}
button 5991 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 5993 {
}
button 5995 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 6001 {
frame 28 {
stop();
}
}
button 6003 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_wine_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 992 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 6017 {
frame 112 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 148 {
gotoAndPlay('loop');
}
}
button 6019 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('morebullshitmode');
_root.fundo._visible = false;
_root.fundo.gotoAndStop(1);
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 994 {
musica1.musica1.stop();
musica1.musica1.attachSound('bangarang_bit');
musica1.musica1.start(0, 999999);
}
movieClip 6021 {
}
movieClip 6028 {
}
button 6029 {
on (press) {
gotoAndStop('bullshit_dj_2');
}
}
movieClip 6034 {
}
button 6035 {
on (press) {
gotoAndStop('bullshit_dj_3');
}
}
movieClip 6040 {
}
button 6041 {
on (press) {
gotoAndStop('bullshit_dj_4');
}
}
movieClip 6050 {
}
button 6051 {
on (press) {
gotoAndStop('bullshit_dj_5');
}
}
movieClip 6056 {
}
button 6058 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bullshit_dj_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1004 {
hug._visible = false;
pralertexto._visible = false;
mascara.stop();
}
movieClip 6077 {
}
movieClip 6080 {
}
movieClip 6085 {
}
movieClip 6086 {
frame 47 {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('bangarang');
_root.musica1.musica1.start(0, 999999);
}
frame 71 {
_root.hug._visible = true;
_root.pralertexto._visible = true;
_root.mascara.play();
}
frame 94 {
stop();
}
}
button 6088 {
on (press) {
if (mascara.pode_continuar == true) {
if (mundo.ending == 'pouco_pony') {
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.ending == 'interrompido') {
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.ending == 'got_everypony') {
musica1.musica1.stop();
musica1.musica1.attachSound('happy_theme');
musica1.musica1.start(0, 999999);
} else {
musica1.musica1.stop();
musica1.musica1.attachSound('metroid');
musica1.musica1.start(0, 999999);
}
}
}
gotoAndStop('morebullshitmode');
_root.fundo._visible = false;
_root.fundo.gotoAndStop(1);
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 1006 {
clicable._visible = false;
}
movieClip 6089 {
frame 35 {
stop();
}
}
movieClip 6092 {
frame 162 {
_root.clicable._visible = true;
stop();
}
}
button 6093 {
on (press) {
gotoAndStop('final_interrompido');
}
}
frame 1008 {
mundo.volume_musica1 = 0;
mundo.volume_musica2 = 0;
mundo.volume_musica3 = 0;
musica1.musica1.setVolume(mundo.volume_musica1);
musica2.musica2.setVolume(mundo.volume_musica2);
musica3.musica3.setVolume(mundo.volume_musica3);
}