Frame 1
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 300;
TEXT = Math.round(PERCENT * 100) + "%";
if (LOADED == TOTAL) {
gotoAndStop (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 6
stop();
Frame 12
stop();
Frame 13
stop();
Frame 27
stop();
Frame 33
stop();
Frame 37
jug.text = "";
acc.text = "";
var j;
var a;
var punto;
var orgasmo;
var tiempo;
var tecla;
tecla = 0;
j = 0;
a = 0;
punto = 0;
orgasmo = 0;
tiempo = 18000;
Frame 41
tellTarget ("barrita") {
barra_dentro._y++;
if (barra_dentro._y > 200) {
barra_dentro._y = 170;
tellTarget ("informes") {
play();
};
}
if (barra_dentro._y < 60) {
_root.punto = _root.punto * 5;
_root.orgasmo++;
tellTarget (_root.orgas_clip) {
gotoAndPlay (2);
};
tellTarget (_root.orgasmazo) {
gotoAndPlay (2);
};
barra_dentro._y = 120;
}
};
if (orgasmo > 2) {
mano._alpha = 30;
vibrador._alpha = 30;
bolas._alpha = 30;
plug._alpha = 30;
jug._visible = false;
acc._visible = false;
}
orgasmos.text = orgasmo;
puntos.text = punto;
Frame 43
tiempo = tiempo - 10;
if (tiempo == 0) {
tellTarget (orgas_clip) {
gotoAndPlay (2);
};
}
if (calenton == 10) {
tellTarget ("corrida") {
gotoAndPlay (2);
};
}
play();
Frame 44
gotoAndPlay (41);
Frame 45
stop();
puntos.text = punto;
orgasmos.text = orgasmo;
Symbol 5 Button
on (release) {
getURL ("http://www.sexigames.com", "_new");
}
Symbol 17 Button
on (release) {
getURL ("http://www.sexigames.com", "_new");
}
Symbol 26 Button
on (release) {
search();
}
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 2
stop();
Symbol 36 MovieClip Frame 1
function init() {
var _local2;
reqPar = "";
if (fRate == null) {
_global.fRate = 12;
}
if (lang == null) {
_global.lang = "";
} else {
_global.lang = lang.toLowerCase();
}
if (lang == "en") {
_local2 = 2;
} else {
_local2 = 1;
}
searchlogo_mc.gotoAndStop(_local2);
def();
ini = 0;
}
function enterFrame() {
var _local1;
if ((!eFrame) || (eFrame > ((5 * fRate) - 1))) {
eFrame = 1;
if ((searchItem == null) || (searchItem > (searchDoc.length - 2))) {
searchItem = 0;
} else {
searchItem++;
}
setSearchText();
} else {
eFrame++;
if (eFrame < ((0.5 * fRate) - 1)) {
_local1 = !search_txt._visible;
} else {
_local1 = 1;
}
search_txt._visible = _local1;
}
gotoAndPlay(_currentframe);
}
function search(str, url) {
if (str == null) {
str = search_inp.text;
}
str = "" + str;
if (url == null) {
if (lang == "en") {
url = "http://www.1search.es/";
} else {
url = "http://www.1buscar.es/";
}
}
this.reqPar = (("req=" + this.urlEnc(str)) + "&sen=") + this._url;
getURL ((url + "?reqPar=") + escape(reqPar), "winSearch");
}
function searchTerm() {
var _local1;
eFrame = 0;
if (searchItem == 0) {
_local1 = search_inp.text;
} else {
_local1 = searchDoc[searchItem];
}
search(_local1);
}
function setSearchText() {
var _local2;
var _local3;
var _local1 = new TextFormat();
search_txt.multiline = 1;
search_txt.wordWrap = 1;
if (searchItem == 0) {
_local2 = "";
_local3 = "";
} else if (lang == "en") {
_local2 = "All about ";
_local3 = ". Click here.";
} else {
_local2 = "Todo sobre ";
_local3 = ". Haz clic aqu\u00ED.";
}
search_txt.text = (_local2 + searchDoc[searchItem]) + _local3;
_local1.font = "_sans";
_local1.size = 11;
_local1.color = 16777215 /* 0xFFFFFF */;
_local1.bold = 1;
_local1.italic = 0;
_local1.underline = 1;
if (searchItem == 0) {
_local2 = "right";
} else {
_local2 = "center";
}
_local1.align = _local2;
_local1.leftMargin = 0;
_local1.rightMargin = 0;
_local1.indent = 0;
_local1.leading = 0;
_local1.bullet = 0;
_local1.target = "";
_local1.url = "asfunction:searchTerm";
_local1.blockIndent = 0;
search_txt.setTextFormat(_local1);
search_txt._visible = 1;
}
function urlEnc(t) {
var _local2;
var _local1;
var _local3;
var _local5 = "";
_local2 = 0;
while (_local2 < t.length) {
_local3 = t.charAt(_local2);
_local1 = escape(_local3);
if (_local1.length > 3) {
_local1 = _local3.charCodeAt(0);
_local1 = "" + dec2hex(_local1);
while (_local1.length < 2) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
}
_local5 = _local5 + _local1;
_local2++;
}
return(_local5);
}
function dec2hex(d) {
var _local3 = Math.abs(d);
_local3 = _local3 % 16;
if (_local3 > 9) {
_local3 = String.fromCharCode(55 + _local3);
}
if (arguments.length == 1) {
if (d < 0) {
d = -d;
_local3 = _local3 + "-";
} else {
_local3 = _local3 + "+";
}
} else {
_local3 = _local3 + arguments[1];
}
d = parseInt("" + (d / 16), 10);
if (d < 10) {
if (d == 0) {
d = "";
}
d = d + _local3;
_local3 = d.charAt(d.length - 1);
if (_local3 == "+") {
_local3 = "";
}
d = _local3 + d.substring(0, d.length - 1);
} else {
d = dec2hex(d, _local3);
}
return(d);
}
function trimText(tx) {
var _local2;
tx = tx + "";
while (_local2 = tx.charCodeAt(0) , _local2 && (_local2 < 33)) {
tx = tx.substring(1);
}
while (_local2 = tx.charCodeAt(tx.length - 1) , _local2 && (_local2 < 33)) {
tx = tx.substring(0, tx.length - 1);
}
return(tx);
}
function xmlLoad(ur, mt) {
System.useCodepage = true;
system.useCodepage = 1;
xmlLd = new XML();
if (mt.length) {
loadMet = mt;
} else {
loadMet = "";
}
xmlLd.onLoad = this.xmlOnLoad;
xmlLd.load(ur);
}
function xmlOnLoad(scs) {
if (scs) {
loadDat = this.firstChild;
} else {
loadDat = "";
}
if (loadMet.length) {
loadRet = eval (loadMet).apply();
}
}
function sTimeout(id, f, p, d) {
var i;
if (d != -1) {
if ((gTO == null) || (gTO > 1000000)) {
gTO = 0;
}
if (!id) {
id = "gTO" + (++gTO);
}
if (!d) {
d = 1;
}
if ((p != null) && (p.push == null)) {
p = [p];
}
i = eval (id);
if (i) {
clearInterval(i);
}
i = setInterval(sTimeout, d, id, f, p, -1);
Set(id, i);
} else {
i = eval (id);
clearInterval(Math.abs(i));
Set(id, 0);
if (i > 0) {
gRet = eval (f).apply(null, p);
} else {
i = 0;
}
}
return(i);
}
function def() {
var _local3;
var _local5;
var _local4;
if (loadDat != null) {
myRoot.searchDoc = myRoot.trimText(loadDat);
loadDat = null;
if (lang == "en") {
_local3 = "Find in Internet >>>";
} else {
_local3 = "Encuentra en Internet >>>";
}
if (myRoot.searchDoc.length) {
myRoot.searchDoc = (_local3 + newline) + myRoot.searchDoc;
} else {
myRoot.searchDoc = _local3;
myRoot.sTimeout("defTO", "def", null, 30000);
}
myRoot.searchDoc = myRoot.searchDoc.split(newline);
myRoot.onEnterFrame = enterFrame;
} else {
if (myRoot == null) {
_global.myRoot = this;
}
myRoot.xmlLoad("http://www.sexigames.com/shr/rsr/doc/topQueries.txt", "def");
}
}
if (ini == null) {
init();
}
Instance of Symbol 33 MovieClip "searchlogo_mc" in Symbol 36 MovieClip Frame 1
on (release) {
_parent.search();
}
Symbol 41 Button
on (release) {
gotoAndPlay ("entrada");
}
Symbol 45 Button
on (release) {
getURL ("http://www.videochat.com.es", "_new");
}
Symbol 56 Button
on (press) {
nextFrame();
}
Symbol 72 Button
on (press) {
_root.gotoAndPlay("menu");
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 119
_root.gotoAndPlay("intro_v");
stop();
Symbol 87 MovieClip Frame 121
stopAllSounds();
Symbol 87 MovieClip Frame 123
stop();
_root.gotoAndPlay("menu");
Symbol 101 Button
on (release) {
getURL ("http://sms.comvive.com/mostrar.php?id=95984", "_new");
}
Symbol 102 Button
on (release) {
_root.gotoAndPlay("preguntas");
}
Symbol 108 Button
on (release) {
_root.gotoAndPlay("instrucciones");
}
Symbol 109 Button
on (release) {
getURL ("http://sms.comvive.com/mostrar.php?id=95976", "_new");
}
Symbol 110 MovieClip Frame 21
stop();
Symbol 122 MovieClip Frame 23
stop();
Symbol 125 Button
on (release) {
nextFrame();
}
Symbol 128 Button
on (release) {
play();
}
Symbol 148 MovieClip Frame 4
stop();
Symbol 150 Button
on (release) {
pregunta.text = "\u00BFQuien eres?, vete a la mierda...";
gotoAndPlay ("salir_1");
}
Symbol 151 Button
on (release) {
pregunta.text = "Gracias, a mi tambi\u00E9n me gustar\u00EDa...";
play();
}
Symbol 165 Button
on (release) {
play();
pregunta.text = "Claro cari\u00F1o, mira como me desvisto, soy toda tuya";
}
Symbol 166 Button
on (release) {
pregunta.text = "Claro cari\u00F1o, mira como me desvisto, soy toda tuya";
play();
}
Symbol 167 Button
on (release) {
pregunta.text = "Eres un cerdo, paso de ti...";
gotoAndPlay ("salir_2");
}
Symbol 179 Button
on (release) {
pregunta.text = "Por quien me tomas, vete con quien te aguante.";
gotoAndPlay ("salir_3");
}
Symbol 180 Button
on (release) {
pregunta.text = "Pues aun hay mas, Uhmmmm...";
play();
}
Symbol 197 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 198 MovieClip Frame 19
stop();
Symbol 198 MovieClip Frame 20
stop();
Symbol 198 MovieClip Frame 21
stop();
Symbol 198 MovieClip Frame 117
pregunta.text = "";
Symbol 198 MovieClip Frame 118
stop();
Symbol 198 MovieClip Frame 152
stop();
Symbol 198 MovieClip Frame 186
stop();
Symbol 198 MovieClip Frame 224
_root.gotoAndPlay("juego");
stop();
Symbol 198 MovieClip Frame 328
stop();
Symbol 205 Button
on (release) {
if (orgasmo < 3) {
j = 1;
trace(j);
jug.text = "Mano";
}
}
Symbol 210 Button
on (release) {
if (orgasmo < 3) {
j = 2;
trace(j);
jug.text = "Vibrador";
}
}
Symbol 215 Button
on (release) {
if (orgasmo < 3) {
j = 3;
trace(j);
jug.text = "Bolas";
}
}
Symbol 220 Button
on (release) {
if (orgasmo < 3) {
j = 4;
trace(j);
jug.text = "Plug";
}
}
Symbol 230 Button
on (release) {
tecla = 0;
if (orgasmo < 3) {
acc.text = "Boca";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_bo");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndPlay ("vi_bo");
};
mensajes.text = "";
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndPlay ("bo_bo");
};
mensajes.text = "";
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndPlay ("pl_bo");
};
mensajes.text = "";
}
}
if (orgasmo >= 3) {
if (acc.text == "") {
mensajes.text = "Ahora selecciona otra acci\u00F3n";
acc.text = "Boca";
}
if (acc.text == "Co\u00F1o") {
acc.text = "Boca";
tellTarget ("meollo") {
gotoAndPlay ("b_co");
};
}
acc.text = "Boca";
}
}
Symbol 236 Button
on (release) {
tecla = 0;
if (orgasmo < 3) {
acc.text = "Tetas";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_te");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndPlay ("vi_te");
};
mensajes.text = "";
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndPlay ("bo_te");
};
mensajes.text = "";
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndPlay ("pl_te");
};
mensajes.text = "";
}
}
if (orgasmo >= 3) {
if (acc.text == "") {
mensajes.text = "Ahora selecciona otra acci\u00F3n";
acc.text = "Tetas";
}
if (acc.text == "Culo") {
acc.text = "Tetas";
tellTarget ("meollo") {
gotoAndPlay ("te_cu");
};
}
acc.text = "Tetas";
}
}
Symbol 242 Button
on (release) {
tecla = 0;
if (orgasmo < 1) {
acc.text = "Co\u00F1o";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_co");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndStop (1);
};
mensajes.text = "Hey, no vayas tan r\u00E1pido!";
punto = punto - 10;
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndStop (1);
};
mensajes.text = "Todavia no estoy mojada para meterme eso!";
punto = punto - 10;
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndStop (1);
};
mensajes.text = "Estas loco? Todavia no puedo hacer eso!";
punto = punto - 10;
}
}
if (orgasmo == 1) {
acc.text = "Co\u00F1o";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_co");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndPlay ("vi_co");
};
mensajes.text = "";
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndPlay ("bo_co");
};
mensajes.text = "";
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndPlay ("pl_co");
};
mensajes.text = "";
}
}
if (orgasmo == 2) {
acc.text = "Co\u00F1o";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_co");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndPlay ("vi_co");
};
mensajes.text = "";
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndPlay ("bo_co");
};
mensajes.text = "";
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndPlay ("pl_co");
};
mensajes.text = "";
}
}
if (orgasmo >= 3) {
if (acc.text == "") {
mensajes.text = "Ahora selecciona otra acci\u00F3n";
acc.text = "Co\u00F1o";
}
if (acc.text == "Tetas") {
acc.text = "Co\u00F1o";
tellTarget ("meollo") {
gotoAndPlay ("te_co");
};
}
acc.text = "Co\u00F1o";
}
}
Symbol 248 Button
on (release) {
tecla = 0;
if (orgasmo < 1) {
acc.text = "Culo";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_cu");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndStop (1);
};
mensajes.text = "Hey, no vayas tan r\u00E1pido!";
punto = punto - 10;
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndStop (1);
};
mensajes.text = "Todavia no estoy mojada para meterme eso!";
punto = punto - 10;
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndStop (1);
};
mensajes.text = "Estas loco? Todavia no puedo hacer eso!";
punto = punto - 10;
}
}
if (orgasmo == 1) {
acc.text = "Culo";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_cu");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndPlay ("vi_cu");
};
mensajes.text = "";
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndPlay ("bo_cu");
};
mensajes.text = "";
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndPlay ("pl_cu");
};
mensajes.text = "";
}
}
if (orgasmo == 2) {
acc.text = "Culo";
if (j == 0) {
mensajes.text = "Tienes que seleccionar primero un juguete.";
}
if (j == 1) {
tellTarget ("meollo") {
gotoAndPlay ("ma_cu");
};
mensajes.text = "";
}
if (j == 2) {
tellTarget ("meollo") {
gotoAndPlay ("vi_cu");
};
mensajes.text = "";
}
if (j == 3) {
tellTarget ("meollo") {
gotoAndPlay ("bo_cu");
};
mensajes.text = "";
}
if (j == 4) {
tellTarget ("meollo") {
gotoAndPlay ("pl_cu");
};
mensajes.text = "";
}
}
if (orgasmo >= 3) {
if (acc.text == "") {
mensajes.text = "Ahora selecciona otra acci\u00F3n";
acc.text = "Culo";
}
if (acc.text == "Tetas") {
acc.text = "Culo";
tellTarget ("meollo") {
gotoAndPlay ("te_cu");
};
}
acc.text = "Culo";
}
}
Symbol 255 Button
on (keyPress "s") {
gotoAndStop (6);
}
on (keyPress "S") {
gotoAndStop (6);
}
Symbol 258 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (7);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (7);
}
Symbol 261 Button
on (keyPress "s") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (5);
}
on (keyPress "S") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (5);
}
Symbol 264 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2;
_root.punto = _root.punto + 1;
};
}
gotoAndStop (10);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2;
_root.punto = _root.punto + 1;
};
}
gotoAndStop (10);
}
Symbol 267 Button
on (keyPress "a") {
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (11);
}
on (keyPress "A") {
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (11);
}
Symbol 270 Button
on (keyPress "s") {
gotoAndStop (9);
}
on (keyPress "S") {
gotoAndStop (9);
}
Symbol 273 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (14);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (14);
}
Symbol 276 Button
on (keyPress "a") {
gotoAndStop (15);
}
on (keyPress "A") {
gotoAndStop (15);
}
Symbol 279 Button
on (keyPress "s") {
gotoAndStop (13);
}
on (keyPress "S") {
gotoAndStop (13);
}
Symbol 282 Button
on (keyPress "s") {
gotoAndStop (18);
}
on (keyPress "S") {
gotoAndStop (18);
}
Symbol 285 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (19);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (19);
}
Symbol 288 Button
on (keyPress "s") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (17);
}
on (keyPress "S") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (17);
}
Symbol 291 Button
on (keyPress "s") {
gotoAndStop (22);
}
on (keyPress "S") {
gotoAndStop (22);
}
Symbol 294 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (23);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (23);
}
Symbol 297 Button
on (keyPress "s") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (21);
}
on (keyPress "S") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (21);
}
Symbol 300 Button
on (keyPress "s") {
gotoAndStop (26);
}
on (keyPress "S") {
gotoAndStop (26);
}
Symbol 303 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 15) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (27);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 15) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (27);
}
Symbol 306 Button
on (keyPress "s") {
if (_root.tecla < 15) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
};
}
gotoAndStop (25);
}
on (keyPress "S") {
if (_root.tecla < 15) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
};
}
gotoAndStop (25);
}
Symbol 309 Button
on (keyPress "s") {
gotoAndStop (30);
}
on (keyPress "S") {
gotoAndStop (30);
}
Symbol 312 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (31);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (31);
}
Symbol 315 Button
on (keyPress "s") {
gotoAndStop (29);
}
on (keyPress "S") {
gotoAndStop (29);
}
Symbol 318 Button
on (keyPress "s") {
gotoAndStop (34);
}
on (keyPress "S") {
gotoAndStop (34);
}
Symbol 321 Button
on (keyPress "a") {
gotoAndStop (35);
}
on (keyPress "A") {
gotoAndStop (35);
}
Symbol 324 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (33);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (33);
}
Symbol 327 Button
on (keyPress "s") {
gotoAndStop (38);
}
on (keyPress "S") {
gotoAndStop (38);
}
Symbol 330 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (39);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (39);
}
Symbol 333 Button
on (keyPress "s") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (37);
}
on (keyPress "S") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (37);
}
Symbol 336 Button
on (keyPress "s") {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
gotoAndStop (42);
}
on (keyPress "S") {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
gotoAndStop (42);
}
Symbol 339 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (43);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (43);
}
Symbol 342 Button
on (keyPress "s") {
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (41);
}
on (keyPress "S") {
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (41);
}
Symbol 345 Button
on (keyPress "s") {
gotoAndStop (46);
}
on (keyPress "S") {
gotoAndStop (46);
}
Symbol 348 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (47);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (47);
}
Symbol 351 Button
on (keyPress "s") {
gotoAndStop (45);
}
on (keyPress "S") {
gotoAndStop (45);
}
Symbol 354 Button
on (keyPress "s") {
gotoAndStop (50);
}
on (keyPress "S") {
gotoAndStop (50);
}
Symbol 357 Button
on (keyPress "a") {
gotoAndStop (51);
}
on (keyPress "A") {
gotoAndStop (51);
}
Symbol 360 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 25) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (49);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 25) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (49);
}
Symbol 363 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (54);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (54);
}
Symbol 366 Button
on (keyPress "a") {
gotoAndStop (55);
}
on (keyPress "A") {
gotoAndStop (55);
}
Symbol 369 Button
on (keyPress "s") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (53);
}
on (keyPress "S") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (53);
}
Symbol 372 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (58);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
}
gotoAndStop (58);
}
Symbol 375 Button
on (keyPress "a") {
gotoAndStop (59);
}
on (keyPress "A") {
gotoAndStop (59);
}
Symbol 378 Button
on (keyPress "s") {
gotoAndStop (57);
}
on (keyPress "S") {
gotoAndStop (57);
}
Symbol 381 Button
on (keyPress "s") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (62);
}
on (keyPress "S") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 1.5;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
}
gotoAndStop (62);
}
Symbol 384 Button
on (keyPress "a") {
gotoAndStop (63);
}
on (keyPress "A") {
gotoAndStop (63);
}
Symbol 387 Button
on (keyPress "s") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (61);
}
on (keyPress "S") {
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y--;
};
}
gotoAndStop (61);
}
Symbol 390 Button
on (keyPress "s") {
gotoAndStop (66);
}
on (keyPress "S") {
gotoAndStop (66);
}
Symbol 393 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 15) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (67);
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 15) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3;
_root.punto = _root.punto + 1;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
}
gotoAndStop (67);
}
Symbol 396 Button
on (keyPress "s") {
gotoAndStop (65);
}
on (keyPress "S") {
gotoAndStop (65);
}
Symbol 399 Button
on (keyPress "s") {
gotoAndStop (70);
}
on (keyPress "S") {
gotoAndStop (70);
}
Symbol 402 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 10;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
gotoAndStop (71);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2.5;
_root.punto = _root.punto + 10;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("01");
};
}
};
gotoAndStop (71);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
Symbol 405 Button
on (keyPress "s") {
gotoAndStop (69);
}
on (keyPress "S") {
gotoAndStop (69);
}
Symbol 408 Button
on (keyPress "s") {
gotoAndStop (74);
}
on (keyPress "S") {
gotoAndStop (74);
}
Symbol 411 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 15;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
gotoAndStop (75);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 15;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
gotoAndStop (75);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
Symbol 414 Button
on (keyPress "s") {
gotoAndStop (73);
}
on (keyPress "S") {
gotoAndStop (73);
}
Symbol 417 Button
on (keyPress "s") {
gotoAndStop (78);
}
on (keyPress "S") {
gotoAndStop (78);
}
Symbol 420 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2;
_root.punto = _root.punto + 5;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
gotoAndStop (79);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 30) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 2;
_root.punto = _root.punto + 5;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("03");
};
}
};
gotoAndStop (79);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
Symbol 423 Button
on (keyPress "s") {
gotoAndStop (77);
}
on (keyPress "S") {
gotoAndStop (77);
}
Symbol 426 Button
on (keyPress "s") {
gotoAndStop (82);
}
on (keyPress "S") {
gotoAndStop (82);
}
Symbol 429 Button
on (keyPress "a") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 10;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
gotoAndStop (83);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
on (keyPress "A") {
_root.tecla++;
if (_root.tecla < 20) {
tellTarget (_root.barrita) {
barra_dentro._y = barra_dentro._y - 3.5;
_root.punto = _root.punto + 10;
if (_root.tecla == 5) {
tellTarget (_root.sounds) {
gotoAndPlay ("02");
};
}
};
gotoAndStop (83);
} else {
gotoAndStop (1);
_root.acc.text = "";
}
}
Symbol 432 Button
on (keyPress "s") {
gotoAndStop (81);
}
on (keyPress "S") {
gotoAndStop (81);
}
Symbol 433 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 5
stop();
Symbol 433 MovieClip Frame 6
stop();
Symbol 433 MovieClip Frame 7
stop();
Symbol 433 MovieClip Frame 9
stop();
Symbol 433 MovieClip Frame 10
stop();
Symbol 433 MovieClip Frame 11
stop();
Symbol 433 MovieClip Frame 13
stop();
Symbol 433 MovieClip Frame 14
stop();
Symbol 433 MovieClip Frame 15
stop();
Symbol 433 MovieClip Frame 17
stop();
Symbol 433 MovieClip Frame 18
stop();
Symbol 433 MovieClip Frame 19
stop();
Symbol 433 MovieClip Frame 21
stop();
Symbol 433 MovieClip Frame 22
stop();
Symbol 433 MovieClip Frame 23
stop();
Symbol 433 MovieClip Frame 25
stop();
Symbol 433 MovieClip Frame 26
stop();
Symbol 433 MovieClip Frame 27
stop();
Symbol 433 MovieClip Frame 29
stop();
Symbol 433 MovieClip Frame 30
stop();
Symbol 433 MovieClip Frame 31
stop();
Symbol 433 MovieClip Frame 33
stop();
Symbol 433 MovieClip Frame 34
stop();
Symbol 433 MovieClip Frame 35
stop();
Symbol 433 MovieClip Frame 37
stop();
Symbol 433 MovieClip Frame 38
stop();
Symbol 433 MovieClip Frame 39
stop();
Symbol 433 MovieClip Frame 41
stop();
Symbol 433 MovieClip Frame 42
stop();
Symbol 433 MovieClip Frame 43
stop();
Symbol 433 MovieClip Frame 45
stop();
Symbol 433 MovieClip Frame 46
stop();
Symbol 433 MovieClip Frame 47
stop();
Symbol 433 MovieClip Frame 49
stop();
Symbol 433 MovieClip Frame 50
stop();
Symbol 433 MovieClip Frame 51
stop();
Symbol 433 MovieClip Frame 53
stop();
Symbol 433 MovieClip Frame 54
stop();
Symbol 433 MovieClip Frame 55
stop();
Symbol 433 MovieClip Frame 57
stop();
Symbol 433 MovieClip Frame 58
stop();
Symbol 433 MovieClip Frame 59
stop();
Symbol 433 MovieClip Frame 61
stop();
Symbol 433 MovieClip Frame 62
stop();
Symbol 433 MovieClip Frame 63
stop();
Symbol 433 MovieClip Frame 65
stop();
Symbol 433 MovieClip Frame 66
stop();
Symbol 433 MovieClip Frame 67
stop();
Symbol 433 MovieClip Frame 69
stop();
Symbol 433 MovieClip Frame 70
stop();
Symbol 433 MovieClip Frame 71
stop();
Symbol 433 MovieClip Frame 73
stop();
Symbol 433 MovieClip Frame 74
stop();
Symbol 433 MovieClip Frame 75
stop();
Symbol 433 MovieClip Frame 77
stop();
Symbol 433 MovieClip Frame 78
stop();
Symbol 433 MovieClip Frame 79
stop();
Symbol 433 MovieClip Frame 81
stop();
Symbol 433 MovieClip Frame 82
stop();
Symbol 433 MovieClip Frame 83
stop();
Symbol 447 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 44
if (_root.orgasmo == 3) {
tellTarget (_root.cartelon) {
gotoAndStop ("activo");
};
tellTarget (_root.barrita) {
barra_dentro._y = 100;
};
_root.acc.text = "";
_root.jug.text = "";
_root.ins.text = "A ver si eres capaz de descubrir todas las combinaciones preferidas de VanessaX. Selecciona dos acciones.";
}
tellTarget (_root.meollo) {
gotoAndStop (1);
};
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 23
stop();
_level0.gotoAndPlay("informe");
Symbol 475 MovieClip Frame 1
stop();
Symbol 479 Button
on (release) {
gotoAndStop (1);
}
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 3
stop();
Symbol 484 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 54
stop();
Symbol 484 MovieClip Frame 102
stop();
Symbol 484 MovieClip Frame 173
stop();
Symbol 484 MovieClip Frame 308
stop();
Symbol 487 Button
on (release) {
gotoAndPlay ("menu");
}
Symbol 497 Button
on (release) {
score = _level0.punto;
nick = _level0.nick;
email = _level0.email;
verifica = (nick.length + email.length) * score;
trace(((((score + " ") + nick) + " ") + email) + " ");
getURL ("http://www.sexigames.com/scores/vanessa/vanessa/addscore.php", "_blank", "GET");
_level0.pausa = false;
}
Symbol 498 MovieClip Frame 1
stop();