Combined Code
frame 1 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
_root._quality = 'LOW';
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;
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
movieClip 2 {
}
movieClip 10 {
}
movieClip 11 {
}
movieClip 29 {
}
movieClip 30 {
}
movieClip 32 {
}
movieClip 35 {
}
movieClip 45 {
}
movieClip 59 {
}
movieClip 60 {
frame 48 {
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
} else {
stop();
}
}
frame 95 {
stop();
}
}
movieClip 66 {
}
movieClip 67 {
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.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.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.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;
}
if (_root.mundo.horario == 3 || _root.mundo.horario == 5) {
_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;
}
if (_root.mundo.horario == 7) {
_root.escuro._visible = false;
_root.ceu_noite._visible = false;
_root.ceu_dia._visible = true;
if (_root.mundo.quantas_comeu == 6) {
_root.gotoAndStop('ending_1');
} else {
_root.gotoAndStop('ending_2');
}
}
}
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;
}
}
lessbullshitmode = false;
volume_musica1 = 100;
volume_musica2 = 100;
volume_musica3 = 100;
musica_ligada = true;
pony = 'none';
horario = 1;
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 = 9;
porta_dj_aberta = false;
pedra_quebrada = false;
viu_twilight = false;
viu_cmc = false;
shield_quebrado = false;
ja_falou_trixie = false;
falou_com_spike = false;
viu_spike = false;
deu_ticket_spike = false;
dia_spike_espera = 9;
quando_viu_spike = 9;
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;
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;
meter = 0;
meter_japiscou = false;
quantas_comeu = 0;
posicao = 'cima';
lives_counter = 3;
invencivel = false;
corrida1perdeu = false;
corrida2perdeu = false;
corrida3perdeu = 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;
}
}
movieClip 71 {
}
movieClip 72 {
frame 1 {
musica1 = new Sound(this);
}
}
movieClip 74 {
}
movieClip 75 {
frame 1 {
musica2 = new Sound(this);
}
}
movieClip 76 {
}
movieClip 77 {
frame 1 {
musica3 = new Sound(this);
}
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop('menu');
fade_in._visible = false;
}
}
movieClip 80 {
}
movieClip 102 {
frame 1 {
stop();
}
}
button 104 {
on (press) {
if (fundo.pode_continuar == true) {
desaparecimento.gotoAndPlay('inicio_animacao');
fundo.gotoAndPlay('horadejogar');
hud1._visible = false;
hud2._visible = false;
hud._visible = false;
}
}
}
button 105 {
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 106 {
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();
}
movieClip 108 {
}
movieClip 115 {
}
movieClip 116 {
}
movieClip 118 {
frame 1 {
stop();
}
}
movieClip 166 {
}
movieClip 168 {
}
movieClip 173 {
}
movieClip 175 {
}
movieClip 177 {
frame 1 {
stop();
}
}
movieClip 178 {
frame 1 {
stop();
}
}
movieClip 181 {
}
movieClip 212 {
}
movieClip 214 {
}
movieClip 229 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 236 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 244 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 245 {
}
movieClip 250 {
}
movieClip 257 {
}
movieClip 259 {
}
movieClip 274 {
}
movieClip 280 {
}
movieClip 308 {
}
movieClip 314 {
}
movieClip 323 {
}
movieClip 332 {
}
movieClip 340 {
}
movieClip 360 {
}
movieClip 364 {
}
movieClip 365 {
}
movieClip 366 {
}
movieClip 367 {
}
movieClip 383 {
}
movieClip 385 {
}
movieClip 387 {
}
movieClip 391 {
}
movieClip 395 {
}
movieClip 401 {
frame 26 {
stop();
}
}
movieClip 403 {
}
movieClip 405 {
}
movieClip 406 {
frame 127 {
stop();
}
}
movieClip 409 {
}
movieClip 418 {
}
movieClip 419 {
}
movieClip 431 {
}
movieClip 433 {
}
movieClip 440 {
}
movieClip 442 {
}
movieClip 444 {
}
movieClip 446 {
}
movieClip 448 {
}
movieClip 449 {
frame 84 {
stop();
}
}
movieClip 458 {
}
movieClip 460 {
}
movieClip 464 {
}
movieClip 485 {
}
movieClip 502 {
}
movieClip 504 {
}
movieClip 505 {
}
movieClip 506 {
}
movieClip 507 {
frame 1 {
stop();
}
}
movieClip 514 {
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;
desconhecido._visible = false;
chiado._visible = false;
}
frame 90 {
stop();
trixie._visible = false;
dj_pon3._visible = false;
desconhecido._visible = false;
chiado._visible = false;
}
frame 95 {
rainbow._visible = false;
pinkie._visible = false;
fluttershy._visible = false;
twilight._visible = false;
rarity._visible = false;
applejack._visible = false;
chiado._visible = false;
}
frame 110 {
gotoAndStop('lessbullshit_1');
}
frame 123 {
gotoAndStop('parado');
}
frame 221 {
_root.gotoAndStop('trixie_1');
}
}
movieClip 516 {
}
movieClip 517 {
}
movieClip 518 {
frame 1 {
efeito_funfou = false;
}
frame 79 {
gotoAndPlay(1);
}
frame 85 {
efeito_funfou = true;
}
frame 90 {
stop();
}
}
instance rd of movieClip 518 {
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 519 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance aj of movieClip 519 {
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 520 {
frame 1 {
efeito_funfou = false;
}
frame 65 {
gotoAndPlay(1);
}
frame 70 {
efeito_funfou = true;
}
frame 75 {
stop();
}
}
instance fll of movieClip 520 {
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 521 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance pp of movieClip 521 {
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 522 {
frame 1 {
efeito_funfou = false;
}
frame 67 {
gotoAndPlay(1);
}
frame 72 {
efeito_funfou = true;
}
frame 77 {
stop();
}
}
instance ts of movieClip 522 {
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 523 {
frame 1 {
efeito_funfou = false;
}
frame 130 {
gotoAndPlay(1);
}
frame 135 {
efeito_funfou = true;
}
frame 140 {
stop();
}
}
instance ra of movieClip 523 {
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 525 {
}
movieClip 526 {
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 527 {
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 528 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = true;
fundo.chiado._visible = true;
fundo.desconhecido._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = false;
fundo.chiado._visible = false;
fundo.desconhecido._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
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 529 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.applejack._visible = true;
fundo.desconhecido._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.applejack._visible = false;
fundo.desconhecido._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
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 530 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = true;
fundo.desconhecido._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = false;
fundo.desconhecido._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
gotoAndStop('twilight_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
musica1.musica1.attachSound('twilight_big');
musica1.musica1.start(0, 999999);
}
}
}
button 531 {
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 532 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = true;
fundo.desconhecido._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = false;
fundo.desconhecido._visible = false;
fundo.chiado._visible = false;
}
}
}
movieClip 536 {
frame 11 {
stop();
}
}
movieClip 540 {
}
frame 9 {
menu_items._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('dream');
musica1.musica1.start(0, 999999);
}
movieClip 550 {
}
movieClip 555 {
}
movieClip 557 {
frame 105 {
stop();
}
}
movieClip 568 {
}
movieClip 570 {
frame 1 {
stop();
}
frame 14 {
stop();
}
frame 16 {
stop();
}
frame 26 {
stop();
}
frame 28 {
stop();
}
frame 30 {
stop();
}
}
movieClip 572 {
}
movieClip 578 {
frame 1 {
pode_continuar = false;
}
frame 101 {
stop();
pode_continuar = true;
}
}
movieClip 595 {
}
button 596 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 598 {
on (press) {
eat_the_muffin._visible = false;
pralertexto._visible = false;
_root.menu_items._visible = false;
_root.abrir_button._visible = true;
}
}
movieClip 600 {
}
movieClip 602 {
}
movieClip 605 {
}
button 607 {
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 609 {
}
movieClip 611 {
}
movieClip 613 {
}
button 614 {
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 617 {
}
// unknown tag 88 length 70
movieClip 620 {
}
movieClip 625 {
}
movieClip 626 {
}
movieClip 628 {
}
movieClip 629 {
}
movieClip 630 {
}
movieClip 631 {
}
movieClip 637 {
}
movieClip 638 {
}
movieClip 640 {
}
button 644 {
on (press) {
pralertexto._visible = true;
eat_the_muffin._visible = true;
}
}
button 646 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 648 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 650 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
movieClip 652 {
}
movieClip 653 {
}
movieClip 657 {
}
button 662 {
on (press) {
_root.menu_items.pralertexto._visible = false;
_root.menu_items.eat_the_muffin._visible = false;
}
}
button 666 {
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 667 {
}
movieClip 679 {
}
button 680 {
on (press) {
no_significant_effects._visible = false;
pralertexto._visible = false;
}
}
movieClip 685 {
}
button 686 {
on (press) {
shield_unlocked_a._visible = false;
shield_unlocked_b._visible = true;
}
}
movieClip 697 {
}
button 698 {
on (press) {
shield_unlocked_b._visible = false;
pralertexto._visible = false;
}
}
movieClip 702 {
}
button 703 {
on (press) {
no_effect._visible = false;
pralertexto._visible = false;
}
}
button 706 {
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 707 {
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;
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;
}
}
button 711 {
on (press) {
menu_items._visible = true;
abrir_button._visible = false;
}
}
movieClip 713 {
frame 52 {
stop();
}
}
movieClip 721 {
frame 39 {
gotoAndPlay('loop');
}
}
movieClip 729 {
}
button 730 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 735 {
}
movieClip 758 {
frame 66 {
gotoAndPlay('loop');
}
}
movieClip 768 {
}
button 769 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 779 {
frame 59 {
stop();
}
}
movieClip 786 {
}
button 787 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 17 {
ceu_dia.gotoAndStop('clean');
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);
};
}
movieClip 792 {
}
movieClip 796 {
frame 1 {
stop();
}
frame 4 {
stop();
}
frame 7 {
stop();
}
frame 10 {
stop();
}
frame 13 {
stop();
}
}
movieClip 800 {
frame 1 {
stop();
}
frame 4 {
stop();
}
frame 7 {
stop();
}
}
movieClip 802 {
}
movieClip 804 {
}
movieClip 817 {
}
movieClip 839 {
}
movieClip 847 {
frame 22 {
stop();
}
}
movieClip 874 {
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 878 {
frame 1 {
pode_continuar = false;
}
frame 111 {
stop();
pode_continuar = true;
}
}
movieClip 889 {
}
button 890 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 894 {
}
button 895 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('main_plaza');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 900 {
}
movieClip 908 {
}
movieClip 913 {
}
movieClip 914 {
frame 16 {
stop();
}
}
movieClip 926 {
}
movieClip 930 {
}
movieClip 931 {
frame 35 {
stop();
}
}
movieClip 939 {
}
button 940 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 945 {
}
button 946 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 25 {
trixie.gotoAndStop('sprite_2');
}
movieClip 956 {
}
button 957 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 974 {
}
button 975 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 29 {
trixie.gotoAndStop('sprite_1');
}
movieClip 977 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
}
}
movieClip 982 {
}
button 986 {
on (press) {
_root.gotoAndStop('get_horn');
}
}
button 990 {
on (press) {
_root.gotoAndStop('get_wings');
}
}
movieClip 999 {
frame 34 {
gotoAndPlay('loop');
}
}
movieClip 1002 {
}
button 1003 {
on (press) {
gotoAndStop('get_horn');
}
}
button 1004 {
on (press) {
gotoAndStop('get_wings');
}
}
movieClip 1005 {
}
button 1009 {
on (press) {
gotoAndStop('get_normal');
}
}
movieClip 1011 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 1012 {
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 1028 {
}
movieClip 1035 {
}
movieClip 1036 {
frame 40 {
gotoAndPlay(1);
}
}
movieClip 1037 {
frame 73 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 105 {
stop();
}
}
movieClip 1046 {
}
button 1047 {
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');
}
}
}
movieClip 1048 {
}
movieClip 1049 {
}
movieClip 1064 {
frame 1 {
if (_root.mundo.winged == false) {
gotoAndPlay('horny');
}
}
frame 47 {
_root.mundo.horned = true;
_root.mundo.winged = false;
_root.gotoAndStop('main_plaza');
}
}
movieClip 1066 {
}
movieClip 1082 {
frame 1 {
if (_root.mundo.horned == false) {
gotoAndPlay('wingy');
}
}
frame 47 {
_root.mundo.horned = false;
_root.mundo.winged = true;
_root.gotoAndStop('main_plaza');
}
}
movieClip 1102 {
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 1111 {
}
movieClip 1120 {
}
movieClip 1153 {
frame 30 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 64 {
gotoAndPlay('loop');
}
frame 147 {
_root.gotoAndStop('trixie_bitch_3');
}
}
movieClip 1161 {
}
button 1162 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1164 {
}
button 1165 {
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');
}
}
}
movieClip 1178 {
frame 57 {
gotoAndPlay('loop');
}
}
movieClip 1187 {
}
button 1188 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1228 {
frame 67 {
gotoAndPlay('loop');
}
frame 146 {
_root.gotoAndStop('trixie_sex_1');
}
}
movieClip 1242 {
}
button 1243 {
on (press) {
if (mascara.pode_continuar == true) {
pralertexto._visible = false;
trixie.gotoAndPlay('sucky_dicky');
mascara.gotoAndStop(1);
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1248 {
}
movieClip 1257 {
}
button 1258 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1287 {
frame 47 {
stop();
}
}
movieClip 1288 {
frame 57 {
_root.pralertexto._visible = false;
_root.mascara.gotoAndStop(1);
}
frame 181 {
_root.gotoAndStop('ending_1_b');
}
}
movieClip 1293 {
}
frame 65 {
hud._visible = false;
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 1311 {
frame 74 {
gotoAndPlay('loop');
}
}
movieClip 1316 {
frame 25 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 54 {
gotoAndPlay('loop');
}
}
movieClip 1318 {
}
button 1319 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1322 {
}
movieClip 1332 {
frame 41 {
stop();
}
}
movieClip 1336 {
}
movieClip 1363 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 63 {
stop();
}
}
button 1364 {
on (press) {
gotoAndStop('ending_1_d');
}
}
movieClip 1369 {
}
movieClip 1392 {
frame 73 {
_root.gotoAndStop('final_cores');
}
}
movieClip 1394 {
}
movieClip 1397 {
}
movieClip 1403 {
}
movieClip 1406 {
}
button 1407 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1408 {
}
movieClip 1422 {
frame 50 {
_root.gotoAndStop('ending_2_b');
}
}
movieClip 1431 {
}
movieClip 1436 {
frame 39 {
gotoAndPlay('loop');
}
}
movieClip 1443 {
}
button 1444 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1450 {
}
button 1451 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_d');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1461 {
frame 110 {
_root.gotoAndStop('final_cinza');
}
}
movieClip 1467 {
}
movieClip 1469 {
}
movieClip 1470 {
}
movieClip 1476 {
}
movieClip 1479 {
}
frame 95 {
mundo.falou_com_rainbow = true;
}
movieClip 1483 {
}
movieClip 1487 {
}
movieClip 1492 {
}
movieClip 1495 {
}
button 1496 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1498 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
}
}
movieClip 1499 {
}
button 1504 {
on (press) {
_root.gotoAndStop('rainbow_dash_14');
}
}
button 1508 {
on (press) {
_root.gotoAndStop('rainbow_dash_4');
}
}
button 1509 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('clouds');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1511 {
}
movieClip 1530 {
frame 25 {
stop();
}
}
movieClip 1531 {
frame 44 {
stop();
}
}
movieClip 1535 {
}
button 1536 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1545 {
frame 33 {
gotoAndPlay('loop');
}
}
movieClip 1552 {
}
button 1553 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1555 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
movieClip 1558 {
}
button 1562 {
on (press) {
_root.gotoAndStop('rainbow_dash_7');
}
}
button 1563 {
on (press) {
_root.gotoAndStop('rainbow_dash_8');
}
}
button 1564 {
on (press) {
mascara.gotoAndStop('fim_da_fala');
}
}
movieClip 1567 {
}
movieClip 1577 {
}
movieClip 1578 {
frame 17 {
stop();
}
}
movieClip 1580 {
}
button 1581 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 111 {
rainbow_dash.gotoAndPlay('loop');
}
movieClip 1586 {
}
button 1587 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1588 {
}
button 1592 {
on (press) {
_root.gotoAndStop('rainbow_dash_11');
}
}
movieClip 1595 {
}
frame 117 {
rainbow_dash.gotoAndPlay('loop');
}
movieClip 1599 {
}
button 1600 {
on (press) {
gotoAndStop('rainbow_dash_14');
}
}
button 1604 {
on (press) {
gotoAndStop('rainbow_dash_13');
}
}
movieClip 1605 {
}
movieClip 1614 {
}
movieClip 1622 {
}
movieClip 1628 {
}
movieClip 1629 {
frame 89 {
stop();
}
}
movieClip 1634 {
}
frame 123 {
musica1.musica1.stop();
musica1.musica1.attachSound('lost_race');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
}
movieClip 1637 {
}
movieClip 1658 {
frame 96 {
if (_root.mundo.corrida2perdeu == false) {
_root.gotoAndStop('race_derrota_1');
} else {
if (_root.mundo.corrida3perdeu == false) {
_root.gotoAndStop('race_derrota_2');
} else {
_root.gotoAndStop('race_derrota_5');
}
}
}
}
movieClip 1678 {
frame 70 {
gotoAndPlay('loop');
}
}
movieClip 1679 {
frame 24 {
stop();
}
}
movieClip 1681 {
}
button 1682 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1684 {
frame 24 {
stop();
}
}
movieClip 1687 {
}
button 1688 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1694 {
}
button 1695 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1697 {
}
button 1698 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1700 {
frame 24 {
stop();
}
}
movieClip 1704 {
}
button 1705 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1709 {
}
button 1710 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1718 {
}
movieClip 1723 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_1');
}
}
movieClip 1725 {
}
movieClip 1728 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_2');
}
}
movieClip 1730 {
}
movieClip 1733 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_4');
}
}
frame 143 {
if (mundo.horario == 2) {
ceu_noite.gotoAndStop('clouds_1');
}
if (mundo.horario == 4) {
ceu_noite.gotoAndStop('clouds_2');
}
if (mundo.horario == 6) {
ceu_noite.gotoAndStop('clouds_3');
}
}
movieClip 1734 {
}
frame 145 {
if (mundo.horario == 2) {
ceu_noite.gotoAndStop('clouds_1');
}
if (mundo.horario == 4) {
ceu_noite.gotoAndStop('clouds_2');
}
if (mundo.horario == 6) {
ceu_noite.gotoAndStop('clouds_3');
}
}
movieClip 1739 {
}
button 1740 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1744 {
}
frame 149 {
if (mundo.horario == 2) {
ceu_noite.gotoAndStop('clouds_1');
}
if (mundo.horario == 4) {
ceu_noite.gotoAndStop('clouds_2');
}
if (mundo.horario == 6) {
ceu_noite.gotoAndStop('clouds_3');
}
}
movieClip 1746 {
}
button 1747 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1748 {
}
movieClip 1755 {
}
movieClip 1762 {
}
button 1763 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1764 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
movieClip 1765 {
}
button 1769 {
on (press) {
gotoAndStop('rainbow_lost_4');
}
}
button 1773 {
on (press) {
gotoAndStop('rainbow_lost_3');
}
}
movieClip 1785 {
frame 44 {
gotoAndPlay('loop');
}
}
movieClip 1789 {
}
button 1790 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1794 {
}
button 1795 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1796 {
}
button 1800 {
on (press) {
gotoAndStop('rainbow_lost_6');
}
}
movieClip 1801 {
}
button 1802 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 165 {
pralertexto._visible = false;
hud._visible = false;
mascara.gotoAndStop(1);
}
movieClip 1818 {
frame 22 {
_root.pralertexto._visible = true;
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 58 {
gotoAndPlay('loop');
}
}
movieClip 1821 {
}
button 1822 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1823 {
}
button 1824 {
on (press) {
gotoAndStop('rainbow_lost_9');
}
}
movieClip 1838 {
frame 48 {
gotoAndPlay('loop');
}
}
frame 171 {
hud._visible = false;
mascara.stop();
pralertexto._visible = false;
}
movieClip 1840 {
}
movieClip 1856 {
frame 36 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 55 {
gotoAndPlay('loop');
}
}
movieClip 1858 {
}
button 1859 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1864 {
}
button 1869 {
on (press) {
_root.gotoAndStop('rainbow_stand_3');
}
}
movieClip 1870 {
frame 13 {
stop();
}
}
frame 175 {
mundo.pony = 'rainbow_dash';
pralertexto._visible = false;
mascara.stop();
}
movieClip 1901 {
frame 39 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 101 {
_root.gotoAndStop('rainbow_sex_1');
}
}
movieClip 1904 {
}
movieClip 1906 {
}
movieClip 1917 {
}
movieClip 1925 {
}
button 1926 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1927 {
}
button 1928 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 1929 {
on (press) {
gotoAndStop('scarecrow_dance');
}
}
movieClip 1934 {
}
button 1935 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_day_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1936 {
}
frame 185 {
musica1.musica1.stop();
musica1.musica1.attachSound('passing_time');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
}
movieClip 1957 {
frame 262 {
_root.mundo.pass_time();
_root.gotoAndStop('scarecrow_place');
}
}
movieClip 1959 {
}
movieClip 1964 {
}
movieClip 1966 {
}
movieClip 1968 {
}
button 1972 {
on (press) {
gotoAndStop('ms_cake_4');
}
}
button 1976 {
on (press) {
gotoAndStop('received_muffin');
}
}
movieClip 1978 {
}
movieClip 1979 {
frame 12 {
stop();
}
}
movieClip 1982 {
}
button 1983 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ms_cake_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1988 {
}
button 1989 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('received_present');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1990 {
}
button 1991 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('sugarcube_corner_inside');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 195 {
mundo.falou_com_spike = true;
pralertexto._visible = false;
mascara.stop();
hud._visible = false;
}
movieClip 1993 {
}
movieClip 1995 {
}
movieClip 2010 {
frame 22 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 72 {
gotoAndPlay('loop');
}
}
movieClip 2016 {
}
button 2017 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2022 {
}
movieClip 2028 {
}
button 2029 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 199 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 2041 {
frame 37 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 66 {
gotoAndPlay('loop');
}
}
movieClip 2045 {
}
button 2046 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2051 {
}
movieClip 2052 {
}
button 2056 {
on (press) {
gotoAndStop('spike_5');
}
}
button 2060 {
on (press) {
gotoAndStop('spike_5');
}
}
frame 203 {
spike.gotoAndStop('parado');
}
movieClip 2062 {
frame 90 {
if (_root.mundo.possui_ticket == false) {
_root.gotoAndStop('spike_6');
} else {
_root.gotoAndStop('spike_6_a');
}
}
}
movieClip 2064 {
}
movieClip 2071 {
frame 22 {
stop();
}
}
movieClip 2073 {
frame 12 {
stop();
}
}
movieClip 2078 {
}
button 2079 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2081 {
}
movieClip 2086 {
}
button 2087 {
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 211 {
mundo.deu_ticket_spike = true;
mundo.dia_spike_espera = mundo.horario + 1;
possui_ticket = false;
menu_items.ticket._visible = false;
}
movieClip 2089 {
}
movieClip 2090 {
frame 12 {
stop();
}
}
movieClip 2092 {
}
button 2093 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('tree_top');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 213 {
mundo.deu_ticket_spike = true;
mundo.dia_spike_espera = mundo.horario + 1;
possui_ticket = false;
menu_items.ticket._visible = false;
}
movieClip 2099 {
}
movieClip 2106 {
}
movieClip 2111 {
}
movieClip 2117 {
}
button 2118 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2120 {
}
button 2121 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2128 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 2130 {
}
frame 221 {
mundo.pony = 'twilight_sparkle';
}
movieClip 2131 {
}
button 2132 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 223 {
escuro.gotoAndPlay('spike_1');
}
movieClip 2134 {
}
movieClip 2143 {
frame 40 {
gotoAndPlay('loop');
}
}
movieClip 2148 {
}
movieClip 2149 {
frame 57 {
_root.escuro.gotoAndStop('no_light');
}
frame 63 {
stop();
}
}
movieClip 2156 {
}
button 2157 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 225 {
escuro.gotoAndStop('spike_2');
}
movieClip 2162 {
}
movieClip 2164 {
}
button 2165 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 227 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
escuro.gotoAndPlay('spike_2');
}
movieClip 2176 {
}
movieClip 2182 {
}
movieClip 2206 {
}
movieClip 2208 {
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');
}
}
movieClip 2210 {
}
button 2211 {
on (press) {
if (mascara.pode_continuar == true) {
spriteslol.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 229 {
mundo.viu_twilight = true;
musica1.musica1.stop();
musica1.musica1.attachSound('twilight_small');
musica1.musica1.start(0, 999999);
}
movieClip 2214 {
}
movieClip 2218 {
}
movieClip 2227 {
}
button 2228 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2237 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 2241 {
}
button 2242 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2256 {
frame 61 {
gotoAndPlay('loop');
}
}
movieClip 2262 {
frame 14 {
stop();
}
}
movieClip 2263 {
}
button 2264 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2269 {
}
movieClip 2270 {
}
button 2271 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2277 {
}
button 2278 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2279 {
}
button 2283 {
on (press) {
gotoAndStop('twilight_sparkle_8');
}
}
button 2287 {
on (press) {
gotoAndStop('twilight_sparkle_7');
}
}
movieClip 2290 {
}
button 2291 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 243 {
twilight.gotoAndPlay('loop');
}
movieClip 2296 {
}
button 2297 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('tree');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2299 {
}
movieClip 2304 {
}
movieClip 2307 {
}
movieClip 2336 {
frame 144 {
gotoAndPlay('loop');
}
}
movieClip 2338 {
}
button 2339 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 249 {
mundo.viu_spike = true;
mundo.quando_viu_spike = mundo.horario;
mundo.precisa_livro = true;
mundo.talked_with_twilight = true;
}
movieClip 2341 {
}
movieClip 2355 {
frame 93 {
stop();
}
}
movieClip 2378 {
frame 32 {
stop();
}
}
movieClip 2380 {
}
movieClip 2382 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
}
frame 93 {
stop();
}
}
movieClip 2385 {
}
button 2386 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2391 {
}
movieClip 2394 {
}
button 2395 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_12');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2399 {
}
button 2400 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_13');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2403 {
}
button 2404 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('library');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2407 {
frame 1 {
stop();
}
}
movieClip 2410 {
}
button 2411 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2418 {
}
button 2419 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2424 {
}
button 2425 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('road_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 263 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 2427 {
}
movieClip 2459 {
frame 21 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 100 {
stop();
}
}
movieClip 2464 {
}
movieClip 2470 {
}
movieClip 2472 {
}
movieClip 2473 {
frame 46 {
stop();
}
}
movieClip 2478 {
}
button 2479 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2485 {
}
button 2486 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2496 {
}
movieClip 2497 {
frame 21 {
stop();
}
}
movieClip 2503 {
}
button 2504 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2509 {
}
button 2510 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bolder_quebrada');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 271 {
mundo.falou_com_applejack = true;
}
movieClip 2515 {
}
button 2516 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2520 {
}
button 2521 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2529 {
}
button 2530 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2533 {
}
button 2534 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('farm_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2536 {
}
movieClip 2539 {
}
button 2540 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2544 {
}
button 2545 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2547 {
}
button 2548 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 287 {
musica1.musica1.stop();
}
movieClip 2551 {
frame 1 {
stop();
}
frame 51 {
_root.gotoAndStop('applejack_barn');
}
}
movieClip 2552 {
}
button 2553 {
on (press) {
if (mascara.pode_continuar == true) {
branco.gotoAndPlay('branco');
hud._visible = false;
mascara.gotoAndStop(1);
pralertexto._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2554 {
}
frame 291 {
musica1.musica1.stop();
}
movieClip 2557 {
}
button 2558 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_reaction_4_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 293 {
mundo.pony = 'applejack';
}
movieClip 2560 {
}
movieClip 2597 {
}
movieClip 2624 {
}
movieClip 2643 {
}
movieClip 2651 {
}
movieClip 2662 {
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_1');
_root.pralertexto._visible = true;
}
frame 339 {
gotoAndPlay('loop');
}
}
movieClip 2664 {
}
movieClip 2671 {
}
button 2672 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_barn_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2682 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 2684 {
frame 1 {
stop();
}
frame 36 {
_root.gotoAndStop('applejack_sex_1');
}
}
movieClip 2686 {
}
button 2687 {
on (press) {
if (mascara.pode_continuar == true) {
hud._visible = false;
applejack.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2693 {
}
movieClip 2695 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
movieClip 2696 {
}
button 2700 {
on (press) {
gotoAndStop('farm_1');
}
}
button 2704 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 301 {
bigmac.gotoAndPlay(1);
}
movieClip 2713 {
frame 26 {
stop();
}
}
movieClip 2715 {
frame 1 {
pode_continuar = false;
}
frame 19 {
stop();
pode_continuar = true;
}
}
movieClip 2716 {
}
button 2717 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('big_mac_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 303 {
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 2721 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 304 {
stop();
}
movieClip 2729 {
}
movieClip 2730 {
}
movieClip 2731 {
}
movieClip 2733 {
}
movieClip 2734 {
}
movieClip 2740 {
}
movieClip 2744 {
}
movieClip 2779 {
frame 276 {
gotoAndPlay('loop');
}
}
frame 305 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
gotoAndStop('farm_1');
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
frame 307 {
mundo.viu_cmc = true;
}
movieClip 2781 {
}
movieClip 2786 {
frame 12 {
stop();
}
}
movieClip 2790 {
}
button 2791 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2795 {
frame 34 {
stop();
}
}
movieClip 2798 {
}
button 2799 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2802 {
frame 29 {
stop();
}
}
movieClip 2807 {
}
button 2808 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2812 {
}
button 2813 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2819 {
frame 40 {
stop();
}
}
movieClip 2822 {
}
button 2823 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2825 {
}
button 2826 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2828 {
}
button 2829 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2836 {
frame 52 {
_root.gotoAndStop('treehouse');
}
}
frame 323 {
mundo.ja_viu_berry = true;
pralertexto._visible = false;
mascara.gotoAndStop(1);
}
movieClip 2840 {
}
movieClip 2843 {
}
movieClip 2861 {
}
movieClip 2874 {
}
movieClip 2877 {
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');
}
}
movieClip 2880 {
}
frame 325 {
mascara.stop();
}
movieClip 2893 {
}
movieClip 2898 {
}
movieClip 2899 {
frame 49 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 105 {
stop();
}
}
movieClip 2905 {
}
button 2906 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('city_2_raped');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2915 {
}
frame 329 {
if (mundo.pegou_garrafa_vinho == true) {
bottle._visible = false;
}
}
movieClip 2917 {
}
movieClip 2921 {
}
movieClip 2923 {
}
movieClip 2925 {
}
movieClip 2926 {
}
button 2927 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('buy_ticket_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2928 {
on (press) {
gotoAndStop('estacao');
}
}
button 2932 {
on (press) {
gotoAndStop('got_ticket');
}
}
frame 333 {
_root._quality = 'HIGH';
}
movieClip 2959 {
}
frame 344 {
ceu_dia.gotoAndStop('clean');
ceu_noite.gotoAndStop('main_plaza');
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
sleeping._visible = false;
} else {
trixie._visible = false;
}
if (mundo.winged == false) {
up_arrow._visible = false;
}
}
movieClip 2980 {
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 2982 {
}
movieClip 2993 {
}
button 2997 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 2998 {
on (press) {
gotoAndStop('clouds');
}
}
button 2999 {
on (press) {
gotoAndStop('city_1');
}
}
button 3000 {
on (press) {
gotoAndStop('main_plaza_ponyville');
}
}
button 3001 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
trixie.gotoAndPlay('looksatyou');
} else {
if (mundo.shield_quebrado == false) {
gotoAndStop('observando_trixie');
} else {
gotoAndStop('observando_trixie_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 3002 {
on (press) {
gotoAndStop('road_1');
}
}
movieClip 3007 {
}
button 3008 {
on (press) {
gotoAndStop('main_plaza');
}
}
movieClip 3014 {
}
frame 350 {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 50;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3016 {
}
button 3017 {
on (press) {
gotoAndStop('road_1_dirty');
}
}
button 3018 {
on (press) {
gotoAndStop('road_2');
}
}
button 3019 {
on (press) {
gotoAndStop('main_plaza');
}
}
movieClip 3024 {
}
button 3025 {
on (press) {
gotoAndStop('road_1');
}
}
frame 354 {
if (mundo.pedra_quebrada == true) {
clicable._visible = false;
applejack._visible = false;
} else {
clicable._visible = true;
applejack._visible = true;
}
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndStop('noite');
} else {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 25;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3027 {
}
button 3028 {
on (press) {
if (mundo.pedra_quebrada == false) {
gotoAndStop('bolder');
} else {
gotoAndStop('bolder_quebrada');
}
}
}
button 3029 {
on (press) {
gotoAndStop('applejack_1');
}
}
frame 356 {
if (mundo.winged == false) {
seta._visible = false;
} else {
seta._visible = true;
}
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 0;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3031 {
}
button 3032 {
on (press) {
if (mundo.horned == true && mundo.attackspell_a_ativo == true) {
gotoAndStop('bolder_quebrando');
} else {
gotoAndStop('bolder_giant');
}
}
}
button 3033 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || 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);
};
}
gotoAndStop('road_2');
}
}
button 3034 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
musica1.musica1.stop();
musica1.musica1.attachSound('lon_lon');
musica1.musica1.start(0, 999999);
}
gotoAndStop('road_3');
}
}
movieClip 3037 {
}
button 3038 {
on (press) {
gotoAndStop('bolder');
}
}
frame 360 {
mundo.pedra_quebrada = true;
}
movieClip 3040 {
}
movieClip 3072 {
frame 27 {
stop();
}
}
movieClip 3075 {
frame 51 {
_root.gotoAndStop('bolder_quebrando_a');
}
frame 73 {
_root.hud._visible = true;
}
frame 84 {
stop();
}
}
movieClip 3077 {
}
frame 362 {
hud._visible = false;
}
movieClip 3086 {
}
button 3087 {
on (press) {
gotoAndStop('applejack_4');
}
}
frame 364 {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 0;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3089 {
}
frame 366 {
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndStop('noite');
} else {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 25;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3092 {
frame 1 {
stop();
}
}
button 3093 {
on (press) {
gotoAndStop('road_4');
}
}
frame 368 {
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndStop('noite');
} else {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 50;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
}
movieClip 3096 {
frame 1 {
stop();
}
}
button 3097 {
on (press) {
gotoAndStop('road_3');
}
}
button 3098 {
on (press) {
gotoAndStop('farm_1');
}
}
frame 370 {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
if (mundo.musica_ligada == true) {
mundo.volume_musica1 = 100;
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 3100 {
}
movieClip 3102 {
}
button 3103 {
on (press) {
gotoAndStop('farm_2');
}
}
button 3104 {
on (press) {
gotoAndStop('big_mac_1');
}
}
frame 372 {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
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;
fundo.gotoAndStop('noite');
}
}
movieClip 3107 {
frame 1 {
stop();
}
}
movieClip 3109 {
}
button 3110 {
on (press) {
gotoAndStop('farm_3');
}
}
button 3111 {
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 3113 {
}
button 3114 {
on (press) {
gotoAndStop('treehouse');
}
}
movieClip 3116 {
}
button 3117 {
on (press) {
if (mundo.viu_cmc == false) {
gotoAndStop('treehouse_disturb_1');
} else {
gotoAndStop('treehouse_creepy');
}
}
}
movieClip 3124 {
}
button 3125 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('treehouse_disturb_2');
} else {
gotoAndStop('treehouse');
}
}
}
movieClip 3130 {
}
button 3131 {
on (press) {
gotoAndStop('cmc_1');
}
}
movieClip 3133 {
}
button 3134 {
on (press) {
gotoAndStop('treehouse');
}
}
movieClip 3143 {
frame 1 {
piscando = false;
stop();
}
frame 2 {
piscando = true;
}
}
movieClip 3144 {
frame 1 {
stop();
}
}
button 3145 {
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');
}
}
}
}
button 3150 {
on (press) {
_root.gotoAndStop('trixie_bitch_1');
}
}
movieClip 3151 {
frame 13 {
stop();
}
}
movieClip 3161 {
frame 17 {
stop();
}
}
movieClip 3163 {
}
button 3164 {
on (press) {
gotoAndStop('observando_trixie_READY');
}
}
frame 390 {
ceu_dia.gotoAndStop('clouds');
if (mundo.horario == 2) {
ceu_noite.gotoAndStop('clouds_1');
rainbow_dash._visible = false;
}
if (mundo.horario == 4) {
ceu_noite.gotoAndStop('clouds_2');
rainbow_dash._visible = false;
}
if (mundo.horario == 6) {
ceu_noite.gotoAndStop('clouds_3');
rainbow_dash._visible = false;
}
if (mundo.rainbow_dash_ja_transou == true) {
rainbow_dash._visible = false;
} else {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
cloud._visible = false;
}
}
}
movieClip 3167 {
}
movieClip 3177 {
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 {
_root.gotoAndStop('rainbow_dash_12');
}
}
}
}
movieClip 3179 {
}
button 3180 {
on (press) {
gotoAndStop('clouds_racetrack');
}
}
button 3181 {
on (press) {
gotoAndStop('clouds_waterfall');
}
}
button 3182 {
on (press) {
if (mundo.rainbow_dash_ja_transou == false) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
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');
}
}
}
movieClip 3187 {
}
button 3188 {
on (press) {
gotoAndStop('clouds');
}
}
movieClip 3194 {
}
movieClip 3195 {
}
movieClip 3198 {
}
frame 400 {
if (mundo.ja_pegou_bola == true) {
bola._visible = false;
}
ceu_dia.gotoAndStop('scarecrow_1');
ceu_noite.gotoAndStop('scarecrow_1');
if (mundo.winged == false) {
up_arrow._visible = false;
}
}
movieClip 3200 {
}
button 3202 {
on (press) {
gotoAndStop('got_bola');
}
}
button 3203 {
on (press) {
gotoAndStop('scarecrow_place_castle');
}
}
button 3204 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('scarecrow_day');
} else {
gotoAndStop('scarecrow_night');
}
}
}
button 3205 {
on (press) {
escuro.gotoAndStop('castle_1');
gotoAndStop('castle_entrance');
}
}
movieClip 3206 {
}
button 3207 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
frame 404 {
mundo.ja_pegou_bola = true;
mundo.possui_bola = true;
menu_items.bola._visible = true;
}
movieClip 3208 {
frame 12 {
stop();
}
}
movieClip 3210 {
}
movieClip 3213 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
button 3214 {
on (press) {
gotoAndStop('castle_entrance_guard');
}
}
button 3215 {
on (press) {
escuro.gotoAndStop('no_light');
gotoAndStop('scarecrow_place');
}
}
movieClip 3219 {
}
button 3220 {
on (press) {
gotoAndStop('castle_entrance');
}
}
movieClip 3222 {
}
button 3223 {
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);
}
};
}
escuro.gotoAndStop('casa_dj');
gotoAndStop('casa_dj');
}
}
button 3224 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('sugarcube_corner_inside');
} else {
gotoAndStop('sugarcube_corner_door');
}
}
}
button 3225 {
on (press) {
gotoAndStop('caixa_correio');
}
}
button 3226 {
on (press) {
gotoAndStop('city_2');
}
}
movieClip 3228 {
}
button 3229 {
on (press) {
gotoAndStop('caixa_correio_tag');
}
}
movieClip 3237 {
}
frame 416 {
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndPlay('noite');
}
if (mundo.dj_pon3_ja_transou == false) {
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 {
fundo.gotoAndStop('dia');
fundo.pisca._visible = false;
hud1._visible = true;
hud2._visible = true;
seta._visible = false;
}
}
movieClip 3240 {
}
movieClip 3241 {
}
movieClip 3245 {
frame 5 {
gotoAndPlay('dia');
}
frame 10 {
gotoAndPlay('noite');
}
}
button 3246 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
musica2.musica2.stop();
musica3.musica3.stop();
}
escuro.gotoAndStop('no_light');
gotoAndStop('city_1');
}
}
button 3247 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('casa_dj_locked');
} else {
gotoAndStop('casa_dj_gone');
}
}
}
button 3248 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('destrancando_porta');
} else {
gotoAndStop('casa_dj_key');
}
}
}
button 3249 {
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);
}
}
movieClip 3254 {
}
button 3255 {
on (press) {
gotoAndStop('casa_dj');
}
}
movieClip 3256 {
}
movieClip 3260 {
}
frame 424 {
mundo.porta_dj_aberta = true;
}
movieClip 3286 {
frame 52 {
_root.gotoAndStop('destrancando_porta_1');
}
frame 106 {
_root.hud._visible = true;
stop();
}
}
frame 426 {
hud._visible = false;
}
movieClip 3287 {
}
movieClip 3292 {
}
button 3293 {
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 3294 {
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 430 {
mundo.possui_bola = false;
mundo.possui_presente = true;
menu_items.bola._visible = false;
menu_items.presente._visible = true;
}
movieClip 3296 {
}
movieClip 3297 {
frame 12 {
stop();
}
}
movieClip 3299 {
}
button 3300 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
frame 432 {
mundo.possui_muffin = true;
mundo.money -= 3;
mundo.money_info = mundo.money + ' BITS';
menu_items.muffin._visible = true;
}
movieClip 3302 {
}
movieClip 3303 {
frame 12 {
stop();
}
}
movieClip 3304 {
}
movieClip 3306 {
}
movieClip 3308 {
}
frame 438 {
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 3311 {
}
movieClip 3312 {
}
button 3313 {
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 3314 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
movieClip 3315 {
}
button 3316 {
on (press) {
gotoAndStop('quarto_pinkie');
}
}
movieClip 3318 {
}
movieClip 3320 {
}
movieClip 3322 {
}
button 3323 {
on (press) {
gotoAndStop('sugarcube_corner_door_closed');
}
}
movieClip 3327 {
}
button 3328 {
on (press) {
gotoAndStop('sugarcube_corner_door');
}
}
movieClip 3330 {
}
movieClip 3337 {
}
movieClip 3347 {
}
button 3348 {
on (press) {
mundo.inicio_djpon3 = true;
gotoAndStop('dj_daora');
}
}
button 3349 {
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 3355 {
}
movieClip 3357 {
}
movieClip 3359 {
}
movieClip 3414 {
}
movieClip 3443 {
}
movieClip 3460 {
}
movieClip 3462 {
}
movieClip 3464 {
frame 26 {
stop();
}
}
movieClip 3466 {
}
movieClip 3468 {
}
movieClip 3469 {
frame 127 {
stop();
}
}
movieClip 3472 {
}
movieClip 3481 {
frame 1 {
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3483 {
}
movieClip 3490 {
}
movieClip 3492 {
}
movieClip 3495 {
}
movieClip 3497 {
}
movieClip 3498 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3501 {
}
movieClip 3503 {
}
movieClip 3504 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3507 {
}
movieClip 3509 {
}
movieClip 3510 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 3511 {
frame 84 {
stop();
}
}
movieClip 3518 {
}
movieClip 3528 {
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 454 {
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndStop('noite');
}
}
movieClip 3531 {
frame 1 {
stop();
}
}
button 3532 {
on (press) {
gotoAndStop('tree');
}
}
button 3533 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('estacao');
} else {
gotoAndStop('estacao_noite');
}
}
}
button 3534 {
on (press) {
gotoAndStop('city_2_spa');
}
}
button 3535 {
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');
}
}
}
}
movieClip 3540 {
}
button 3541 {
on (press) {
gotoAndStop('city_2');
}
}
frame 458 {
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndStop('noite');
}
}
movieClip 3544 {
}
movieClip 3548 {
}
movieClip 3550 {
}
button 3551 {
on (press) {
gotoAndStop('berry_1');
}
}
frame 464 {
menu_items.bottle._visible = false;
mundo.possui_garrafa = false;
mundo.dropou_garrafa_vinho = true;
}
movieClip 3556 {
}
movieClip 3557 {
}
button 3558 {
on (press) {
gotoAndStop('city_2');
}
}
button 3559 {
on (press) {
gotoAndStop('city_2_placed');
}
}
frame 468 {
if (mundo.pegou_garrafa_vinho == true) {
clicable._visible = false;
bottle._visible = false;
}
}
movieClip 3561 {
}
button 3562 {
on (press) {
if (mundo.money < 50) {
gotoAndStop('estacao_nomoney');
} else {
gotoAndStop('buy_ticket_1');
}
}
}
button 3563 {
on (press) {
gotoAndStop('estacao_bottle');
}
}
movieClip 3564 {
}
button 3565 {
on (press) {
gotoAndStop('estacao');
}
}
frame 472 {
menu_items.bottle._visible = true;
mundo.possui_garrafa = true;
mundo.pegou_garrafa_vinho = true;
}
movieClip 3567 {
}
movieClip 3568 {
}
frame 474 {
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;
}
}
movieClip 3569 {
}
button 3570 {
on (press) {
gotoAndStop('estacao_aviso');
}
}
movieClip 3573 {
}
button 3574 {
on (press) {
gotoAndStop('estacao_noite');
}
}
frame 480 {
if (mundo.winged == true && mundo.viu_spike == true) {
seta._visible = true;
} else {
seta._visible = false;
}
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
clicable._visible = false;
lyra._visible = false;
} else {
banco._visible = false;
}
}
movieClip 3576 {
}
movieClip 3578 {
}
movieClip 3580 {
}
button 3581 {
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 3582 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
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 3583 {
on (press) {
if (mundo.quando_viu_spike == mundo.horario) {
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_1');
} else {
gotoAndStop('tree_top');
}
}
}
} else {
if (mundo.deu_ticket_spike == true && mundo.dia_spike_espera == mundo.horario) {
gotoAndStop('twilight_night_1');
} else {
gotoAndStop('tree_top');
}
}
}
}
button 3584 {
on (press) {
gotoAndStop('tree_lyra');
}
}
movieClip 3585 {
}
button 3586 {
on (press) {
gotoAndStop('tree');
}
}
movieClip 3588 {
}
movieClip 3590 {
}
movieClip 3592 {
}
frame 490 {
if (mundo.quando_viu_spike == mundo.horario) {
if (mundo.deu_ticket_spike == false) {
spike_happy._visible = false;
spike_sad._visible = true;
} else {
spike_happy._visible = true;
spike_sad._visible = false;
}
} else {
spike_happy._visible = false;
spike_sad._visible = false;
clicable._visible = false;
}
}
movieClip 3595 {
}
movieClip 3599 {
}
button 3600 {
on (press) {
if (mundo.deu_ticket_spike == false) {
if (mundo.possui_ticket == false) {
gotoAndStop('spike_explain_1');
} else {
gotoAndStop('spike_thanks_1');
}
} else {
gotoAndStop('spike_thanks_1');
}
}
}
button 3602 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('twilight_sparkle_1');
} else {
gotoAndStop('twilight_door_locked');
}
}
}
movieClip 3603 {
}
button 3604 {
on (press) {
gotoAndStop('twilight_door');
}
}
movieClip 3612 {
}
button 3613 {
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 3614 {
on (press) {
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);
};
gotoAndStop('tree');
}
}
button 3615 {
on (press) {
if (mundo.talked_with_twilight == false) {
gotoAndStop('twilight_sparkle_9_alt');
}
}
}
movieClip 3620 {
}
button 3621 {
on (press) {
gotoAndStop('spell_2');
}
}
frame 500 {
mundo.sabe_shieldbreaker_a = true;
mundo.shieldbreaker_a_ativo = true;
menu_items.shield_breaker._visible = true;
menu_items.shield_breaker_a._visible = true;
}
movieClip 3622 {
}
button 3623 {
on (press) {
gotoAndStop('library');
}
}
movieClip 3624 {
}
button 3625 {
on (press) {
gotoAndStop('spell_4');
}
}
frame 504 {
mundo.sabe_attackspell_a = true;
mundo.attackspell_a_ativo = true;
menu_items.magic_attack_a._visible = true;
}
movieClip 3626 {
}
movieClip 3629 {
}
frame 508 {
mundo.forca = 0;
}
movieClip 3631 {
}
movieClip 3641 {
frame 101 {
stop();
}
}
movieClip 3652 {
frame 12 {
stop();
}
frame 24 {
stop();
}
frame 32 {
stop();
}
frame 39 {
stop();
}
}
movieClip 3653 {
frame 1 {
stop();
}
frame 105 {
stop();
}
frame 110 {
stop();
}
}
movieClip 3655 {
}
button 3656 {
on (press) {
gotoAndStop('kick_tree');
}
}
frame 510 {
mundo.forca = 0;
}
movieClip 3658 {
}
movieClip 3659 {
}
button 3660 {
on (press) {
gotoAndStop('applejack_11');
}
}
button 3661 {
on (press) {
gotoAndStop('kick_tree');
}
}
frame 512 {
mundo.money += 5;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
movieClip 3663 {
}
frame 514 {
mundo.money += 10;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
movieClip 3665 {
}
frame 516 {
kickin_tree.gotoAndPlay('carregando');
}
button 3667 {
on (press) {
if (kick_tree.permissao_para_clicar == true) {
if (mundo.forca < 99) {
mundo.forca += 1;
}
} 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 <= 70) {
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 3668 {
}
movieClip 3669 {
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 3671 {
}
movieClip 3673 {
}
movieClip 3675 {
}
movieClip 3684 {
}
movieClip 3686 {
}
movieClip 3687 {
frame 1 {
stop();
}
frame 25 {
stop();
}
frame 49 {
stop();
}
frame 73 {
stop();
}
}
button 3688 {
on (press) {
gotoAndPlay('start_race');
}
}
movieClip 3690 {
}
movieClip 3691 {
}
movieClip 3692 {
}
movieClip 3696 {
}
movieClip 3701 {
}
movieClip 3703 {
}
movieClip 3706 {
}
movieClip 3708 {
}
movieClip 3709 {
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 3710 {
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 3712 {
}
movieClip 3717 {
}
movieClip 3724 {
}
button 3725 {
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 3726 {
}
movieClip 3728 {
}
movieClip 3729 {
}
movieClip 3742 {
}
movieClip 3743 {
}
movieClip 3764 {
}
movieClip 3769 {
}
movieClip 3770 {
}
movieClip 3773 {
frame 19 {
stop();
}
}
movieClip 3774 {
}
movieClip 3775 {
}
button 3776 {
on (press) {
_root.gotoAndStop('rainbow_lost_1');
}
}
movieClip 3777 {
}
movieClip 3778 {
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 3703 {
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 3703 {
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 528 {
discurso.stop();
mascara.stop();
pralertexto._visible = false;
mundo.pony = 'pinkie_pie';
}
movieClip 3791 {
}
movieClip 3794 {
}
movieClip 3810 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 3817 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 3825 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 3827 {
}
movieClip 3842 {
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 3846 {
}
movieClip 3849 {
}
movieClip 3851 {
}
movieClip 3853 {
}
movieClip 3854 {
}
movieClip 3858 {
}
movieClip 3862 {
}
movieClip 3864 {
}
movieClip 3866 {
}
movieClip 3868 {
}
movieClip 3869 {
}
movieClip 3870 {
}
movieClip 3871 {
}
movieClip 3874 {
}
movieClip 3877 {
}
movieClip 3879 {
}
movieClip 3883 {
}
movieClip 3884 {
}
movieClip 3885 {
}
movieClip 3889 {
}
movieClip 3890 {
}
movieClip 3896 {
}
movieClip 3900 {
}
movieClip 3903 {
}
movieClip 3906 {
}
movieClip 3907 {
}
movieClip 3908 {
}
movieClip 3912 {
}
movieClip 3917 {
}
movieClip 3920 {
}
movieClip 3923 {
}
movieClip 3924 {
}
movieClip 3928 {
}
movieClip 3930 {
}
movieClip 3932 {
}
movieClip 3935 {
}
movieClip 3938 {
}
movieClip 3939 {
}
movieClip 3941 {
}
movieClip 3942 {
frame 951 {
gotoAndPlay('loop');
}
}
frame 530 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3950 {
}
movieClip 3956 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 3964 {
on (press) {
gotoAndStop('pinkie_sex_2');
}
}
button 3968 {
on (press) {
gotoAndStop('pinkie_sex_3');
}
}
button 3972 {
on (press) {
gotoAndStop('pinkie_sex_4');
}
}
button 3976 {
on (press) {
gotoAndStop('pinkie_sex_yay');
}
}
movieClip 3978 {
}
movieClip 3986 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
movieClip 3988 {
}
movieClip 3989 {
frame 1 {
quantidade = 0;
_root.mundo.cum_meter();
}
}
frame 532 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3999 {
}
movieClip 4007 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 4008 {
on (press) {
gotoAndStop('pinkie_sex_1');
}
}
movieClip 4010 {
}
movieClip 4011 {
frame 1 {
quantidade = 0.3;
_root.mundo.cum_meter();
}
}
frame 534 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4019 {
}
movieClip 4025 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 4027 {
}
movieClip 4028 {
frame 1 {
quantidade = 0.6;
_root.mundo.cum_meter();
}
}
frame 536 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4036 {
}
movieClip 4042 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 4044 {
}
movieClip 4045 {
frame 1 {
quantidade = 1;
_root.mundo.cum_meter();
}
}
movieClip 4074 {
}
movieClip 4075 {
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 4076 {
frame 61 {
stop();
_root.button_end.gotoAndPlay('efeito');
}
frame 129 {
_root.mundo.pinkie_pie_ja_transou = true;
_root.mundo.yay_end();
}
}
button 4082 {
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 4083 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 4096 {
}
movieClip 4110 {
}
movieClip 4118 {
}
movieClip 4119 {
}
movieClip 4123 {
}
movieClip 4125 {
}
button 4131 {
on (press) {
play();
}
}
movieClip 4134 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 542 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4143 {
}
button 4151 {
on (press) {
gotoAndStop('trixie_sex_2');
}
}
button 4155 {
on (press) {
gotoAndStop('trixie_sex_3');
}
}
button 4159 {
on (press) {
gotoAndStop('trixie_sex_4');
}
}
button 4163 {
on (press) {
if (mundo.shieldbreaker_b_ativo == true) {
gotoAndStop('trixie_sex_yay_2');
} else {
gotoAndStop('trixie_sex_yay');
}
}
}
movieClip 4165 {
}
movieClip 4171 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 544 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4178 {
}
button 4179 {
on (press) {
gotoAndStop('trixie_sex_1');
}
}
frame 546 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4189 {
}
frame 548 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4200 {
frame 11 {
gotoAndPlay('loop1');
}
frame 22 {
gotoAndPlay('loop2');
}
}
movieClip 4204 {
}
button 4205 {
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 550 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4208 {
}
movieClip 4235 {
}
movieClip 4261 {
frame 1 {
pode_continuar = false;
}
frame 119 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 138 {
gotoAndPlay('loop1');
}
}
movieClip 4264 {
}
button 4265 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_sex_yay_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4272 {
frame 25 {
gotoAndPlay('loop');
}
frame 94 {
_root.mundo.trixie_ja_transou = true;
_root.mundo.yay_end();
}
}
movieClip 4274 {
}
button 4275 {
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 4280 {
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 4281 {
frame 12 {
stop();
}
}
frame 554 {
hud._visible = false;
}
movieClip 4293 {
frame 28 {
_root.hud._visible = true;
}
frame 40 {
stop();
}
}
movieClip 4294 {
}
button 4295 {
on (press) {
gotoAndStop('trixie_sex_yay_3');
}
}
frame 556 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4297 {
}
movieClip 4317 {
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();
}
}
movieClip 4318 {
}
button 4319 {
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');
}
}
}
movieClip 4335 {
}
movieClip 4340 {
}
movieClip 4341 {
}
movieClip 4343 {
}
movieClip 4346 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 560 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4351 {
}
button 4359 {
on (press) {
gotoAndStop('rainbow_sex_2');
}
}
button 4363 {
on (press) {
gotoAndStop('rainbow_sex_3');
}
}
button 4367 {
on (press) {
gotoAndStop('rainbow_sex_4');
}
}
button 4371 {
on (press) {
gotoAndStop('rainbow_sex_yay');
}
}
movieClip 4373 {
}
movieClip 4379 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 562 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4386 {
}
button 4387 {
on (press) {
gotoAndStop('rainbow_sex_1');
}
}
frame 564 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4398 {
}
frame 566 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4407 {
}
movieClip 4409 {
}
button 4410 {
on (press) {
if (mascara.pode_continuar == true) {
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 568 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 4456 {
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();
}
}
movieClip 4457 {
}
button 4458 {
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 4464 {
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 4465 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 4487 {
}
movieClip 4488 {
}
movieClip 4492 {
}
movieClip 4496 {
}
movieClip 4499 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 572 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4501 {
}
movieClip 4510 {
}
movieClip 4515 {
}
movieClip 4521 {
}
button 4529 {
on (press) {
gotoAndStop('twilight_sex_2');
}
}
button 4533 {
on (press) {
gotoAndStop('twilight_sex_3');
}
}
button 4537 {
on (press) {
gotoAndStop('twilight_sex_4');
}
}
button 4541 {
on (press) {
gotoAndStop('twilight_sex_yay');
musica1.musica1.stop();
}
}
movieClip 4543 {
}
movieClip 4549 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 574 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4551 {
}
movieClip 4559 {
}
button 4560 {
on (press) {
gotoAndStop('twilight_sex_1');
}
}
frame 576 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4569 {
}
frame 578 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4572 {
}
movieClip 4578 {
}
movieClip 4584 {
}
frame 580 {
escuro._visible = false;
}
movieClip 4587 {
}
movieClip 4597 {
}
movieClip 4606 {
}
movieClip 4617 {
}
movieClip 4623 {
}
movieClip 4655 {
frame 115 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 234 {
_root.gotoAndStop('twilight_sex_yay_1');
}
}
movieClip 4658 {
}
button 4659 {
on (press) {
gotoAndStop('twilight_sex_1');
musica1.musica1.play(999999);
}
}
button 4660 {
on (press) {
gotoAndStop('twilight_sex_2');
musica1.musica1.play(999999);
}
}
button 4661 {
on (press) {
gotoAndStop('twilight_sex_3');
musica1.musica1.play(999999);
}
}
button 4662 {
on (press) {
gotoAndStop('twilight_sex_4');
musica1.musica1.play(999999);
}
}
movieClip 4672 {
frame 34 {
gotoAndPlay('loop');
}
}
movieClip 4675 {
}
button 4676 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sex_yay_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 4682 {
frame 29 {
gotoAndPlay(1);
}
frame 93 {
_root.mundo.twilight_sparkle_ja_transou = true;
_root.mundo.yay_end();
}
}
movieClip 4686 {
}
button 4687 {
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 4692 {
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 4693 {
frame 12 {
stop();
}
}
movieClip 4712 {
}
movieClip 4715 {
}
movieClip 4716 {
}
movieClip 4719 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('after_spike');
}
}
movieClip 4733 {
frame 24 {
_root.button_end.gotoAndPlay('efeito');
}
frame 35 {
stop();
}
}
movieClip 4743 {
}
movieClip 4751 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 4755 {
}
movieClip 4759 {
}
movieClip 4767 {
}
movieClip 4773 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 4782 {
}
movieClip 4783 {
}
movieClip 4791 {
}
movieClip 4792 {
}
movieClip 4793 {
}
movieClip 4794 {
}
frame 588 {
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 4802 {
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 4806 {
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 4810 {
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 4814 {
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 4816 {
}
movieClip 4822 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 590 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
button 4823 {
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 592 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
frame 594 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4828 {
frame 1 {
stop();
}
frame 67 {
_root.mundo.dj_pon3_ja_transou = true;
_root.mundo.yay_end();
}
}
button 4834 {
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 4835 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 4841 {
}
movieClip 4842 {
}
movieClip 4845 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
frame 600 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4854 {
}
button 4862 {
on (press) {
gotoAndStop('applejack_sex_2');
}
}
button 4866 {
on (press) {
gotoAndStop('applejack_sex_3');
}
}
button 4870 {
on (press) {
gotoAndStop('applejack_sex_4');
}
}
button 4874 {
on (press) {
gotoAndStop('applejack_yay');
}
}
movieClip 4875 {
}
movieClip 4880 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 602 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4887 {
}
button 4888 {
on (press) {
gotoAndStop('applejack_sex_1');
}
}
frame 604 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4891 {
}
movieClip 4899 {
}
frame 606 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4902 {
}
movieClip 4910 {
}
frame 608 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 4966 {
}
movieClip 4975 {
}
movieClip 4994 {
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 4995 {
frame 311 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 404 {
stop();
}
}
movieClip 4996 {
}
movieClip 4998 {
}
button 5003 {
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 5004 {
frame 12 {
stop();
}
}
movieClip 5010 {
}
movieClip 5011 {
}
movieClip 5014 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
movieClip 5016 {
frame 61 {
stop();
}
}
movieClip 5023 {
}
movieClip 5031 {
}
movieClip 5032 {
}
movieClip 5035 {
}
movieClip 5038 {
}
movieClip 5040 {
}
movieClip 5042 {
}
movieClip 5044 {
frame 61 {
stop();
}
}