Frame 1
stop();
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
loadProgress = int((100 * getBytesLoaded()) / getBytesTotal()) + "%";
load.gotoAndStop(int((100 * getBytesLoaded()) / getBytesTotal()));
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (3);
}
};
Stage.scaleMode = "noScale";
_root._quality = "BEST";
flashist_mc.onRollOver = function () {
this.varTweenXscale.stop();
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 110, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 110, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 100, 0.25, true);
};
flashist_mc.onRollOut = (flashist_mc.onReleaseOutside = function () {
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 100, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 100, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 90, 0.25, true);
});
flashist_mc.onRelease = function () {
this.varTweenXscale.stop();
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 110, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 110, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 100, 0.25, true);
};
flashist_mc.onPress = function () {
getURL ("http://sexhotgames.com/", "_blank");
this.varTweenXscale.stop();
this.varTweenXscale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Back.easeOut, this._xscale, 90, 0.25, true);
this.varTweenYscale.stop();
this.varTweenYscale = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Back.easeOut, this._yscale, 90, 0.25, true);
this.varTweenAlpha.stop();
this.varTweenAlpha = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Regular.easeOut, this._alpha, 75, 0.25, true);
};
Frame 3
_btPlayGame.onPress = function () {
stopAllSounds();
nextFrame();
};
Frame 4
_global.passedExams = new Array(0, 0, 0, 0, 0);
_global.visits = new Array(0, 0, 0, 0, 0);
attachMovie("sc1", "_sc1", 0, {_x:320, _y:240});
Frame 5
stop();
stopAllSounds();
_aga.onPress = function () {
i = 1;
while (i <= 5) {
eval ("_ads" + i).image.removeMovieClip();
i++;
}
gotoAndStop (3);
};
_leave.onPress = function () {
getURL ("http://sexhotgames.com/", "_blank");
};
Symbol 20 MovieClip Frame 1
stop();
this.onRollOver = function () {
_textArea.textColor = 86688 /* 0x0152A0 */;
};
this.onRollOut = function () {
_textArea.textColor = 0;
};
this.onPress = function () {
nextFrame();
};
Symbol 20 MovieClip Frame 2
prevFrame();
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 30
stop();
Symbol 46 MovieClip Frame 1
stop();
this.onRollOver = function () {
if (_parent._answer1._currentframe == 1) {
_textArea.textColor = 86688 /* 0x0152A0 */;
}
};
this.onRollOut = function () {
_textArea.textColor = 0;
};
this.onPress = function () {
nextFrame();
};
Symbol 46 MovieClip Frame 2
prevFrame();
Symbol 54 MovieClip Frame 1
stop();
_textArea.textColor = 39168;
onRollOver = function () {
nextFrame();
};
Symbol 54 MovieClip Frame 2
_textArea.textColor = 0;
onRollOut = function () {
prevFrame();
};
onRelease = function () {
nextFrame();
};
Symbol 54 MovieClip Frame 3
_textArea.textColor = 39168;
onRelease = function () {
gotoAndStop (1);
};
onRollOut = function () {
gotoAndStop (1);
};
Symbol 55 MovieClip [sc3Speech] Frame 2
function shuffle(massive) {
var _local3 = massive.length;
var _local2 = 0;
while (_local2 < _local3) {
var _local5;
var _local4;
var _local6;
_local5 = Math.floor(Math.random() * _local3);
_local4 = Math.floor(Math.random() * _local3);
_local6 = massive[_local5];
massive[_local5] = massive[_local4];
massive[_local4] = _local6;
if (_local2 == (_local3 - 1)) {
trace(massive);
}
_local2++;
}
}
var questions = new Array("The longest river in the world ...", "How many countries has the planet Earth?", "The most deep sea ...", "Name the number of states in the U.S. ...", "Which city is the capital of Russia?", "Which continent crosses the equator?", "What is the largest country by population?", "Name the highest point of our planet ...", "The number of oceans on Earth?", "Who among them is a city state?");
answers = new Array(["Nile", "Amazon"], ["Less than 100", "Over 100"], ["Coral", "Caribbean"], ["50", "52"], ["Moscow", "St.Petersburg"], ["Eurasian", "Africa"], ["India", "China"], ["Qomolangma, Everest (Asia)", "Elbrus (Europe)"], ["3", "5"], ["Vatican", "Liechtenstein"]);
answersCorrect = new Array(2, 2, 1, 1, 1, 2, 2, 1, 2, 1);
current = 0;
lives = 3;
queue = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
shuffle(queue);
Symbol 55 MovieClip [sc3Speech] Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
if (_global.visits[0] == 0) {
textToPrint = "Good day. My name is Emma Taylor. How can I help you?";
} else {
gotoAndStop (23);
}
_speechText._textArea.text = "";
if (_global.visits[0] == 0) {
outputText(textToPrint);
}
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "My name is William Larson. I need to pass a test on geography.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
if (_global.visits[0] == 0) {
textToPrint = "Okay, but for this you have to answer my 10 questions. Are you sure you are ready to take the test right now?";
_global.visits[0] = 1;
} else {
textToPrint = "AHH .. It's you again! Well this time I hope you have prepared better?";
}
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 24
_btYes.onRelease = function () {
gotoAndStop (26);
};
_btNo.onRelease = function () {
gotoAndStop (25);
};
Symbol 55 MovieClip [sc3Speech] Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "In this case, pay greater attention to training and come to me next time.";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
this.removeMovieClip();
_speechText._textArea.text = "";
_parent._girl02.removeMovieClip();
_global.screenNew = "sc2";
_global.screenOld = "sc3";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 55 MovieClip [sc3Speech] Frame 26
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Very well then we will not waste time...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 27
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Oh yes, I remind you that you can have no more than three errors. Let's start...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 28
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var currentStep = queue[current];
var pointer = 0;
var id;
var interval = 40;
var textToPrint = questions[currentStep];
_round._textArea.text = current + 1;
_speechText.onRelease = function () {
clearInterval(id);
_speechText._textArea.text = textToPrint;
if (_currentframe == 28) {
nextFrame();
}
};
outputText(textToPrint);
Symbol 55 MovieClip [sc3Speech] Frame 29
stop();
_answer1._textArea.text = answers[currentStep][0];
_answer2._textArea.text = answers[currentStep][1];
_answer1.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 1) {
gotoAndStop (32);
_parent._girl02.gotoAndStop(1);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent._girl02.nextFrame();
gotoAndStop (30);
}
};
_answer2.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 2) {
gotoAndStop (32);
_parent._girl02.gotoAndStop(1);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent._girl02.nextFrame();
gotoAndStop (30);
}
};
Symbol 55 MovieClip [sc3Speech] Frame 30
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are sadly mistaken.", "You gave the wrong answer.", "Seems that what confused you.", "Probably you have wrong information.", "You disappoint me.");
rand = random(5);
if (lives > 0) {
textToPrint = ((sheSays[rand] + " The correct answer was: ") + answers[currentStep][answersCorrect[currentStep] - 1]) + ".";
} else {
textToPrint = "I see that you have shown diligence in the preparation, but your knowledge is not enough.";
}
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (lives > 0) {
if (current < 10) {
gotoAndStop (28);
} else {
gotoAndStop (33);
}
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 55 MovieClip [sc3Speech] Frame 31
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Come and see me on the retake, when you are better prepared... Test failed.";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl02.removeMovieClip();
_global.screenNew = "sc2";
_global.screenOld = "sc3";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 32
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are absolutely right.", "This is the correct answer.", "Remarkable.", "You are well prepared.", "Excellent.");
rand = random(5);
fand = random(5);
textToPrint = sheSays[rand];
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (current < 10) {
gotoAndStop (28);
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 55 MovieClip [sc3Speech] Frame 33
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Well, Well, we can safely say that you know the subject perfectly well.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 34
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "In fact I was pleasantly surprised and would like to somehow encourage you ... Just do not know whether you agree?";
_speechText._textArea.text = "";
_global.passedExams[0] = 1;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 35
_btYes.onRelease = function () {
gotoAndStop (37);
};
_btNo.onRelease = function () {
gotoAndStop (36);
};
Symbol 55 MovieClip [sc3Speech] Frame 36
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "I'm afraid you will have no choice my dear ... You'll have to do what I want.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl02.removeMovieClip();
_global.screenNew = "sex02";
_global.screenOld = "sc3";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 55 MovieClip [sc3Speech] Frame 37
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Then do not be surprised at what will happen next ... And just enjoy";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl02.removeMovieClip();
_global.screenNew = "sex02";
_global.screenOld = "sc3";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 87 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 93 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 93 MovieClip Frame 4
stop();
onRelease = function () {
gotoAndStop (3);
_parent._parent.view = 1;
};
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 96 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 96 MovieClip Frame 4
stop();
onRelease = function () {
gotoAndStop (3);
_parent._parent.view = 2;
};
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 99 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 99 MovieClip Frame 4
stop();
onRelease = function () {
gotoAndStop (3);
};
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 2
gotoAndStop (1);
Symbol 105 MovieClip Frame 3
gotoAndStop (1);
Symbol 105 MovieClip Frame 4
gotoAndStop (1);
Symbol 105 MovieClip Frame 5
gotoAndStop (1);
Symbol 107 MovieClip Frame 1
stop();
view = 0;
cum = false;
onEnterFrame = function () {
if ((_bar._currentframe == 200) and (!cum)) {
if (_meter._cum._currentframe == 1) {
_meter._cum.gotoAndStop(2);
}
_meter._cum.onPress = function () {
cum = true;
view = 3;
};
}
if ((view == 3) and cum) {
if (_currentframe > 47) {
stopAllSounds();
_parent._girl04Cum.gotoAndPlay(1);
_parent.gotoAndStop(2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 0) {
if (_bar._currentframe < 50) {
_bar.nextFrame();
} else if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
}
if (_currentframe == 50) {
gotoAndStop (3);
_sexSounds.gotoAndStop(2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_bar._currentframe < 125) {
_bar.nextFrame();
} else if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
}
if (_currentframe > 48) {
gotoAndStop (3);
_sexSounds.gotoAndStop(3);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_bar._currentframe < 200) {
_bar.nextFrame();
}
if (_currentframe > 47) {
gotoAndStop (3);
_sexSounds.gotoAndStop(4);
} else {
gotoAndStop(_currentframe + 3);
}
}
};
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 112 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 112 MovieClip Frame 4
stop();
onRelease = function () {
stopAllSounds();
_global.screenNew = "sc6_2";
_global.screenOld = "sex04";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
};
Symbol 117 MovieClip Frame 7
stop();
Symbol 120 MovieClip Frame 96
_next.nextFrame();
nextFrame();
Symbol 120 MovieClip Frame 110
stop();
Symbol 121 MovieClip [sex04] Frame 1
stop();
Symbol 121 MovieClip [sex04] Frame 2
stop();
Symbol 579 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 580 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 581 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 582 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back
{
function Back () {
}
static function easeIn(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / d;
return((((c * t) * t) * (((s + 1) * t) - s)) + b);
}
static function easeOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = (t / d) - 1;
return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b);
}
static function easeInOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / (d / 2);
if (t < 1) {
s = s * 1.525;
return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b);
}
t = t - 2;
s = s * 1.525;
return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 583 MovieClip [__Packages.mx.transitions.easing.Regular] Frame 0
class mx.transitions.easing.Regular
{
function Regular () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return(((c * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = t / d;
return((((-c) * t) * (t - 2)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return((((c / 2) * t) * t) + b);
}
t--;
return((((-c) / 2) * ((t * (t - 2)) - 1)) + b);
}
static var version = "1.1.0.52";
}
Symbol 150 MovieClip Frame 1
stop();
this.onRollOver = function () {
_textArea.textColor = 86688 /* 0x0152A0 */;
};
this.onRollOut = function () {
_textArea.textColor = 0;
};
this.onPress = function () {
nextFrame();
};
Symbol 150 MovieClip Frame 2
prevFrame();
Symbol 152 MovieClip Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Welcome to the University of Chicago, which is known as one of the best in the world!";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 152 MovieClip Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "You had time to listen to semester courses in several subjects, and it is time to test your theoretical knowledge.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 152 MovieClip Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "In the summer session following courses are included: geography, computer science and physical education.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 152 MovieClip Frame 24
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "The final test is in Astronomy, which will check your knowledge of astronomy. It will take our Rector.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 152 MovieClip Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "I hope this summer session will not be a difficult test for you and it will be easy to handle. I wish you luck, William Larson.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
_parent.play();
}
};
Symbol 163 MovieClip Frame 1
stop();
_btInside.onPress = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc2";
_global.screenOld = "sc1";
};
Symbol 164 MovieClip [sc1] Frame 30
stop();
Symbol 164 MovieClip [sc1] Frame 45
stop();
Symbol 171 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc4";
_global.screenOld = "sc2";
};
Symbol 175 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc3";
_global.screenOld = "sc2";
};
Symbol 176 MovieClip [sc2] Frame 1
Symbol 178 MovieClip [screenChange] Frame 5
eval ("_parent._" + _global.screenOld).removeMovieClip();
_root.attachMovie(_global.screenNew, "_" + _global.screenNew, 1, {_x:320, _y:240});
Symbol 178 MovieClip [screenChange] Frame 11
this.removeMovieClip();
Symbol 182 MovieClip [sc3] Frame 1
if (_global.passedExams[0] == 0) {
attachMovie("girl02", "_girl02", 100, {_x:170, _y:40});
attachMovie("sc3Speech", "_sc3Speech", 101, {_x:-126, _y:40});
} else {
attachMovie("mcBack", "_mcBack", 100, {_x:255, _y:-215});
}
Symbol 182 MovieClip [sc3] Frame 2
prevFrame();
Symbol 196 MovieClip [girl02] Frame 1
stop();
Symbol 200 MovieClip [mcBack] Frame 1
stop();
_btRight.onRelease = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc2";
_global.screenOld = "sc3";
this.removeMovieClip();
};
Symbol 230 MovieClip Frame 1
stop();
view = 0;
cum = false;
onEnterFrame = function () {
if ((_bar._currentframe == 200) and (!cum)) {
if (_meter._cum._currentframe == 1) {
_meter._cum.gotoAndStop(2);
}
_meter._cum.onPress = function () {
cum = true;
view = 3;
};
}
if ((view == 3) and cum) {
if (_currentframe > 47) {
stopAllSounds();
_parent._girl02Cum.gotoAndPlay(1);
_parent.gotoAndStop(2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 0) {
if (_bar._currentframe < 50) {
_bar.nextFrame();
} else if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
}
if (_currentframe == 50) {
gotoAndStop (3);
_sexSounds.gotoAndStop(2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_bar._currentframe < 125) {
_bar.nextFrame();
} else if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
}
if (_currentframe > 48) {
gotoAndStop (3);
_sexSounds.gotoAndStop(3);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_bar._currentframe < 200) {
_bar.nextFrame();
}
if (_currentframe > 47) {
gotoAndStop (3);
_sexSounds.gotoAndStop(4);
} else {
gotoAndStop(_currentframe + 3);
}
}
};
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 234 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 234 MovieClip Frame 4
stop();
onRelease = function () {
_parent._parent.gotoAndStop(3);
gotoAndStop (3);
};
Symbol 239 MovieClip Frame 7
stop();
Symbol 243 MovieClip Frame 96
_next.nextFrame();
nextFrame();
Symbol 249 MovieClip Frame 1
_parent._mcBack._visible = false;
Symbol 249 MovieClip Frame 29
_parent._mcBack._visible = true;
Symbol 249 MovieClip Frame 65
gotoAndPlay (30);
Symbol 250 MovieClip [sex02] Frame 1
stop();
Symbol 250 MovieClip [sex02] Frame 2
stop();
Symbol 250 MovieClip [sex02] Frame 3
stop();
stopAllSounds();
Symbol 255 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc5";
_global.screenOld = "sc4";
};
Symbol 258 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
if (_global.passedExams[2] == 1) {
_global.screenNew = "sc6_2";
} else {
_global.screenNew = "sc6_1";
}
_global.screenOld = "sc4";
};
Symbol 264 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc2";
_global.screenOld = "sc4";
this.removeMovieClip();
};
Symbol 265 MovieClip [sc4] Frame 1
Symbol 269 MovieClip [sc5] Frame 1
if (_global.passedExams[1] == 0) {
attachMovie("girl03", "_girl03", 100, {_x:-220, _y:20});
attachMovie("sc5Speech", "_sc5Speech", 101, {_x:70, _y:40});
} else {
if (_global.passedExams[1] == 1) {
attachMovie("sc5Speech", "_sc5Speech", 101, {_x:30, _y:0});
_sc5Speech.gotoAndStop(38);
}
attachMovie("mcBack3", "_mcBack3", 100, {_x:255, _y:-215});
}
Symbol 269 MovieClip [sc5] Frame 2
prevFrame();
Symbol 282 MovieClip [girl03] Frame 1
stop();
Symbol 286 MovieClip Frame 1
stop();
this.onRollOver = function () {
_textArea.textColor = 86688 /* 0x0152A0 */;
};
this.onRollOut = function () {
_textArea.textColor = 16777215 /* 0xFFFFFF */;
};
this.onPress = function () {
nextFrame();
};
Symbol 286 MovieClip Frame 2
prevFrame();
Symbol 309 MovieClip Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Hello William. Ms. Henry said that you will come to sign...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 309 MovieClip Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Yes, I passed the exam in informatics at the excellent mark.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 309 MovieClip Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "I know ... she told me how you tried and what a high level of your training.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 309 MovieClip Frame 24
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "In addition, she advised me to somehow reward you for your diligence and Liability Relation to the subject.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 309 MovieClip Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Do you have any thoughts on this?";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 309 MovieClip Frame 26
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "I think that you as a teacher know best...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 309 MovieClip Frame 27
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Well, then I have for you a very tasty option.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
_parent.nextFrame();
}
};
Symbol 336 MovieClip Frame 1
stop();
view = 0;
cum = false;
onEnterFrame = function () {
if ((_bar._currentframe == 200) and (!cum)) {
if (_meter._cum._currentframe == 1) {
_meter._cum.gotoAndStop(2);
}
_meter._cum.onPress = function () {
cum = true;
view = 3;
};
}
if ((view == 3) and cum) {
if (_currentframe > 47) {
stopAllSounds();
_parent._girl03Cum.gotoAndPlay(1);
_parent.nextFrame();
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 0) {
if (_bar._currentframe < 50) {
_bar.nextFrame();
} else if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
}
if (_currentframe == 50) {
gotoAndStop (3);
_sexSounds.gotoAndStop(2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_bar._currentframe < 125) {
_bar.nextFrame();
} else if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
}
if (_currentframe > 48) {
gotoAndStop (3);
_sexSounds.gotoAndStop(3);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_bar._currentframe < 200) {
_bar.nextFrame();
}
if (_currentframe > 47) {
gotoAndStop (3);
_sexSounds.gotoAndStop(4);
} else {
gotoAndStop(_currentframe + 3);
}
}
};
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 345 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 345 MovieClip Frame 4
stop();
onRelease = function () {
_parent._parent.gotoAndStop(119);
gotoAndStop (3);
};
Symbol 349 MovieClip Frame 7
stop();
Symbol 353 MovieClip Frame 96
_next.nextFrame();
nextFrame();
Symbol 353 MovieClip Frame 113
stop();
Symbol 354 MovieClip [mcBack3] Frame 1
stop();
_btRight.onRelease = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc4";
_global.screenOld = "sex03";
this.removeMovieClip();
};
Symbol 355 MovieClip [sex03] Frame 1
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "In the evening near home of Miss Anderson...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
gotoAndPlay (2);
}
};
Symbol 355 MovieClip [sex03] Frame 60
stop();
_door.onPress = function () {
gotoAndPlay (61);
};
Symbol 355 MovieClip [sex03] Frame 116
stop();
Symbol 355 MovieClip [sex03] Frame 117
stop();
Symbol 355 MovieClip [sex03] Frame 118
stop();
Symbol 355 MovieClip [sex03] Frame 119
stop();
stopAllSounds();
Symbol 367 MovieClip [sc5Speech] Frame 2
function shuffle(massive) {
var _local3 = massive.length;
var _local2 = 0;
while (_local2 < _local3) {
var _local5;
var _local4;
var _local6;
_local5 = Math.floor(Math.random() * _local3);
_local4 = Math.floor(Math.random() * _local3);
_local6 = massive[_local5];
massive[_local5] = massive[_local4];
massive[_local4] = _local6;
if (_local2 == (_local3 - 1)) {
trace(massive);
}
_local2++;
}
}
var questions = new Array("What is measured information?", "Most known operating system?", "Which program is used to create text documents", "Can I install 2 operating systems on one PC?", "Where can I store the information?", "What processors are more powerful at the same clock frequency?", "Which of these attributes of files does not exist?", "The main computing part of the PC?", "Graphics card displays:", "How many bits in the 9 bytes?");
answers = new Array(["In the files", "In bytes"], ["Windows Vista", "OS / 2"], ["MS Excel", "MS Word"], ["Yes", "No"], ["On the tape", "On the adhesive tape"], ["Intel Pentium", "Intel Celeron"], ["Read only", "Not read only"], ["CPU", "RAM"], ["to Display", "to Printer"], ["70", "72"]);
answersCorrect = new Array(2, 1, 2, 1, 1, 1, 2, 1, 1, 2);
current = 0;
lives = 3;
queue = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
shuffle(queue);
Symbol 367 MovieClip [sc5Speech] Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
if (_global.visits[1] == 0) {
textToPrint = "Hello, I'm Madison Heney. How can I be helpful?";
} else {
gotoAndStop (23);
}
_speechText._textArea.text = "";
if (_global.visits[1] == 0) {
outputText(textToPrint);
}
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "My name is William Larson. I'm looking for Miss Anderson, to pass her exam in computer science.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
if (_global.visits[1] == 0) {
textToPrint = "Miss Anderson is a little sick, but I can take the exam, because it replaced. Are you ready?";
_global.visits[1] = 1;
} else {
textToPrint = "AAA .. It's you again! Well this time I hope you have prepared better?";
}
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 24
_btYes.onRelease = function () {
gotoAndStop (26);
};
_btNo.onRelease = function () {
gotoAndStop (25);
};
Symbol 367 MovieClip [sc5Speech] Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "In that case, come when you are ready...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl03.removeMovieClip();
_global.screenNew = "sc4";
_global.screenOld = "sc5";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 26
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Very well then we will not waste time...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 27
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "By the way for successful completion you will need to answer correctly at least 7 questions.";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 28
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var currentStep = queue[current];
var pointer = 0;
var id;
var interval = 40;
var textToPrint = questions[currentStep];
_round._textArea.text = current + 1;
_speechText.onRelease = function () {
clearInterval(id);
_speechText._textArea.text = textToPrint;
if (_currentframe == 28) {
nextFrame();
}
};
outputText(textToPrint);
Symbol 367 MovieClip [sc5Speech] Frame 29
stop();
_answer1._textArea.text = answers[currentStep][0];
_answer2._textArea.text = answers[currentStep][1];
_answer1.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 1) {
gotoAndStop (32);
_parent._girl03.gotoAndStop(1);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent._girl03.nextFrame();
gotoAndStop (30);
}
};
_answer2.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 2) {
gotoAndStop (32);
_parent._girl03.gotoAndStop(1);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent._girl03.nextFrame();
gotoAndStop (30);
}
};
Symbol 367 MovieClip [sc5Speech] Frame 30
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are sadly mistaken.", " You gave the wrong answer. ", " It seems that what confused you. ", " Probably you have wrong information. ", " Your answer disappointed me.");
rand = random(5);
if (lives > 0) {
textToPrint = ((sheSays[rand] + " The correct answer was: ") + answers[currentStep][answersCorrect[currentStep] - 1]) + ".";
} else {
textToPrint = "I see that you have shown diligence in the preparation, but your knowledge is not enough.";
}
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (lives > 0) {
if (current < 10) {
gotoAndStop (28);
} else {
gotoAndStop (33);
}
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 367 MovieClip [sc5Speech] Frame 31
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Come and see me on the retake, when better prepared ... Test failed.";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl03.removeMovieClip();
_global.screenNew = "sc4";
_global.screenOld = "sc5";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 32
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are absolutely right.", "This is the correct answer.", "Remarkable.", "You are well prepared.", "Excellent.");
rand = random(5);
fand = random(5);
textToPrint = sheSays[rand];
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (current < 10) {
gotoAndStop (28);
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 367 MovieClip [sc5Speech] Frame 33
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Well, Well, we can safely say that you know the subject perfectly well.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 34
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Only for the exam must sign Miss Anderson. Want to get to her home and put a signature?";
_speechText._textArea.text = "";
_global.passedExams[1] = 1;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 35
_btYes.onRelease = function () {
gotoAndStop (37);
};
_btNo.onRelease = function () {
gotoAndStop (36);
};
Symbol 367 MovieClip [sc5Speech] Frame 36
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "In that case, go to her as soon you'll be free.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl03.removeMovieClip();
_global.screenNew = "sc4";
_global.screenOld = "sc5";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 37
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Ok. Meanwhile, I will inform her that you will arrive...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_global.passedExams[1] = 2;
_speechText._textArea.text = "";
_parent._girl03.removeMovieClip();
_global.screenNew = "sex03";
_global.screenOld = "sc5";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 367 MovieClip [sc5Speech] Frame 38
stop();
_homeButton.onPress = function () {
_global.passedExams[1] = 2;
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl03.removeMovieClip();
_global.screenNew = "sex03";
_global.screenOld = "sc5";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
};
Symbol 379 MovieClip Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Hi William. What is your success in exams?";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 379 MovieClip Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Thanks Linda, I have all is wonderful... And how are you? You're so sad...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 379 MovieClip Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Today I was unable to pass physical education - there are serious questions...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 379 MovieClip Frame 24
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Do you want me to help you prepare for a retake?";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 379 MovieClip Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Oh yes William. That would be the best option... How can I repay you?";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 379 MovieClip Frame 26
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "As my most beautiful classmate you can just kiss me.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 379 MovieClip Frame 27
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "You know I have a more interesting thing to do... especially I want to relieve stress and do some pleasant things...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
stopAllSounds();
_global.passedExams[2] = 1;
_global.screenNew = "sex04";
_global.screenOld = "sc6_1";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 380 MovieClip [sc6_1] Frame 1
if (_global.passedExams[2] == 0) {
_grl4.gotoAndStop(2);
} else {
_grl4.gotoAndStop(1);
}
Symbol 380 MovieClip [sc6_1] Frame 2
stop();
Symbol 385 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc7";
_global.screenOld = "sc6_2";
};
Symbol 389 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc8";
_global.screenOld = "sc6_2";
};
Symbol 390 MovieClip Frame 1
stop();
_btRight.onRelease = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc4";
_global.screenOld = "sc6_2";
this.removeMovieClip();
};
Symbol 391 MovieClip [sc6_2] Frame 1
if ((((_global.passedExams[0] == 1) and (_global.passedExams[1] == 2)) and (_global.passedExams[2] == 1)) and (_global.passedExams[3] == 1)) {
trace("made");
} else {
_rc1._y = _rc1._y + 1000;
}
Symbol 394 MovieClip [sc7] Frame 1
if (_global.passedExams[3] == 0) {
attachMovie("girl05", "_girl05", 100, {_x:-170, _y:40});
attachMovie("sc7Speech", "_sc7Speech", 101, {_x:120, _y:40});
} else {
attachMovie("mcBackSc5Sx", "_mcBackSc5Sx", 100, {_x:255, _y:-215});
}
Symbol 394 MovieClip [sc7] Frame 2
prevFrame();
Symbol 413 MovieClip [girl05] Frame 1
stop();
Symbol 414 MovieClip [sc7Speech] Frame 2
function shuffle(massive) {
var _local3 = massive.length;
var _local2 = 0;
while (_local2 < _local3) {
var _local5;
var _local4;
var _local6;
_local5 = Math.floor(Math.random() * _local3);
_local4 = Math.floor(Math.random() * _local3);
_local6 = massive[_local5];
massive[_local5] = massive[_local4];
massive[_local4] = _local6;
if (_local2 == (_local3 - 1)) {
trace(massive);
}
_local2++;
}
}
var questions = new Array("Is the basketball in the program of the Olympic Games?", "How many points gives the shot from foul line?", "What is the size of basketball courts?", "Which of them is the most famous basketball player in the world?", "Does the player who receive more than 4 fouls leave the playground?", "How many free throw makes the player of the team which did not violate the rules? ", "Are there basketball tournaments for women?", "The strongest basketball championship of the United States?", "How many periods is the match? ", "Weight of the basketball ball is ...");
answers = new Array(["Yes", "No"], ["1", "2"], ["26 \u0445 12", "26 \u0445 14"], ["David Larson", "Michael Jordan"], ["Yes", "No"], ["2", "3"], ["No", "Yes"], ["NBA", "Challenge cup"], ["3", "4"], ["600 - 650 grams", "900 - 950 grams"]);
answersCorrect = new Array(1, 1, 2, 2, 2, 1, 2, 1, 2, 1);
current = 0;
lives = 3;
queue = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
shuffle(queue);
Symbol 414 MovieClip [sc7Speech] Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
if (_global.visits[3] == 0) {
textToPrint = "Hi I'm Olivia Dixon. How can I be helpful?";
} else {
gotoAndStop (23);
}
_speechText._textArea.text = "";
if (_global.visits[3] == 0) {
outputText(textToPrint);
}
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "I William Larson. Who can take the test in physical education?";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
if (_global.visits[3] == 0) {
textToPrint = "I will test you. Are you ready to pass it now?";
_global.visits[3] = 1;
} else {
textToPrint = "AAA .. It's you again! Well this time I hope you have prepared better?";
}
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 24
_btYes.onRelease = function () {
gotoAndStop (26);
};
_btNo.onRelease = function () {
gotoAndStop (25);
};
Symbol 414 MovieClip [sc7Speech] Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "In this case, pay greater attention to training and come to me next time.";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
this.removeMovieClip();
_speechText._textArea.text = "";
_parent._girl05.removeMovieClip();
_global.screenNew = "sc6_2";
_global.screenOld = "sc7";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 414 MovieClip [sc7Speech] Frame 26
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Once you are ready, then I propose to begin...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 27
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "And yet - do not forget that you can have no more than three errors. Otherwise, there will the retake...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 28
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var currentStep = queue[current];
var pointer = 0;
var id;
var interval = 40;
var textToPrint = questions[currentStep];
_round._textArea.text = current + 1;
_speechText.onRelease = function () {
clearInterval(id);
_speechText._textArea.text = textToPrint;
if (_currentframe == 28) {
nextFrame();
}
};
outputText(textToPrint);
Symbol 414 MovieClip [sc7Speech] Frame 29
stop();
_answer1._textArea.text = answers[currentStep][0];
_answer2._textArea.text = answers[currentStep][1];
_answer1.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 1) {
gotoAndStop (32);
_parent._girl05.gotoAndStop(1);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent._girl05.nextFrame();
gotoAndStop (30);
}
};
_answer2.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 2) {
gotoAndStop (32);
_parent._girl05.gotoAndStop(1);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent._girl05.nextFrame();
gotoAndStop (30);
}
};
Symbol 414 MovieClip [sc7Speech] Frame 30
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are sadly mistaken.", " You gave the wrong answer. ", " It seems that what confused you. ", " Probably you have wrong information. ", " Your answer disappointed me .");
rand = random(5);
if (lives > 0) {
textToPrint = ((sheSays[rand] + " The correct answer was: ") + answers[currentStep][answersCorrect[currentStep] - 1]) + ".";
} else {
textToPrint = "I see that you have shown diligence in the preparation, but your knowledge is not enough.";
}
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (lives > 0) {
if (current < 10) {
gotoAndStop (28);
} else {
gotoAndStop (33);
}
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 414 MovieClip [sc7Speech] Frame 31
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Come and see me on the retake, when better prepared ... Test failed.";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
this.removeMovieClip();
_speechText._textArea.text = "";
_parent._girl05.removeMovieClip();
_global.screenNew = "sc6_2";
_global.screenOld = "sc7";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 414 MovieClip [sc7Speech] Frame 32
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are absolutely right.", "This is the correct answer.", "Remarkable.", "You are well prepared.", "Excellent.");
rand = random(5);
fand = random(5);
textToPrint = sheSays[rand];
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (current < 10) {
gotoAndStop (28);
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 414 MovieClip [sc7Speech] Frame 33
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "We tested the theory - you have mastered it perfectly well. As for the practice - not everything is clear...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 34
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "To get a mark you need to pass a very nice practical test... Do you agree?";
_speechText._textArea.text = "";
_global.passedExams[3] = 1;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 35
_btYes.onRelease = function () {
gotoAndStop (37);
};
_btNo.onRelease = function () {
gotoAndStop (36);
};
Symbol 414 MovieClip [sc7Speech] Frame 36
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "You simply do not know from what you are refusing... However, you'll have to agree!";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl05.removeMovieClip();
_global.screenNew = "sex05";
_global.screenOld = "sc6_2";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 414 MovieClip [sc7Speech] Frame 37
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "You made the right choice. All you need now are the keys to the locker...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
} else {
stopAllSounds();
_speechText._textArea.text = "";
_parent._girl05.removeMovieClip();
_global.screenNew = "sex05";
_global.screenOld = "sc6_2";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
this.removeMovieClip();
}
};
Symbol 443 MovieClip Frame 1
stop();
view = 0;
cum = false;
onEnterFrame = function () {
if ((_bar._currentframe == 200) and (!cum)) {
if (_meter._cum._currentframe == 1) {
_meter._cum.gotoAndStop(2);
}
_meter._cum.onPress = function () {
cum = true;
view = 3;
};
}
if ((view == 3) and cum) {
if (_currentframe > 47) {
stopAllSounds();
_parent._girl05Cum.gotoAndPlay(1);
_parent.gotoAndStop(2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 0) {
if (_bar._currentframe < 50) {
_bar.nextFrame();
} else if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
}
if (_currentframe == 50) {
gotoAndStop (3);
_sexSounds.gotoAndStop(2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_bar._currentframe < 125) {
_bar.nextFrame();
} else if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
}
if (_currentframe > 48) {
gotoAndStop (3);
_sexSounds.gotoAndStop(3);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_bar._currentframe < 200) {
_bar.nextFrame();
}
if (_currentframe > 47) {
gotoAndStop (3);
_sexSounds.gotoAndStop(4);
} else {
gotoAndStop(_currentframe + 3);
}
}
};
Symbol 447 MovieClip Frame 1
stop();
Symbol 447 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 447 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 447 MovieClip Frame 4
stop();
onRelease = function () {
_parent._parent.gotoAndStop(3);
gotoAndStop (3);
};
Symbol 451 MovieClip Frame 7
stop();
Symbol 454 MovieClip Frame 96
_next.nextFrame();
nextFrame();
Symbol 454 MovieClip Frame 110
stop();
Symbol 455 MovieClip [mcBack05] Frame 1
stop();
_btRight.onRelease = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc6_2";
_global.screenOld = "sex05";
this.removeMovieClip();
};
Symbol 456 MovieClip [sex05] Frame 1
stop();
Symbol 456 MovieClip [sex05] Frame 2
stop();
Symbol 456 MovieClip [sex05] Frame 3
stop();
stopAllSounds();
Symbol 457 MovieClip [mcBackSc5Sx] Frame 1
stop();
_btRight.onRelease = function () {
stopAllSounds();
nextFrame();
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
_global.screenNew = "sc6_2";
_global.screenOld = "sc7";
this.removeMovieClip();
};
Symbol 476 MovieClip Frame 2
function shuffle(massive) {
var _local3 = massive.length;
var _local2 = 0;
while (_local2 < _local3) {
var _local5;
var _local4;
var _local6;
_local5 = Math.floor(Math.random() * _local3);
_local4 = Math.floor(Math.random() * _local3);
_local6 = massive[_local5];
massive[_local5] = massive[_local4];
massive[_local4] = _local6;
if (_local2 == (_local3 - 1)) {
trace(massive);
}
_local2++;
}
}
var questions = new Array("The largest planet in the solar system?", "How many satellites does the Earth has?", "Name the fourth planet from the Sun.", "Number of planets in the Solar system", "Which of these planets is in the Earth's group?", "Number of planets in the Earth's group?", "Are there any satellites of Mercury?", "Is there life on Mars?", "Which planet has a ring system?", "How many days are needed for the Earth to complete the round around the sun?");
answers = new Array(["Saturn", "Jupiter"], ["1", "2"], ["Venus", "Mars"], ["8", "10"], ["Mercury", "Neptune"], ["4", "5"], ["Yes", "No"], ["Yes", "No"], ["Saturn", "Uranium"], ["1", "365"]);
answersCorrect = new Array(2, 1, 2, 1, 1, 1, 2, 2, 1, 2);
current = 0;
lives = 3;
queue = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
shuffle(queue);
Symbol 476 MovieClip Frame 21
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint;
textToPrint = "Hi William. You have already passed all other subjects?";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 476 MovieClip Frame 22
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Yes, Miss Porter ... I have to pass the exam in astronomy.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 476 MovieClip Frame 23
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
if (_global.visits[4] == 0) {
textToPrint = "Well Willie, let's test your knowledge now.";
_global.visits[4] = 1;
} else {
textToPrint = "";
}
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
gotoAndStop (27);
}
};
Symbol 476 MovieClip Frame 24
_btYes.onRelease = function () {
gotoAndStop (26);
};
_btNo.onRelease = function () {
gotoAndStop (25);
};
Symbol 476 MovieClip Frame 25
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
this.removeMovieClip();
_speechText._textArea.text = "";
_parent._girl02.removeMovieClip();
_global.screenNew = "sc2";
_global.screenOld = "sc3";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 476 MovieClip Frame 26
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 476 MovieClip Frame 27
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "Just try not to disappoint me...";
_speechText._textArea.text = "";
_global.current = 0;
_lives._life1.gotoAndStop(1);
_lives._life2.gotoAndStop(1);
_lives._life3.gotoAndStop(1);
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 476 MovieClip Frame 28
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var currentStep = queue[current];
var pointer = 0;
var id;
var interval = 40;
var textToPrint = questions[currentStep];
_round._textArea.text = current + 1;
_speechText.onRelease = function () {
clearInterval(id);
_speechText._textArea.text = textToPrint;
if (_currentframe == 28) {
nextFrame();
}
};
outputText(textToPrint);
Symbol 476 MovieClip Frame 29
stop();
_answer1._textArea.text = answers[currentStep][0];
_answer2._textArea.text = answers[currentStep][1];
_answer1.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 1) {
gotoAndStop (32);
_parent.gotoAndStop(77);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent.nextFrame();
gotoAndStop (30);
}
};
_answer2.onPress = function () {
trace(answersCorrect[currentStep]);
if (answersCorrect[currentStep] == 2) {
gotoAndStop (32);
_parent.gotoAndStop(77);
} else if (lives > 0) {
switch (lives) {
case 3 :
_lives._life1.gotoAndPlay(2);
break;
case 2 :
_lives._life2.gotoAndPlay(2);
break;
case 1 :
_lives._life3.gotoAndPlay(2);
}
lives--;
_parent.nextFrame();
gotoAndStop (30);
}
};
Symbol 476 MovieClip Frame 30
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are sadly mistaken.", " You gave the wrong answer. ", " It seems that what confused you. ", " Probably you have wrong information. ", " Your answer disappointed me .");
rand = random(5);
if (lives > 0) {
textToPrint = ((sheSays[rand] + " The correct answer was: ") + answers[currentStep][answersCorrect[currentStep] - 1]) + ".";
} else {
textToPrint = "I see that you have shown diligence in the preparation, but your knowledge is not enough.";
}
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (lives > 0) {
if (current < 10) {
gotoAndStop (28);
} else {
gotoAndStop (33);
}
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 476 MovieClip Frame 31
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
var textToPrint = "You disappoint me, but you will not leave until you complete it... So let us once again...";
_speechText._textArea.text = "";
_global.current = 0;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
gotoAndStop (27);
current = 0;
lives = 3;
}
};
Symbol 476 MovieClip Frame 32
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
_speechText._textArea.text = "";
var sheSays = new Array("You are absolutely right.", "This is the correct answer.", "Remarkable.", "You are well prepared.", "Excellent.");
rand = random(5);
fand = random(5);
textToPrint = sheSays[rand];
var pointer = 0;
var id;
var interval = 40;
var done = false;
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
current++;
if (current < 10) {
gotoAndStop (28);
} else {
nextFrame();
}
}
};
outputText(textToPrint);
Symbol 476 MovieClip Frame 33
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "I am quite happy with yours answers Villa.";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 476 MovieClip Frame 34
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Please Tell me if you agree if I suggest you to have sex right now in my office?";
_speechText._textArea.text = "";
_global.passedExams[0] = 1;
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
} else {
_speechText._textArea.text = "";
nextFrame();
}
};
Symbol 476 MovieClip Frame 35
_btYes.onRelease = function () {
gotoAndStop (37);
};
_btNo.onRelease = function () {
gotoAndStop (36);
};
Symbol 476 MovieClip Frame 36
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "You'll have to agree, because I want you badly...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
} else {
stopAllSounds();
_speechText._textArea.text = "";
_global.screenNew = "sex08";
_global.screenOld = "sc8";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 476 MovieClip Frame 37
function outputText(s) {
id = setInterval(showNextSymbol, interval, s);
}
function showNextSymbol(s) {
if (s.charAt(pointer) == "") {
done = true;
clearInterval(id);
nextFrame();
} else {
_speechText._textArea.text = _speechText._textArea.text + s.charAt(pointer);
pointer++;
}
}
stop();
var pointer = 0;
var id;
var done = false;
var interval = 40;
textToPrint = "Then close the door and come to me...";
_speechText._textArea.text = "";
outputText(textToPrint);
_speechText.onRelease = function () {
if (!done) {
done = true;
clearInterval(id);
_speechText._textArea.text = textToPrint;
nextFrame();
} else {
stopAllSounds();
_speechText._textArea.text = "";
_global.screenNew = "sex08";
_global.screenOld = "sc8";
_root.attachMovie("screenChange", "_screenChange", 2, {_x:320, _y:240});
}
};
Symbol 490 MovieClip [sc8] Frame 76
nextFrame();
Symbol 490 MovieClip [sc8] Frame 77
stop();
Symbol 490 MovieClip [sc8] Frame 78
stop();
Symbol 524 MovieClip Frame 1
stop();
view = 0;
cum = false;
onEnterFrame = function () {
if ((_bar._currentframe == 200) and (!cum)) {
if (_meter._cum._currentframe == 1) {
_meter._cum.gotoAndStop(2);
}
_meter._cum.onPress = function () {
cum = true;
view = 3;
};
}
if ((view == 3) and cum) {
if (_currentframe > 47) {
stopAllSounds();
_parent._girl08Cum.gotoAndPlay(1);
_parent.gotoAndStop(2);
} else {
gotoAndStop(_currentframe + 3);
}
}
if (view == 0) {
if (_bar._currentframe < 50) {
_bar.nextFrame();
} else if (_meter._softly._currentframe == 1) {
_meter._softly.gotoAndStop(2);
}
if (_currentframe == 50) {
gotoAndStop (3);
_sexSounds.gotoAndStop(2);
} else {
nextFrame();
}
}
if (view == 1) {
if (_bar._currentframe < 125) {
_bar.nextFrame();
} else if (_meter._hard._currentframe == 1) {
_meter._hard.gotoAndStop(2);
}
if (_currentframe > 48) {
gotoAndStop (3);
_sexSounds.gotoAndStop(3);
} else {
gotoAndStop(_currentframe + 2);
}
}
if (view == 2) {
if (_bar._currentframe < 200) {
_bar.nextFrame();
}
if (_currentframe > 47) {
gotoAndStop (3);
_sexSounds.gotoAndStop(4);
} else {
gotoAndStop(_currentframe + 3);
}
}
};
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 2
stop();
onRollOver = function () {
gotoAndStop (3);
};
Symbol 527 MovieClip Frame 3
stop();
onRollOut = function () {
gotoAndStop (2);
};
onPress = function () {
gotoAndStop (4);
};
Symbol 527 MovieClip Frame 4
stop();
onRelease = function () {
stopAllSounds();
_root.gotoAndStop(5);
_parent._parent.removeMovieClip();
trace(_root);
};
Symbol 532 MovieClip Frame 7
stop();
Symbol 534 MovieClip Frame 1
Symbol 534 MovieClip Frame 29
Symbol 534 MovieClip Frame 65
gotoAndPlay (30);
Symbol 536 MovieClip Frame 96
_next.nextFrame();
nextFrame();
Symbol 536 MovieClip Frame 107
stop();
Symbol 537 MovieClip [sex08] Frame 1
stop();
Symbol 537 MovieClip [sex08] Frame 2
stop();
Symbol 537 MovieClip [sex08] Frame 3
stop();
stopAllSounds();
Symbol 559 MovieClip [advatising] Frame 1
_global.actions = 0;
urlList = new Array(["http://www.sextronix.com/hit/26/109628/3/1/SS/"], ["http://www.sextronix.com/hit/76/109628/3/1/SS/"], ["http://www.sextronix.com/hit/03/109628/3/1/SS/"], ["http://www.sextronix.com/hit/09/109628/3/1/SS/"], ["http://www.sextronix.com/hit/05/109628/3/1/SS/"], ["http://www.sextronix.com/hit/66/109628/3/1/SS/"], ["http://www.sextronix.com/hit/74/109628/3/1/SS/"]);
urlDesc = new Array(["Hentai Flash"], ["Hentai Passport"], ["Erotic Anime"], ["Hentai Place"], ["XXX Games"], ["Flash For Adults"], ["Hentai TV"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
bmp = flash.display.BitmapData.loadBitmap("ads1pic01");
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
_random = random(2);
if (_random == 0) {
urlLink = "http://sexklassniki.com/s.php?f=3784";
_adsText.txt.text = "Sexklassniki";
} else {
urlLink = "http://seksiklassniki.com/s.php?f=3784";
_adsText.txt.text = "Seksiklassniki";
}
var bmp = flash.display.BitmapData.loadBitmap("ads1pic02");
this.image.attachBitmap(bmp, 1, "auto", true);
}
Symbol 559 MovieClip [advatising] Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 562 MovieClip Frame 1
_global.actions = 0;
urlList = new Array(["http://www.hentaibiz.com/hit/10/201869/3/1/SS/"], ["http://www.hentaibiz.com/hit/03/201869/3/1/SS/"], ["http://www.hentaibiz.com/hit/05/201869/3/1/SS/"], ["http://www.hentaibiz.com/hit/08/201869/3/1/SS/"], ["http://www.hentaibiz.com/hit/02/201869/3/1/SS/"]);
urlDesc = new Array(["3D SuperModels"], ["Flash Games"], ["Hentai Games"], ["Hentai Mania"], ["Comics Database"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
if ((_random + 1) == 1) {
bmp = flash.display.BitmapData.loadBitmap("ads2pic01");
} else {
bmp = flash.display.BitmapData.loadBitmap("ads2pic02");
}
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
_random = random(2);
var bmp;
if (_random == 0) {
bmp = flash.display.BitmapData.loadBitmap("ads2pic03");
urlLink = "http://mobilpoisk.com/s.php?f=3784";
_adsText.txt.text = "Mobile search";
} else {
bmp = flash.display.BitmapData.loadBitmap("ads2pic09");
urlLink = "http://sweetdrugs.com/s.php?f=3784";
_adsText.txt.text = "Sweet drugs";
}
this.image.attachBitmap(bmp, 1, "auto", true);
}
Symbol 562 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 565 MovieClip Frame 1
_global.actions = 0;
urlList = new Array(["http://www.adult-empire.com/rs.php?site_id=6607&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6422&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6542&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5790&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5962&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5791&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=5380&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6255&wm_id=4665"], ["http://www.adult-empire.com/rs.php?site_id=6012&wm_id=4665"]);
urlDesc = new Array(["3D BDSM Dungeon"], ["Live Tentacle"], ["3D Kingdom"], ["Sweetest Perfection"], ["Monster Sex SINS"], ["Comics Magazine"], ["Get her Knocked UP"], ["3D Sex Madness"], ["New 3D Anime"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
if ((_random + 1) == 6) {
bmp = flash.display.BitmapData.loadBitmap("ads3pic11");
} else {
bmp = flash.display.BitmapData.loadBitmap("ads3pic12");
}
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads3pic10");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://vkontaktes.com/s.php?f=3784";
_adsText.txt.text = "VkontakteS";
}
Symbol 565 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 568 MovieClip Frame 1
_global.actions = 0;
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_adsText.txt.text = "Meet And Fuck Games";
urlLink = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939775-0000&PA=2012352&BAN=0";
var bmp = flash.display.BitmapData.loadBitmap("ads4pic01");
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads4pic02");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://erosecret.com/s.php?f=3784";
_adsText.txt.text = "Ero Secret";
}
Symbol 568 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};
Symbol 571 MovieClip Frame 1
_global.actions = 0;
urlList = new Array(["http://www.pimpboss.com/hit/04/300014/3/1/SS/"], ["http://www.hentaidivx.com/main.php?wmid=1816"], ["http://www.hentaixxxtreme.com/main.php?wmid=1816"]);
urlDesc = new Array(["Hentai Uncensored"], ["Hentai DIVX"], ["Hentai XXXtreme"]);
usaMode = false;
urlLink = "";
index = _root._url.indexOf(".ru/");
if (index == -1) {
usaMode = true;
}
_adsText.setMask(_mask);
this.createEmptyMovieClip("image", 0);
this.image._x = 10;
this.image._y = 10;
if (usaMode) {
_random = random(urlList.length);
_adsText.txt.text = urlDesc[_random];
urlLink = urlList[_random];
var bmp;
bmp = flash.display.BitmapData.loadBitmap("ads5pic24");
this.image.attachBitmap(bmp, 1, "auto", true);
} else {
var bmp = flash.display.BitmapData.loadBitmap("ads5pic23");
this.image.attachBitmap(bmp, 1, "auto", true);
urlLink = "http://eromeetings.com/s.php?f=3784";
_adsText.txt.text = "Ero Meetings";
}
Symbol 571 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (actions == 1) {
if (_currentframe < 7) {
nextFrame();
} else {
gotoAndStop (7);
actions = 0;
}
}
if (actions == 2) {
if (_currentframe < 12) {
nextFrame();
} else {
gotoAndStop (2);
actions = 0;
}
}
if (_global.actions == 0) {
if (_currentframe == 2) {
this.onRollOver = function () {
nextFrame();
actions = 1;
sd = new Sound();
sd.attachSound("advRoll");
sd.start();
};
} else if (_currentframe == 7) {
this.onRollOut = function () {
nextFrame();
actions = 2;
};
}
}
onPress = function () {
getURL (urlLink, "_blank");
};
};