Combined Code
frame 1 {
_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;
}
}
frame 1 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
movieClip 2 {
}
// unknown tag 88 length 90
movieClip 5 {
}
movieClip 7 {
}
movieClip 9 {
}
movieClip 12 {
}
movieClip 18 {
}
movieClip 32 {
}
movieClip 33 {
frame 48 {
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
} else {
stop();
}
}
frame 95 {
stop();
}
}
movieClip 35 {
frame 1 {
function yay_end() {
_root.mundo.quantas_comeu += 1;
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.musica1.musica1.stop();
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.lessbullshitmode == true) {
_root.gotoAndStop('menu');
_root.chiado_inicio._visible = false;
if (_root.mundo.secondary == false) {
_root.fundo.gotoAndStop('lessbullshit_1');
} else {
_root.fundo.gotoAndStop('lessbullshit_2');
}
_root.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 37 {
frame 1 {
musica1 = new Sound(this);
}
}
movieClip 39 {
frame 1 {
musica2 = new Sound(this);
}
}
movieClip 41 {
frame 1 {
musica3 = new Sound(this);
}
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop('menu');
fade_in._visible = false;
}
}
movieClip 65 {
frame 1 {
stop();
}
}
button 67 {
on (press) {
if (fundo.pode_continuar == true) {
desaparecimento.gotoAndPlay('inicio_animacao');
fundo.gotoAndPlay('horadejogar');
hud1._visible = false;
hud2._visible = false;
hud._visible = false;
}
}
}
button 68 {
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 69 {
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 71 {
}
movieClip 73 {
}
movieClip 75 {
frame 1 {
stop();
}
}
movieClip 79 {
}
movieClip 83 {
frame 1 {
stop();
}
}
movieClip 84 {
frame 1 {
stop();
}
}
movieClip 87 {
}
movieClip 118 {
}
movieClip 120 {
}
movieClip 135 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 142 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 150 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 151 {
}
movieClip 156 {
}
movieClip 163 {
}
movieClip 165 {
}
movieClip 180 {
}
movieClip 186 {
}
movieClip 213 {
}
movieClip 218 {
}
movieClip 227 {
}
movieClip 236 {
}
movieClip 244 {
}
movieClip 264 {
}
movieClip 266 {
}
movieClip 268 {
}
movieClip 284 {
}
movieClip 286 {
}
movieClip 288 {
}
movieClip 292 {
}
movieClip 296 {
}
movieClip 302 {
frame 26 {
stop();
}
}
movieClip 304 {
}
movieClip 306 {
}
movieClip 307 {
frame 127 {
stop();
}
}
movieClip 310 {
}
movieClip 315 {
}
movieClip 317 {
}
movieClip 327 {
}
movieClip 329 {
}
movieClip 336 {
}
movieClip 338 {
}
movieClip 340 {
}
movieClip 342 {
}
movieClip 344 {
}
movieClip 345 {
frame 84 {
stop();
}
}
movieClip 354 {
}
movieClip 356 {
}
movieClip 360 {
}
movieClip 378 {
}
movieClip 395 {
}
movieClip 397 {
}
movieClip 399 {
frame 1 {
stop();
}
}
movieClip 403 {
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 405 {
}
movieClip 406 {
}
movieClip 407 {
frame 1 {
efeito_funfou = false;
}
frame 79 {
gotoAndPlay(1);
}
frame 85 {
efeito_funfou = true;
}
frame 90 {
stop();
}
}
instance rd of movieClip 407 {
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 408 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance aj of movieClip 408 {
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 409 {
frame 1 {
efeito_funfou = false;
}
frame 65 {
gotoAndPlay(1);
}
frame 70 {
efeito_funfou = true;
}
frame 75 {
stop();
}
}
instance fll of movieClip 409 {
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 410 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance pp of movieClip 410 {
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 411 {
frame 1 {
efeito_funfou = false;
}
frame 67 {
gotoAndPlay(1);
}
frame 72 {
efeito_funfou = true;
}
frame 77 {
stop();
}
}
instance ts of movieClip 411 {
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 412 {
frame 1 {
efeito_funfou = false;
}
frame 130 {
gotoAndPlay(1);
}
frame 135 {
efeito_funfou = true;
}
frame 140 {
stop();
}
}
instance ra of movieClip 412 {
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 414 {
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 415 {
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 416 {
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 417 {
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 418 {
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 419 {
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 420 {
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 423 {
frame 11 {
stop();
}
}
frame 9 {
menu_items._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('dream');
musica1.musica1.start(0, 999999);
}
movieClip 430 {
}
movieClip 435 {
}
movieClip 437 {
frame 105 {
stop();
}
}
movieClip 448 {
}
movieClip 450 {
frame 1 {
stop();
}
frame 14 {
stop();
}
frame 16 {
stop();
}
frame 26 {
stop();
}
frame 28 {
stop();
}
frame 30 {
stop();
}
}
movieClip 452 {
}
movieClip 457 {
frame 1 {
pode_continuar = false;
}
frame 101 {
stop();
pode_continuar = true;
}
}
button 459 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 461 {
on (press) {
eat_the_muffin._visible = false;
pralertexto._visible = false;
_root.menu_items._visible = false;
_root.abrir_button._visible = true;
}
}
movieClip 463 {
}
movieClip 465 {
}
movieClip 468 {
}
button 470 {
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 472 {
}
movieClip 474 {
}
movieClip 476 {
}
button 477 {
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 482 {
}
movieClip 484 {
}
movieClip 486 {
}
movieClip 488 {
}
movieClip 490 {
}
button 494 {
on (press) {
pralertexto._visible = true;
eat_the_muffin._visible = true;
}
}
button 496 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 498 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 500 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
movieClip 502 {
}
movieClip 503 {
}
button 509 {
on (press) {
_root.menu_items.pralertexto._visible = false;
_root.menu_items.eat_the_muffin._visible = false;
}
}
button 513 {
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 514 {
}
button 516 {
on (press) {
no_significant_effects._visible = false;
pralertexto._visible = false;
}
}
button 518 {
on (press) {
shield_unlocked_a._visible = false;
shield_unlocked_b._visible = true;
}
}
button 520 {
on (press) {
shield_unlocked_b._visible = false;
pralertexto._visible = false;
}
}
button 522 {
on (press) {
no_effect._visible = false;
pralertexto._visible = false;
}
}
button 525 {
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 526 {
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 530 {
on (press) {
menu_items._visible = true;
abrir_button._visible = false;
}
}
movieClip 532 {
frame 52 {
stop();
}
}
movieClip 540 {
frame 39 {
gotoAndPlay('loop');
}
}
button 542 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 547 {
}
movieClip 568 {
frame 66 {
gotoAndPlay('loop');
}
}
button 570 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 576 {
frame 59 {
stop();
}
}
button 578 {
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 583 {
}
movieClip 587 {
frame 1 {
stop();
}
frame 4 {
stop();
}
frame 7 {
stop();
}
frame 10 {
stop();
}
frame 13 {
stop();
}
}
movieClip 591 {
frame 1 {
stop();
}
frame 4 {
stop();
}
frame 7 {
stop();
}
}
movieClip 593 {
}
movieClip 595 {
}
movieClip 608 {
}
movieClip 630 {
}
movieClip 638 {
frame 22 {
stop();
}
}
movieClip 665 {
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 669 {
frame 1 {
pode_continuar = false;
}
frame 111 {
stop();
pode_continuar = true;
}
}
button 671 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 673 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('main_plaza');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 678 {
}
movieClip 686 {
}
movieClip 691 {
}
movieClip 692 {
frame 16 {
stop();
}
}
movieClip 704 {
}
movieClip 708 {
}
movieClip 709 {
frame 35 {
stop();
}
}
button 711 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 713 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 25 {
trixie.gotoAndStop('sprite_2');
}
button 715 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 717 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_trans_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 29 {
trixie.gotoAndStop('sprite_1');
}
movieClip 719 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
}
}
button 724 {
on (press) {
_root.gotoAndStop('get_horn');
}
}
button 728 {
on (press) {
_root.gotoAndStop('get_wings');
}
}
movieClip 737 {
frame 34 {
gotoAndPlay('loop');
}
}
button 739 {
on (press) {
gotoAndStop('get_horn');
}
}
button 740 {
on (press) {
gotoAndStop('get_wings');
}
}
button 745 {
on (press) {
gotoAndStop('get_normal');
}
}
movieClip 747 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 748 {
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 764 {
}
movieClip 771 {
}
movieClip 772 {
frame 40 {
gotoAndPlay(1);
}
}
movieClip 773 {
frame 73 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 105 {
stop();
}
}
button 775 {
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 792 {
frame 1 {
if (_root.mundo.winged == false) {
gotoAndPlay('horny');
}
}
frame 47 {
_root.mundo.horned = true;
_root.mundo.winged = false;
_root.gotoAndStop('main_plaza');
}
}
movieClip 794 {
}
movieClip 810 {
frame 1 {
if (_root.mundo.horned == false) {
gotoAndPlay('wingy');
}
}
frame 47 {
_root.mundo.horned = false;
_root.mundo.winged = true;
_root.gotoAndStop('main_plaza');
}
}
movieClip 830 {
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 839 {
}
movieClip 848 {
}
movieClip 881 {
frame 30 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 64 {
gotoAndPlay('loop');
}
frame 147 {
_root.gotoAndStop('trixie_bitch_3');
}
}
button 883 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 885 {
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 898 {
frame 57 {
gotoAndPlay('loop');
}
}
button 900 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_bitch_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 940 {
frame 67 {
gotoAndPlay('loop');
}
frame 146 {
_root.gotoAndStop('trixie_sex_1');
}
}
button 942 {
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 947 {
}
button 949 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 978 {
frame 47 {
stop();
}
}
movieClip 979 {
frame 57 {
_root.pralertexto._visible = false;
_root.mascara.gotoAndStop(1);
}
frame 181 {
_root.gotoAndStop('ending_1_b');
}
}
frame 65 {
hud._visible = false;
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 998 {
frame 74 {
gotoAndPlay('loop');
}
}
movieClip 1003 {
frame 25 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 54 {
gotoAndPlay('loop');
}
}
button 1005 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_1_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1008 {
}
movieClip 1018 {
frame 41 {
stop();
}
}
movieClip 1022 {
}
movieClip 1049 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
frame 63 {
stop();
}
}
button 1050 {
on (press) {
gotoAndStop('ending_1_d');
}
}
movieClip 1055 {
}
movieClip 1075 {
frame 73 {
_root.gotoAndStop('final_cores');
}
}
button 1080 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_a');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1081 {
}
movieClip 1095 {
frame 50 {
_root.gotoAndStop('ending_2_b');
}
}
movieClip 1104 {
}
movieClip 1109 {
frame 39 {
gotoAndPlay('loop');
}
}
button 1111 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_c');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1113 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ending_2_d');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1120 {
frame 110 {
_root.gotoAndStop('final_cinza');
}
}
frame 95 {
mundo.falou_com_rainbow = true;
}
movieClip 1129 {
}
movieClip 1133 {
}
movieClip 1138 {
}
button 1140 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1142 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
}
}
button 1148 {
on (press) {
_root.gotoAndStop('rainbow_dash_14');
}
}
button 1152 {
on (press) {
_root.gotoAndStop('rainbow_dash_4');
}
}
button 1153 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('clouds');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1173 {
frame 25 {
stop();
}
}
movieClip 1174 {
frame 44 {
stop();
}
}
button 1176 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1185 {
frame 33 {
gotoAndPlay('loop');
}
}
button 1187 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1189 {
frame 1 {
pode_continuar = false;
}
frame 65 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
button 1194 {
on (press) {
_root.gotoAndStop('rainbow_dash_7');
}
}
button 1195 {
on (press) {
_root.gotoAndStop('rainbow_dash_8');
}
}
button 1196 {
on (press) {
mascara.gotoAndStop('fim_da_fala');
}
}
movieClip 1207 {
}
movieClip 1208 {
frame 17 {
stop();
}
}
button 1210 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 111 {
rainbow_dash.gotoAndPlay('loop');
}
button 1212 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_dash_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1217 {
on (press) {
_root.gotoAndStop('rainbow_dash_11');
}
}
frame 117 {
rainbow_dash.gotoAndPlay('loop');
}
button 1220 {
on (press) {
gotoAndStop('rainbow_dash_14');
}
}
button 1224 {
on (press) {
gotoAndStop('rainbow_dash_13');
}
}
movieClip 1234 {
}
movieClip 1242 {
}
movieClip 1248 {
}
movieClip 1249 {
frame 89 {
stop();
}
}
frame 123 {
musica1.musica1.stop();
musica1.musica1.attachSound('lost_race');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
}
movieClip 1253 {
}
movieClip 1274 {
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 1294 {
frame 70 {
gotoAndPlay('loop');
}
}
movieClip 1295 {
frame 24 {
stop();
}
}
button 1297 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1299 {
frame 24 {
stop();
}
}
button 1301 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1303 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1305 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1307 {
frame 24 {
stop();
}
}
button 1309 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('race_derrota_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1311 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_slave_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1319 {
}
movieClip 1323 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_1');
}
}
movieClip 1325 {
}
movieClip 1328 {
frame 191 {
_root.mundo.pass_time();
_root.gotoAndStop('rainbow_enough_2');
}
}
movieClip 1330 {
}
movieClip 1333 {
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');
}
}
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');
}
}
button 1337 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
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');
}
}
button 1341 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_enough_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1349 {
}
button 1351 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1352 {
frame 1 {
pode_continuar = false;
}
frame 16 {
stop();
pode_continuar = true;
_root.hud._visible = false;
}
}
button 1357 {
on (press) {
gotoAndStop('rainbow_lost_4');
}
}
button 1361 {
on (press) {
gotoAndStop('rainbow_lost_3');
}
}
movieClip 1373 {
frame 44 {
gotoAndPlay('loop');
}
}
button 1375 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1377 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1382 {
on (press) {
gotoAndStop('rainbow_lost_6');
}
}
button 1384 {
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 1400 {
frame 22 {
_root.pralertexto._visible = true;
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 58 {
gotoAndPlay('loop');
}
}
button 1402 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_lost_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1404 {
on (press) {
gotoAndStop('rainbow_lost_9');
}
}
movieClip 1418 {
frame 48 {
gotoAndPlay('loop');
}
}
frame 171 {
hud._visible = false;
mascara.stop();
pralertexto._visible = false;
}
movieClip 1420 {
}
movieClip 1436 {
frame 36 {
_root.hud._visible = true;
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 55 {
gotoAndPlay('loop');
}
}
button 1438 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('rainbow_stand_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1443 {
}
button 1448 {
on (press) {
_root.gotoAndStop('rainbow_stand_3');
}
}
movieClip 1449 {
frame 13 {
stop();
}
}
frame 175 {
mundo.pony = 'rainbow_dash';
pralertexto._visible = false;
mascara.stop();
}
movieClip 1480 {
frame 39 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 101 {
_root.gotoAndStop('rainbow_sex_1');
}
}
movieClip 1483 {
}
movieClip 1494 {
}
button 1496 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1498 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 1499 {
on (press) {
gotoAndStop('scarecrow_dance');
}
}
button 1501 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('scarecrow_day_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 185 {
musica1.musica1.stop();
musica1.musica1.attachSound('passing_time');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.stop();
};
}
movieClip 1523 {
frame 262 {
_root.mundo.pass_time();
_root.gotoAndStop('scarecrow_place');
}
}
movieClip 1525 {
}
movieClip 1530 {
}
movieClip 1532 {
}
button 1537 {
on (press) {
gotoAndStop('ms_cake_4');
}
}
button 1541 {
on (press) {
gotoAndStop('received_muffin');
}
}
movieClip 1543 {
}
movieClip 1544 {
frame 12 {
stop();
}
}
button 1546 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('ms_cake_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1548 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('received_present');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1550 {
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 1552 {
}
movieClip 1554 {
}
movieClip 1569 {
frame 22 {
_root.pralertexto._visible = true;
_root.mascara.play();
_root.hud._visible = true;
}
frame 72 {
gotoAndPlay('loop');
}
}
button 1571 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1576 {
}
button 1578 {
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 1590 {
frame 37 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 66 {
gotoAndPlay('loop');
}
}
button 1592 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1597 {
}
button 1602 {
on (press) {
gotoAndStop('spike_5');
}
}
button 1606 {
on (press) {
gotoAndStop('spike_5');
}
}
frame 203 {
spike.gotoAndStop('parado');
}
movieClip 1608 {
frame 90 {
if (_root.mundo.possui_ticket == false) {
_root.gotoAndStop('spike_6');
} else {
_root.gotoAndStop('spike_6_a');
}
}
}
movieClip 1610 {
}
movieClip 1617 {
frame 22 {
stop();
}
}
movieClip 1619 {
frame 12 {
stop();
}
}
button 1621 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1624 {
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 1626 {
}
movieClip 1627 {
frame 12 {
stop();
}
}
button 1629 {
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 1635 {
}
movieClip 1641 {
}
button 1643 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1645 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('spike_explain_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1652 {
frame 37 {
gotoAndPlay('loop');
}
}
frame 221 {
mundo.pony = 'twilight_sparkle';
}
button 1655 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 223 {
escuro.gotoAndPlay('spike_1');
}
movieClip 1657 {
}
movieClip 1666 {
frame 40 {
gotoAndPlay('loop');
}
}
movieClip 1671 {
}
movieClip 1672 {
frame 57 {
_root.escuro.gotoAndStop('no_light');
}
frame 63 {
stop();
}
}
button 1674 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_night_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 225 {
escuro.gotoAndStop('spike_2');
}
movieClip 1679 {
}
button 1681 {
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 1692 {
}
movieClip 1698 {
}
movieClip 1722 {
}
movieClip 1724 {
frame 58 {
_root.escuro.gotoAndStop('no_light');
}
frame 103 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 113 {
stop();
}
frame 129 {
_root.gotoAndStop('twilight_sex_1');
}
}
button 1726 {
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 1729 {
}
movieClip 1733 {
}
button 1735 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1744 {
frame 37 {
gotoAndPlay('loop');
}
}
button 1746 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1760 {
frame 61 {
gotoAndPlay('loop');
}
}
movieClip 1766 {
frame 14 {
stop();
}
}
button 1768 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1773 {
}
button 1775 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1777 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1782 {
on (press) {
gotoAndStop('twilight_sparkle_8');
}
}
button 1786 {
on (press) {
gotoAndStop('twilight_sparkle_7');
}
}
button 1788 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 243 {
twilight.gotoAndPlay('loop');
}
button 1790 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('tree');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1792 {
}
movieClip 1797 {
}
movieClip 1827 {
frame 144 {
gotoAndPlay('loop');
}
}
button 1829 {
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 1831 {
}
movieClip 1845 {
frame 93 {
stop();
}
}
movieClip 1868 {
frame 32 {
stop();
}
}
movieClip 1870 {
}
movieClip 1872 {
frame 1 {
if (_root.mundo.winged == false) {
wing._visible = false;
}
}
frame 93 {
stop();
}
}
button 1874 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_11');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1879 {
}
button 1881 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_12');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1883 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sparkle_13');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1885 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('library');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1888 {
frame 1 {
stop();
}
}
button 1891 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1893 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1895 {
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 1897 {
}
movieClip 1929 {
frame 21 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 100 {
stop();
}
}
movieClip 1934 {
}
movieClip 1940 {
}
movieClip 1942 {
}
movieClip 1943 {
frame 46 {
stop();
}
}
button 1945 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1947 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 1957 {
}
movieClip 1958 {
frame 21 {
stop();
}
}
button 1960 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1962 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('bolder_quebrada');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 271 {
mundo.falou_com_applejack = true;
}
button 1965 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_9');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1967 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_10');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1969 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1971 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('farm_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1975 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1978 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 1981 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('kick_tree_prepare_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 287 {
musica1.musica1.stop();
}
movieClip 1984 {
frame 1 {
stop();
}
frame 51 {
_root.gotoAndStop('applejack_barn');
}
}
button 1986 {
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');
}
}
}
frame 291 {
musica1.musica1.stop();
}
button 1990 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_reaction_4_b');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 293 {
mundo.pony = 'applejack';
}
movieClip 1992 {
}
movieClip 2028 {
}
movieClip 2053 {
}
movieClip 2071 {
}
movieClip 2079 {
}
movieClip 2090 {
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');
}
}
button 2093 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('applejack_barn_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2103 {
frame 37 {
gotoAndPlay('loop');
}
}
movieClip 2105 {
frame 1 {
stop();
}
frame 36 {
_root.gotoAndStop('applejack_sex_1');
}
}
button 2107 {
on (press) {
if (mascara.pode_continuar == true) {
hud._visible = false;
applejack.gotoAndPlay('inicio');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2113 {
}
movieClip 2115 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 2120 {
on (press) {
gotoAndStop('farm_1');
}
}
button 2124 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 301 {
bigmac.gotoAndPlay(1);
}
movieClip 2133 {
frame 26 {
stop();
}
}
movieClip 2135 {
frame 1 {
pode_continuar = false;
}
frame 19 {
stop();
pode_continuar = true;
}
}
button 2137 {
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 2141 {
on (press) {
gotoAndStop('big_mac_2');
}
}
frame 304 {
stop();
}
movieClip 2152 {
}
movieClip 2156 {
}
movieClip 2191 {
frame 276 {
gotoAndPlay('loop');
}
}
frame 305 {
gotoAndStop('farm_1');
}
frame 305 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
frame 307 {
mundo.viu_cmc = true;
}
movieClip 2193 {
}
movieClip 2198 {
frame 12 {
stop();
}
}
button 2201 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2205 {
frame 34 {
stop();
}
}
button 2207 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2210 {
frame 29 {
stop();
}
}
button 2212 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2214 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2220 {
frame 40 {
stop();
}
}
button 2222 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_6');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2224 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2226 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('cmc_8');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2233 {
frame 52 {
_root.gotoAndStop('treehouse');
}
}
frame 323 {
mundo.ja_viu_berry = true;
pralertexto._visible = false;
mascara.gotoAndStop(1);
}
movieClip 2237 {
}
movieClip 2240 {
}
movieClip 2258 {
}
movieClip 2271 {
}
movieClip 2274 {
frame 91 {
_root.pralertexto._visible = true;
_root.mascara.gotoAndPlay(1);
}
frame 111 {
_root.pralertexto._visible = false;
_root.mascara.gotoAndStop(1);
}
frame 139 {
_root.gotoAndStop('berry_2');
}
}
frame 325 {
mascara.stop();
}
movieClip 2288 {
}
movieClip 2293 {
}
movieClip 2294 {
frame 49 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 105 {
stop();
}
}
button 2296 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('city_2_raped');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 2305 {
}
frame 329 {
if (mundo.pegou_garrafa_vinho == true) {
bottle._visible = false;
}
}
movieClip 2307 {
}
movieClip 2311 {
}
movieClip 2313 {
}
movieClip 2315 {
}
button 2317 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('buy_ticket_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
button 2318 {
on (press) {
gotoAndStop('estacao');
}
}
button 2322 {
on (press) {
gotoAndStop('got_ticket');
}
}
frame 333 {
_root._quality = 'HIGH';
}
// unknown tag 88 length 78
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 2346 {
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 2348 {
}
movieClip 2355 {
}
button 2358 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 2359 {
on (press) {
gotoAndStop('clouds');
}
}
button 2360 {
on (press) {
gotoAndStop('city_1');
}
}
button 2361 {
on (press) {
gotoAndStop('main_plaza_ponyville');
}
}
button 2362 {
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 2363 {
on (press) {
gotoAndStop('road_1');
}
}
button 2365 {
on (press) {
gotoAndStop('main_plaza');
}
}
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 2368 {
}
button 2369 {
on (press) {
gotoAndStop('road_1_dirty');
}
}
button 2370 {
on (press) {
gotoAndStop('road_2');
}
}
button 2371 {
on (press) {
gotoAndStop('main_plaza');
}
}
button 2373 {
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 2375 {
}
button 2376 {
on (press) {
if (mundo.pedra_quebrada == false) {
gotoAndStop('bolder');
} else {
gotoAndStop('bolder_quebrada');
}
}
}
button 2377 {
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 2379 {
}
button 2380 {
on (press) {
if (mundo.horned == true && mundo.attackspell_a_ativo == true) {
gotoAndStop('bolder_quebrando');
} else {
gotoAndStop('bolder_giant');
}
}
}
button 2381 {
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 2382 {
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');
}
}
button 2384 {
on (press) {
gotoAndStop('bolder');
}
}
frame 360 {
mundo.pedra_quebrada = true;
}
movieClip 2386 {
}
movieClip 2417 {
frame 27 {
stop();
}
}
movieClip 2420 {
frame 51 {
_root.gotoAndStop('bolder_quebrando_a');
}
frame 73 {
_root.hud._visible = true;
}
frame 84 {
stop();
}
}
frame 362 {
hud._visible = false;
}
button 2423 {
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 2425 {
}
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 2428 {
frame 1 {
stop();
}
}
button 2429 {
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 2432 {
frame 1 {
stop();
}
}
button 2433 {
on (press) {
gotoAndStop('road_3');
}
}
button 2434 {
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 2436 {
}
movieClip 2438 {
}
button 2439 {
on (press) {
gotoAndStop('farm_2');
}
}
button 2440 {
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 2443 {
frame 1 {
stop();
}
}
movieClip 2445 {
}
button 2446 {
on (press) {
gotoAndStop('farm_3');
}
}
button 2447 {
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 2449 {
}
button 2450 {
on (press) {
gotoAndStop('treehouse');
}
}
movieClip 2452 {
}
button 2453 {
on (press) {
if (mundo.viu_cmc == false) {
gotoAndStop('treehouse_disturb_1');
} else {
gotoAndStop('treehouse_creepy');
}
}
}
button 2455 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('treehouse_disturb_2');
} else {
gotoAndStop('treehouse');
}
}
}
button 2457 {
on (press) {
gotoAndStop('cmc_1');
}
}
button 2459 {
on (press) {
gotoAndStop('treehouse');
}
}
movieClip 2468 {
frame 1 {
piscando = false;
stop();
}
frame 2 {
piscando = true;
}
}
movieClip 2469 {
frame 1 {
stop();
}
}
button 2470 {
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 2475 {
on (press) {
_root.gotoAndStop('trixie_bitch_1');
}
}
movieClip 2476 {
frame 13 {
stop();
}
}
movieClip 2485 {
frame 17 {
stop();
}
}
button 2487 {
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 2490 {
}
movieClip 2500 {
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 2502 {
}
button 2503 {
on (press) {
gotoAndStop('clouds_racetrack');
}
}
button 2504 {
on (press) {
gotoAndStop('clouds_waterfall');
}
}
button 2505 {
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');
}
}
}
button 2507 {
on (press) {
gotoAndStop('clouds');
}
}
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 2512 {
}
button 2514 {
on (press) {
gotoAndStop('got_bola');
}
}
button 2515 {
on (press) {
gotoAndStop('scarecrow_place_castle');
}
}
button 2516 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('scarecrow_day');
} else {
gotoAndStop('scarecrow_night');
}
}
}
button 2517 {
on (press) {
escuro.gotoAndStop('castle_1');
gotoAndStop('castle_entrance');
}
}
button 2519 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
frame 404 {
mundo.ja_pegou_bola = true;
mundo.possui_bola = true;
menu_items.bola._visible = true;
}
movieClip 2520 {
frame 12 {
stop();
}
}
movieClip 2524 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
button 2525 {
on (press) {
gotoAndStop('castle_entrance_guard');
}
}
button 2526 {
on (press) {
escuro.gotoAndStop('no_light');
gotoAndStop('scarecrow_place');
}
}
button 2528 {
on (press) {
gotoAndStop('castle_entrance');
}
}
movieClip 2530 {
}
button 2531 {
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 2532 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('sugarcube_corner_inside');
} else {
gotoAndStop('sugarcube_corner_door');
}
}
}
button 2533 {
on (press) {
gotoAndStop('caixa_correio');
}
}
button 2534 {
on (press) {
gotoAndStop('city_2');
}
}
movieClip 2536 {
}
button 2537 {
on (press) {
gotoAndStop('caixa_correio_tag');
}
}
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 2541 {
}
movieClip 2542 {
}
movieClip 2546 {
frame 5 {
gotoAndPlay('dia');
}
frame 10 {
gotoAndPlay('noite');
}
}
button 2547 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
musica2.musica2.stop();
musica3.musica3.stop();
}
escuro.gotoAndStop('no_light');
gotoAndStop('city_1');
}
}
button 2548 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('casa_dj_locked');
} else {
gotoAndStop('casa_dj_gone');
}
}
}
button 2549 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
gotoAndStop('destrancando_porta');
} else {
gotoAndStop('casa_dj_key');
}
}
}
button 2550 {
on (press) {
escuro.gotoAndStop('no_light');
escuro._visible = false;
gotoAndStop('quarto_dj');
mundo.volume_musica3 = 100;
if (mundo.musica_ligada == true) {
musica3.musica3.setVolume(mundo.volume_musica3);
}
mundo.volume_musica2 = 0;
musica2.musica2.setVolume(mundo.volume_musica2);
mundo.volume_musica1 = 0;
musica1.musica1.setVolume(mundo.volume_musica1);
}
}
button 2552 {
on (press) {
gotoAndStop('casa_dj');
}
}
frame 424 {
mundo.porta_dj_aberta = true;
}
movieClip 2580 {
frame 52 {
_root.gotoAndStop('destrancando_porta_1');
}
frame 106 {
_root.hud._visible = true;
stop();
}
}
frame 426 {
hud._visible = false;
}
movieClip 2586 {
}
button 2587 {
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 2588 {
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 2590 {
}
movieClip 2591 {
frame 12 {
stop();
}
}
button 2593 {
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 2595 {
}
movieClip 2596 {
frame 12 {
stop();
}
}
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 2602 {
}
movieClip 2603 {
}
button 2604 {
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 2605 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
button 2607 {
on (press) {
gotoAndStop('quarto_pinkie');
}
}
movieClip 2611 {
}
button 2612 {
on (press) {
gotoAndStop('sugarcube_corner_door_closed');
}
}
button 2614 {
on (press) {
gotoAndStop('sugarcube_corner_door');
}
}
movieClip 2616 {
}
movieClip 2623 {
}
movieClip 2629 {
}
button 2630 {
on (press) {
mundo.inicio_djpon3 = true;
gotoAndStop('dj_daora');
}
}
button 2631 {
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 2637 {
}
movieClip 2639 {
}
movieClip 2641 {
}
movieClip 2696 {
}
movieClip 2720 {
}
movieClip 2736 {
}
movieClip 2738 {
}
movieClip 2740 {
frame 26 {
stop();
}
}
movieClip 2742 {
}
movieClip 2744 {
}
movieClip 2745 {
frame 127 {
stop();
}
}
movieClip 2748 {
}
movieClip 2756 {
frame 1 {
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 2758 {
}
movieClip 2765 {
}
movieClip 2767 {
}
movieClip 2770 {
}
movieClip 2772 {
}
movieClip 2773 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 2776 {
}
movieClip 2778 {
}
movieClip 2779 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 2782 {
}
movieClip 2784 {
}
movieClip 2785 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
if (_root.mundo.horned == false) {
horn._visible = false;
}
}
}
movieClip 2786 {
frame 84 {
stop();
}
}
movieClip 2793 {
}
movieClip 2803 {
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 2806 {
frame 1 {
stop();
}
}
button 2807 {
on (press) {
gotoAndStop('tree');
}
}
button 2808 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('estacao');
} else {
gotoAndStop('estacao_noite');
}
}
}
button 2809 {
on (press) {
gotoAndStop('city_2_spa');
}
}
button 2810 {
on (press) {
if (mundo.possui_garrafa == false) {
if (mundo.horario == 6 && mundo.dropou_garrafa_vinho == false) {
if (mundo.ja_viu_berry == false) {
gotoAndStop('city_2_peek');
} else {
gotoAndStop('city_2_raped');
}
} else {
gotoAndStop('city_2_berry');
}
} else {
if (mundo.horario == 6 && mundo.dropou_garrafa_vinho == false) {
if (mundo.ja_viu_berry == false) {
gotoAndStop('city_2_peek');
} else {
gotoAndStop('city_2_raped');
}
} else {
gotoAndStop('city_2_door');
}
}
}
}
button 2812 {
on (press) {
gotoAndStop('city_2');
}
}
frame 458 {
if (mundo.horario == 2 || mundo.horario == 4 || mundo.horario == 6) {
fundo.gotoAndStop('noite');
}
}
button 2816 {
on (press) {
gotoAndStop('berry_1');
}
}
frame 464 {
menu_items.bottle._visible = false;
mundo.possui_garrafa = false;
mundo.dropou_garrafa_vinho = true;
}
button 2819 {
on (press) {
gotoAndStop('city_2');
}
}
button 2820 {
on (press) {
gotoAndStop('city_2_placed');
}
}
frame 468 {
if (mundo.pegou_garrafa_vinho == true) {
clicable._visible = false;
bottle._visible = false;
}
}
movieClip 2822 {
}
button 2823 {
on (press) {
if (mundo.money < 50) {
gotoAndStop('estacao_nomoney');
} else {
gotoAndStop('buy_ticket_1');
}
}
}
button 2824 {
on (press) {
gotoAndStop('estacao_bottle');
}
}
button 2826 {
on (press) {
gotoAndStop('estacao');
}
}
frame 472 {
menu_items.bottle._visible = true;
mundo.possui_garrafa = true;
mundo.pegou_garrafa_vinho = true;
}
movieClip 2828 {
}
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;
}
}
button 2831 {
on (press) {
gotoAndStop('estacao_aviso');
}
}
button 2833 {
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 2835 {
}
movieClip 2837 {
}
movieClip 2839 {
}
button 2840 {
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 2841 {
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 2842 {
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 2843 {
on (press) {
gotoAndStop('tree_lyra');
}
}
button 2845 {
on (press) {
gotoAndStop('tree');
}
}
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 2851 {
}
movieClip 2855 {
}
button 2856 {
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 2858 {
on (press) {
if (mundo.horario == 1 || mundo.horario == 3 || mundo.horario == 5) {
gotoAndStop('twilight_sparkle_1');
} else {
gotoAndStop('twilight_door_locked');
}
}
}
button 2860 {
on (press) {
gotoAndStop('twilight_door');
}
}
movieClip 2868 {
}
button 2869 {
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 2870 {
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 2871 {
on (press) {
if (mundo.talked_with_twilight == false) {
gotoAndStop('twilight_sparkle_9_alt');
} else {}
}
}
button 2873 {
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;
}
button 2875 {
on (press) {
gotoAndStop('library');
}
}
button 2877 {
on (press) {
gotoAndStop('spell_4');
}
}
frame 504 {
mundo.sabe_attackspell_a = true;
mundo.attackspell_a_ativo = true;
menu_items.magic_attack_a._visible = true;
}
frame 508 {
mundo.forca = 0;
}
movieClip 2881 {
}
movieClip 2891 {
frame 101 {
stop();
}
}
movieClip 2902 {
frame 12 {
stop();
}
frame 24 {
stop();
}
frame 32 {
stop();
}
frame 39 {
stop();
}
}
movieClip 2903 {
frame 1 {
stop();
}
frame 105 {
stop();
}
frame 110 {
stop();
}
}
button 2906 {
on (press) {
gotoAndStop('kick_tree');
}
}
frame 510 {
mundo.forca = 0;
}
button 2910 {
on (press) {
gotoAndStop('applejack_11');
}
}
button 2911 {
on (press) {
gotoAndStop('kick_tree');
}
}
frame 512 {
mundo.money += 5;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 514 {
mundo.money += 10;
mundo.money_info = mundo.money + ' BITS';
mundo.forca = 0;
}
frame 516 {
kickin_tree.gotoAndPlay('carregando');
}
button 2917 {
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 2919 {
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 2921 {
}
movieClip 2923 {
}
movieClip 2925 {
}
movieClip 2929 {
}
movieClip 2930 {
frame 1 {
stop();
}
frame 25 {
stop();
}
frame 49 {
stop();
}
frame 73 {
stop();
}
}
button 2931 {
on (press) {
gotoAndPlay('start_race');
}
}
movieClip 2942 {
}
movieClip 2944 {
}
movieClip 2947 {
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 2948 {
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 2950 {
}
movieClip 2955 {
}
movieClip 2962 {
}
button 2963 {
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 2966 {
}
movieClip 2967 {
}
movieClip 2980 {
}
movieClip 2981 {
}
movieClip 3002 {
}
movieClip 3007 {
}
movieClip 3008 {
}
movieClip 3011 {
frame 19 {
stop();
}
}
button 3014 {
on (press) {
_root.gotoAndStop('rainbow_lost_1');
}
}
movieClip 3016 {
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 2944 {
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 2944 {
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 3029 {
}
movieClip 3032 {
}
movieClip 3048 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 3055 {
frame 28 {
gotoAndPlay('loop');
}
}
movieClip 3063 {
frame 22 {
gotoAndPlay('loop');
}
}
movieClip 3065 {
}
movieClip 3080 {
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 3084 {
}
movieClip 3123 {
frame 951 {
gotoAndPlay('loop');
}
}
frame 530 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3131 {
}
movieClip 3137 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 3145 {
on (press) {
gotoAndStop('pinkie_sex_2');
}
}
button 3149 {
on (press) {
gotoAndStop('pinkie_sex_3');
}
}
button 3153 {
on (press) {
gotoAndStop('pinkie_sex_4');
}
}
button 3157 {
on (press) {
gotoAndStop('pinkie_sex_yay');
}
}
movieClip 3159 {
}
movieClip 3166 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
movieClip 3168 {
frame 1 {
quantidade = 0;
_root.mundo.cum_meter();
}
}
frame 532 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3178 {
}
movieClip 3186 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
button 3187 {
on (press) {
gotoAndStop('pinkie_sex_1');
}
}
movieClip 3190 {
frame 1 {
quantidade = 0.3;
_root.mundo.cum_meter();
}
}
frame 534 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3198 {
}
movieClip 3204 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 3207 {
frame 1 {
quantidade = 0.6;
_root.mundo.cum_meter();
}
}
frame 536 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3215 {
}
movieClip 3221 {
frame 1 {
if (_root.mundo.horned == false) {
horny._visible = false;
}
}
}
movieClip 3224 {
frame 1 {
quantidade = 1;
_root.mundo.cum_meter();
}
}
movieClip 3253 {
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 3254 {
frame 61 {
stop();
_root.button_end.gotoAndPlay('efeito');
}
frame 129 {
_root.mundo.pinkie_pie_ja_transou = true;
_root.mundo.yay_end();
}
}
button 3260 {
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 3261 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3269 {
}
movieClip 3289 {
}
movieClip 3290 {
}
movieClip 3294 {
}
movieClip 3296 {
}
button 3302 {
on (press) {
play();
}
}
movieClip 3304 {
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 3313 {
}
button 3321 {
on (press) {
gotoAndStop('trixie_sex_2');
}
}
button 3325 {
on (press) {
gotoAndStop('trixie_sex_3');
}
}
button 3329 {
on (press) {
gotoAndStop('trixie_sex_4');
}
}
button 3333 {
on (press) {
if (mundo.shieldbreaker_b_ativo == true) {
gotoAndStop('trixie_sex_yay_2');
} else {
gotoAndStop('trixie_sex_yay');
}
}
}
movieClip 3335 {
}
movieClip 3341 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 544 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3348 {
}
button 3349 {
on (press) {
gotoAndStop('trixie_sex_1');
}
}
frame 546 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3359 {
}
frame 548 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3370 {
frame 11 {
gotoAndPlay('loop1');
}
frame 22 {
gotoAndPlay('loop2');
}
}
button 3372 {
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 3375 {
}
movieClip 3401 {
}
movieClip 3427 {
frame 1 {
pode_continuar = false;
}
frame 119 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 138 {
gotoAndPlay('loop1');
}
}
button 3429 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_sex_yay_1');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3436 {
frame 25 {
gotoAndPlay('loop');
}
frame 94 {
_root.mundo.trixie_ja_transou = true;
_root.mundo.yay_end();
}
}
button 3438 {
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 3443 {
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 3444 {
frame 12 {
stop();
}
}
frame 554 {
hud._visible = false;
}
movieClip 3456 {
frame 28 {
_root.hud._visible = true;
}
frame 40 {
stop();
}
}
button 3458 {
on (press) {
gotoAndStop('trixie_sex_yay_3');
}
}
frame 556 {
mascara.stop();
pralertexto._visible = false;
hud._visible = false;
}
movieClip 3460 {
}
movieClip 3480 {
frame 36 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
}
frame 66 {
gotoAndPlay('loop');
}
frame 133 {
_root.mundo.trixie_ja_transou = true;
_root.mundo.yay_end();
}
}
button 3482 {
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 3498 {
}
movieClip 3502 {
}
movieClip 3503 {
}
movieClip 3505 {
}
movieClip 3508 {
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 3513 {
}
button 3521 {
on (press) {
gotoAndStop('rainbow_sex_2');
}
}
button 3525 {
on (press) {
gotoAndStop('rainbow_sex_3');
}
}
button 3529 {
on (press) {
gotoAndStop('rainbow_sex_4');
}
}
button 3533 {
on (press) {
gotoAndStop('rainbow_sex_yay');
}
}
movieClip 3535 {
}
movieClip 3541 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 562 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3548 {
}
button 3549 {
on (press) {
gotoAndStop('rainbow_sex_1');
}
}
frame 564 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3560 {
}
frame 566 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3569 {
}
button 3571 {
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 3617 {
frame 132 {
_root.mascara.play();
_root.pralertexto._visible = true;
_root.hud._visible = true;
_root.button_end.gotoAndPlay('efeito');
}
frame 162 {
gotoAndPlay('loop');
}
frame 230 {
_root.mundo.rainbow_dash_ja_transou = true;
_root.mundo.yay_end();
}
}
button 3619 {
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 3625 {
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 3626 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3648 {
}
movieClip 3649 {
}
movieClip 3653 {
}
movieClip 3657 {
}
movieClip 3660 {
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 3662 {
}
movieClip 3671 {
}
movieClip 3676 {
}
movieClip 3682 {
}
button 3690 {
on (press) {
gotoAndStop('twilight_sex_2');
}
}
button 3694 {
on (press) {
gotoAndStop('twilight_sex_3');
}
}
button 3698 {
on (press) {
gotoAndStop('twilight_sex_4');
}
}
button 3702 {
on (press) {
gotoAndStop('twilight_sex_yay');
musica1.musica1.stop();
}
}
movieClip 3704 {
}
movieClip 3710 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 574 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3712 {
}
movieClip 3720 {
}
button 3721 {
on (press) {
gotoAndStop('twilight_sex_1');
}
}
frame 576 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3730 {
}
frame 578 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 3733 {
}
movieClip 3739 {
}
movieClip 3745 {
}
frame 580 {
escuro._visible = false;
}
movieClip 3748 {
}
movieClip 3758 {
}
movieClip 3767 {
}
movieClip 3778 {
}
movieClip 3784 {
}
movieClip 3815 {
frame 115 {
_root.mascara.gotoAndStop(1);
_root.pralertexto._visible = false;
}
frame 234 {
_root.gotoAndStop('twilight_sex_yay_1');
}
}
button 3817 {
on (press) {
gotoAndStop('twilight_sex_1');
musica1.musica1.play(999999);
}
}
button 3818 {
on (press) {
gotoAndStop('twilight_sex_2');
musica1.musica1.play(999999);
}
}
button 3819 {
on (press) {
gotoAndStop('twilight_sex_3');
musica1.musica1.play(999999);
}
}
button 3820 {
on (press) {
gotoAndStop('twilight_sex_4');
musica1.musica1.play(999999);
}
}
movieClip 3830 {
frame 34 {
gotoAndPlay('loop');
}
}
button 3832 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('twilight_sex_yay_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 3838 {
frame 29 {
gotoAndPlay(1);
}
frame 93 {
_root.mundo.twilight_sparkle_ja_transou = true;
_root.mundo.yay_end();
}
}
button 3840 {
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 3845 {
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 3846 {
frame 12 {
stop();
}
}
movieClip 3865 {
}
movieClip 3868 {
}
movieClip 3869 {
}
movieClip 3872 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('after_spike');
}
}
movieClip 3886 {
frame 24 {
_root.button_end.gotoAndPlay('efeito');
}
frame 35 {
stop();
}
}
movieClip 3896 {
}
movieClip 3904 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 3908 {
}
movieClip 3912 {
}
movieClip 3920 {
}
movieClip 3926 {
frame 1 {
if (_root.mundo.winged == false) {
wings._visible = false;
}
}
}
movieClip 3935 {
}
movieClip 3936 {
}
movieClip 3944 {
}
movieClip 3945 {
}
movieClip 3946 {
}
movieClip 3947 {
}
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 3955 {
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 3959 {
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 3963 {
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 3967 {
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 3969 {
}
movieClip 3975 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 590 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
button 3976 {
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 3981 {
frame 1 {
stop();
}
frame 67 {
_root.mundo.dj_pon3_ja_transou = true;
_root.mundo.yay_end();
}
}
button 3987 {
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 3988 {
frame 1 {
stop();
}
frame 13 {
stop();
}
}
movieClip 3994 {
}
movieClip 3995 {
}
movieClip 3998 {
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 4007 {
}
button 4015 {
on (press) {
gotoAndStop('applejack_sex_2');
}
}
button 4019 {
on (press) {
gotoAndStop('applejack_sex_3');
}
}
button 4023 {
on (press) {
gotoAndStop('applejack_sex_4');
}
}
button 4027 {
on (press) {
gotoAndStop('applejack_yay');
}
}
movieClip 4028 {
}
movieClip 4033 {
frame 1 {
stop();
}
frame 61 {
stop();
}
}
frame 602 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4040 {
}
button 4041 {
on (press) {
gotoAndStop('applejack_sex_1');
}
}
frame 604 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4044 {
}
movieClip 4052 {
}
frame 606 {
if (_root.mundo.meter < 100) {
yay_button._visible = false;
}
}
movieClip 4055 {
}
movieClip 4063 {
}
frame 608 {
mascara.gotoAndStop(1);
pralertexto._visible = false;
}
movieClip 4119 {
}
movieClip 4128 {
}
movieClip 4147 {
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 4148 {
frame 311 {
_root.mascara.gotoAndPlay(1);
_root.pralertexto._visible = true;
}
frame 404 {
stop();
}
}
button 4156 {
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 4157 {
frame 12 {
stop();
}
}
movieClip 4163 {
}
movieClip 4164 {
}
movieClip 4167 {
frame 76 {
stop();
}
frame 143 {
_root.mundo.pass_time();
_root.gotoAndStop('main_plaza');
}
}
movieClip 4169 {
frame 61 {
stop();
}
}
movieClip 4177 {
}
movieClip 4179 {
frame 61 {
stop();
}
}