[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (35.43 KiB) ● ● ● ●
frame 1 {
_root._quality = 'LOW';
_focusrect = false;
total = getBytesTotal();
carregando = getBytesLoaded();
porcentagem = Math.floor((total / carregando) * 100);
porcentagem = Math.floor((carregando / total) * 100);
barra_mc._xscale = porcentagem;
filtro._alpha = porcentagem * -1 + 100;
if (carregando == total) {
gotoAndStop('menu');
fade_in._visible = false;
}
}
frame 1 {
function pokehidden() {
getURL('http://pokehidden.tumblr.com/', '_top');
}
var menu = new ContextMenu();
menu.hideBuiltInItems();
var tumblr = new ContextMenuItem('© Pokéhidden', pokehidden);
menu.customItems.push(tumblr);
_root.menu = menu;
}
movieClip 3 {
}
movieClip 5 {
}
// unknown tag 88 length 90
movieClip 8 {
}
movieClip 10 {
}
movieClip 12 {
}
movieClip 19 {
}
movieClip 33 {
}
movieClip 34 {
frame 48 {
if (_root.getBytesLoaded() < _root.getBytesTotal()) {
} else {
stop();
}
}
frame 95 {
stop();
}
}
movieClip 36 {
frame 1 {
function yay_end() {
_root.mundo.quantas_comeu += 1;
_root.mundo.meter = 0;
_root.mundo.meter_japiscou = false;
_root.musica1.musica1.stop();
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.lessbullshitmode == true) {
_root.gotoAndStop('menu');
_root.chiado_inicio._visible = false;
if (_root.mundo.secondary == false) {
_root.fundo.gotoAndStop('lessbullshit_1');
} else {
_root.fundo.gotoAndStop('lessbullshit_2');
_root.fundo.trixie._visible = false;
_root.fundo.dj_pon3._visible = false;
_root.fundo.zecora_1._visible = false;
_root.fundo.zecora_2._visible = false;
_root.fundo.chiado._visible = false;
_root.fundo.derpy._visible = false;
_root.fundo.luna._visible = false;
_root.fundo.celestia._visible = false;
}
_root.hud._visible = false;
} else {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('fanfare_1');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('fanfare_2');
_root.musica1.musica1.start(0, 999999);
};
_root.gotoAndStop(pony + '_finish');
}
}
function pass_time() {
_root.mundo.shield_quebrado = false;
_root.mundo.shield_quebrado_2 = false;
if (_root.mundo.hora_ceu == 'dia') {
_root.mundo.hora_ceu = 'noite';
} else {
_root.mundo.dia += 1;
_root.mundo.dia_info = 'DAY ' + dia;
_root.mundo.hora_ceu = 'dia';
}
_root.mundo.horario += 1;
_root.mundo.volume_musica1 = 100;
if (_root.mundo.musica_ligada == true) {
_root.musica1.musica1.setVolume(_root.mundo.volume_musica1);
}
if (_root.mundo.horario == 2 || _root.mundo.horario == 4 || _root.mundo.horario == 6 || _root.mundo.horario == 8 || _root.mundo.horario == 10 || _root.mundo.horario == 12) {
_root.mundo.noite();
}
if (_root.mundo.horario == 5) {
_root.mundo.dia_a();
}
if (_root.mundo.horario == 3) {
_root.mundo.dia_b();
}
if (_root.mundo.horario == 7) {
_root.mundo.dia_b();
if (_root.mundo.dias_extendido == false) {
if (_root.mundo.quantas_comeu == 6) {
_root.gotoAndStop('ending_1');
} else {
_root.gotoAndStop('ending_2');
}
} else {
_root.gotoAndStop('fake_ending');
}
}
if (_root.mundo.horario == 9) {
_root.mundo.dia_a();
_root.gotoAndStop('sudden_ending');
}
}
function noite() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('nightbeggining');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('nightloop');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = true;
_root.ceu_noite._visible = true;
_root.ceu_dia._visible = false;
}
function dia_a() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = false;
_root.ceu_noite._visible = false;
_root.ceu_dia._visible = true;
}
function dia_b() {
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('main_theme_start_2');
_root.musica1.musica1.start(0, 1);
_root.musica1.musica1.onSoundComplete = function () {
_root.musica1.musica1.attachSound('main_theme_2');
_root.musica1.musica1.start(0, 999999);
};
_root.escuro._visible = false;
_root.ceu_noite._visible = false;
_root.ceu_dia._visible = true;
}
function colisao_nuvem() {
if (_root.mundo.lives_counter > 0) {
_root.mundo.invencivel = true;
_root.race.senses.play();
_root.mundo.lives_counter -= 1;
if (_root.mundo.lives_counter == 0) {
_root.race.hits.gotoAndPlay('hit_3');
}
if (_root.mundo.lives_counter == 1) {
_root.race.hits.gotoAndPlay('hit_2');
}
if (_root.mundo.lives_counter == 2) {
_root.race.hits.gotoAndPlay('hit_1');
}
} else {
if (_root.mundo.corrida1perdeu == false) {
_root.mundo.corrida1perdeu = true;
} else {
if (_root.mundo.corrida2perdeu == false) {
_root.mundo.corrida2perdeu = true;
} else {
_root.mundo.corrida3perdeu = true;
}
}
_root.gotoAndStop('race_derrota');
}
}
function cum_meter() {
_root.meter.meter._xscale = _root.mundo.meter;
if (_root.mundo.meter < 100) {
_root.mundo.meter += _root.contador.quantidade;
} else {
_root.mundo.meter = 100;
_root.yay_button._visible = true;
if (_root.mundo.meter_japiscou == false) {
_root.meter.play();
}
_root.mundo.meter_japiscou = true;
}
}
ending = 'no_ending';
lessbullshitmode = false;
volume_musica1 = 100;
volume_musica2 = 100;
volume_musica3 = 100;
musica_ligada = true;
pony = 'none';
horario = 1;
hora_ceu = 'dia';
dia = 1;
dia_info = 'DAY ' + dia;
money = 0;
money_info = money + ' BITS';
precisa_livro = false;
trixie_puta = false;
forca = 0;
variavelepica = false;
segundavariavelepica = false;
falou_com_rainbow = false;
ja_pegou_bola = false;
presente_no_chao = false;
quando_colocou_presente = 99;
porta_dj_aberta = false;
pedra_quebrada = false;
viu_twilight = false;
viu_cmc = false;
shield_quebrado = false;
shield_quebrado_2 = false;
ja_falou_trixie = false;
falou_com_spike = false;
viu_spike = false;
deu_ticket_spike = false;
dia_spike_espera = 99;
quando_viu_spike = 99;
secondary = false;
falou_com_applejack = false;
forca_acumulada = 0;
pegou_garrafa_vinho = false;
talked_with_twilight = false;
inicio_djpon3 = false;
dropou_garrafa_vinho = false;
ja_viu_berry = false;
deu_livro_twilight = false;
dias_extendido = false;
fluttershy_caida_chorando = false;
encontrou_fluttershy = false;
encontrou_fluttershy_dia = 99;
fluttershy_sad = false;
fluttershy_sad_2 = false;
crise_1_passou = false;
crise_2_passou = false;
crise_3_passou = false;
kissed_fluttershy = false;
fazenda_musica = false;
fez_fluttershy_cair = false;
ja_comprou_ticket = false;
cura_pocao = false;
chrysalis_vazou = false;
pinkie_pie_ja_transou = false;
dj_pon3_ja_transou = false;
rainbow_dash_ja_transou = false;
trixie_ja_transou = false;
twilight_sparkle_ja_transou = false;
applejack_ja_transou = false;
fluttershy_ja_transou = false;
meter = 0;
meter_japiscou = false;
quantas_comeu = 0;
posicao = 'cima';
lives_counter = 3;
invencivel = false;
corrida1perdeu = false;
corrida2perdeu = false;
corrida3perdeu = false;
corrida4perdeu = false;
possui_livro = false;
possui_bola = false;
possui_presente = false;
possui_muffin = false;
possui_ticket = false;
possui_garrafa = false;
horned = false;
winged = false;
sabe_shieldbreaker_a = false;
sabe_shieldbreaker_b = false;
shieldbreaker_a_ativo = false;
shieldbreaker_b_ativo = false;
sabe_attackspell_a = false;
attackspell_a_ativo = false;
liberou_bullshit_fluttershy = false;
liberou_bullshit_treehouse = false;
liberou_bullshit_wine = false;
liberou_bullshit_pinkie = false;
liberou_bullshit_dj = false;
}
}
movieClip 38 {
frame 1 {
musica1 = new Sound(this);
}
}
movieClip 40 {
frame 1 {
musica2 = new Sound(this);
}
}
movieClip 42 {
frame 1 {
musica3 = new Sound(this);
}
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop('menu');
fade_in._visible = false;
}
}
movieClip 52 {
frame 1 {
stop();
}
}
button 54 {
on (press) {
if (fundo.pode_continuar == true) {
desaparecimento.gotoAndPlay('inicio_animacao');
fundo.gotoAndPlay('horadejogar');
hud1._visible = false;
hud2._visible = false;
hud._visible = false;
}
}
}
button 55 {
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 56 {
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');
}
}
}
frame 5 {
pp.pp.gotoAndPlay(20);
rd.rd.gotoAndPlay(40);
ra.ra.gotoAndPlay(60);
ts.ts.gotoAndPlay(80);
aj.aj.gotoAndPlay(100);
explosao.stop();
mundo.volume_musica1 = 100;
mundo.volume_musica2 = 100;
mundo.volume_musica3 = 100;
if (mundo.musica_ligada == true) {
musica1.musica1.setVolume(mundo.volume_musica1);
musica2.musica2.setVolume(mundo.volume_musica2);
musica3.musica3.setVolume(mundo.volume_musica3);
}
}
movieClip 58 {
}
movieClip 61 {
frame 1 {
stop();
}
}
movieClip 68 {
}
movieClip 72 {
frame 1 {
informe._visible = false;
pode_continuar = false;
}
frame 46 {
stop();
pode_continuar = true;
}
frame 160 {
_root.gotoAndStop('trixie_1');
}
}
movieClip 74 {
}
movieClip 75 {
}
movieClip 76 {
frame 1 {
efeito_funfou = false;
}
frame 79 {
gotoAndPlay(1);
}
frame 85 {
efeito_funfou = true;
}
frame 90 {
stop();
}
}
instance rd of movieClip 76 {
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 77 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance aj of movieClip 77 {
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 78 {
frame 1 {
efeito_funfou = false;
}
frame 65 {
gotoAndPlay(1);
}
frame 70 {
efeito_funfou = true;
}
frame 75 {
stop();
}
}
instance fll of movieClip 78 {
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 79 {
frame 1 {
efeito_funfou = false;
}
frame 97 {
gotoAndPlay(1);
}
frame 102 {
efeito_funfou = true;
}
frame 107 {
stop();
}
}
instance pp of movieClip 79 {
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 80 {
frame 1 {
efeito_funfou = false;
}
frame 67 {
gotoAndPlay(1);
}
frame 72 {
efeito_funfou = true;
}
frame 77 {
stop();
}
}
instance ts of movieClip 80 {
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 81 {
frame 1 {
efeito_funfou = false;
}
frame 130 {
gotoAndPlay(1);
}
frame 135 {
efeito_funfou = true;
}
frame 140 {
stop();
}
}
instance ra of movieClip 81 {
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 83 {
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 84 {
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 85 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = true;
fundo.chiado._visible = true;
fundo.luna._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.pinkie._visible = false;
fundo.chiado._visible = false;
fundo.luna._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('pinkie_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('pinkie');
musica1.musica1.start(0, 999999);
}
}
}
}
button 86 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.applejack._visible = true;
fundo.derpy._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.applejack._visible = false;
fundo.derpy._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('applejack_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('applejack1');
musica1.musica1.start(0, 1);
musica1.musica1.onSoundComplete = function () {
musica1.musica1.attachSound('applejack2');
musica1.musica1.start(0, 999999);
};
}
}
}
}
button 87 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = true;
fundo.zecora_1._visible = true;
fundo.zecora_2._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.twilight._visible = false;
fundo.zecora_1._visible = false;
fundo.zecora_2._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('twilight_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
musica1.musica1.attachSound('twilight_big');
musica1.musica1.start(0, 999999);
}
}
}
}
button 88 {
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 89 {
on (rollOver) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = true;
fundo.celestia._visible = true;
fundo.chiado._visible = true;
}
}
on (rollOut) {
if (_root.mundo.lessbullshitmode == true) {
fundo.fluttershy._visible = false;
fundo.celestia._visible = false;
fundo.chiado._visible = false;
}
}
on (press) {
if (_root.mundo.lessbullshitmode == true) {
if (mundo.secondary == false) {
gotoAndStop('fluttershy_sex_1');
menu_items._visible = false;
abrir_button._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('fluttershy_2');
musica1.musica1.start(0, 999999);
}
}
}
}
movieClip 92 {
frame 11 {
stop();
}
}
frame 9 {
menu_items._visible = false;
menu_items.earth._visible = false;
menu_items.horn._visible = false;
menu_items.wings._visible = false;
escuro._visible = false;
musica1.musica1.attachSound('glitch');
musica1.musica1.start(0, 999999);
mundo.pinkie_pie_ja_transou = false;
mundo.dj_pon3_ja_transou = false;
mundo.rainbow_dash_ja_transou = false;
mundo.trixie_ja_transou = false;
mundo.twilight_sparkle_ja_transou = false;
mundo.applejack_ja_transou = false;
mundo.fluttershy_ja_transou = false;
mundo.meter = 0;
mundo.meter_japiscou = false;
mundo.quantas_comeu = 0;
}
movieClip 98 {
}
movieClip 100 {
}
movieClip 102 {
frame 105 {
stop();
}
}
movieClip 104 {
}
button 105 {
on (press) {
gotoAndStop('trixie_2');
}
}
button 107 {
on (press) {
eat_the_muffin._visible = false;
pralertexto._visible = false;
_root.menu_items._visible = false;
_root.abrir_button._visible = true;
}
}
movieClip 109 {
}
movieClip 111 {
}
movieClip 114 {
}
button 116 {
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 118 {
}
movieClip 120 {
}
movieClip 122 {
}
button 123 {
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 128 {
}
movieClip 130 {
}
movieClip 132 {
}
movieClip 134 {
}
movieClip 136 {
}
button 140 {
on (press) {
pralertexto._visible = true;
eat_the_muffin._visible = true;
}
}
button 142 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 144 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 146 {
on (press) {
no_effect._visible = true;
pralertexto._visible = true;
}
}
button 148 {
on (press) {
vinho._visible = true;
pralertexto._visible = true;
}
}
button 150 {
on (press) {
if (_root.mundo.precisa_livro == false) {
boring_book._visible = true;
pralertexto._visible = true;
} else {
boring_book_twilight._visible = true;
pralertexto._visible = true;
}
}
}
movieClip 151 {
}
button 157 {
on (press) {
_root.menu_items.pralertexto._visible = false;
_root.menu_items.eat_the_muffin._visible = false;
}
}
button 161 {
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 162 {
}
button 164 {
on (press) {
no_significant_effects._visible = false;
pralertexto._visible = false;
}
}
button 166 {
on (press) {
shield_unlocked_a._visible = false;
shield_unlocked_b._visible = true;
}
}
button 168 {
on (press) {
shield_unlocked_b._visible = false;
pralertexto._visible = false;
}
}
button 170 {
on (press) {
no_effect._visible = false;
pralertexto._visible = false;
}
}
button 172 {
on (press) {
boring_book._visible = false;
pralertexto._visible = false;
}
}
button 174 {
on (press) {
boring_book_twilight._visible = false;
pralertexto._visible = false;
}
}
button 176 {
on (press) {
vinho._visible = false;
pralertexto._visible = false;
}
}
button 179 {
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 181 {
}
movieClip 183 {
}
movieClip 185 {
}
movieClip 187 {
}
movieClip 189 {
frame 1 {
magic_attack_a._visible = false;
shield_breaker._visible = false;
shield_breaker_a._visible = false;
shield_breaker_b._visible = false;
muffin._visible = false;
bottle._visible = false;
ticket._visible = false;
bola._visible = false;
presente._visible = false;
pralertexto._visible = false;
livro._visible = false;
eat_the_muffin._visible = false;
no_significant_effects._visible = false;
shield_unlocked_a._visible = false;
shield_unlocked_b._visible = false;
shield_breaker_button._visible = false;
no_effect._visible = false;
boring_book._visible = false;
boring_book_twilight._visible = false;
vinho._visible = false;
}
}
button 193 {
on (press) {
menu_items._visible = true;
abrir_button._visible = false;
}
}
movieClip 195 {
frame 52 {
stop();
}
}
movieClip 203 {
frame 39 {
gotoAndPlay('loop');
}
}
movieClip 207 {
frame 1 {
pode_continuar = false;
}
frame 51 {
stop();
pode_continuar = true;
}
}
button 209 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('trixie_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 13 {
musica1.musica1.stop();
musica1.musica1.attachSound('unhealing');
musica1.musica1.start(0, 999999);
menu_items.misterious._visible = false;
menu_items.earth._visible = true;
}
movieClip 210 {
}
movieClip 212 {
}
movieClip 214 {
}
movieClip 228 {
}
movieClip 251 {
}
movieClip 259 {
frame 22 {
stop();
}
}
movieClip 269 {
frame 1 {
_root.fundo._visible = false;
}
frame 114 {
_root.gotoAndStop('main_plaza');
}
}
movieClip 276 {
}
button 279 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
button 280 {
on (press) {
gotoAndStop('city_1');
}
}
button 281 {
on (press) {
gotoAndStop('main_plaza_ponyville');
}
}
button 282 {
on (press) {
gotoAndStop('road_1');
}
}
button 284 {
on (press) {
gotoAndStop('main_plaza');
}
}
movieClip 286 {
}
button 287 {
on (press) {
gotoAndStop('road_1_dirty');
}
}
button 288 {
on (press) {
gotoAndStop('main_plaza');
}
}
button 290 {
on (press) {
gotoAndStop('road_1');
}
}
frame 23 {
if (mundo.ja_pegou_bola == true) {
bola._visible = false;
}
}
movieClip 292 {
}
movieClip 294 {
}
button 295 {
on (press) {
gotoAndStop('got_bola');
}
}
button 296 {
on (press) {
gotoAndStop('BEN');
}
}
frame 25 {
mundo.ja_pegou_bola = true;
mundo.possui_bola = true;
menu_items.bola._visible = true;
}
movieClip 298 {
}
movieClip 299 {
frame 12 {
stop();
}
}
button 301 {
on (press) {
gotoAndStop('scarecrow_place');
}
}
movieClip 304 {
}
movieClip 307 {
frame 41 {
stop();
}
}
frame 29 {
ceu_dia.gotoAndStop('city_1');
ceu_noite.gotoAndStop('city_1');
escuro.gotoAndStop('city_1');
}
movieClip 311 {
}
button 312 {
on (press) {
musica2.musica2.attachSound('state');
musica2.musica2.start(0, 999999);
gotoAndStop('casa_dj');
}
}
button 313 {
on (press) {
if (mundo.hora_ceu == 'dia') {
gotoAndStop('sugarcube_corner_inside');
} else {
gotoAndStop('sugarcube_corner_door');
}
}
}
button 314 {
on (press) {
gotoAndStop('caixa_correio');
}
}
frame 31 {
escuro.gotoAndStop('no_light');
}
movieClip 316 {
}
button 317 {
on (press) {
gotoAndStop('caixa_correio_tag');
}
}
movieClip 321 {
}
movieClip 322 {
}
movieClip 325 {
}
button 326 {
on (press) {
if (mundo.dj_pon3_ja_transou == false) {
musica2.musica2.stop();
musica3.musica3.stop();
}
escuro.gotoAndStop('no_light');
gotoAndStop('city_1');
}
}
button 327 {
on (press) {
gotoAndStop('casa_dj_locked');
}
}
button 328 {
on (press) {
gotoAndStop('NOKEY');
}
}
button 330 {
on (press) {
gotoAndStop('casa_dj');
}
}
movieClip 333 {
}
movieClip 336 {
}
movieClip 338 {
}
movieClip 340 {
}
button 341 {
on (press) {
gotoAndStop('GLITCHH');
}
}
button 342 {
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 45 {
musica1.musica1.stop();
musica1.musica1.attachSound('ohgod');
musica1.musica1.start(0, 999999);
}
movieClip 348 {
}
movieClip 361 {
}
movieClip 363 {
}
button 364 {
on (press) {
musica1.musica1.stop();
musica1.musica1.attachSound('unhealing');
musica1.musica1.start(0, 999999);
gotoAndStop('city_1');
}
}
frame 47 {
if (mundo.possui_bola == true) {
fundo.presente_aberto._visible = true;
} else {
fundo.presente_aberto._visible = false;
}
}
movieClip 367 {
}
movieClip 368 {
}
button 369 {
on (press) {
if (mundo.possui_bola == true) {
gotoAndStop('URFUCKED');
} else {
gotoAndStop('quarto_pinkie_empty');
}
}
}
button 370 {
on (press) {
gotoAndStop('sugarcube_corner_inside');
}
}
button 372 {
on (press) {
gotoAndStop('quarto_pinkie');
}
}
button 374 {
on (press) {
gotoAndStop('SURPRISE');
}
}
movieClip 387 {
}
movieClip 389 {
frame 3 {
_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 97 {
_root.gotoAndStop('SHIT_1');
}
}
frame 55 {
musica1.musica1.stop();
musica1.musica1.attachSound('creepy');
musica1.musica1.start(0, 999999);
}
movieClip 391 {
}
movieClip 402 {
frame 55 {
gotoAndPlay('loop');
}
}
movieClip 405 {
frame 18 {
stop();
}
}
movieClip 408 {
frame 1 {
pode_continuar = false;
}
frame 101 {
stop();
pode_continuar = true;
}
}
button 410 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('SHIT_2');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 414 {
}
button 416 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('SHIT_3');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 421 {
}
button 423 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('SHIT_4');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 433 {
frame 36 {
stop();
}
}
button 435 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('SHIT_5');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
frame 63 {
hudd._visible = false;
}
movieClip 457 {
frame 47 {
_root.hudd._visible = true;
}
frame 125 {
gotoAndPlay('loop');
}
}
button 458 {
on (press) {
gotoAndStop('SHIT_6');
}
}
frame 65 {
pralertexto._visible = false;
hud._visible = false;
mascara.stop();
messthishit._visible = false;
}
movieClip 467 {
frame 13 {
stop();
}
}
movieClip 484 {
}
movieClip 485 {
frame 28 {
_root.messthishit._visible = true;
_root.musica1.musica1.stop();
_root.musica1.musica1.attachSound('sekacpuc');
_root.musica1.musica1.start(0, 999999);
_root.musica2.musica2.attachSound('chiado');
_root.musica2.musica2.start(0, 1);
}
frame 52 {
_root.pralertexto._visible = true;
_root.hud._visible = true;
_root.mascara.play();
}
frame 96 {
stop();
}
}
button 487 {
on (press) {
if (mascara.pode_continuar == true) {
gotoAndStop('SHIT_7');
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 500 {
}
movieClip 503 {
}
movieClip 504 {
}
movieClip 510 {
frame 104 {
stop();
}
}
movieClip 512 {
frame 2 {
stop();
}
frame 46 {
_root.gotoAndStop('sexu_1');
}
}
button 514 {
on (press) {
if (mascara.pode_continuar == true) {
fui.play();
mascara.gotoAndStop(1);
pralertexto._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 522 {
}
movieClip 524 {
frame 12 {
stop();
}
}
button 532 {
on (press) {
gotoAndStop('sexu_2');
}
}
button 536 {
on (press) {
gotoAndStop('sexu_3');
}
}
button 540 {
on (press) {
gotoAndStop('sexu_4');
}
}
button 544 {
on (press) {
gotoAndStop('sexu_yay');
}
}
movieClip 546 {
frame 1 {
quantidade = 0.3;
_root.mundo.cum_meter();
}
}
movieClip 554 {
}
button 555 {
on (press) {
gotoAndStop('sexu_1');
}
}
frame 73 {
quieta._visible = false;
}
movieClip 563 {
}
movieClip 570 {
}
button 572 {
on (press) {
if (mascara.pode_continuar == true) {
mascara.gotoAndStop(1);
pralertexto._visible = false;
quieta._visible = true;
falando._visible = false;
hud._visible = false;
} else {
mascara.gotoAndStop('fim_da_fala');
}
}
}
movieClip 578 {
}
movieClip 580 {
}
button 581 {
on (press) {
speciale._visible = false;
hud._visible = false;
}
}
movieClip 604 {
}
movieClip 605 {
}
movieClip 609 {
frame 172 {
stop();
}
}