Frame 1
stop();
pcent = 0;
cont = 0;
objetos = new Array("smao", "slingua", "sorgasmo", "sfimdejogo", "_root", "sjogo");
sjogo = new Sound();
sjogo.loadSound("sjogo.mp3", false);
slingua = new Sound();
slingua.loadSound("slingua.mp3", false);
smao = new Sound();
smao.loadSound("smao.mp3", false);
sorgasmo = new Sound();
sorgasmo.loadSound("sorgasmo.mp3", false);
sfimdejogo = new Sound();
sfimdejogo.loadSound("sfimdejogo.mp3", false);
mc_logo.onEnterFrame = function () {
if (cont < objetos.length) {
bc = eval (objetos[cont]).getBytesLoaded();
bt = eval (objetos[cont]).getBytesTotal();
pcent = Math.floor((bc * 100) / bt);
txt_pcent = pcent + " %";
txt_dados = ((("Carregados: " + Math.floor(bc / 1024)) + " Kb de ") + Math.floor(bt / 1024)) + " Kb";
if (cont <= 3) {
txt_objeto = "Efeitos sonoros";
} else if (cont == 4) {
txt_objeto = "Imagens bitmaps";
} else {
txt_objeto = "M\u00FAsica";
}
if (bc >= bt) {
cont++;
}
} else {
delete mc_logo.onEnterFrame;
_root.gotoAndPlay(2);
}
tamanho = 16.6666666666667;
if (pcent < 100) {
mc_barra._xscale = ((tamanho * pcent) / 100) + (tamanho * cont);
}
};
Frame 2
stop();
Frame 62
stop();
cont = 0;
acao = "";
mc.onEnterFrame = function () {
if (acao) {
if ((acao == "voltar") and (cont > 62)) {
cont--;
} else if (cont < 91) {
cont++;
}
}
_root.gotoAndStop(cont);
};
bt_jogar.onPress = function () {
delete mc.onEnterFrame;
_root.gotoAndStop(92);
};
rodape.gotoAndStop(15);
rodape.bt_url.onPress = function () {
_root.getURL("http://projogos.info/contato.php", blank, post);
};
Frame 91
stop();
Frame 92
function exibe() {
erro = false;
if (estado < 0) {
resultado = "You woke the puppy!";
erro = true;
} else if (orgasmo > 100) {
resultado = "You did take the puppy to orgasm!";
erro = true;
}
if (erro) {
sjogo.stop();
smao.stop();
slingua.stop();
clearInterval(tempo);
if (botao) {
eval ("mc_" + botao).removeMovieClip();
Mouse.show();
}
_root.gotoAndStop(93);
} else {
if (orgasmo < 0) {
orgasmo = 0;
}
if (estado > 100) {
estado = 100;
}
mc_orgasmo._height = (orgasmo * 156) / 100;
mc_estado._height = (estado * 205) / 100;
mc_pontos.texto = "Points: " + pontos;
}
}
function recupera() {
if (estado < 100) {
estado++;
}
if (orgasmo > 0) {
orgasmo--;
}
exibe();
}
function habilita(estado) {
if (estado) {
bt_mao.enabled = true;
bt_lingua.enabled = true;
bt_vela.enabled = true;
bt_pilula.enabled = true;
if (saia) {
mc_saia.enabled = true;
}
if (blusa) {
mc_blusa.enabled = true;
}
if (calcinha) {
mc_calcinha.enabled = true;
}
} else {
bt_mao.enabled = false;
bt_lingua.enabled = false;
bt_vela.enabled = false;
bt_pilula.enabled = false;
mc_saia.enabled = false;
mc_blusa.enabled = false;
mc_calcinha.enabled = false;
}
}
Stage.showMenu = false;
stop();
if (sonora == undefined) {
sonora = true;
}
if (sonora) {
sjogo.start();
bt_som.gotoAndStop(2);
}
sjogo.onSoundComplete = function () {
sjogo.start();
};
bt_som.onPress = function () {
if (bt_som._currentframe == 1) {
sonora = true;
bt_som.gotoAndStop(2);
sjogo.start();
} else {
sonora = false;
bt_som.gotoAndStop(1);
sjogo.stop();
}
};
botao = "";
objeto = "";
pontos = 0;
parte = "";
pilulas = 2;
velas = 1;
mc_pontos.texto = "Points: " + pontos;
mc_parte.texto = "Touching: " + parte;
txt_pilulas = "x" + pilulas;
txt_velas = "x" + velas;
h_perna._alpha = 0;
h_vagina._alpha = 0;
h_pubis._alpha = 0;
h_umbigo._alpha = 0;
h_seio._alpha = 0;
h_mamilo._alpha = 0;
orgasmo = 0;
estado = 100;
tempo = setInterval(recupera, 250);
bt_mao.onRollOver = (bt_lingua.onRollOver = (bt_pilula.onRollOver = (bt_vela.onRollOver = function () {
Mouse.show();
objeto = String(this).substr(11, 6);
if (objeto == "vela") {
bt_vela.play();
}
eval ("icone_" + objeto).gotoAndStop(2);
})));
bt_mao.onRollOut = (bt_lingua.onRollOut = (bt_pilula.onRollOut = (bt_vela.onRollOut = function () {
objeto = String(this).substr(11, 6);
if (objeto == "vela") {
bt_vela.gotoAndStop(1);
}
eval ("icone_" + objeto).gotoAndStop(1);
if ((botao == "mao") or (botao == "lingua")) {
Mouse.hide();
}
})));
bt_mao.onPress = (bt_lingua.onPress = (bt_pilula.onPress = (bt_vela.onPress = function () {
objeto = String(this).substr(11, 6);
eval ("icone_" + objeto).gotoAndStop(1);
if (botao == objeto) {
eval ("mc_" + botao).removeMovieClip();
botao = "";
} else {
eval ("mc_" + botao).removeMovieClip();
if ((objeto == "mao") or (objeto == "lingua")) {
this.duplicateMovieClip("mc_" + objeto, 100);
if (objeto == "mao") {
mc_mao._xscale = (mc_mao._yscale = 90);
}
eval ("mc_" + objeto).startDrag(true);
} else if (objeto == "vela") {
bt_vela.gotoAndStop(1);
habilita(false);
if (velas > 0) {
mc_confirma.descricao = "You have only 1 candle.";
mc_confirma.pergunta = "Would you like to use it?";
mc_confirma.play();
} else {
mc_erro.descricao = "You don\u00B4t have more candles!";
mc_erro.play();
}
} else {
habilita(false);
if (pilulas > 0) {
mc_confirma.descricao = ("You have " + pilulas) + " pill(s).";
mc_confirma.pergunta = "Would you like to use it?";
mc_confirma.play();
} else {
mc_erro.descricao = "You don\u00B4t have more pills!";
mc_erro.play();
}
}
botao = objeto;
}
})));
saia = true;
blusa = true;
calcinha = true;
mc_saia.onPress = (mc_calcinha.onPress = (mc_blusa.onPress = function () {
if (botao == "mao") {
mc_mao.gotoAndStop("agarra");
parte_aux = String(this).substr(11, 8);
if (eval (parte_aux)) {
habilita(false);
if (parte_aux == "saia") {
parte_aux = "SKIRT";
} else if (parte_aux == "blusa") {
parte_aux = "SHIRT";
} else {
parte_aux = "PANTIES";
}
mc_menu.txt_parte = parte_aux;
mc_menu._x = _root._xmouse - 75;
mc_menu._y = _root._ymouse - 75;
mc_menu.play();
}
}
}));
mc_saia.onRollOver = (mc_calcinha.onRollOver = (mc_blusa.onRollOver = function () {
parte = String(this).substr(11, 8);
if (parte == "saia") {
tparte = "SKIRT";
} else if (parte == "blusa") {
tparte = "SHIRT";
} else {
tparte = "PANTIES";
}
mc_parte.texto = "Touching: " + tparte;
}));
mc_saia.onRollOut = (mc_calcinha.onRollOut = (mc_blusa.onRollOut = function () {
parte = "";
mc_parte.texto = "Touching: " + parte;
}));
h_perna.onRollOver = (h_vagina.onRollOver = (h_pubis.onRollOver = (h_umbigo.onRollOver = (h_seio.onRollOver = (h_mamilo.onRollOver = function () {
parte = String(this).substr(10, 8);
tparte = "";
if (parte == "perna") {
tparte = "LEG";
} else if (parte == "vagina") {
tparte = "PUSSY";
} else if (parte == "seio") {
tparte = "BOOBS";
} else if (parte == "pubis") {
tparte = "PUBUS";
} else if (parte == "umbigo") {
tparte = "NAVEL";
} else {
tparte = "NIPPLE";
}
mc_parte.texto = "Touching: " + tparte;
efeito = 4.5;
calcular = false;
if (botao == "lingua") {
if (sonora) {
if ((slingua.position >= slingua.duration) or (slingua.position == 0)) {
if (mc_rosto._currentframe == 1) {
mc_rosto.rparte = parte;
mc_rosto.rbt = botao;
mc_rosto.play();
}
if (parte == "vagina") {
slingua.start(0, 1);
} else {
slingua.start(2, 1);
}
}
} else if (mc_rosto._currentframe == 1) {
mc_rosto.rparte = parte;
mc_rosto.rbt = botao;
mc_rosto.play();
}
mc_lingua.play();
efeito = efeito * 2;
calcular = true;
}
if (botao == "mao") {
if (mc_rosto._currentframe == 1) {
mc_rosto.play();
}
if (sonora) {
if ((smao.position >= smao.duration) or (smao.position == 0)) {
if (mc_rosto._currentframe == 1) {
mc_rosto.rparte = parte;
mc_rosto.rbt = botao;
mc_rosto.play();
}
smao.start(0, 1);
}
} else if (mc_rosto._currentframe == 1) {
mc_rosto.rparte = parte;
mc_rosto.rbt = botao;
mc_rosto.play();
}
mc_mao.play();
calcular = true;
}
if (calcular) {
if (parte == "vagina") {
pontos = pontos + (3 * efeito);
estado = estado - (0.25 * efeito);
if (random(2) == 1) {
vauxo = 0.25;
} else {
vauxo = 0.3;
}
orgasmo = orgasmo + (vauxo * efeito);
}
if (parte == "pubis") {
pontos = pontos + (2 * efeito);
estado = estado - (0.25 * efeito);
orgasmo = orgasmo + (0.2 * efeito);
}
if (parte == "umbigo") {
pontos = pontos + (1 * efeito);
estado = estado - (0.2 * efeito);
if (random(2) == 1) {
vauxu = 0.25;
} else {
vauxu = 0.2;
}
orgasmo = orgasmo + (vauxu * efeito);
}
if (parte == "seio") {
pontos = pontos + (2 * efeito);
estado = estado - (0.25 * efeito);
orgasmo = orgasmo + (0.2 * efeito);
}
if (parte == "mamilo") {
pontos = pontos + (3 * efeito);
estado = estado - (0.2 * efeito);
if (random(2) == 1) {
vaux = 0.25;
} else {
vaux = 0.2;
}
orgasmo = orgasmo + (vaux * efeito);
}
}
})))));
h_perna.onRollOut = (h_vagina.onRollOut = (h_pubis.onRollOut = (h_umbigo.onRollOut = (h_seio.onRollOut = (h_mamilo.onRollOut = function () {
parte = "";
mc_parte.texto = "Touching: " + parte;
})))));
h_vagina.gotoAndStop(1);
h_perna.onPress = function () {
if ((botao == "mao") and (calcinha == false)) {
habilita(false);
h_vagina.gotoAndStop(2);
mc_menu2._x = _root._xmouse - 75;
mc_menu2._y = _root._ymouse - 75;
mc_menu2.play();
}
};
Frame 93
stop();
if (estado < 0) {
sfimdejogo.start(0, 1);
tela_fim.gotoAndStop(2);
} else {
sorgasmo.start(0, 1);
tela_fim.gotoAndStop(1);
}
bt_inicio.onPress = function () {
sfimdejogo.stop();
sorgasmo.stop();
_root.gotoAndPlay(2);
};
Symbol 3 MovieClip [som] Frame 1
stop();
Symbol 24 MovieClip Frame 15
stop();
Symbol 30 MovieClip Frame 86
_root.play();
Symbol 48 Button
on (press) {
if (_root._currentframe == 62) {
_root.acao = "instrucoes";
_root.cont = 63;
}
}
Symbol 55 Button
on (press) {
_root.acao = "voltar";
_root.cont = 91;
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 23
if ((rparte == "vagina") and (rbt == "lingua")) {
rparte = "";
rbt = "";
} else {
gotoAndStop (1);
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 7
gotoAndStop (1);
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 10
gotoAndPlay (2);
Symbol 139 MovieClip Frame 1
stop();
_root.botao = "";
_root.habilita(true);
Symbol 139 MovieClip Frame 7
stop();
bt_sim.onPress = function () {
if (_root.botao == "vela") {
_root.velas--;
_root.txt_velas = "x" + _root.velas;
_root.estado = _root.estado + 20;
_root.orgasmo = _root.orgasmo + 10;
} else {
_root.pilulas--;
_root.txt_pilulas = "x" + _root.pilulas;
_root.estado = _root.estado + 40;
}
_root.mc_confirma.gotoAndStop(1);
};
bt_nao.onPress = function () {
_root.mc_confirma.gotoAndStop(1);
};
Symbol 144 MovieClip Frame 1
stop();
_root.botao = "";
_root.habilita(true);
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 7
function volta() {
_root.parte = "";
_root.mc_parte.texto = "Touching: " + _root.parte;
_root.habilita(true);
_root.mc_menu.gotoAndStop(1);
_root.mc_mao.gotoAndStop(1);
}
function anima_blusa() {
mc = _root.mc_blusa;
mc.onEnterFrame = function () {
if (mc._alpha > 0) {
mc._alpha = mc._alpha - 5;
} else {
mc._x = 600;
delete mc.onEnterFrame;
}
};
}
function anima_baixo(peca) {
mc = eval ("_root.mc_" + peca);
mc.onEnterFrame = function () {
if (peca == "saia") {
_root.mc_calcinha.enabled = false;
}
if (mc._alpha > 0) {
mc._alpha = mc._alpha - 5;
} else {
mc._x = 600;
delete mc.onEnterFrame;
_root.mc_calcinha.enabled = true;
}
};
}
stop();
bt_cancelar.onPress = function () {
volta();
};
bt_arrancar.onPress = function () {
if (_root.parte == "blusa") {
_root.blusa = false;
_root.estado = _root.estado - 60;
}
if (_root.parte == "saia") {
_root.saia = false;
_root.estado = _root.estado - 70;
}
if (_root.parte == "calcinha") {
_root.calcinha = false;
_root.estado = _root.estado - 85;
}
eval ("_root.mc_" + _root.parte)._x = 600;
volta();
};
bt_retirar.onPress = function () {
if (_root.parte == "blusa") {
_root.blusa = false;
anima_blusa();
_root.estado = _root.estado - 20;
_root.orgasmo = _root.orgasmo + 1;
_root.pontos = _root.pontos + 100;
}
if (_root.parte == "saia") {
_root.saia = false;
anima_baixo("saia");
_root.estado = _root.estado - 30;
_root.orgasmo = _root.orgasmo + 1;
_root.pontos = _root.pontos + 75;
}
if (_root.parte == "calcinha") {
_root.calcinha = false;
anima_baixo("calcinha");
_root.estado = _root.estado - 45;
_root.orgasmo = _root.orgasmo + 2;
_root.pontos = _root.pontos + 275;
}
volta();
};
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 7
function volta() {
_root.parte = "";
_root.mc_parte.texto = "Touching: " + _root.parte;
_root.habilita(true);
_root.mc_menu2.gotoAndStop(1);
_root.mc_mao.gotoAndStop(1);
}
stop();
bt_cancelar.onPress = function () {
volta();
};
bt_abrir.onPress = function () {
_root.pontos = _root.pontos + 550;
_root.estado = _root.estado - 35;
_root.orgasmo = _root.orgasmo + 5;
_root.mc_pernas._x = 0;
_root.h_perna._x = 600;
volta();
};
Symbol 172 MovieClip Frame 1
stop();