Instance of Symbol 327 MovieClip [Loader] in Frame 1
//component parameters
onClipEvent (initialize) {
SlideWidth = 100;
SlideHeight = 10;
scolor = 10066329 /* 0x999999 */;
bcolor = 3355443 /* 0x333333 */;
fname = "Times New Roman";
fsize = 10;
}
Frame 2
stop();
this.onEnterFrame = function () {
warning.onRollOver = function () {
warning.gotoAndStop(2);
};
warning.onRollOut = function () {
warning.gotoAndStop(1);
};
warning.onPress = function () {
nextFrame();
};
};
Frame 3
this.onEnterFrame = function () {
bplay.onPress = function () {
gotoAndStop (4);
};
};
stop();
Frame 4
this.onEnterFrame = function () {
bplay.onPress = function () {
levels._y = -400;
levels.nextFrame();
bplay._y = -400;
nextFrame();
};
};
stop();
Frame 5
gd = 1;
level = 2;
girl._x = 0;
girl._y = -60;
life = 3;
score = 0;
dildo = 0;
time = 0;
timescore = 40;
dildocount = 0;
this.onEnterFrame = function () {
if (life < 1) {
bpagain._y = 260;
gotoAndStop (12);
}
if (dildocount >= 4) {
dildocount = 0;
nextFrame();
bplay._y = 260;
levels._y = 200;
}
lives.gotoAndStop(life + 1);
time = time + 1;
if (time > 20) {
timescore = timescore - 1;
time = 0;
}
if (((Key.isDown(37) && (girl._currentframe < 26)) && (girl._x > -50)) && (girl._y < 450)) {
gd = 1;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if ((Key.isDown(38) && (girl._currentframe < 26)) && (girl._y > -50)) {
gd = 2;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if (((Key.isDown(39) && (girl._currentframe < 26)) && (girl._x < 580)) && (girl._y > -50)) {
gd = 3;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if ((Key.isDown(40) && (girl._currentframe < 26)) && (girl._y < 500)) {
gd = 4;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
leslover.swapDepths((leslover._y * 100) + leslover._x);
leslovershadow.swapDepths(((leslover._y * 100) + leslover._x) - 4);
girl.swapDepths(((girl._y * 100) + 2) + girl._x);
girlshadow.swapDepths(((girl._y * 100) + 1) + girl._x);
frog.swapDepths(((frog._y * 100) + 4) + frog._x);
frogshadow.swapDepths(((frogshadow._y * 100) + 3) + frogshadow._x);
frog2.swapDepths(((frog2._y * 100) + 6) + frog2._x);
frogshadow2.swapDepths(((frogshadow2._y * 100) + 5) + frogshadow2._x);
werewolf.swapDepths(((werewolf._y * 100) + 8) + werewolf._x);
werewolfshadow.swapDepths(((werewolf._y * 100) + 7) + werewolf._x);
nerd.swapDepths(((nerd._y * 100) + 10) + nerd._x);
nerdshadow.swapDepths(((nerd._y * 100) + 9) + nerd._x);
nerd2.swapDepths(((nerd2._y * 100) + 10) + nerd2._x);
nerdshadow2.swapDepths(((nerd2._y * 100) + 9) + nerd2._x);
frog3.swapDepths(((frog3._y * 100) + 15) + frog3._x);
frogshadow3.swapDepths(((frogshadow3._y * 100) + 14) + frogshadow3._x);
frog4.swapDepths(((frog4._y * 100) + 17) + frog4._x);
frogshadow4.swapDepths(((frogshadow4._y * 100) + 16) + frogshadow4._x);
nerd3.swapDepths(((nerd3._y * 100) + 19) + nerd3._x);
nerdshadow3.swapDepths(((nerd3._y * 100) + 18) + nerd3._x);
nerd4.swapDepths(((nerd4._y * 100) + 21) + nerd4._x);
nerdshadow4.swapDepths(((nerd4._y * 100) + 20) + nerd4._x);
nerd5.swapDepths(((nerd5._y * 100) + 23) + nerd5._x);
nerdshadow5.swapDepths(((nerd5._y * 100) + 22) + nerd5._x);
};
attachMovie("girl", "girl", 1);
girl._x = 0;
girl._y = -60;
attachMovie("girlshadow", "girlshadow", 2);
girlshadow._alpha = 60;
attachMovie("leslover", "leslover", 3);
leslover._x = -38;
leslover._y = -54;
attachMovie("leslovershadow", "leslovershadow", 4);
leslovershadow._alpha = 60;
attachMovie("frog", "frog", 20);
frog._x = 282;
frog._y = 71;
attachMovie("frogshadow", "frogshadow", 21);
frogshadow._alpha = 60;
attachMovie("frog", "frog2", 22);
frog2._x = 183;
frog2._y = 452;
attachMovie("frogshadow", "frogshadow2", 23);
frogshadow2._alpha = 60;
attachMovie("frog", "frog3", 24);
frog3._x = 29;
frog3._y = 335;
attachMovie("frogshadow", "frogshadow3", 25);
frogshadow3._alpha = 60;
attachMovie("frog", "frog4", 26);
frog4._x = 425;
frog4._y = 190;
attachMovie("frogshadow", "frogshadow4", 27);
frogshadow4._alpha = 60;
attachMovie("nerd", "nerd", 28);
nerd._x = 397;
nerd._y = 144;
attachMovie("nerdshadow", "nerdshadow", 29);
nerdshadow._alpha = 60;
attachMovie("nerd", "nerd2", 30);
nerd2._x = -45;
nerd2._y = 268;
attachMovie("nerdshadow", "nerdshadow2", 31);
nerdshadow2._alpha = 60;
attachMovie("nerd", "nerd3", 32);
nerd3._x = 209;
nerd3._y = 215;
attachMovie("nerdshadow", "nerdshadow3", 33);
nerdshadow3._alpha = 60;
attachMovie("nerd", "nerd4", 34);
nerd4._x = -79;
nerd4._y = 481;
attachMovie("nerdshadow", "nerdshadow4", 35);
derdshadow4._alpha = 60;
attachMovie("nerd", "nerd5", 36);
nerd5._x = 425;
nerd5._y = 274;
attachMovie("nerdshadow", "nerdshadow5", 37);
nerdshadow5._alpha = 60;
attachMovie("werewolf", "werewolf", 38);
werewolf._x = 221;
werewolf._y = 52;
attachMovie("werewolfshadow", "werewolfshadow", 39);
werewolfshadow._alpha = 60;
stop();
Frame 6
this.onEnterFrame = function () {
bplay.swapDepths(30000);
levels.swapDepths(34000);
bplay.onPress = function () {
levels._y = -400;
levels.nextFrame();
bplay._y = -400;
nextFrame();
};
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
};
stop();
Frame 7
gd = 1;
level = 2;
girl._x = 0;
girl._y = -60;
timescore = 40;
this.onEnterFrame = function () {
if (life < 1) {
bpagain._y = 260;
gotoAndStop (12);
}
if (dildocount >= 4) {
dildocount = 0;
bplay._y = 260;
levels._y = 200;
nextFrame();
}
lives.gotoAndStop(life + 1);
time = time + 1;
if (time > 20) {
timescore = timescore - 1;
time = 0;
}
if (((Key.isDown(37) && (girl._currentframe < 26)) && (girl._x > -50)) && (girl._y < 450)) {
gd = 1;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if ((Key.isDown(38) && (girl._currentframe < 26)) && (girl._y > -50)) {
gd = 2;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if (((Key.isDown(39) && (girl._currentframe < 26)) && (girl._x < 580)) && (girl._y > -50)) {
gd = 3;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if ((Key.isDown(40) && (girl._currentframe < 26)) && (girl._y < 500)) {
gd = 4;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
nerdshadow6._x = nerd6._x;
nerdshadow6._y = nerd6._y;
nerdshadow6.gotoAndStop(nerd6._currentframe);
nerdshadow7._x = nerd7._x;
nerdshadow7._y = nerd7._y;
nerdshadow7.gotoAndStop(nerd7._currentframe);
nerdshadow8._x = nerd8._x;
nerdshadow8._y = nerd8._y;
nerdshadow8.gotoAndStop(nerd8._currentframe);
nerdshadow9._x = nerd9._x;
nerdshadow9._y = nerd9._y;
nerdshadow9.gotoAndStop(nerd9._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
leslover.swapDepths((leslover._y * 100) + leslover._x);
leslovershadow.swapDepths(((leslover._y * 100) + leslover._x) - 4);
girl.swapDepths(((girl._y * 100) + 2) + girl._x);
girlshadow.swapDepths(((girl._y * 100) + 1) + girl._x);
frog.swapDepths(((frog._y * 100) + 4) + frog._x);
frogshadow.swapDepths(((frogshadow._y * 100) + 3) + frogshadow._x);
frog2.swapDepths(((frog2._y * 100) + 6) + frog2._x);
frogshadow2.swapDepths(((frogshadow2._y * 100) + 5) + frogshadow2._x);
werewolf.swapDepths(((werewolf._y * 100) + 8) + werewolf._x);
werewolfshadow.swapDepths(((werewolf._y * 100) + 7) + werewolf._x);
nerd.swapDepths(((nerd._y * 100) + 10) + nerd._x);
nerdshadow.swapDepths(((nerd._y * 100) + 9) + nerd._x);
nerd2.swapDepths(((nerd2._y * 100) + 10) + nerd2._x);
nerdshadow2.swapDepths(((nerd2._y * 100) + 9) + nerd2._x);
frog3.swapDepths(((frog3._y * 100) + 15) + frog3._x);
frogshadow3.swapDepths(((frogshadow3._y * 100) + 14) + frogshadow3._x);
frog4.swapDepths(((frog4._y * 100) + 17) + frog4._x);
frogshadow4.swapDepths(((frogshadow4._y * 100) + 16) + frogshadow4._x);
nerd3.swapDepths(((nerd3._y * 100) + 19) + nerd3._x);
nerdshadow3.swapDepths(((nerd3._y * 100) + 18) + nerd3._x);
nerd4.swapDepths(((nerd4._y * 100) + 21) + nerd4._x);
nerdshadow4.swapDepths(((nerd4._y * 100) + 20) + nerd4._x);
nerd5.swapDepths(((nerd5._y * 100) + 23) + nerd5._x);
nerdshadow5.swapDepths(((nerd5._y * 100) + 22) + nerd5._x);
nerd6.swapDepths(((nerd6._y * 100) + 25) + nerd6._x);
nerdshadow6.swapDepths(((nerd6._y * 100) + 24) + nerd6._x);
nerd7.swapDepths(((nerd7._y * 100) + 27) + nerd7._x);
nerdshadow7.swapDepths(((nerd7._y * 100) + 26) + nerd7._x);
nerd8.swapDepths(((nerd8._y * 100) + 29) + nerd8._x);
nerdshadow8.swapDepths(((nerd8._y * 100) + 28) + nerd8._x);
nerd9.swapDepths(((nerd9._y * 100) + 31) + nerd9._x);
nerdshadow9.swapDepths(((nerd9._y * 100) + 30) + nerd9._x);
};
attachMovie("nerd", "nerd6", 40);
nerd6._x = 20;
nerd6._y = 155;
attachMovie("nerdshadow", "nerdshadow6", 41);
attachMovie("nerd", "nerd7", 42);
nerd7._x = 78;
nerd7._y = 595;
attachMovie("nerdshadow", "nerdshadow7", 43);
attachMovie("nerd", "nerd8", 44);
nerd8._x = -180;
nerd8._y = 382;
attachMovie("nerdshadow", "nerdshadow8", 45);
attachMovie("nerd", "nerd9", 46);
nerd9._x = -86;
nerd9._y = 510;
attachMovie("nerdshadow", "nerdshadow9", 47);
stop();
Frame 8
this.onEnterFrame = function () {
bplay.swapDepths(30000);
levels.swapDepths(34000);
bplay.onPress = function () {
levels._y = -400;
levels.nextFrame();
bplay._y = -400;
nextFrame();
};
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
};
stop();
Frame 9
gd = 1;
level = 2;
girl._x = 0;
girl._y = -60;
timescore = 40;
this.onEnterFrame = function () {
if (dildocount >= 4) {
score = score + 50;
bpagain._y = 260;
gotoAndStop (13);
}
if (life < 1) {
bpagain._y = 260;
gotoAndStop (12);
}
lives.gotoAndStop(life + 1);
time = time + 1;
if (time > 20) {
timescore = timescore - 1;
time = 0;
}
if (((Key.isDown(37) && (girl._currentframe < 26)) && (girl._x > -50)) && (girl._y < 450)) {
gd = 1;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if ((Key.isDown(38) && (girl._currentframe < 26)) && (girl._y > -50)) {
gd = 2;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if (((Key.isDown(39) && (girl._currentframe < 26)) && (girl._x < 580)) && (girl._y > -50)) {
gd = 3;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
if ((Key.isDown(40) && (girl._currentframe < 26)) && (girl._y < 500)) {
gd = 4;
girl.gotoAndPlay(26);
girlshadow.gotoAndPlay(26);
}
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
nerdshadow6._x = nerd6._x;
nerdshadow6._y = nerd6._y;
nerdshadow6.gotoAndStop(nerd6._currentframe);
nerdshadow7._x = nerd7._x;
nerdshadow7._y = nerd7._y;
nerdshadow7.gotoAndStop(nerd7._currentframe);
nerdshadow8._x = nerd8._x;
nerdshadow8._y = nerd8._y;
nerdshadow8.gotoAndStop(nerd8._currentframe);
nerdshadow9._x = nerd9._x;
nerdshadow9._y = nerd9._y;
nerdshadow9.gotoAndStop(nerd9._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
werewolfshadow2._x = werewolf2._x;
werewolfshadow2._y = werewolf2._y;
werewolfshadow2.gotoAndStop(werewolf2._currentframe);
werewolfshadow3._x = werewolf3._x;
werewolfshadow3._y = werewolf3._y;
werewolfshadow3.gotoAndStop(werewolf3._currentframe);
werewolfshadow4._x = werewolf4._x;
werewolfshadow4._y = werewolf4._y;
werewolfshadow4.gotoAndStop(werewolf4._currentframe);
werewolfshadow5._x = werewolf5._x;
werewolfshadow5._y = werewolf5._y;
werewolfshadow5.gotoAndStop(werewolf5._currentframe);
leslover.swapDepths((leslover._y * 100) + leslover._x);
leslovershadow.swapDepths(((leslover._y * 100) + leslover._x) - 4);
girl.swapDepths(((girl._y * 100) + 2) + girl._x);
girlshadow.swapDepths(((girl._y * 100) + 1) + girl._x);
frog.swapDepths(((frog._y * 100) + 4) + frog._x);
frogshadow.swapDepths(((frogshadow._y * 100) + 3) + frogshadow._x);
frog2.swapDepths(((frog2._y * 100) + 6) + frog2._x);
frogshadow2.swapDepths(((frogshadow2._y * 100) + 5) + frogshadow2._x);
werewolf.swapDepths(((werewolf._y * 100) + 8) + werewolf._x);
werewolfshadow.swapDepths(((werewolf._y * 100) + 7) + werewolf._x);
nerd.swapDepths(((nerd._y * 100) + 10) + nerd._x);
nerdshadow.swapDepths(((nerd._y * 100) + 9) + nerd._x);
nerd2.swapDepths(((nerd2._y * 100) + 10) + nerd2._x);
nerdshadow2.swapDepths(((nerd2._y * 100) + 9) + nerd2._x);
frog3.swapDepths(((frog3._y * 100) + 15) + frog3._x);
frogshadow3.swapDepths(((frogshadow3._y * 100) + 14) + frogshadow3._x);
frog4.swapDepths(((frog4._y * 100) + 17) + frog4._x);
frogshadow4.swapDepths(((frogshadow4._y * 100) + 16) + frogshadow4._x);
nerd3.swapDepths(((nerd3._y * 100) + 19) + nerd3._x);
nerdshadow3.swapDepths(((nerd3._y * 100) + 18) + nerd3._x);
nerd4.swapDepths(((nerd4._y * 100) + 21) + nerd4._x);
nerdshadow4.swapDepths(((nerd4._y * 100) + 20) + nerd4._x);
nerd5.swapDepths(((nerd5._y * 100) + 23) + nerd5._x);
nerdshadow5.swapDepths(((nerd5._y * 100) + 22) + nerd5._x);
nerd6.swapDepths(((nerd6._y * 100) + 25) + nerd6._x);
nerdshadow6.swapDepths(((nerd6._y * 100) + 24) + nerd6._x);
nerd7.swapDepths(((nerd7._y * 100) + 27) + nerd7._x);
nerdshadow7.swapDepths(((nerd7._y * 100) + 26) + nerd7._x);
nerd8.swapDepths(((nerd8._y * 100) + 29) + nerd8._x);
nerdshadow8.swapDepths(((nerd8._y * 100) + 28) + nerd8._x);
nerd9.swapDepths(((nerd9._y * 100) + 31) + nerd9._x);
nerdshadow9.swapDepths(((nerd9._y * 100) + 30) + nerd9._x);
werewolf2.swapDepths(((werewolf2._y * 100) + 34) + werewolf2._x);
werewolfshadow2.swapDepths(((werewolf2._y * 100) + 33) + werewolf2._x);
werewolf3.swapDepths(((werewolf3._y * 100) + 37) + werewolf3._x);
werewolfshadow3.swapDepths(((werewolf3._y * 100) + 36) + werewolf3._x);
werewolf4.swapDepths(((werewolf4._y * 100) + 39) + werewolf4._x);
werewolfshadow4.swapDepths(((werewolf4._y * 100) + 38) + werewolf4._x);
werewolf5.swapDepths(((werewolf5._y * 100) + 42) + werewolf5._x);
werewolfshadow5.swapDepths(((werewolf5._y * 100) + 41) + werewolf5._x);
};
attachMovie("werewolf", "werewolf2", 48);
werewolf2._x = 193;
werewolf2._y = 392;
attachMovie("werewolfshadow", "werewolfshadow2", 49);
attachMovie("werewolf", "werewolf3", 50);
werewolf3._x = 435;
werewolf3._y = 77;
attachMovie("werewolfshadow", "werewolfshadow3", 51);
attachMovie("werewolf", "werewolf4", 52);
werewolf4._x = -105;
werewolf4._y = 405;
attachMovie("werewolfshadow", "werewolfshadow4", 53);
attachMovie("werewolf", "werewolf5", 54);
werewolf5._x = 150;
werewolf5._y = 169;
attachMovie("werewolfshadow", "werewolfshadow5", 55);
stop();
Frame 12
leslover.removeMovieClip();
leslovershadow.removeMovieClip();
girl.removeMovieClip();
girlshadow.removeMovieClip();
frog.removeMovieClip();
frogshadow.removeMovieClip();
frog2.removeMovieClip();
frogshadow2.removeMovieClip();
werewolf.removeMovieClip();
werewolfshadow.removeMovieClip();
nerd.removeMovieClip();
nerdshadow.removeMovieClip();
nerd2.removeMovieClip();
nerdshadow2.removeMovieClip();
frog3.removeMovieClip();
frogshadow3.removeMovieClip();
frog4.removeMovieClip();
frogshadow4.removeMovieClip();
nerd3.removeMovieClip();
nerdshadow3.removeMovieClip();
nerd4.removeMovieClip();
nerdshadow4.removeMovieClip();
nerd5.removeMovieClip();
nerdshadow5.removeMovieClip();
nerd6.removeMovieClip();
nerdshadow6.removeMovieClip();
nerd7.removeMovieClip();
nerdshadow7.removeMovieClip();
nerd8.removeMovieClip();
nerdshadow8.removeMovieClip();
nerd9.removeMovieClip();
nerdshadow9.removeMovieClip();
werewolf2.removeMovieClip();
werewolfshadow2.removeMovieClip();
werewolf3.removeMovieClip();
werewolfshadow3.removeMovieClip();
werewolf4.removeMovieClip();
werewolfshadow4.removeMovieClip();
werewolf5.removeMovieClip();
werewolfshadow5.removeMovieClip();
stopAllSounds();
this.onEnterFrame = function () {
bplay.swapDepths(36000);
bpagain.onPress = function () {
bpagain._y = -400;
life = 3;
score = 0;
dildo = 0;
time = 0;
timescore = 40;
dildocount = 0;
gotoAndStop (4);
bplay._y = 260;
levels._y = 200;
levels.gotoAndStop(1);
};
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
nerdshadow6._x = nerd6._x;
nerdshadow6._y = nerd6._y;
nerdshadow6.gotoAndStop(nerd6._currentframe);
nerdshadow7._x = nerd7._x;
nerdshadow7._y = nerd7._y;
nerdshadow7.gotoAndStop(nerd7._currentframe);
nerdshadow8._x = nerd8._x;
nerdshadow8._y = nerd8._y;
nerdshadow8.gotoAndStop(nerd8._currentframe);
nerdshadow9._x = nerd9._x;
nerdshadow9._y = nerd9._y;
nerdshadow9.gotoAndStop(nerd9._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
werewolfshadow2._x = werewolf2._x;
werewolfshadow2._y = werewolf2._y;
werewolfshadow2.gotoAndStop(werewolf2._currentframe);
werewolfshadow3._x = werewolf3._x;
werewolfshadow3._y = werewolf3._y;
werewolfshadow3.gotoAndStop(werewolf3._currentframe);
werewolfshadow4._x = werewolf4._x;
werewolfshadow4._y = werewolf4._y;
werewolfshadow4.gotoAndStop(werewolf4._currentframe);
werewolfshadow5._x = werewolf5._x;
werewolfshadow5._y = werewolf5._y;
werewolfshadow5.gotoAndStop(werewolf5._currentframe);
};
Frame 13
leslover.removeMovieClip();
leslovershadow.removeMovieClip();
girl.removeMovieClip();
girlshadow.removeMovieClip();
frog.removeMovieClip();
frogshadow.removeMovieClip();
frog2.removeMovieClip();
frogshadow2.removeMovieClip();
werewolf.removeMovieClip();
werewolfshadow.removeMovieClip();
nerd.removeMovieClip();
nerdshadow.removeMovieClip();
nerd2.removeMovieClip();
nerdshadow2.removeMovieClip();
frog3.removeMovieClip();
frogshadow3.removeMovieClip();
frog4.removeMovieClip();
frogshadow4.removeMovieClip();
nerd3.removeMovieClip();
nerdshadow3.removeMovieClip();
nerd4.removeMovieClip();
nerdshadow4.removeMovieClip();
nerd5.removeMovieClip();
nerdshadow5.removeMovieClip();
nerd6.removeMovieClip();
nerdshadow6.removeMovieClip();
nerd7.removeMovieClip();
nerdshadow7.removeMovieClip();
nerd8.removeMovieClip();
nerdshadow8.removeMovieClip();
nerd9.removeMovieClip();
nerdshadow9.removeMovieClip();
werewolf2.removeMovieClip();
werewolfshadow2.removeMovieClip();
werewolf3.removeMovieClip();
werewolfshadow3.removeMovieClip();
werewolf4.removeMovieClip();
werewolfshadow4.removeMovieClip();
werewolf5.removeMovieClip();
werewolfshadow5.removeMovieClip();
stopAllSounds();
this.onEnterFrame = function () {
bplay.swapDepths(36000);
bpagain.onPress = function () {
bpagain._y = -400;
life = 3;
score = 0;
dildo = 0;
time = 0;
timescore = 40;
dildocount = 0;
gotoAndStop (4);
bplay._y = 260;
levels._y = 200;
levels.gotoAndStop(1);
};
leslovershadow._x = leslover._x;
leslovershadow._y = leslover._y;
leslovershadow.gotoAndStop(leslover._currentframe);
girlshadow._x = girl._x;
girlshadow._y = girl._y;
girlshadow.gotoAndStop(girl._currentframe);
frogshadow._x = frog._x;
frogshadow._y = frog._y - 8;
frogshadow.gotoAndStop(frog._currentframe);
frogshadow2._x = frog2._x;
frogshadow2._y = frog2._y - 8;
frogshadow2.gotoAndStop(frog2._currentframe);
frogshadow3._x = frog3._x;
frogshadow3._y = frog3._y - 8;
frogshadow3.gotoAndStop(frog3._currentframe);
frogshadow4._x = frog4._x;
frogshadow4._y = frog4._y - 8;
frogshadow4.gotoAndStop(frog4._currentframe);
nerdshadow._x = nerd._x;
nerdshadow._y = nerd._y;
nerdshadow.gotoAndStop(nerd._currentframe);
nerdshadow2._x = nerd2._x;
nerdshadow2._y = nerd2._y;
nerdshadow2.gotoAndStop(nerd2._currentframe);
nerdshadow3._x = nerd3._x;
nerdshadow3._y = nerd3._y;
nerdshadow3.gotoAndStop(nerd3._currentframe);
nerdshadow4._x = nerd4._x;
nerdshadow4._y = nerd4._y;
nerdshadow4.gotoAndStop(nerd4._currentframe);
nerdshadow5._x = nerd5._x;
nerdshadow5._y = nerd5._y;
nerdshadow5.gotoAndStop(nerd5._currentframe);
nerdshadow6._x = nerd6._x;
nerdshadow6._y = nerd6._y;
nerdshadow6.gotoAndStop(nerd6._currentframe);
nerdshadow7._x = nerd7._x;
nerdshadow7._y = nerd7._y;
nerdshadow7.gotoAndStop(nerd7._currentframe);
nerdshadow8._x = nerd8._x;
nerdshadow8._y = nerd8._y;
nerdshadow8.gotoAndStop(nerd8._currentframe);
nerdshadow9._x = nerd9._x;
nerdshadow9._y = nerd9._y;
nerdshadow9.gotoAndStop(nerd9._currentframe);
werewolfshadow._x = werewolf._x;
werewolfshadow._y = werewolf._y;
werewolfshadow.gotoAndStop(werewolf._currentframe);
werewolfshadow2._x = werewolf2._x;
werewolfshadow2._y = werewolf2._y;
werewolfshadow2.gotoAndStop(werewolf2._currentframe);
werewolfshadow3._x = werewolf3._x;
werewolfshadow3._y = werewolf3._y;
werewolfshadow3.gotoAndStop(werewolf3._currentframe);
werewolfshadow4._x = werewolf4._x;
werewolfshadow4._y = werewolf4._y;
werewolfshadow4.gotoAndStop(werewolf4._currentframe);
werewolfshadow5._x = werewolf5._x;
werewolfshadow5._y = werewolf5._y;
werewolfshadow5.gotoAndStop(werewolf5._currentframe);
};
stop();
Symbol 52 MovieClip [girl] Frame 25
gotoAndPlay (1);
Symbol 52 MovieClip [girl] Frame 27
if (_root.gd == 1) {
this._y = this._y + 8;
this._x = this._x - 16;
}
if (_root.gd == 2) {
this._y = this._y - 15;
this._x = this._x - 10;
}
if (_root.gd == 3) {
this._y = this._y - 8;
this._x = this._x + 16;
}
if (_root.gd == 4) {
this._y = this._y + 15;
this._x = this._x + 10;
}
Symbol 52 MovieClip [girl] Frame 28
if (_root.gd == 1) {
this._y = this._y + 8;
this._x = this._x - 16;
}
if (_root.gd == 2) {
this._y = this._y - 15;
this._x = this._x - 10;
}
if (_root.gd == 3) {
this._y = this._y - 8;
this._x = this._x + 16;
}
if (_root.gd == 4) {
this._y = this._y + 15;
this._x = this._x + 10;
}
Symbol 52 MovieClip [girl] Frame 29
if (_root.gd == 1) {
this._y = this._y + 8;
this._x = this._x - 16;
}
if (_root.gd == 2) {
this._y = this._y - 15;
this._x = this._x - 10;
}
if (_root.gd == 3) {
this._y = this._y - 8;
this._x = this._x + 16;
}
if (_root.gd == 4) {
this._y = this._y + 15;
this._x = this._x + 10;
}
Symbol 52 MovieClip [girl] Frame 30
gotoAndPlay (1);
Symbol 52 MovieClip [girl] Frame 50
timesg = 1;
Symbol 52 MovieClip [girl] Frame 51
timesg = timesg + 1;
Symbol 52 MovieClip [girl] Frame 54
_root.dildo = 1;
if (timesg < 5) {
gotoAndPlay (51);
} else {
gotoAndPlay (1);
}
Symbol 81 MovieClip [frogshadow] Frame 1
stop();
Symbol 111 MovieClip [frog] Frame 1
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 2
this._y = this._y + 10;
this._x = this._x - 15;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 3
this._y = this._y + 10;
this._x = this._x - 15;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 4
this._y = this._y + 10;
this._x = this._x - 15;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 5
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 6
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else if (_root.level == 5) {
gotoAndPlay (1);
}
Symbol 111 MovieClip [frog] Frame 7
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 8
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 9
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 10
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 11
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else if (_root.level == 4) {
gotoAndPlay (1);
}
Symbol 111 MovieClip [frog] Frame 12
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 13
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 14
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 15
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else if (_root.level == 3) {
gotoAndPlay (1);
}
Symbol 111 MovieClip [frog] Frame 16
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 17
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 18
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 19
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else if (_root.level == 2) {
gotoAndPlay (1);
}
Symbol 111 MovieClip [frog] Frame 20
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 21
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 22
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (25);
}
Symbol 111 MovieClip [frog] Frame 23
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else {
gotoAndPlay (1);
}
Symbol 111 MovieClip [frog] Frame 25
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.life = _root.life - 1;
_root.timescore = 40;
_root.dildo = 0;
Symbol 111 MovieClip [frog] Frame 27
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
Symbol 111 MovieClip [frog] Frame 28
gotoAndPlay (1);
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
Symbol 111 MovieClip [frog] Frame 40
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 41
this._y = this._y - 10;
this._x = this._x + 15;
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 42
this._y = this._y - 10;
this._x = this._x + 15;
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 43
this._y = this._y - 10;
this._x = this._x + 15;
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 44
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 45
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else if (_root.level == 5) {
gotoAndPlay (40);
}
Symbol 111 MovieClip [frog] Frame 46
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 47
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 48
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 49
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 50
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else if (_root.level == 4) {
gotoAndPlay (40);
}
Symbol 111 MovieClip [frog] Frame 51
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 52
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 53
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 54
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 55
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else if (_root.level == 3) {
gotoAndPlay (40);
}
Symbol 111 MovieClip [frog] Frame 56
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 57
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 58
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 59
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else if (_root.level == 2) {
gotoAndPlay (40);
}
Symbol 111 MovieClip [frog] Frame 60
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 61
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 62
if ((((_root.girl._x > this._x) && (_root.girl._x < (this._x + 50))) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (65);
}
Symbol 111 MovieClip [frog] Frame 63
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else {
gotoAndPlay (40);
}
Symbol 111 MovieClip [frog] Frame 65
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.life = _root.life - 1;
_root.timescore = 40;
_root.dildo = 0;
Symbol 111 MovieClip [frog] Frame 67
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
Symbol 111 MovieClip [frog] Frame 68
gotoAndPlay (40);
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
Symbol 152 MovieClip [nerdshadow] Frame 1
stop();
Symbol 250 MovieClip [werewolf] Frame 1
this._y = this._y + 4;
this._x = this._x - 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 250 MovieClip [werewolf] Frame 2
this._y = this._y + 4;
this._x = this._x - 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 250 MovieClip [werewolf] Frame 3
this._y = this._y + 4;
this._x = this._x - 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 250 MovieClip [werewolf] Frame 4
this._y = this._y + 4;
this._x = this._x - 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 250 MovieClip [werewolf] Frame 5
this._y = this._y + 4;
this._x = this._x - 6;
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else {
gotoAndPlay (1);
}
Symbol 250 MovieClip [werewolf] Frame 20
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.life = _root.life - 1;
_root.timescore = 40;
_root.dildo = 0;
Symbol 250 MovieClip [werewolf] Frame 22
this._y = this._y + 8;
this._x = this._x - 12;
Symbol 250 MovieClip [werewolf] Frame 23
this._y = this._y + 8;
this._x = this._x - 12;
Symbol 250 MovieClip [werewolf] Frame 24
this._y = this._y + 8;
this._x = this._x - 12;
Symbol 250 MovieClip [werewolf] Frame 25
this._y = this._y + 8;
this._x = this._x - 12;
Symbol 250 MovieClip [werewolf] Frame 26
this._y = this._y + 8;
this._x = this._x - 12;
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
} else {
gotoAndPlay (22);
}
Symbol 250 MovieClip [werewolf] Frame 40
this._y = this._y - 4;
this._x = this._x + 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 250 MovieClip [werewolf] Frame 41
this._y = this._y - 4;
this._x = this._x + 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 250 MovieClip [werewolf] Frame 42
this._y = this._y - 4;
this._x = this._x + 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 250 MovieClip [werewolf] Frame 43
this._y = this._y - 4;
this._x = this._x + 6;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 250 MovieClip [werewolf] Frame 44
this._y = this._y - 4;
this._x = this._x + 6;
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else {
gotoAndPlay (40);
}
Symbol 250 MovieClip [werewolf] Frame 60
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.life = _root.life - 1;
_root.timescore = 40;
_root.dildo = 0;
Symbol 250 MovieClip [werewolf] Frame 62
this._y = this._y - 8;
this._x = this._x + 12;
Symbol 250 MovieClip [werewolf] Frame 63
this._y = this._y - 8;
this._x = this._x + 12;
Symbol 250 MovieClip [werewolf] Frame 64
this._y = this._y - 8;
this._x = this._x + 12;
Symbol 250 MovieClip [werewolf] Frame 65
this._y = this._y - 8;
this._x = this._x + 12;
Symbol 250 MovieClip [werewolf] Frame 66
this._y = this._y - 8;
this._x = this._x + 12;
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
} else {
gotoAndPlay (62);
}
Symbol 291 MovieClip [nerd] Frame 1
this._y = this._y + 2;
this._x = this._x - 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 291 MovieClip [nerd] Frame 2
this._y = this._y + 2;
this._x = this._x - 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 291 MovieClip [nerd] Frame 3
this._y = this._y + 2;
this._x = this._x - 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 291 MovieClip [nerd] Frame 4
this._y = this._y + 2;
this._x = this._x - 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (20);
}
Symbol 291 MovieClip [nerd] Frame 5
this._y = this._y + 2;
this._x = this._x - 3;
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
} else {
gotoAndPlay (1);
}
Symbol 291 MovieClip [nerd] Frame 20
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.life = _root.life - 1;
_root.timescore = 40;
_root.dildo = 0;
this._y = this._y + 4;
this._x = this._x - 6;
Symbol 291 MovieClip [nerd] Frame 21
this._y = this._y + 4;
this._x = this._x - 6;
Symbol 291 MovieClip [nerd] Frame 22
this._y = this._y + 4;
this._x = this._x - 6;
Symbol 291 MovieClip [nerd] Frame 23
this._y = this._y + 4;
this._x = this._x - 6;
Symbol 291 MovieClip [nerd] Frame 24
this._y = this._y + 4;
this._x = this._x - 6;
Symbol 291 MovieClip [nerd] Frame 25
this._y = this._y + 4;
this._x = this._x - 6;
if ((this._y > 510) || (this._x < -100)) {
this.gotoAndPlay(40);
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
} else {
gotoAndPlay (21);
}
Symbol 291 MovieClip [nerd] Frame 40
this._y = this._y - 2;
this._x = this._x + 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 291 MovieClip [nerd] Frame 41
this._y = this._y - 2;
this._x = this._x + 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 291 MovieClip [nerd] Frame 42
this._y = this._y - 2;
this._x = this._x + 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 291 MovieClip [nerd] Frame 43
this._y = this._y - 2;
this._x = this._x + 3;
if ((((_root.girl._x > (this._x - 50)) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 30))) && (_root.girl._y < (this._y + 10))) {
gotoAndPlay (60);
}
Symbol 291 MovieClip [nerd] Frame 44
this._y = this._y - 2;
this._x = this._x + 3;
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
} else {
gotoAndPlay (40);
}
Symbol 291 MovieClip [nerd] Frame 60
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.life = _root.life - 1;
_root.timescore = 40;
_root.dildo = 0;
this._y = this._y - 4;
this._x = this._x + 6;
Symbol 291 MovieClip [nerd] Frame 61
this._y = this._y - 4;
this._x = this._x + 6;
Symbol 291 MovieClip [nerd] Frame 62
this._y = this._y - 4;
this._x = this._x + 6;
Symbol 291 MovieClip [nerd] Frame 63
this._y = this._y - 4;
this._x = this._x + 6;
Symbol 291 MovieClip [nerd] Frame 64
this._y = this._y - 4;
this._x = this._x + 6;
Symbol 291 MovieClip [nerd] Frame 65
this._y = this._y - 4;
this._x = this._x + 6;
if ((this._x > 600) || (this._y < -100)) {
gotoAndPlay (1);
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
} else {
gotoAndPlay (61);
}
Symbol 322 MovieClip [leslover] Frame 1
times = 1;
if (((((_root.girl._x > (this._x - 20)) && (_root.girl._x < (this._x + 20))) && (_root.girl._y > (this._y - 20))) && (_root.girl._y < (this._y + 20))) && (_root.dildo == 1)) {
gotoAndPlay (16);
}
Symbol 322 MovieClip [leslover] Frame 2
if (((((_root.girl._x > (this._x - 20)) && (_root.girl._x < (this._x + 20))) && (_root.girl._y > (this._y - 20))) && (_root.girl._y < (this._y + 20))) && (_root.dildo == 1)) {
gotoAndPlay (16);
}
Symbol 322 MovieClip [leslover] Frame 3
if (((((_root.girl._x > (this._x - 20)) && (_root.girl._x < (this._x + 20))) && (_root.girl._y > (this._y - 20))) && (_root.girl._y < (this._y + 20))) && (_root.dildo == 1)) {
gotoAndPlay (16);
}
Symbol 322 MovieClip [leslover] Frame 4
if (((((_root.girl._x > (this._x - 20)) && (_root.girl._x < (this._x + 20))) && (_root.girl._y > (this._y - 20))) && (_root.girl._y < (this._y + 20))) && (_root.dildo == 1)) {
gotoAndPlay (16);
}
Symbol 322 MovieClip [leslover] Frame 12
gotoAndPlay (1);
Symbol 322 MovieClip [leslover] Frame 16
_root.girl.gotoAndStop(100);
_root.girlshadow.gotoAndStop(100);
_root.girl._x = 0;
_root.girl._y = -60;
_root.girlshadow._x = 0;
_root.girlshadow._y = -60;
_root.dildo = 0;
_root.score = _root.score + _root.timescore;
Symbol 322 MovieClip [leslover] Frame 17
times = times + 1;
Symbol 322 MovieClip [leslover] Frame 22
if (times > 4) {
_root.dildocount = _root.dildocount + 1;
_root.girl.gotoAndPlay(1);
_root.girlshadow.gotoAndPlay(1);
gotoAndPlay (1);
} else {
gotoAndPlay (17);
}
Symbol 327 MovieClip [Loader] Frame 1
#initclip 1
function LoaderClass() {
this.slideColor = new Color(this.slide);
this.bordColor = new Color(this.bord);
this.update();
}
LoaderClass.prototype = new MovieClip();
LoaderClass.prototype.update = function () {
this.slideColor.setRGB(this.scolor);
this.bordColor.setRGB(this.bcolor);
this.bord._width = this.SlideWidth + 4;
this.slide._width = this.SlideWidth;
this.bord._height = this.SlideHeight + 4;
this.slide._height = this.SlideHeight;
this.createTextField("mytext", 1, this.bord._x, this.bord._y, 300, 40);
delete this.mtextFormat;
this.mtextFormat = new TextFormat(this);
this.mTextFormat.font = this.fname;
this.mTextFormat.color = this.bcolor;
this.mTextFormat.size = this.fsize;
this.mytext.text = "";
this.mytext.setTextFormat(this.mtextFormat);
};
LoaderClass.prototype.setSlideWidth = function (b) {
this.SlideWidth = b;
this.update();
};
LoaderClass.prototype.getSlideWidth = function () {
return(this.SlideWidth);
};
LoaderClass.prototype.setSlideHeight = function (h) {
this.SlideHeight = h;
this.update();
};
LoaderClass.prototype.getSlideHeight = function () {
return(this.SlideHeight);
};
LoaderClass.prototype.setTintColor = function (c) {
this.tcolor = c;
this.update();
};
LoaderClass.prototype.turnOnTint = function () {
this.applyTint = true;
this.update();
};
Object.registerClass("Loader", LoaderClass);
#endinitclip
Instance of Symbol 324 MovieClip "slide" in Symbol 327 MovieClip [Loader] Frame 1
onClipEvent (load) {
_root.stop();
this.topScale = this._width;
this._xscale = 0;
ft = int(_root.getBytesTotal() / 1024);
}
onClipEvent (enterFrame) {
fl = int(_root.getBytesLoaded() / 1024);
this._xscale = (fl / ft) * this.topScale;
_parent.mytext.text = ((("LOADING " + fl) + " KB OF ") + ft) + " KB";
_parent.mytext.setTextFormat(_parent.mtextFormat);
if (fl == ft) {
_root.gotoAndPlay(_currentframe + 1);
play();
}
}
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 2
stop();
Symbol 353 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 446
gotoAndPlay (1);
Symbol 376 MovieClip Frame 1
if ((((((_root.dildo == 0) && (_root.girl._currentframe < 40)) && (_root.girl._x > (this._x - 50))) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 50))) && (_root.girl._y < this._y)) {
_root.girl.gotoAndPlay(50);
}
Symbol 376 MovieClip Frame 2
if ((((((_root.dildo == 0) && (_root.girl._currentframe < 40)) && (_root.girl._x > (this._x - 50))) && (_root.girl._x < this._x)) && (_root.girl._y > (this._y - 50))) && (_root.girl._y < this._y)) {
_root.girl.gotoAndPlay(50);
}