Frame 2
function _shareScoreHandler(mc, scoreText) {
var _local2 = flash.external.ExternalInterface.call("document.URL.toString");
if (_root.fb_local_connection) {
_root._shareScoreFB(scoreText);
} else if ((_local2 != null) && (_local2.indexOf("games2win.com") != -1)) {
_root._homeShareScoreFB(scoreText);
} else {
_root._alienShareScoreFB(scoreText);
}
}
function _homeShareScoreFB(scoreText) {
var _local1 = flash.external.ExternalInterface.available;
if (_local1) {
flash.external.ExternalInterface.call("g2wShareScore", scoreText);
} else {
getURL (("javascript:g2wShareScore('" + scoreText) + "')");
}
}
function _alienShareScoreFB(scoreText) {
getURL (_root.obj_game.facebookURL, "_blank");
}
function _shareScoreFB(scoreText) {
var _local3 = new LocalConnection();
var _local2 = _root.fb_local_connection;
_local3.send(_local2, "callFBJS", "g2wShareScore", [scoreText]);
}
function _playAgainHandler(mc) {
Stage.scaleMode = "showAll";
_root.g2w_playagain(true);
}
function _showGameVideo() {
var _local2 = flash.external.ExternalInterface.call("document.URL.toString");
if ((_local2 != null) && (_local2.indexOf("games2win.com") != -1)) {
if (flash.external.ExternalInterface.available) {
flash.external.ExternalInterface.call("createpop");
} else {
getURL ("javascript:createpop()");
}
} else {
getURL ((("http://www.games2win.com/videotutorial.html?url=" + _root.obj_game.videoID) + "&name=") + _root.obj_game._gameTitle, "_blank");
}
}
function _calculateScore(limits, score) {
var _local4 = false;
var _local1 = 0;
while (_local1 < (limits.length - 1)) {
if (score <= limits[_local1]) {
return(_local1);
}
_local1++;
}
return(limits.length - 1);
}
function _doGameOver(score, gamestate, showskip, delay) {
trace((((("CALLED : _doGameOver : score:" + score) + " gamestate:") + gamestate) + " showskip: ") + showskip);
clearInterval(_gameoverinterval);
if (delay == undefined) {
delay = 3000;
}
if ((score != undefined) and (gamestate != undefined)) {
_root.partner_score = score;
_root.obj_game._gstatus = gamestate;
_gameoverinterval = setInterval(attachGameOverMc, delay, showskip);
} else {
trace("Could Not Load GAMEOVER!!!");
}
}
function attachGameOverMc(showskip) {
stopAllSounds();
clearInterval(_gameoverinterval);
_root.__gameover_mc = _root.attachMovie("_g2w_gameover_mc", "mc_gameover", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2});
_root.__gameover_mc.showSkip = showskip;
}
function _showAssetPanels(mc) {
if (mc.gameState == "gameover") {
trace("gameState");
_root._initGameOver(mc);
} else {
_root._initGameCompleted(mc);
}
}
function g2w_playagain(resetlevel) {
_root.__gameover_mc.removeMovieClip();
_root.score = 0;
if (resetlevel) {
_root.level = 1;
_root.gotoAndStop("lblgameintro");
_root.gameintro.gotoAndStop("help");
} else {
_root.initGame(_root.level);
}
}
function g2w_skiplevel() {
_root.__gameover_mc.removeMovieClip();
_root.score = 0;
_root.nL();
}
function playLevelSound() {
stopAllSounds();
if ((_root.level == 1) || (_root.level == 4)) {
var _local2 = new Sound();
_local2.attachSound("level1Sound.mp3");
_local2.start(0, 5000);
} else if (_root.level == 3) {
var _local3 = new Sound();
_local3.attachSound("level3Sound.mp3");
_local3.start(0, 5000);
} else if ((_root.level == 2) || (_root.level == 5)) {
var _local4 = new Sound();
_local4.attachSound("level5Sound.mp3");
_local4.start(0, 5000);
}
}
function playGameOverSound() {
stopAllSounds();
trace("play gameoversound");
var _local1 = new Sound();
_local1.attachSound("gameOverSound.mp3");
_local1.start(0, 5000);
}
function playIntroSound() {
stopAllSounds();
trace("play introsound");
var _local1 = new Sound();
_local1.attachSound("introSound.mp3");
_local1.start(0, 5000);
}
var obj_game = new Array();
obj_game._host = "g2w";
obj_game._gameName = "Escape the High School";
obj_game._gameTitle = "Escape the High School";
obj_game._g2wGameId = "1287";
obj_game._partnerGameId = "Escape the High School";
obj_game._gstatus = "gameover";
obj_game._googleText = "Escape the High School";
obj_game._gameStageW = 640;
obj_game._gameStageH = 480;
obj_game._gameScoreOrder = "desc";
obj_game._gameResolution = (Stage.width + "x") + Stage.height;
obj_game.videoID = "iYrGjNeEiJQ";
obj_game.relatedGamesXML = "http://s1.inviziads.com/partner/g2w/related/gamemenu_tag_escape.xml";
obj_game.relatedGamesTAG = "ESCP";
obj_game.facebookURL = "http://apps.facebook.com/escape-highschool/?utm_source=games2win&utm_medium=strip&utm_campaign=Referrers_escape-highschool";
obj_game.inviziads = (((("http://s1.inviziads.com/lookup.html?g=" + obj_game._g2wGameId) + "&h=") + obj_game._host) + "&l=") + obj_game._gameLanguage;
obj_game.FBMsg = " is hatching a scheme to bunk class on Games2win\u2019s Escape the High School. Make a run for it and play the game.";
var obj_partner = new Array();
obj_partner.partner_name = "g2w";
obj_partner.partner_id = 1;
obj_partner.invalid_txt = "Invalid Nickname!";
obj_partner.show_submit = false;
obj_partner.submitURL = "/submit_score.asp";
obj_partner.top10URL = "/get_top_scorer.asp";
obj_partner.lblsubmit = "Enter your Games2win Nickname below";
obj_partner.show_g2w_slate = true;
obj_partner.show_register = true;
obj_partner.text_register = "Create Nickname";
obj_partner.url_register = "http://www.games2win.com/register.asp";
obj_partner.clickthru = "http://www.games2win.com/";
obj_partner._allowclick = true;
_initAssetsPanel = function (mcpath) {
Stage.scaleMode = "noScale";
Stage.align = "";
var _local2 = mcpath;
_local2.onEnterFrame = function () {
Stage.scaleMode = "noScale";
Stage.align = "";
};
_local2.overlay_btn.useHandCursor = false;
_local2.gameState = _root.obj_game._gstatus;
};
_initGameOver = function (mcpath) {
var _local2 = mcpath;
_local2.gotoAndStop("g2w_gameover");
if (_local2.showSkip) {
_local2.g2w_skipPanel.gotoAndStop("skip");
_local2.g2w_skipPanel.btn_nextLevel.onRelease = function () {
Stage.scaleMode = "showAll";
_root.g2w_skiplevel();
};
}
_local2.g2w_skipPanel.btn_playAgain.onRelease = function () {
Stage.scaleMode = "showAll";
_root.g2w_playagain();
};
};
_initGameCompleted = function (mcpath) {
var _local1 = mcpath;
_local1.gotoAndStop("g2w_gamecompleted");
};
var g2w_menu = new ContextMenu();
g2w_menu.hideBuiltInItems();
g2w_menu.customItems.push(new ContextMenuItem("Games2win.com", itemHandler));
itemHandler = function (obj, item) {
getURL (obj_partner.clickthru, "_blank");
};
this.menu = g2w_menu;
checkhost = function () {
trace("CALL CHECKHOST");
swfurl = this._url;
if (swfurl.indexOf("games2win.com") == -1) {
return(false);
}
return(true);
};
_trackClickThru = function (mc) {
if (obj_partner._allowclick) {
mc.hit_area.onRelease = function () {
getURL (obj_partner.clickthru, "_blank");
};
} else {
mc.hit_area.useHandCursor = false;
}
};
String.prototype.trim = function () {
var _local3 = 0;
var _local2 = this.length;
white = new Object();
white._32 = 1;
_local2--;
while (white["_" + ord(this.charAt(_local2))]) {
}
while (white["_" + ord(this.charAt(_local3++))]) {
}
return(this.slice(_local3 - 1, _local2 + 1));
};
MovieClip.prototype.tabEnabled = false;
Button.prototype.tabEnabled = false;
Frame 7
stop();
Frame 16
stop();
Instance of Symbol 238 MovieClip in Frame 16
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
load_txt.text = ("Loaded " + percent) + "%";
gotoAndStop(percent);
if (loaded == total) {
_parent.gotoAndStop("lblgameintro");
}
}
Frame 24
stop();
playIntroSound();
Frame 34
function initGame(num) {
if (num == undefined) {
_root.level = 1;
} else {
_root.level = num;
}
_root.score = 0;
_root.startLevel();
}
function startLevel() {
gamePaused = false;
_root.gotoAndStop("lblgame");
gameMc.gotoAndStop(_root.level);
gameMc.Girl.gotoAndStop("sDown");
levelCompletion = false;
_root.onEnterFrame = onEnter;
}
function updateCharacter() {
if (Key.isDown(38)) {
gameMc.Girl.gotoAndStop(4);
} else if (Key.isDown(40)) {
gameMc.Girl.gotoAndStop(2);
} else if (Key.isDown(37)) {
if (Key.isDown(38)) {
gameMc.Girl.gotoAndStop(4);
} else if (Key.isDown(40)) {
gameMc.Girl.gotoAndStop(2);
} else {
gameMc.Girl.gotoAndStop(3);
}
} else if (Key.isDown(39)) {
if (Key.isDown(38)) {
gameMc.Girl.gotoAndStop(4);
} else if (Key.isDown(40)) {
gameMc.Girl.gotoAndStop(2);
} else {
gameMc.Girl.gotoAndStop(1);
}
} else {
if (gameMc.Girl._currentframe == 3) {
gameMc.Girl.gotoAndStop(8);
}
if (gameMc.Girl._currentframe == 1) {
gameMc.Girl.gotoAndStop(6);
}
if (gameMc.Girl._currentframe == 4) {
gameMc.Girl.gotoAndStop(5);
}
if (gameMc.Girl._currentframe == 2) {
gameMc.Girl.gotoAndStop(7);
}
}
}
function checkCollision(p) {
if (gameMc.hitareaClip.hitTest(p.x, p.y, true)) {
return(true);
}
return(false);
}
function checkTriggerClip() {
if (!levelCompletion) {
if (gameMc.triggerClip.hitTest(gameMc.Girl._x, gameMc.Girl._y, true)) {
levelComplete();
}
}
}
function updatePosition() {
if (Key.isDown(38)) {
var _local1 = checkCollision(new flash.geom.Point(gameMc.Girl._x, gameMc.Girl._y - girlSpeed));
if (!_local1) {
gameMc.Girl._y = gameMc.Girl._y - girlSpeed;
}
}
if (Key.isDown(40)) {
var _local1 = checkCollision(new flash.geom.Point(gameMc.Girl._x, gameMc.Girl._y + girlSpeed));
if (!_local1) {
gameMc.Girl._y = gameMc.Girl._y + girlSpeed;
}
}
if (Key.isDown(37)) {
var _local1 = checkCollision(new flash.geom.Point((gameMc.Girl._x - 10) - girlSpeed, gameMc.Girl._y));
if (!_local1) {
gameMc.Girl._x = gameMc.Girl._x - girlSpeed;
}
}
if (Key.isDown(39)) {
var _local1 = checkCollision(new flash.geom.Point((gameMc.Girl._x + 10) + girlSpeed, gameMc.Girl._y));
if (!_local1) {
gameMc.Girl._x = gameMc.Girl._x + girlSpeed;
}
}
}
function updatePerspective() {
var _local1 = (gameMc.Girl._y / 500) * 50;
gameMc.Girl._xscale = (gameMc.Girl._yscale = _local1 + 50);
}
function updateTimer() {
timeCounter++;
if ((timeCounter % 25) == 0) {
timeCounter = 0;
_root.sec++;
}
}
function gameEnterFrame() {
checkTriggerClip();
updatePosition();
updateCharacter();
if (_root.level == 1) {
gameMc.warden.activityManager();
gameMc.pcGirl.activityManager();
} else if (_root.level == 2) {
gameMc.librarian.activityManager();
gameMc.libGirl.activityManager();
gameMc.book.activityManager();
gameMc.faculty.activityManager();
} else if (_root.level == 3) {
gameMc.professor.activityManager();
gameMc.mc_girl1_3.activityManager();
gameMc.camera.activityManager();
} else if (_root.level == 4) {
gameMc.guard.activityManager();
gameMc.cafeGirl.activityManager();
gameMc.hotGirl.activityManager();
gameMc.cafeBoy.activityManager();
} else {
gameMc.char1.activityManager();
gameMc.char2.activityManager();
gameMc.char3.activityManager();
gameMc.char4.activityManager();
gameMc.char5.activityManager();
gameMc.char6.activityManager();
gameMc.char7.activityManager();
gameMc.char8.activityManager();
gameMc.char9.activityManager();
gameMc.char10.activityManager();
}
}
function onEnter() {
if (!gamePaused) {
gameEnterFrame();
}
}
function levelFail() {
trace("levelFailed");
Key.removeListener(klisten);
tempCounter++;
if (tempCounter < 10) {
moveStatus = false;
return(undefined);
}
if (_root.level == _root.maxLevel) {
_root.gotoAndStop("game_over");
gamePaused = true;
tempCounter = 0;
} else {
tempCounter = 0;
gamePaused = true;
_root.gotoAndStop("game_over");
}
}
function levelComplete() {
fScore(_root.gameTimeLeft * 10);
if (_root.level == _root.maxLevel) {
_root.gotoAndStop("game_completed");
levelCompletion = true;
gamePaused = true;
} else if (!levelCompletion) {
if (_root.gameMc.mc_levelUp._currentframe == 1) {
trace("level completion called");
gameMc.Girl.gotoAndStop("sDown");
gameMc.mc_levelUp.gotoAndPlay(2);
levelCompletion = true;
gamePaused = true;
}
}
}
function playAgain() {
trace("play again");
_root.startLevel();
}
function nL() {
trace("NEXT LEVEL");
_root.level++;
gamePaused = true;
_root.startLevel();
}
function fScore(num) {
_root.score = _root.score + num;
trace("score ::" + _root.score);
}
CurveModifiers.init();
DisplayShortcuts.init();
stop();
var maxLevel = 5;
var score = 0;
var timeCounter = 0;
var sec = 0;
var tempCounter = 0;
var timePaused = false;
var gamePaused = false;
var moveStatus = false;
var levelCompletion = false;
var girlSpeed = 4;
klisten = new Object();
klisten.onKeyDown = function () {
};
initGame(_root.level);
Frame 35
stop();
trace("LBLGAME_2");
Frame 36
stop();
trace("LBLGAME_3");
prevFrame();
Frame 41
stop();
if (_root.level != _root.maxLevel) {
_root._doGameOver(score, "gameover", true, 3000);
} else {
_root._doGameOver(score, "gameover", false, 3000);
}
stopAllSounds();
playGameOverSound();
Frame 50
stop();
_root._doGameOver(score, "gameCompleted", false, 3000);
playIntroSound();
Symbol 782 MovieClip Frame 1
function brain() {
create_assets(myself, _global.obj_iads.type);
switch (_global.obj_iads.type) {
case "FULL" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main);
break;
case "EMBED" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main.trgt_ads);
if (_global.obj_iads.link ne undefined) {
trgt_main.onRelease = function () {
getURL (_global.obj_iads.link, "_blank");
};
}
break;
case "NOOP" :
clearInterval(tint1);
Stage.scaleMode = "showAll";
_root.play();
break;
}
}
function get_iads() {
lv_iads = new XML();
lv_result = new XML();
lv_result.ignoreWhite = true;
lv_result.onLoad = function (success) {
if (success) {
parse_iads(lv_result);
} else {
Stage.scaleMode = "showAll";
_root.play();
}
};
lv_iads.sendAndLoad(adurl, lv_result, "POST");
}
function parse_iads(lv_result) {
_global.obj_iads = new Array();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes.length) {
if (lv_result.firstChild.childNodes[_local2].firstChild.nodeValue != null) {
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = lv_result.firstChild.childNodes[_local2].firstChild.nodeValue;
} else if (lv_result.firstChild.childNodes[_local2].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local4 = 0;
while (_local4 < lv_result.firstChild.childNodes[_local2].childNodes.length) {
_local5[lv_result.firstChild.childNodes[_local2].childNodes[_local4].nodeName] = lv_result.firstChild.childNodes[_local2].childNodes[_local4].firstChild.nodeValue;
_local4++;
}
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = _local5;
}
_local2++;
}
show_time = int(_global.obj_iads.t);
check_type();
}
function time_delay() {
var _local1 = 0;
tint1 = setInterval(timespam, 1000);
}
function timespam() {
tim++;
trace(((tim + " tim Tim") + " show_time") + show_time);
if (isNaN(tim)) {
clearInterval(tint1);
Stage.scaleMode = "showAll";
trace(Stage.scaleMode);
} else if (tim == show_time) {
clearInterval(tint1);
Stage.scaleMode = "showAll";
_root.play();
trace(Stage.scaleMode);
}
}
function create_assets(mc, _type) {
mc.createEmptyMovieClip("whitebg", 0);
whitebg.beginFill(16777215);
whitebg.moveTo(0, 0);
whitebg.lineTo(0, 0);
whitebg.lineTo(stageWidth, 0);
whitebg.lineTo(stageWidth, stageHeight + 20);
whitebg.lineTo(0, stageHeight + 20);
whitebg.endFill();
mc.createEmptyMovieClip("trgt_main", 4);
mcLoader = new MovieClipLoader();
mcLoader.addListener(mc);
if (_type != "FULL") {
mc.createEmptyMovieClip("square_mc", 5);
var _local4 = trgt_main.createEmptyMovieClip("trgt_ads", getNextHighestDepth());
var _local3 = new TextFormat();
_local3.align = "center";
_local3.font = "Verdana";
_local3.size = 10;
var _local2 = new TextFormat();
_local2.align = "right";
_local2.font = "Verdana";
_local2.size = 10;
_local2.underline = true;
mc.createTextField("h_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
mc.createTextField("b_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
mc.createTextField("m_txt", mc.getNextHighestDepth(), 0, 0, 120, 22);
b_txt.autoSize = true;
m_txt.autoSize = true;
b_txt.selectable = false;
h_txt.selectable = false;
m_txt.selectable = false;
m_txt.html = true;
b_txt.multiline = true;
b_txt.setNewTextFormat(_local3);
h_txt.autoSize = true;
h_txt.setNewTextFormat(_local3);
m_txt.setNewTextFormat(_local2);
h_txt.text = "";
mc.createEmptyMovieClip("progressBar", 500);
}
}
function onLoadInit(mc) {
time_delay();
ad_width = int(_global.obj_iads.x);
ad_height = int(_global.obj_iads.y);
h_txt.text = "Advertisement";
loadMessages();
progressBar.tim = show_time;
progressBar.width = _global.obj_iads.x;
progressBar.height = 15;
progressBar._x = 100;
progressBar._y = 100;
bar_mc = progressBar.createEmptyMovieClip("bar", 1);
box_mc = progressBar.createEmptyMovieClip("box", 2);
bar_mc.beginFill(26112);
bar_mc.moveTo(0, 0);
bar_mc.lineTo(1, 0);
bar_mc.lineTo(1, progressBar.height - 2);
bar_mc.lineTo(0, progressBar.height - 2);
bar_mc.lineTo(0, 0);
bar_mc.endFill();
bar_mc._x = 1.5;
bar_mc._y = 1.5;
box_mc.lineStyle(1, 3355443, 100, true, "none", "round", "miter", 1);
box_mc.lineTo(progressBar.width, 0);
box_mc.lineTo(progressBar.width, progressBar.height);
box_mc.lineTo(0, progressBar.height);
box_mc.lineTo(0, 0);
box_mc._x = 0;
box_mc._y = 0;
progressBar.start = function () {
game_fps = getFps();
maxw = this.width - 2;
this.ad = maxw / (this.tim + 1);
this.ad = this.ad / game_fps;
};
progressBar.start();
progressBar.onEnterFrame = function () {
this.start();
if (this.bar._width < (this.width - 2)) {
this.bar._width = this.bar._width + this.ad;
} else {
this.bar._width = this.width;
}
};
b_txt.text = "Note\rClicking on the above Ad won't interrupt your game.\rAd link opens in a new window.";
myself._y = b_txt._y - 10;
x = (stageWidth / 2) - (ad_width / 2);
y = (stageHeight / 2) - (ad_height / 2);
mc._x = x;
mc._y = y;
h_txt._x = (x + (ad_width / 2)) - (h_txt._width / 2);
h_txt._y = y - 20;
progressBar._x = (x + (ad_width / 2)) - (progressBar._width / 2);
progressBar._y = (y + 5) + ad_height;
myself.invizi_logo._alpha = 100;
myself.invizi_logo.swapDepths(myself.getNextHighestDepth());
myself.invizi_logo._x = int(progressBar._x);
myself.invizi_logo._y = int(progressBar._y + progressBar._height) + 5;
m_txt._x = int(progressBar._x + progressBar._width) - m_txt._width;
m_txt._y = int(progressBar._y + progressBar._height) + 3;
myself.invizi_logo.onRelease = function () {
getURL ("http://www.inviziads.com/index.html?utm_source=4_1&utm_medium=logo&utm_content=default&utm_campaign=invizi", "_blank");
};
b_txt._x = (x + (ad_width / 2)) - (b_txt._width / 2);
b_txt._y = progressBar._y + 38;
square_mc.beginFill(16711680);
square_mc.moveTo(0, 0);
square_mc.lineTo(ad_width, 0);
square_mc.lineTo(ad_width, ad_height);
square_mc.lineTo(0, ad_height);
square_mc.lineTo(0, 0);
square_mc.endFill();
square_mc._x = x;
square_mc._y = y;
trgt_main.setMask(square_mc);
}
function loadMessages() {
lv_messages = new XML();
lv_messages.ignoreWhite = true;
lv_messages.onLoad = function (success) {
if (success) {
totalNodes = lv_messages.firstChild.childNodes.length;
ran = Math.floor(Math.random() * totalNodes);
if (lv_messages.firstChild.childNodes[ran].firstChild == undefined) {
m_txt.htmlText = "<font color='#0066CC'><a href='http://www.inviziads.com/adv-starter-pack.html' target='_blank'>Advertisers, try us out for US$250</a></font>";
} else {
m_txt.htmlText = ((("<font color='#0066CC'><a href='" + lv_messages.firstChild.childNodes[ran].attributes.link) + "' target='_blank'>") + lv_messages.firstChild.childNodes[ran].firstChild) + "</a></font>";
}
m_txt._x = int(progressBar._x + progressBar._width) - m_txt._width;
m_txt._y = int(progressBar._y + progressBar._height) + 2;
} else {
m_txt.htmlText = "<font color='#0066CC'><a href='http://inviziads.com' target='_blank'>Advertisers, try us out for US$250</a></font>";
m_txt._x = int(progressBar._x + progressBar._width) - m_txt._width;
m_txt._y = int(progressBar._y + progressBar._height) + 2;
}
};
lv_messages.load(messageURL);
}
function pushdata() {
holder.obj_iads = _global.obj_iads;
}
function startdatapush(mc) {
var _local2;
_local2 = setInterval(this, "pushdata", 10);
}
function check_type() {
if (_global.obj_iads.type eq "UPDATE") {
myself.createEmptyMovieClip("holder", 100);
var _local5 = _global.obj_iads.url;
obj_iads = _global.obj_iads;
var _local3 = new Object();
_local3.onLoadComplete = function (target_mc) {
};
var _local4 = new MovieClipLoader();
_local4.addListener(_local3);
_local4.loadClip(_global.obj_iads.url, holder);
} else {
brain();
}
clearInterval(this._parent._parent.int1);
}
function parse_xml(mydata) {
var _local4 = new Array();
var _local1 = 0;
while (_local1 < mydata.firstChild.childNodes.length) {
if (mydata.firstChild.childNodes[_local1].firstChild.nodeValue != null) {
_local4[mydata.firstChild.childNodes[_local1].nodeName] = mydata.firstChild.childNodes[_local1].firstChild.nodeValue;
} else if (mydata.firstChild.childNodes[_local1].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes[_local1].childNodes.length) {
_local4[lv_result.firstChild.childNodes[_local1].childNodes[_local2].nodeName] = mydata.firstChild.childNodes[_local1].childNodes[_local2].firstChild.nodeValue;
_local2++;
}
_local4[lv_result.firstChild.childNodes[_local1].nodeName] = _local5;
}
_local1++;
}
return(_local4);
}
function measureComScore() {
var _local1 = new LoadVars();
var _local2 = new LoadVars();
_local1.C1 = 7;
_local1.C2 = 5799339 /* 0x587DAB */;
_local1.C3 = 1;
var _local3 = "http://beacon.scorecardresearch.com/scripts/beacon.dll";
_local1.sendAndLoad(_local3, _local2, "GET");
_local2.onLoad = function (ok) {
if (ok) {
trace("Comscore Success");
} else {
trace("Comscore failed");
}
};
}
System.security.allowDomain("*");
System.security.allowInsecureDomain("*");
var time = 0;
var tim = 0;
var show_time = 0;
var tempo = 0;
var tint1;
var stageWidth = 0;
var stageHeight = 0;
getFps = function () {
if (signal == true) {
time = getTimer();
} else {
tempo = int(1000 / (getTimer() - time));
}
signal = !signal;
return(tempo);
};
this.onEnterFrame = function () {
game_fps = getFps();
if ((game_fps != 0) && (game_fps != undefined)) {
if (Stage.width > 0) {
stageWidth = Stage.width;
stageHeight = Stage.height;
get_iads();
this.onEnterFrame = null;
}
}
};
myself = this;
signal = true;
var purl = flash.external.ExternalInterface.call("document.URL.toString");
var hurl = escape(_root._url);
var adurl = "http://s1.inviziads.com/lookup.html?";
adurl = adurl + "g=1287";
adurl = adurl + "&h=g2w";
adurl = adurl + "&type=pre";
adurl = adurl + "&v=5_0";
adurl = adurl + ("&purl=" + escape(purl));
adurl = adurl + ("&hurl=" + hurl);
adurl = adurl + "&l=en";
var my_date = new Date();
adurl = adurl + ("&ts=" + my_date.getSeconds());
var messageURL = "http://s1.inviziads.com/template/invizi_messages.xml";
stop();
Stage.scaleMode = "noScale";
Stage.align = "TL";
if ((purl.indexOf(".games2win.com") == -1) && (hurl.indexOf(".games2win.com") == -1)) {
measureComScore();
}
_root.stop();
Symbol 19 MovieClip Frame 1
_root._trackClickThru(this);
Symbol 34 MovieClip Frame 1
function chkTagCode(tag) {
var _local3 = 0;
var _local2 = 0;
while (_local2 < xmlObj.games.menuitem.length) {
if ((xmlObj.games.menuitem[_local2].game_promo_tag.data == tag) && (xmlObj.games.menuitem[_local2].game_gameid.data != _root.obj_game._g2wGameId)) {
menuItems[_local3] = xmlObj.games.menuitem[_local2];
_local3++;
}
_local2++;
}
}
function populateBoxes() {
chkTagCode(_root.obj_game.relatedGamesTAG);
loadAnimation._visible = false;
num = 4;
var i = 0;
while (i < num) {
var j = ((menuItems.length - i) - 1);
var mc = eval ("game" + (i + 1));
if (menuItems[j].game_name.data != undefined) {
mc._visible = true;
var gn = menuItems[j].game_name.data;
var gd = menuItems[j].game_short_desc.data;
gd = gd.substr(0, 90) + "...";
mc.gamename.htmlText = (("<b><font size=\"12px\" color=\"#ffcc00\">" + gn) + "</font></b><br/>") + gd;
mc.gameURL = "http://games2win.com/" + menuItems[j].game_page.data;
mc.imgholder.loadMovie(menuItems[j].game_thumbnail.data);
mc.invizibtn.onRelease = function () {
getURL (this._parent.gameURL, "_blank");
};
}
i++;
}
}
function handleLoad(success) {
if (success) {
xmlObj = (new it.sephiroth.XML2Object()).parseXML(dataObj);
populateBoxes();
}
}
_global.$createTweenController = function () {
var _local3 = _root.createEmptyMovieClip("__tweenController__", 123432);
_local3.$_tweenPropList = new Array();
_local3.$_tTime = getTimer();
_local3.onEnterFrame = _global.$updateTweens;
};
ASSetPropFlags(_global, "$createTweenController", 1, 0);
_global.$removeTweenController = function () {
delete _root.__tweenController__.$_tweenPropList;
delete _root.__tweenController__.$_tTime;
delete _root.__tweenController__.onEnterFrame;
_root.__tweenController__.removeMovieClip();
};
ASSetPropFlags(_global, "$removeTweenController", 1, 0);
_global.$addTween = function (mtarget, prop, propDest, timeSeconds, animType, delay, callback, extra1, extra2, extras) {
if (timeSeconds == undefined) {
timeSeconds = 0;
}
if ((animType == undefined) || (animType == "")) {
animType = "easeOutExpo";
}
if (delay == undefined) {
delay = 0;
}
if (typeof(prop) == "string") {
var _local7 = [prop];
var _local11 = [mtarget[prop]];
var _local9 = [propDest];
} else {
var _local7 = [];
var _local11 = [];
var _local9 = [];
for (var _local32 in prop) {
_local11.push(mtarget[prop[_local32]]);
}
for (var _local32 in prop) {
_local7.push(prop[_local32]);
}
for (var _local32 in propDest) {
_local9.push(propDest[_local32]);
}
}
var _local12 = false;
if (_root.__tweenController__ == undefined) {
_global.$createTweenController();
}
var _local4 = _root.__tweenController__.$_tweenPropList;
var _local8 = _root.__tweenController__.$_tTime;
for (var _local32 in _local11) {
if ((_local9[_local32] != undefined) && (!mtarget.$_isTweenLocked)) {
if (mtarget.$_tweenCount > 0) {
var _local3 = 0;
while (_local3 < _local4.length) {
if ((_local4[_local3]._targ == mtarget) && (_local4[_local3]._prop == _local7[_local32])) {
if ((_local8 + (delay * 1000)) < _local4[_local3]._timeDest) {
_local4.splice(_local3, 1);
_local3--;
mtarget.$_tweenCount--;
}
}
_local3++;
}
}
_local4.push({_prop:_local7[_local32], _targ:mtarget, _propStart:undefined, _propDest:_local9[_local32], _timeStart:_local8, _timeDest:_local8 + (timeSeconds * 1000), _animType:animType, _extra1:extra1, _extra2:extra2, _extras:extras, _delay:delay, _isPaused:false, _timePaused:0, _callback:(_local12 ? undefined : (callback))});
mtarget.$_tweenCount = ((mtarget.$_tweenCount > 0) ? (mtarget.$_tweenCount + 1) : 1);
_local12 = true;
}
}
ASSetPropFlags(mtarget, "$_tweenCount", 1, 0);
};
ASSetPropFlags(_global, "$addTween", 1, 0);
_global.$updateTweens = function () {
var _local8 = (this.$_tTime = getTimer());
var _local6 = 0;
while (_local6 < this.$_tweenPropList.length) {
var _local3 = this.$_tweenPropList[_local6];
if (_local3._targ.toString() == undefined) {
this.$_tweenPropList.splice(_local6, 1);
_local6--;
} else if (((_local3._timeStart + (_local3._delay * 1000)) <= _local8) && (!_local3._isPaused)) {
if (_local3._propStart == undefined) {
if (_local3._prop.substr(0, 10) == "__special_") {
if (_local3._prop == "__special_mc_frame__") {
_local3._propStart = _local3._targ._currentframe;
} else if (_local3._prop == "__special_mc_ra__") {
_local3._propStart = new Color(_local3._targ).getTransform().ra;
} else if (_local3._prop == "__special_mc_rb__") {
_local3._propStart = new Color(_local3._targ).getTransform().rb;
} else if (_local3._prop == "__special_mc_ga__") {
_local3._propStart = new Color(_local3._targ).getTransform().ga;
} else if (_local3._prop == "__special_mc_gb__") {
_local3._propStart = new Color(_local3._targ).getTransform().gb;
} else if (_local3._prop == "__special_mc_ba__") {
_local3._propStart = new Color(_local3._targ).getTransform().ba;
} else if (_local3._prop == "__special_mc_bb__") {
_local3._propStart = new Color(_local3._targ).getTransform().bb;
} else if (_local3._prop == "__special_mc_aa__") {
_local3._propStart = new Color(_local3._targ).getTransform().aa;
} else if (_local3._prop == "__special_mc_ab__") {
_local3._propStart = new Color(_local3._targ).getTransform().ab;
} else if (_local3._prop == "__special_text_r__") {
_local3._propStart = _local3._targ.textColor >> 16;
} else if (_local3._prop == "__special_text_g__") {
_local3._propStart = (_local3._targ.textColor & 65280) >> 8;
} else if (_local3._prop == "__special_text_b__") {
_local3._propStart = _local3._targ.textColor & 255;
} else if (_local3._prop == "__special_sound_volume__") {
_local3._propStart = _local3._targ.getVolume();
} else if (_local3._prop == "__special_sound_pan__") {
_local3._propStart = _local3._targ.getPan();
} else if (_local3._prop == "__special_bst_t__") {
_local3._propStart = 0;
_local3._extras.__special_bst_ix__ = _local3._targ._x;
_local3._extras.__special_bst_iy__ = _local3._targ._y;
} else if (_local3._prop == "__special_blur_x__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BlurFilter) {
_local3._propStart = _local3._targ.filters[_local5].blurX;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_blur_y__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BlurFilter) {
_local3._propStart = _local3._targ.filters[_local5].blurY;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_glow_color__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.GlowFilter) {
_local3._propStart = _local3._targ.filters[_local5].color;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 16777215 /* 0xFFFFFF */;
}
} else if (_local3._prop == "__special_glow_alpha__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.GlowFilter) {
_local3._propStart = _local3._targ.filters[_local5].alpha;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 1;
}
} else if (_local3._prop == "__special_glow_blurX__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.GlowFilter) {
_local3._propStart = _local3._targ.filters[_local5].blurX;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_glow_blurY__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.GlowFilter) {
_local3._propStart = _local3._targ.filters[_local5].blurY;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_glow_strength__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.GlowFilter) {
_local3._propStart = _local3._targ.filters[_local5].strength;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 1;
}
} else if (_local3._prop == "__special_bevel_distance__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].distance;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_bevel_angle__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].angle;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 45;
}
} else if (_local3._prop == "__special_bevel_highlightColor__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].highlightColor;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 16777215 /* 0xFFFFFF */;
}
} else if (_local3._prop == "__special_bevel_highlightAlpha__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].highlightAlpha;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 1;
}
} else if (_local3._prop == "__special_bevel_shadowColor__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].shadowColor;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_bevel_shadowAlpha__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].shadowAlpha;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 1;
}
} else if (_local3._prop == "__special_bevel_blurX__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].blurX;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_bevel_blurY__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].blurY;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 0;
}
} else if (_local3._prop == "__special_bevel_strength__") {
var _local5 = 0;
while (_local5 < _local3._targ.filters.length) {
if (_local3._targ.filters[_local5] instanceof flash.filters.BevelFilter) {
_local3._propStart = _local3._targ.filters[_local5].strength;
}
_local5++;
}
if (_local3._propStart == undefined) {
_local3._propStart = 1;
}
} else {
_local3._propStart = _local3._targ[_local3._prop];
}
} else {
_local3._propStart = _local3._targ[_local3._prop];
}
}
var _local10 = _local3._timeDest + (_local3._delay * 1000);
if (_local10 <= _local8) {
var _local4 = _local3._propDest;
} else {
var _local4 = _global.findTweenValue(_local3._propStart, _local3._propDest, _local3._timeStart, _local8 - (_local3._delay * 1000), _local3._timeDest, _local3._animType, _local3._extra1, _local3._extra2);
}
_local3._targ[_local3._prop] = (_local3._extras.mustRound ? (Math.round(_local4)) : (_local4));
if (_local3._prop == "__special_mc_frame__") {
_local3._targ.gotoAndStop(Math.round(_local4));
} else if (_local3._prop == "__special_mc_ra__") {
new Color(_local3._targ).setTransform({ra:_local4});
} else if (_local3._prop == "__special_mc_rb__") {
new Color(_local3._targ).setTransform({rb:_local4});
} else if (_local3._prop == "__special_mc_ga__") {
new Color(_local3._targ).setTransform({ga:_local4});
} else if (_local3._prop == "__special_mc_gb__") {
new Color(_local3._targ).setTransform({gb:_local4});
} else if (_local3._prop == "__special_mc_ba__") {
new Color(_local3._targ).setTransform({ba:_local4});
} else if (_local3._prop == "__special_mc_bb__") {
new Color(_local3._targ).setTransform({bb:_local4});
} else if (_local3._prop == "__special_mc_aa__") {
new Color(_local3._targ).setTransform({aa:_local4});
} else if (_local3._prop == "__special_mc_ab__") {
new Color(_local3._targ).setTransform({ab:_local4});
}
if (_local3._prop == "__special_bst_t__") {
var _local7 = _local3._extras;
var _local9 = _global.findPointOnCurve(_local7.__special_bst_ix__, _local7.__special_bst_iy__, _local7.__special_bst_cx__, _local7.__special_bst_cy__, _local7.__special_bst_dx__, _local7.__special_bst_dy__, _local4);
if (_local3._extras.mustRound) {
_local3._targ._x = Math.round(_local9.x);
_local3._targ._y = Math.round(_local9.y);
} else {
_local3._targ._x = _local9.x;
_local3._targ._y = _local9.y;
}
}
if ((typeof(_local3._targ) != "movieclip") && (_local3._prop == "__special_text_b__")) {
_local3._targ.textColor = ((_local3._targ.__special_text_r__ << 16) + (_local3._targ.__special_text_g__ << 8)) + _local3._targ.__special_text_b__;
}
if (_local3._prop == "__special_sound_volume__") {
_local3._targ.setVolume(_local4);
}
if (_local3._prop == "__special_sound_pan__") {
_local3._targ.setPan(_local4);
}
if (_local3._prop == "__special_blur_x__") {
_global.$setFilterProperty(_local3._targ, "blur_blurX", _local4, _local3._extras);
}
if (_local3._prop == "__special_blur_y__") {
_global.$setFilterProperty(_local3._targ, "blur_blurY", _local4, _local3._extras);
}
if (_local3._prop == "__special_glow_color__") {
_global.$setFilterProperty(_local3._targ, "glow_color", _global.findTweenColor(_local3, _local8), _local3._extras);
}
if (_local3._prop == "__special_glow_alpha__") {
_global.$setFilterProperty(_local3._targ, "glow_alpha", _local4, _local3._extras);
}
if (_local3._prop == "__special_glow_blurX__") {
_global.$setFilterProperty(_local3._targ, "glow_blurX", _local4, _local3._extras);
}
if (_local3._prop == "__special_glow_blurY__") {
_global.$setFilterProperty(_local3._targ, "glow_blurY", _local4, _local3._extras);
}
if (_local3._prop == "__special_glow_strength__") {
_global.$setFilterProperty(_local3._targ, "glow_strength", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_distance__") {
_global.$setFilterProperty(_local3._targ, "bevel_distance", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_angle__") {
_global.$setFilterProperty(_local3._targ, "bevel_angle", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_highlightColor__") {
_global.$setFilterProperty(_local3._targ, "bevel_highlightColor", _global.findTweenColor(_local3, _local8), _local3._extras);
}
if (_local3._prop == "__special_bevel_highlightAlpha__") {
_global.$setFilterProperty(_local3._targ, "bevel_highlightAlpha", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_shadowColor__") {
_global.$setFilterProperty(_local3._targ, "bevel_shadowColor", _global.findTweenColor(_local3, _local8), _local3._extras);
}
if (_local3._prop == "__special_bevel_shadowAlpha__") {
_global.$setFilterProperty(_local3._targ, "bevel_shadowAlpha", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_blurX__") {
_global.$setFilterProperty(_local3._targ, "bevel_blurX", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_blurY__") {
_global.$setFilterProperty(_local3._targ, "bevel_blurY", _local4, _local3._extras);
}
if (_local3._prop == "__special_bevel_strength__") {
_global.$setFilterProperty(_local3._targ, "bevel_strength", _local4, _local3._extras);
}
if (_local3._targ.onTweenUpdate != undefined) {
_local3._targ.onTweenUpdate(_local3._prop);
}
if (_local10 <= _local8) {
if (_local3._targ.onTweenComplete != undefined) {
_local3._targ.onTweenComplete(_local3._prop);
}
_global.$stopTween(_local3._targ, [_local3._prop], false);
_local6--;
if (_local3._callback != undefined) {
if (_global.backwardCallbackTweening) {
var _local11 = _local3._targ.createEmptyMovieClip("__child__", 122344);
_local3._callback.apply(_local11, null);
_local11.removeMovieClip();
} else {
_local3._callback.apply(_local3._targ, null);
}
}
}
}
_local6++;
}
if (this.$_tweenPropList.length == 0) {
_global.$removeTweenController();
}
};
ASSetPropFlags(_global, "$updateTween", 1, 0);
_global.$stopTween = function (mtarget, props, wipeFuture) {
var _local4 = _root.__tweenController__.$_tweenPropList;
var _local7;
for (var _local9 in _local4) {
_local7 = _local4[_local9]._prop;
var _local5 = 0;
while ((_local5 < props.length) || ((_local5 < 1) && (props == undefined))) {
if (((_local4[_local9]._targ == mtarget) && ((_local7 == props[_local5]) || (props == undefined))) && (wipeFuture || ((_local4[_local9]._timeDest + (_local4[_local9]._delay * 1000)) <= getTimer()))) {
switch (_local7) {
case "__special_mc_frame__" :
case "__special_mc_ra__" :
case "__special_mc_rb__" :
case "__special_mc_ga__" :
case "__special_mc_gb__" :
case "__special_mc_ba__" :
case "__special_mc_bb__" :
case "__special_mc_aa__" :
case "__special_mc_ab__" :
case "__special_sound_volume__" :
case "__special_bst_t__" :
delete mtarget[_local7];
break;
case "__special_text_b__" :
delete mtarget.__special_text_r__;
delete mtarget.__special_text_g__;
delete mtarget.__special_text_b__;
}
_local4.splice(_local9, 1);
}
_local5++;
}
}
if (props == undefined) {
delete mtarget.$_tweenCount;
} else {
mtarget.$_tweenCount = 0;
for (var _local9 in _local4) {
if (_local4[_local9]._targ == mtarget) {
mtarget.$_tweenCount++;
}
}
if (mtarget.$_tweenCount == 0) {
delete mtarget.$_tweenCount;
}
}
if (_local4.length == 0) {
_global.$removeTweenController();
}
};
ASSetPropFlags(_global, "$stopTween", 1, 0);
_global.$setFilterProperty = function (mtarget, propName, propValue, extras) {
var _local1;
var _local7 = false;
var _local3 = [];
_local1 = 0;
while (_local1 < mtarget.filters.length) {
_local3.push(mtarget.filters[_local1]);
_local1++;
}
if (propName.substr(0, 5) == "blur_") {
_local1 = 0;
while (_local1 < mtarget.filters.length) {
if (_local3[_local1] instanceof flash.filters.BlurFilter) {
_local3[_local1][propName.substr(5)] = propValue;
if (extras.__special_blur_quality__ != undefined) {
_local3[_local1].quality = extras.__special_blur_quality__;
}
_local7 = true;
break;
}
_local1++;
}
if (!_local7) {
var _local9;
var _local8 = ((extras.__special_blur_quality__ == undefined) ? 2 : (extras.__special_blur_quality__));
if (propName == "blur_blurX") {
_local9 = new flash.filters.BlurFilter(propValue, 0, _local8);
}
if (propName == "blur_blurY") {
_local9 = new flash.filters.BlurFilter(0, propValue, _local8);
}
_local3.push(_local9);
}
} else if (propName.substr(0, 5) == "glow_") {
_local1 = 0;
while (_local1 < mtarget.filters.length) {
if (_local3[_local1] instanceof flash.filters.GlowFilter) {
_local3[_local1][propName.substr(5)] = propValue;
if (extras.__special_glow_quality__ != undefined) {
_local3[_local1].quality = extras.__special_glow_quality__;
}
if (extras.__special_glow_inner__ != undefined) {
_local3[_local1].inner = extras.__special_glow_inner__;
}
if (extras.__special_glow_knockout__ != undefined) {
_local3[_local1].knockout = extras.__special_glow_knockout__;
}
_local7 = true;
break;
}
_local1++;
}
if (!_local7) {
var _local8 = ((extras.__special_glow_quality__ == undefined) ? 2 : (extras.__special_glow_quality__));
var _local12 = ((extras.__special_glow_inner__ == undefined) ? false : (extras.__special_glow_inner__));
var _local10 = ((extras.__special_glow_knockout__ == undefined) ? false : (extras.__special_glow_knockout__));
if (propName == "glow_color") {
var _local9 = new flash.filters.GlowFilter(propValue, 1, 0, 0, 1, _local8, _local12, _local10);
}
if (propName == "glow_alpha") {
var _local9 = new flash.filters.GlowFilter(16777215, propValue, 0, 0, 1, _local8, _local12, _local10);
}
if (propName == "glow_blurX") {
var _local9 = new flash.filters.GlowFilter(16777215, 1, propValue, 0, 1, _local8, _local12, _local10);
}
if (propName == "glow_blurY") {
var _local9 = new flash.filters.GlowFilter(16777215, 1, 0, propValue, 1, _local8, _local12, _local10);
}
if (propName == "glow_strength") {
var _local9 = new flash.filters.GlowFilter(16777215, 1, 0, 0, propValue, _local8, _local12, _local10);
}
_local3.push(_local9);
}
} else if (propName.substr(0, 6) == "bevel_") {
_local1 = 0;
while (_local1 < mtarget.filters.length) {
if (_local3[_local1] instanceof flash.filters.BevelFilter) {
_local3[_local1][propName.substr(6)] = propValue;
if (extras.__special_bevel_quality__ != undefined) {
_local3[_local1].quality = extras.__special_bevel_quality__;
}
if (extras.__special_bevel_type__ != undefined) {
_local3[_local1].inner = extras.__special_bevel_type__;
}
if (extras.__special_bevel_knockout__ != undefined) {
_local3[_local1].knockout = extras.__special_bevel_knockout__;
}
_local7 = true;
break;
}
_local1++;
}
if (!_local7) {
var _local8 = ((extras.__special_bevel_quality__ == undefined) ? 2 : (extras.__special_bevel_quality__));
var _local11 = ((extras.__special_bevel_type__ == undefined) ? "inner" : (extras.__special_bevel_type__));
var _local10 = ((extras.__special_bevel_knockout__ == undefined) ? false : (extras.__special_bevel_knockout__));
if (propName == "bevel_distance") {
var _local9 = new flash.filters.BevelFilter(propValue, 45, 16777215, 1, 0, 1, 0, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_angle") {
var _local9 = new flash.filters.BevelFilter(0, propValue, 16777215, 1, 0, 1, 0, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_highlightColor") {
var _local9 = new flash.filters.BevelFilter(0, 45, propValue, 1, 0, 1, 0, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_highlightAlpha") {
var _local9 = new flash.filters.BevelFilter(0, 45, 16777215, propValue, 0, 1, 0, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_shadowColor") {
var _local9 = new flash.filters.BevelFilter(0, 45, 16777215, 1, propValue, 1, 0, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_shadowAlpha") {
var _local9 = new flash.filters.BevelFilter(0, 45, 16777215, 1, 0, propValue, 0, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_blurX") {
var _local9 = new flash.filters.BevelFilter(0, 45, 16777215, 1, 0, 1, propValue, 0, 1, _local8, _local11, _local10);
}
if (propName == "bevel_blurY") {
var _local9 = new flash.filters.BevelFilter(0, 45, 16777215, 1, 0, 1, 0, propValue, 1, _local8, _local11, _local10);
}
if (propName == "bevel_strength") {
var _local9 = new flash.filters.BevelFilter(0, 45, 16777215, 1, 0, 1, 0, 0, propValue, _local8, _local11, _local10);
}
_local3.push(_local9);
}
} else {
return(undefined);
}
mtarget.filters = _local3;
};
MovieClip.prototype.tween = (TextField.prototype.tween = (Sound.prototype.tween = function (prop, propDest, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, prop, propDest, timeSeconds, animType, delay, callback, extra1, extra2);
}));
ASSetPropFlags(MovieClip.prototype, "tween", 1, 0);
ASSetPropFlags(TextField.prototype, "tween", 1, 0);
ASSetPropFlags(Sound.prototype, "tween", 1, 0);
MovieClip.prototype.roundedTween = (TextField.prototype.roundedTween = (Sound.prototype.roundedTween = function (prop, propDest, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, prop, propDest, timeSeconds, animType, delay, callback, extra1, extra2, {mustRound:true});
}));
ASSetPropFlags(MovieClip.prototype, "roundedTween", 1, 0);
ASSetPropFlags(TextField.prototype, "roundedTween", 1, 0);
ASSetPropFlags(Sound.prototype, "roundedTween", 1, 0);
MovieClip.prototype.stopTween = (TextField.prototype.stopTween = (Sound.prototype.stopTween = function (props) {
if (typeof(props) == "string") {
props = [props];
}
if (props != undefined) {
var _local4 = 1;
while (_local4 < arguments.length) {
props.push(arguments[_local4]);
_local4++;
}
}
_global.$stopTween(this, props, true);
}));
ASSetPropFlags(MovieClip.prototype, "stopTween", 1, 0);
ASSetPropFlags(TextField.prototype, "stopTween", 1, 0);
ASSetPropFlags(Sound.prototype, "stopTween", 1, 0);
MovieClip.prototype.pauseTween = (TextField.prototype.pauseTween = (Sound.prototype.pauseTween = function (props) {
if (props != undefined) {
if (typeof(props) == "string") {
props = [props];
}
var _local6 = 1;
while (_local6 < Arguments.length) {
props.push(Arguments[_local6]);
_local6++;
}
}
var _local4 = _root.__tweenController__.$_tweenPropList;
var _local5;
for (var _local7 in _local4) {
if ((_local4[_local7]._targ == this) && (!_local4[_local7]._isPaused)) {
if (props != undefined) {
_local5 = false;
for (var _local6 in props) {
if (props[_local6] == _local4[_local7]._prop) {
_local5 = true;
break;
}
}
}
if ((props == undefined) || (_local5)) {
_local4[_local7]._isPaused = true;
_local4[_local7]._timePaused = _root.__tweenController__.$_tTime;
}
}
}
}));
ASSetPropFlags(MovieClip.prototype, "pauseTween", 1, 0);
ASSetPropFlags(TextField.prototype, "pauseTween", 1, 0);
ASSetPropFlags(Sound.prototype, "pauseTween", 1, 0);
MovieClip.prototype.resumeTween = (TextField.prototype.resumeTween = (Sound.prototype.resumeTween = function (props) {
if (props != undefined) {
if (typeof(props) == "string") {
props = [props];
}
var _local7 = 1;
while (_local7 < Arguments.length) {
props.push(Arguments[_local7]);
_local7++;
}
}
var _local3 = _root.__tweenController__.$_tweenPropList;
var _local5;
var _local6;
for (var _local8 in _local3) {
if ((_local3[_local8]._targ == this) && (_local3[_local8]._isPaused)) {
if (props != undefined) {
_local5 = false;
for (var _local7 in props) {
if (props[_local7] == _local3[_local8]._prop) {
_local5 = true;
break;
}
}
}
if ((props == undefined) || (_local5)) {
_local3[_local8]._isPaused = false;
_local6 = _root.__tweenController__.$_tTime - _local3[_local8]._timePaused;
_local3[_local8]._timeStart = _local3[_local8]._timeStart + _local6;
_local3[_local8]._timeDest = _local3[_local8]._timeDest + _local6;
_local3[_local8]._timePaused = 0;
}
}
}
}));
ASSetPropFlags(MovieClip.prototype, "resumeTween", 1, 0);
ASSetPropFlags(TextField.prototype, "resumeTween", 1, 0);
ASSetPropFlags(Sound.prototype, "resumeTween", 1, 0);
MovieClip.prototype.lockTween = (TextField.prototype.lockTween = (Sound.prototype.lockTween = function () {
this.$_isTweenLocked = true;
ASSetPropFlags(this, "this.$_isTweenLocked", 1, 0);
}));
ASSetPropFlags(MovieClip.prototype, "lockTween", 1, 0);
ASSetPropFlags(TextField.prototype, "lockTween", 1, 0);
ASSetPropFlags(Sound.prototype, "lockTween", 1, 0);
MovieClip.prototype.unlockTween = (TextField.prototype.unlockTween = (Sound.prototype.unlockTween = function () {
delete this.$_isTweenLocked;
}));
ASSetPropFlags(MovieClip.prototype, "unlockTween", 1, 0);
ASSetPropFlags(TextField.prototype, "unlockTween", 1, 0);
ASSetPropFlags(Sound.prototype, "unlockTween", 1, 0);
MovieClip.prototype.getTweens = (TextField.prototype.getTweens = (Sound.prototype.getTweens = function () {
return(this.$_tweenCount);
}));
ASSetPropFlags(MovieClip.prototype, "getTweens", 1, 0);
ASSetPropFlags(TextField.prototype, "getTweens", 1, 0);
ASSetPropFlags(Sound.prototype, "getTweens", 1, 0);
MovieClip.prototype.isTweening = (TextField.prototype.isTweening = (Sound.prototype.isTweening = function () {
return(((this.$_tweenCount > 0) ? true : false));
}));
ASSetPropFlags(MovieClip.prototype, "isTweening", 1, 0);
ASSetPropFlags(TextField.prototype, "isTweening", 1, 0);
ASSetPropFlags(Sound.prototype, "isTweening", 1, 0);
MovieClip.prototype.alphaTo = (TextField.prototype.alphaTo = function (propDest_a, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_alpha", propDest_a, timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "alphaTo", 1, 0);
ASSetPropFlags(TextField.prototype, "alphaTo", 1, 0);
MovieClip.prototype.frameTo = function (propDest_frame, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "__special_mc_frame__", propDest_frame, timeSeconds, animType, delay, callback, extra1, extra2);
};
ASSetPropFlags(MovieClip.prototype, "frameTo", 1, 0);
MovieClip.prototype.rotateTo = (TextField.prototype.rotateTo = function (propDest_rotation, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_rotation", propDest_rotation, timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "rotateTo", 1, 0);
ASSetPropFlags(TextField.prototype, "rotateTo", 1, 0);
MovieClip.prototype.scaleTo = (TextField.prototype.scaleTo = function (propDest_scale, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["_xscale", "_yscale"], [propDest_scale, propDest_scale], timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "scaleTo", 1, 0);
ASSetPropFlags(TextField.prototype, "scaleTo", 1, 0);
MovieClip.prototype.xScaleTo = (TextField.prototype.xScaleTo = function (propDest_scale, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_xscale", propDest_scale, timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "xScaleTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xScaleTo", 1, 0);
MovieClip.prototype.yScaleTo = (TextField.prototype.yScaleTo = function (propDest_scale, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_yscale", propDest_scale, timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "yScaleTo", 1, 0);
ASSetPropFlags(TextField.prototype, "yScaleTo", 1, 0);
TextField.prototype.scrollTo = function (propDest_scroll, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "scroll", propDest_scroll, timeSeconds, animType, delay, callback, extra1, extra2);
};
ASSetPropFlags(TextField.prototype, "scrollTo", 1, 0);
MovieClip.prototype.slideTo = (TextField.prototype.slideTo = function (propDest_x, propDest_y, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["_x", "_y"], [propDest_x, propDest_y], timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "slideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "slideTo", 1, 0);
MovieClip.prototype.roundedSlideTo = (TextField.prototype.roundedSlideTo = function (propDest_x, propDest_y, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["_x", "_y"], [propDest_x, propDest_y], timeSeconds, animType, delay, callback, extra1, extra2, {mustRound:true});
});
ASSetPropFlags(MovieClip.prototype, "roundedSlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "roundedSlideTo", 1, 0);
MovieClip.prototype.xSlideTo = (TextField.prototype.xSlideTo = function (propDest_x, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_x", propDest_x, timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "xSlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xSlideTo", 1, 0);
MovieClip.prototype.roundedXSlideTo = (TextField.prototype.roundedXSlideTo = function (propDest_x, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_x", propDest_x, timeSeconds, animType, delay, callback, extra1, extra2, {mustRound:true});
});
ASSetPropFlags(MovieClip.prototype, "roundedXSlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "roundedXSlideTo", 1, 0);
MovieClip.prototype.ySlideTo = (TextField.prototype.ySlideTo = function (propDest_y, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_y", propDest_y, timeSeconds, animType, delay, callback, extra1, extra2);
});
ASSetPropFlags(MovieClip.prototype, "ySlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "ySlideTo", 1, 0);
MovieClip.prototype.roundedYSlideTo = (TextField.prototype.roundedYSlideTo = function (propDest_y, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "_y", propDest_y, timeSeconds, animType, delay, callback, extra1, extra2, {mustRound:true});
});
ASSetPropFlags(MovieClip.prototype, "roundedYSlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "roundedYSlideTo", 1, 0);
MovieClip.prototype.bezierSlideTo = (TextField.prototype.bezierSlideTo = function (cpoint_x, cpoint_y, propDest_x, propDest_y, timeSeconds, animType, delay, callback, extra1, extra2) {
var _local3 = new Object();
_local3.__special_bst_ix__ = undefined;
_local3.__special_bst_iy__ = undefined;
_local3.__special_bst_cx__ = cpoint_x;
_local3.__special_bst_cy__ = cpoint_y;
_local3.__special_bst_dx__ = propDest_x;
_local3.__special_bst_dy__ = propDest_y;
_global.$addTween(this, "__special_bst_t__", 1, timeSeconds, animType, delay, callback, extra1, extra2, _local3);
});
ASSetPropFlags(MovieClip.prototype, "bezierSlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "bezierSlideTo", 1, 0);
MovieClip.prototype.roundedBezierSlideTo = (TextField.prototype.roundedBezierSlideTo = function (cpoint_x, cpoint_y, propDest_x, propDest_y, timeSeconds, animType, delay, callback, extra1, extra2) {
var _local3 = new Object();
_local3.__special_bst_ix__ = undefined;
_local3.__special_bst_iy__ = undefined;
_local3.__special_bst_cx__ = cpoint_x;
_local3.__special_bst_cy__ = cpoint_y;
_local3.__special_bst_dx__ = propDest_x;
_local3.__special_bst_dy__ = propDest_y;
_local3.mustRound = true;
_global.$addTween(this, "__special_bst_t__", 1, timeSeconds, animType, delay, callback, extra1, extra2, _local3);
});
ASSetPropFlags(MovieClip.prototype, "roundedBezierSlideTo", 1, 0);
ASSetPropFlags(TextField.prototype, "roundedBezierSlideTo", 1, 0);
Sound.prototype.volumeTo = function (propDest_volume, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "__special_sound_volume__", propDest_volume, timeSeconds, animType, delay, callback, extra1, extra2);
};
ASSetPropFlags(Sound.prototype, "volumeTo", 1, 0);
Sound.prototype.panTo = function (propDest_volume, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "__special_sound_pan__", propDest_volume, timeSeconds, animType, delay, callback, extra1, extra2);
};
ASSetPropFlags(Sound.prototype, "panTo", 1, 0);
MovieClip.prototype.colorTo = function (propDest_color, timeSeconds, animType, delay, callback, extra1, extra2) {
if (propDest_color == null) {
this.colorTransformTo(100, 0, 100, 0, 100, 0, undefined, undefined, timeSeconds, animType, delay, callback, extra1, extra2);
} else {
var _local3 = propDest_color >> 16;
var _local5 = (propDest_color & 65280) >> 8;
var _local4 = propDest_color & 255;
this.colorTransformTo(0, _local3, 0, _local5, 0, _local4, undefined, undefined, timeSeconds, animType, delay, callback, extra1, extra2);
}
};
ASSetPropFlags(MovieClip.prototype, "colorTo", 1, 0);
TextField.prototype.colorTo = function (propDest_color, timeSeconds, animType, delay, callback, extra1, extra2) {
var _local3 = propDest_color >> 16;
var _local6 = (propDest_color & 65280) >> 8;
var _local4 = propDest_color & 255;
_global.$addTween(this, ["__special_text_r__", "__special_text_g__", "__special_text_b__"], [_local3, _local6, _local4], timeSeconds, animType, delay, callback, extra1, extra2);
};
ASSetPropFlags(TextField.prototype, "colorTo", 1, 0);
MovieClip.prototype.colorTransformTo = function () {
if ((typeof(arguments[0]) == "object") && (arguments[0] != undefined)) {
_global.$addTween(this, ["__special_mc_ra__", "__special_mc_rb__", "__special_mc_ga__", "__special_mc_gb__", "__special_mc_ba__", "__special_mc_bb__", "__special_mc_aa__", "__special_mc_ab__"], [arguments[0].ra, arguments[0].rb, arguments[0].ga, arguments[0].gb, arguments[0].ba, arguments[0].bb, arguments[0].aa, arguments[0].ab], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6]);
} else {
_global.$addTween(this, ["__special_mc_ra__", "__special_mc_rb__", "__special_mc_ga__", "__special_mc_gb__", "__special_mc_ba__", "__special_mc_bb__", "__special_mc_aa__", "__special_mc_ab__"], [arguments[0], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6], arguments[7]], arguments[8], arguments[9], arguments[10], arguments[11], arguments[12], arguments[13]);
}
};
ASSetPropFlags(MovieClip.prototype, "colorTransformTo", 1, 0);
MovieClip.prototype.blurTo = (TextField.prototype.blurTo = function () {
if ((typeof(arguments[0]) == "object") && (arguments[0] != undefined)) {
_global.$addTween(this, ["__special_blur_x__", "__special_blur_y__"], [arguments[0].blurX, arguments[0].blurY], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6], {__special_blur_quality__:arguments[0].quality});
} else {
_global.$addTween(this, ["__special_blur_x__", "__special_blur_y__"], [arguments[0], arguments[0]], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6], arguments[7], {__special_blur_quality__:arguments[1]});
}
});
ASSetPropFlags(MovieClip.prototype, "blurTo", 1, 0);
ASSetPropFlags(TextField.prototype, "blurTo", 1, 0);
MovieClip.prototype.xyBlurTo = (TextField.prototype.xyBlurTo = function (propDest_blurX, propDest_blurY, quality, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["__special_blur_x__", "__special_blur_y__"], [propDest_blurX, propDest_blurY], timeSeconds, animType, delay, callback, extra1, extra2, {__special_blur_quality__:quality});
});
ASSetPropFlags(MovieClip.prototype, "xyBlurTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xyBlurTo", 1, 0);
MovieClip.prototype.xBlurTo = (TextField.prototype.xBlurTo = function (propDest_blur, quality, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "__special_blur_x__", propDest_blur, timeSeconds, animType, delay, callback, extra1, extra2, {__special_blur_quality__:quality});
});
ASSetPropFlags(MovieClip.prototype, "xBlurTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xBlurTo", 1, 0);
MovieClip.prototype.yBlurTo = (TextField.prototype.yBlurTo = function (propDest_blur, quality, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, "__special_blur_y__", propDest_blur, timeSeconds, animType, delay, callback, extra1, extra2, {__special_blur_quality__:quality});
});
ASSetPropFlags(MovieClip.prototype, "yBlurTo", 1, 0);
ASSetPropFlags(TextField.prototype, "yBlurTo", 1, 0);
MovieClip.prototype.glowTo = (TextField.prototype.glowTo = function () {
if ((typeof(arguments[0]) == "object") && (arguments[0] != undefined)) {
_global.$addTween(this, ["__special_glow_color__", "__special_glow_alpha__", "__special_glow_blurX__", "__special_glow_blurY__", "__special_glow_strength__"], [arguments[0].color, arguments[0].alpha, arguments[0].blurX, arguments[0].blurY, arguments[0].strength], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6], {__special_glow_quality__:arguments[0].quality, __special_glow_inner__:arguments[0].inner, __special_glow_knockout__:arguments[0].knockout});
} else {
_global.$addTween(this, ["__special_glow_color__", "__special_glow_alpha__", "__special_glow_blurX__", "__special_glow_blurY__", "__special_glow_strength__"], [arguments[0], arguments[1], arguments[2], arguments[2], arguments[3]], arguments[7], arguments[8], arguments[9], arguments[10], arguments[11], arguments[12], {__special_glow_quality__:arguments[4], __special_glow_inner__:arguments[5], __special_glow_knockout__:arguments[6]});
}
});
ASSetPropFlags(MovieClip.prototype, "glowTo", 1, 0);
ASSetPropFlags(TextField.prototype, "glowTo", 1, 0);
MovieClip.prototype.xyGlowTo = (TextField.prototype.xyGlowTo = function (propDest_color, propDest_alpha, propDest_blurX, propDest_blurY, propDest_strength, quality, inner, knockout, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["__special_glow_color__", "__special_glow_alpha__", "__special_glow_blurX__", "__special_glow_blurY__", "__special_glow_strength__"], [propDest_color, propDest_alpha, propDest_blurX, propDest_blurY, propDest_strength], timeSeconds, animType, delay, callback, extra1, extra2, {__special_glow_quality__:quality, __special_glow_inner__:inner, __special_glow_knockout__:knockout});
});
ASSetPropFlags(MovieClip.prototype, "xyGlowTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xyGlowTo", 1, 0);
MovieClip.prototype.xGlowTo = (TextField.prototype.xGlowTo = function (propDest_color, propDest_alpha, propDest_blur, propDest_strength, quality, inner, knockout, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["__special_glow_color__", "__special_glow_alpha__", "__special_glow_blurX__", "__special_glow_strength__"], [propDest_color, propDest_alpha, propDest_blur, propDest_strength], timeSeconds, animType, delay, callback, extra1, extra2, {__special_glow_quality__:quality, __special_glow_inner__:inner, __special_glow_knockout__:knockout});
});
ASSetPropFlags(MovieClip.prototype, "xGlowTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xGlowTo", 1, 0);
MovieClip.prototype.yGlowTo = (TextField.prototype.yGlowTo = function (propDest_color, propDest_alpha, propDest_blur, propDest_strength, quality, inner, knockout, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["__special_glow_color__", "__special_glow_alpha__", "__special_glow_blurY__", "__special_glow_strength__"], [propDest_color, propDest_alpha, propDest_blur, propDest_strength], timeSeconds, animType, delay, callback, extra1, extra2, {__special_glow_quality__:quality, __special_glow_inner__:inner, __special_glow_knockout__:knockout});
});
ASSetPropFlags(MovieClip.prototype, "yGlowTo", 1, 0);
ASSetPropFlags(TextField.prototype, "yGlowTo", 1, 0);
MovieClip.prototype.bevelTo = (TextField.prototype.bevelTo = function () {
if ((typeof(arguments[0]) == "object") && (arguments[0] != undefined)) {
_global.$addTween(this, ["__special_bevel_distance__", "__special_bevel_angle__", "__special_bevel_highlightColor__", "__special_bevel_highlightAlpha__", "__special_bevel_shadowColor__", "__special_bevel_shadowAlpha__", "__special_bevel_blurX__", "__special_bevel_blurY__", "__special_bevel_strength__"], [arguments[0].distance, arguments[0].angle, arguments[0].highlightColor, arguments[0].highlightAlpha * 100, arguments[0].shadowColor, arguments[0].shadowAlpha * 100, arguments[0].blurX, arguments[0].blurY, arguments[0].strength], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6], {__special_bevel_quality__:arguments[0].quality, __special_bevel_type__:arguments[0].type, __special_bevel_knockout__:arguments[0].knockout});
} else {
_global.$addTween(this, ["__special_bevel_distance__", "__special_bevel_angle__", "__special_bevel_highlightColor__", "__special_bevel_highlightAlpha__", "__special_bevel_shadowColor__", "__special_bevel_shadowAlpha__", "__special_bevel_blurX__", "__special_bevel_blurY__", "__special_bevel_strength__"], [arguments[0], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5], arguments[6], arguments[6], arguments[7]], arguments[11], arguments[12], arguments[13], arguments[14], arguments[15], arguments[16], {__special_bevel_quality__:arguments[8], __special_bevel_type__:arguments[9], __special_bevel_knockout__:arguments[10]});
}
});
ASSetPropFlags(MovieClip.prototype, "bevelTo", 1, 0);
ASSetPropFlags(TextField.prototype, "bevelTo", 1, 0);
MovieClip.prototype.xyBevelTo = (TextField.prototype.xyBevelTo = function (propDest_distance, propDest_angle, propDest_highlightColor, propDest_highlightAlpha, propDest_shadowColor, propDest_shadowAlpha, propDest_blurX, propDest_blurY, propDest_strength, quality, type, knockout, timeSeconds, animType, delay, callback, extra1, extra2) {
_global.$addTween(this, ["__special_bevel_distance__", "__special_bevel_angle__", "__special_bevel_highlightColor__", "__special_bevel_highlightAlpha__", "__special_bevel_shadowColor__", "__special_bevel_shadowAlpha__", "__special_bevel_blurX__", "__special_bevel_blurY__", "__special_bevel_blurY__", "__special_bevel_strength__"], [propDest_distance, propDest_angle, propDest_highlightColor, propDest_highlightAlpha, propDest_shadowColor, propDest_shadowAlpha, propDest_blur, propDest_blur, propDest_strength], timeSeconds, animType, delay, callback, extra1, extra2, {__special_bevel_quality__:quality, __special_bevel_type__:type, __special_bevel_knockout__:knockout});
});
ASSetPropFlags(MovieClip.prototype, "xyBevelTo", 1, 0);
ASSetPropFlags(TextField.prototype, "xyBevelTo", 1, 0);
_global.findPointOnCurve = function (p1x, p1y, cx, cy, p2x, p2y, t) {
return({x:p1x + (t * (((2 * (1 - t)) * (cx - p1x)) + (t * (p2x - p1x)))), y:p1y + (t * (((2 * (1 - t)) * (cy - p1y)) + (t * (p2y - p1y))))});
};
ASSetPropFlags(_global, "findPointOnCurve", 1, 0);
_global.findTweenColor = function (objProp, tTime) {
var _local8 = objProp._propStart >> 16;
var _local4 = objProp._propDest >> 16;
var _local5 = (objProp._propStart >> 8) & 255;
var _local6 = (objProp._propDest >> 8) & 255;
var _local9 = objProp._propStart & 255;
var _local7 = objProp._propDest & 255;
var _local12 = Math.round(_global.findTweenValue(_local8, _local4, objProp._timeStart, tTime - (objProp._delay * 1000), objProp._timeDest, objProp._animType, objProp._extra1, objProp._extra2));
var _local10 = Math.round(_global.findTweenValue(_local5, _local6, objProp._timeStart, tTime - (objProp._delay * 1000), objProp._timeDest, objProp._animType, objProp._extra1, objProp._extra2));
var _local3 = Math.round(_global.findTweenValue(_local9, _local7, objProp._timeStart, tTime - (objProp._delay * 1000), objProp._timeDest, objProp._animType, objProp._extra1, objProp._extra2));
return(((_local12 << 16) + (_local10 << 8)) + _local3);
};
_global.findTweenValue = function (_propStart, _propDest, _timeStart, _timeNow, _timeDest, _animType, _extra1, _extra2) {
var _local1 = _timeNow - _timeStart;
var _local4 = _propStart;
var _local2 = _propDest - _propStart;
var _local3 = _timeDest - _timeStart;
var _local6 = _extra1;
var _local7 = _extra2;
var _local5 = _extra1;
switch (_animType.toLowerCase()) {
case "linear" :
return(((_local2 * _local1) / _local3) + _local4);
case "easeinquad" :
_local1 = _local1 / _local3;
return(((_local2 * _local1) * _local1) + _local4);
case "easeoutquad" :
_local1 = _local1 / _local3;
return((((-_local2) * _local1) * (_local1 - 2)) + _local4);
case "easeinoutquad" :
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return((((_local2 / 2) * _local1) * _local1) + _local4);
}
_local1--;
return((((-_local2) / 2) * ((_local1 * (_local1 - 2)) - 1)) + _local4);
case "easeoutinquad" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutQuad") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInQuad") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeincubic" :
_local1 = _local1 / _local3;
return((((_local2 * _local1) * _local1) * _local1) + _local4);
case "easeoutcubic" :
_local1 = (_local1 / _local3) - 1;
return((_local2 * (((_local1 * _local1) * _local1) + 1)) + _local4);
case "easeinoutcubic" :
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return(((((_local2 / 2) * _local1) * _local1) * _local1) + _local4);
}
_local1 = _local1 - 2;
return(((_local2 / 2) * (((_local1 * _local1) * _local1) + 2)) + _local4);
case "easeoutincubic" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutCubic") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInCubic") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinquart" :
_local1 = _local1 / _local3;
return(((((_local2 * _local1) * _local1) * _local1) * _local1) + _local4);
case "easeoutquart" :
_local1 = (_local1 / _local3) - 1;
return(((-_local2) * ((((_local1 * _local1) * _local1) * _local1) - 1)) + _local4);
case "easeinoutquart" :
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return((((((_local2 / 2) * _local1) * _local1) * _local1) * _local1) + _local4);
}
_local1 = _local1 - 2;
return((((-_local2) / 2) * ((((_local1 * _local1) * _local1) * _local1) - 2)) + _local4);
case "easeoutinquart" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutQuart") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInQuart") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinquint" :
_local1 = _local1 / _local3;
return((((((_local2 * _local1) * _local1) * _local1) * _local1) * _local1) + _local4);
case "easeoutquint" :
_local1 = (_local1 / _local3) - 1;
return((_local2 * (((((_local1 * _local1) * _local1) * _local1) * _local1) + 1)) + _local4);
case "easeinoutquint" :
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return(((((((_local2 / 2) * _local1) * _local1) * _local1) * _local1) * _local1) + _local4);
}
_local1 = _local1 - 2;
return(((_local2 / 2) * (((((_local1 * _local1) * _local1) * _local1) * _local1) + 2)) + _local4);
case "easeoutinquint" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutQuint") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInQuint") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinsine" :
return((((-_local2) * Math.cos((_local1 / _local3) * (Math.PI/2))) + _local2) + _local4);
case "easeoutsine" :
return((_local2 * Math.sin((_local1 / _local3) * (Math.PI/2))) + _local4);
case "easeinoutsine" :
return((((-_local2) / 2) * (Math.cos((Math.PI * _local1) / _local3) - 1)) + _local4);
case "easeoutinsine" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutSine") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInSine") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinexpo" :
return(((_local1 == 0) ? (_local4) : ((_local2 * Math.pow(2, 10 * ((_local1 / _local3) - 1))) + _local4)));
case "easeoutexpo" :
return(((_local1 == _local3) ? (_local4 + _local2) : ((_local2 * ((-Math.pow(2, (-10 * _local1) / _local3)) + 1)) + _local4)));
case "easeinoutexpo" :
if (_local1 == 0) {
return(_local4);
}
if (_local1 == _local3) {
return(_local4 + _local2);
}
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return(((_local2 / 2) * Math.pow(2, 10 * (_local1 - 1))) + _local4);
}
_local1--;
return(((_local2 / 2) * ((-Math.pow(2, -10 * _local1)) + 2)) + _local4);
case "easeoutinexpo" :
if (_local1 == 0) {
return(_local4);
}
if (_local1 == _local3) {
return(_local4 + _local2);
}
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return(((_local2 / 2) * ((-Math.pow(2, (-10 * _local1) / 1)) + 1)) + _local4);
}
return(((_local2 / 2) * (Math.pow(2, (10 * (_local1 - 2)) / 1) + 1)) + _local4);
case "easeincirc" :
_local1 = _local1 / _local3;
return(((-_local2) * (Math.sqrt(1 - (_local1 * _local1)) - 1)) + _local4);
case "easeoutcirc" :
_local1 = (_local1 / _local3) - 1;
return((_local2 * Math.sqrt(1 - (_local1 * _local1))) + _local4);
case "easeinoutcirc" :
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
return((((-_local2) / 2) * (Math.sqrt(1 - (_local1 * _local1)) - 1)) + _local4);
}
_local1 = _local1 - 2;
return(((_local2 / 2) * (Math.sqrt(1 - (_local1 * _local1)) + 1)) + _local4);
case "easeoutincirc" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutCirc") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInCirc") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinelastic" :
if (_local1 == 0) {
return(_local4);
}
_local1 = _local1 / _local3;
if (_local1 == 1) {
return(_local4 + _local2);
}
if (!_local7) {
_local7 = _local3 * 0.3;
}
if ((!_local6) || (_local6 < Math.abs(_local2))) {
_local6 = _local2;
_local5 = _local7 / 4;
} else {
_local5 = (_local7 / (Math.PI*2)) * Math.asin(_local2 / _local6);
}
_local1 = _local1 - 1;
return((-((_local6 * Math.pow(2, 10 * _local1)) * Math.sin((((_local1 * _local3) - _local5) * (Math.PI*2)) / _local7))) + _local4);
case "easeoutelastic" :
if (_local1 == 0) {
return(_local4);
}
_local1 = _local1 / _local3;
if (_local1 == 1) {
return(_local4 + _local2);
}
if (!_local7) {
_local7 = _local3 * 0.3;
}
if ((!_local6) || (_local6 < Math.abs(_local2))) {
_local6 = _local2;
_local5 = _local7 / 4;
} else {
_local5 = (_local7 / (Math.PI*2)) * Math.asin(_local2 / _local6);
}
return((((_local6 * Math.pow(2, -10 * _local1)) * Math.sin((((_local1 * _local3) - _local5) * (Math.PI*2)) / _local7)) + _local2) + _local4);
case "easeinoutelastic" :
if (_local1 == 0) {
return(_local4);
}
_local1 = _local1 / (_local3 / 2);
if (_local1 == 2) {
return(_local4 + _local2);
}
if (!_local7) {
_local7 = _local3 * 0.45;
}
if ((!_local6) || (_local6 < Math.abs(_local2))) {
_local6 = _local2;
_local5 = _local7 / 4;
} else {
_local5 = (_local7 / (Math.PI*2)) * Math.asin(_local2 / _local6);
}
if (_local1 < 1) {
_local1 = _local1 - 1;
return((-0.5 * ((_local6 * Math.pow(2, 10 * _local1)) * Math.sin((((_local1 * _local3) - _local5) * (Math.PI*2)) / _local7))) + _local4);
}
_local1 = _local1 - 1;
return(((((_local6 * Math.pow(2, -10 * _local1)) * Math.sin((((_local1 * _local3) - _local5) * (Math.PI*2)) / _local7)) * 0.5) + _local2) + _local4);
case "easeoutinelastic" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutElastic") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInElastic") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinback" :
if (_local5 == undefined) {
_local5 = 1.70158;
}
_local1 = _local1 / _local3;
return((((_local2 * _local1) * _local1) * (((_local5 + 1) * _local1) - _local5)) + _local4);
case "easeoutback" :
if (_local5 == undefined) {
_local5 = 1.70158;
}
_local1 = (_local1 / _local3) - 1;
return((_local2 * (((_local1 * _local1) * (((_local5 + 1) * _local1) + _local5)) + 1)) + _local4);
case "easeinoutback" :
if (_local5 == undefined) {
_local5 = 1.70158;
}
_local1 = _local1 / (_local3 / 2);
if (_local1 < 1) {
_local5 = _local5 * 1.525;
return(((_local2 / 2) * ((_local1 * _local1) * (((_local5 + 1) * _local1) - _local5))) + _local4);
}
_local1 = _local1 - 2;
_local5 = _local5 * 1.525;
return(((_local2 / 2) * (((_local1 * _local1) * (((_local5 + 1) * _local1) + _local5)) + 2)) + _local4);
case "easeoutinback" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutBack") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInBack") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeinbounce" :
return((_local2 - findTweenValue(0, _local2, 0, _local3 - _local1, _local3, "easeOutBounce")) + _local4);
case "easeoutbounce" :
_local1 = _local1 / _local3;
if (_local1 < 0.363636363636364) {
return((_local2 * ((7.5625 * _local1) * _local1)) + _local4);
}
if (_local1 < 0.727272727272727) {
_local1 = _local1 - 0.545454545454545;
return((_local2 * (((7.5625 * _local1) * _local1) + 0.75)) + _local4);
}
if (_local1 < 0.909090909090909) {
_local1 = _local1 - 0.818181818181818;
return((_local2 * (((7.5625 * _local1) * _local1) + 0.9375)) + _local4);
}
_local1 = _local1 - 0.954545454545455;
return((_local2 * (((7.5625 * _local1) * _local1) + 0.984375)) + _local4);
case "easeinoutbounce" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeInBounce") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeOutBounce") * 0.5) + (_local2 * 0.5)) + _local4);
case "easeoutinbounce" :
if (_local1 < (_local3 / 2)) {
return((findTweenValue(0, _local2, 0, _local1 * 2, _local3, "easeOutBounce") * 0.5) + _local4);
}
return(((findTweenValue(0, _local2, 0, (_local1 * 2) - _local3, _local3, "easeInBounce") * 0.5) + (_local2 * 0.5)) + _local4);
}
trace(("MC TWEEN ### Error on transition: there's no \"" + _animType) + "\" animation type.");
return(0);
};
ASSetPropFlags(_global, "findTweenValue", 1, 0);
var xmlURL = ((_root.obj_game.relatedGamesXML + "?t=") + getTimer());
var xmlObj;
var menuItems = new Array();
var dataObj = new XML();
dataObj.ignoreWhite = true;
var sXML = xmlURL;
dataObj.onLoad = handleLoad;
dataObj.load(sXML);
Instance of Symbol 30 MovieClip "game1" in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 30 MovieClip "game2" in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 30 MovieClip "game3" in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 30 MovieClip "game4" in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 55 MovieClip [_g2w_gameover_mc] Frame 1
stop();
_root._initAssetsPanel(this);
_root._showAssetPanels(this);
Symbol 55 MovieClip [_g2w_gameover_mc] Frame 2
stop();
btn_shareScore.onRelease = function () {
_root._shareScoreHandler(this, _root.obj_game.FBMsg);
};
btn_videoTutorial.onRelease = function () {
_root._showGameVideo();
};
Symbol 55 MovieClip [_g2w_gameover_mc] Frame 3
stop();
btn_shareScore.onRelease = function () {
_root._shareScoreHandler(this, _root.obj_game.FBMsg);
};
btn_videoTutorial.onRelease = function () {
_root._showGameVideo();
};
btn_playAgain.onRelease = function () {
_root._playAgainHandler(this);
};
Symbol 59 MovieClip [game_sound_ctrl] Frame 1
_gameSounds = new Sound();
var frame = "on";
changeVol = function (targetvol, step) {
this.onEnterFrame = function () {
var _local3 = _gameSounds.getVolume();
if ((step < 0) and (_local3 <= targetvol)) {
_local3 = targetvol;
delete this.onEnterFrame;
_root.so_sound = 1;
} else if ((step > 0) and (_local3 >= targetvol)) {
_local3 = targetvol;
delete this.onEnterFrame;
_root.so_sound = 0;
} else {
_gameSounds.setVolume(_local3 + step);
}
};
};
if (_root.so_sound == 1) {
frame = "off";
this.gotoAndPlay(frame);
}
this.onRelease = function () {
if (frame == "on") {
frame = "off";
} else {
frame = "on";
}
this.gotoAndPlay(frame);
};
Symbol 59 MovieClip [game_sound_ctrl] Frame 2
stop();
changeVol(100, 5);
Symbol 59 MovieClip [game_sound_ctrl] Frame 3
stop();
changeVol(0, -5);
Symbol 62 MovieClip Frame 1
_root._trackClickThru(this);
Symbol 779 MovieClip [__Packages.it.sephiroth.XML2Object] Frame 0
class it.sephiroth.XML2Object
{
var oXML;
function XML2Object () {
}
function get xml() {
return(oXML);
}
function parseXML(sFile) {
oResult = new Object();
oXML = sFile;
oResult = translateXML();
return(oResult);
}
function translateXML(from, path, name, position) {
var _local2;
var _local9;
var _local4;
var _local10;
if (path == undefined) {
path = this;
name = "oResult";
}
path = path[name];
if (from == undefined) {
from = new XML(xml.toString());
from.ignoreWhite = true;
}
if (from.hasChildNodes()) {
_local9 = from.childNodes;
if (position != undefined) {
_local10 = path;
path = path[position];
}
while (_local9.length > 0) {
_local4 = _local9.shift();
_local2 = _local4.nodeName;
if (_local2 != undefined) {
var _local5 = new Object();
_local5.attributes = _local4.attributes;
_local5.data = _local4.firstChild.nodeValue;
if (position != undefined) {
_local10 = path;
}
if (path[_local2] != undefined) {
if (path[_local2].__proto__ == Array.prototype) {
path[_local2].push(_local5);
name = _local4.nodeName;
position = path[_local2].length - 1;
} else {
var _local8 = path[_local2];
path[_local2] = new Array();
path[_local2].push(_local8);
path[_local2].push(_local5);
name = _local2;
position = path[_local2].length - 1;
}
} else {
path[_local2] = _local5;
name = _local2;
position = undefined;
}
}
if (_local4.hasChildNodes()) {
translateXML(_local4, path, name, position);
}
}
}
return(oResult);
}
var oResult = new Object();
}
Symbol 222 MovieClip Frame 45
_root.gotoAndStop("lblloader");
Symbol 223 MovieClip Frame 162
stop();
Symbol 230 Button
on (release) {
getURL (_root.obj_game.facebookURL, "_blank");
}
Symbol 231 MovieClip Frame 1
stop();
var GameURL = _root._url;
if (GameURL.indexOf(".games2win.com/") == -1) {
gotoAndStop (2);
}
Symbol 268 Button
on (release) {
gotoAndPlay ("inst");
}
Symbol 272 Button
on (release) {
gotoAndStop (45);
}
Symbol 276 Button
on (release) {
_root.gotoAndPlay("lblgame");
}
Symbol 287 MovieClip Frame 45
stop();
Symbol 287 MovieClip Frame 46
play();
Symbol 287 MovieClip Frame 52
stop();
Instance of Symbol 286 MovieClip in Symbol 287 MovieClip Frame 52
onClipEvent (load) {
counter = 0;
timerStatus = true;
}
onClipEvent (enterFrame) {
if (timerStatus) {
counter++;
if (counter >= 150) {
timerStatus = false;
_root.gotoAndPlay("lblgame");
delete this.onEnterFrame;
}
}
}
Symbol 304 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 4
gotoAndPlay (2);
Symbol 323 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
watchPc();
} else if (activityNum == 2) {
turnAround();
}
}
}
function watchPc() {
if (_currentframe != 1) {
gotoAndStop (1);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if ((this.hitTest(_local3._x, _local3._y, true) || (this.hitTest(_local3._x - 10, _local3._y, true))) || (this.hitTest(_local3._x + 10, _local3._y, true))) {
if (this.girl.vision._currentframe == 1) {
this.girl.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function turnAround() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 5 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var timerActivated = false;
var collided = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 323 MovieClip Frame 2
stop();
Symbol 359 MovieClip Frame 1
function activateTimer() {
timerActivated = true;
}
function deActivateTimer() {
timerActivated = false;
}
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
walkDown();
} else if (activityNum == 1) {
turnAround();
} else if (activityNum == 2) {
walkUp();
} else if (activityNum == 3) {
wait();
}
}
}
function walkDown() {
this._y = this._y + 2;
this._x = this._x + 0.5;
if (this._x > 520) {
this._x = 520;
}
if (this._y > 355) {
this._y = 355;
setNextActivity();
}
if (_currentframe != 1) {
gotoAndStop (1);
}
}
function turnAround() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function walkUp() {
this._y = this._y - 2;
this._x = this._x - 0.5;
if (this._y <= 170) {
this._y = 170;
setNextActivity();
}
if (this._x > 520) {
this._x = 520;
}
if (_currentframe != 3) {
gotoAndStop (3);
}
}
function wait() {
if (_currentframe != 4) {
gotoAndStop (4);
}
}
function checkCollision() {
var _local4 = _parent.Girl;
if (this.hitClip.hitTest(_local4.hitClip)) {
_local4._x = _local4._x - 2;
_root.girlSpeed = 0;
if (this.girl.vision._currentframe == 1) {
this.girl.vision.gotoAndPlay(2);
collided = true;
}
} else if ((this.hitTest(_local4._x, _local4._y, true) || (this.hitTest(_local4._x - 10, _local4._y, true))) || (this.hitTest(_local4._x + 10, _local4._y, true))) {
if (this.girl.vision._currentframe == 1) {
this.girl.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 5 * frameRate;
} else if (activityNum == 2) {
timerActivated = false;
} else if (activityNum == 3) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 4) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 200;
var frameRate = 25;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
var collided = false;
this._y = 170;
stop();
Symbol 359 MovieClip Frame 2
stop();
Symbol 359 MovieClip Frame 3
stop();
Symbol 359 MovieClip Frame 4
stop();
Symbol 378 MovieClip Frame 16
this._parent.gotoAndStop("sRight");
Symbol 394 MovieClip Frame 13
this._parent.gotoAndStop("sDown");
Symbol 395 MovieClip Frame 16
this._parent.gotoAndStop("sLeft");
Symbol 400 MovieClip Frame 13
this._parent.gotoAndStop("sTop");
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 2
stop();
Symbol 404 MovieClip Frame 3
stop();
Symbol 404 MovieClip Frame 4
stop();
Symbol 404 MovieClip Frame 5
stop();
Symbol 404 MovieClip Frame 6
stop();
Symbol 404 MovieClip Frame 7
stop();
Symbol 404 MovieClip Frame 8
stop();
Symbol 416 Button
on (release) {
gotoAndStop (1);
_root.nL();
}
Symbol 417 MovieClip Frame 1
stop();
Symbol 417 MovieClip Frame 6
stop();
Symbol 428 MovieClip Frame 3
stop();
Symbol 430 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
trace("currentSec = " + currentSec);
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
watchPc();
} else if (activityNum == 2) {
turnAround();
}
}
}
function watchPc() {
if (_currentframe != 1) {
gotoAndStop (1);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if ((this.hitTest(_local3._x, _local3._y, true) || (this.hitTest(_local3._x - 10, _local3._y, true))) || (this.hitTest(_local3._x + 10, _local3._y, true))) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function turnAround() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 4 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 430 MovieClip Frame 2
stop();
Symbol 486 MovieClip Frame 36
_parent.setNextActivity();
Symbol 498 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated && (_root.bookDropped)) {
currentSec++;
trace("currentSec = " + currentSec);
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
wait();
} else if (activityNum == 2) {
moveForward();
} else if (activityNum == 3) {
collectBooks();
} else if (activityNum == 4) {
movingBack();
} else if (activityNum == 5) {
moveToWait();
}
}
}
function wait() {
if (_currentframe != 1) {
gotoAndStop (1);
}
}
function moveForward() {
this._x = this._x + 2;
if (this._x > 230) {
this._x = 230;
if (_currentframe != 3) {
gotoAndStop (3);
}
this._y = this._y + 2;
if (this._y > 460) {
this._y = 460;
setNextActivity();
}
} else if (_currentframe != 2) {
gotoAndStop (2);
}
}
function collectBooks() {
if (this._currentframe != 4) {
gotoAndStop (4);
}
_parent.book.gotoAndStop(3);
}
function movingBack() {
this._y = this._y - 2;
if (this._y < 405) {
this._y = 405;
if (this._currentframe != 5) {
gotoAndStop (5);
}
this._x = this._x - 2;
if (this._x < 50) {
setNextActivity();
}
} else if (this._currentframe != 7) {
gotoAndStop (7);
}
}
function moveToWait() {
if (_currentframe != 2) {
gotoAndStop (2);
}
this._x = this._x + 2;
if (this._x > 170) {
this._x = 170;
setNextActivity();
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if (_local3._y > 350) {
if ((this.hitTest(_local3._x, _local3._y, true) || (this.hitTest(_local3._x - 10, _local3._y, true))) || (this.hitTest(_local3._x + 10, _local3._y, true))) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function turnAround() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 1 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 4) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 5) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 6) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
_root.bookDropped = false;
var currentActivity = 0;
this._y = 405;
stop();
Symbol 498 MovieClip Frame 2
stop();
Symbol 498 MovieClip Frame 3
stop();
Symbol 498 MovieClip Frame 4
stop();
Symbol 498 MovieClip Frame 5
stop();
Symbol 498 MovieClip Frame 6
stop();
Symbol 498 MovieClip Frame 7
stop();
Symbol 512 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
trace("currentSec = " + currentSec);
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
watchPc();
} else if (activityNum == 2) {
turnAround();
}
}
}
function watchPc() {
if (_currentframe != 1) {
gotoAndStop (1);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if ((this.hitTest(_local3._x, _local3._y, true) || (this.hitTest(_local3._x - 10, _local3._y, true))) || (this.hitTest(_local3._x + 10, _local3._y, true))) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function turnAround() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 7 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 512 MovieClip Frame 2
stop();
Symbol 522 MovieClip Frame 1
this._parent.swapDepths(0);
Symbol 522 MovieClip Frame 10
stop();
Symbol 523 MovieClip Frame 1
function activityManager() {
trace(_parent.Girl);
if (_currentframe == 1) {
if (this.hitarea.hitTest(_parent.Girl._x, _parent.Girl._y, false)) {
_root.bookDropped = true;
gotoAndStop (2);
}
}
}
stop();
Symbol 523 MovieClip Frame 2
stop();
Symbol 523 MovieClip Frame 3
stop();
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 4
gotoAndPlay (2);
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
stop();
Symbol 558 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
cameraMoveClockwise();
} else if (activityNum == 2) {
wait();
} else if (activityNum == 3) {
cameraMoveAntiClockwise();
} else if (activityNum == 4) {
wait();
} else if (activityNum == 5) {
}
}
}
function wait() {
}
function cameraMoveClockwise() {
currentAngle = currentAngle + 0.4;
_parent.cameraEye._rotation = currentAngle;
if (currentAngle < 5) {
gotoAndStop (2);
} else if ((currentAngle > 5) && (currentAngle < 15)) {
gotoAndStop (3);
} else if ((currentAngle > 15) && (currentAngle < 30)) {
gotoAndStop (4);
} else if ((currentAngle > 30) && (currentAngle < 40)) {
gotoAndStop (5);
} else if ((currentAngle > 40) && (currentAngle < 55)) {
gotoAndStop (6);
} else if ((currentAngle > 55) && (currentAngle < 70)) {
gotoAndStop (7);
} else if ((currentAngle > 70) && (currentAngle < 80)) {
gotoAndStop (8);
} else if (currentAngle > 80) {
gotoAndStop (9);
}
if (currentAngle > 85) {
currentAngle = 85;
_parent.cameraEye._rotation = currentAngle;
setNextActivity();
}
}
function cameraMoveAntiClockwise() {
currentAngle = currentAngle - 0.4;
_parent.cameraEye._rotation = currentAngle;
if (currentAngle < 5) {
gotoAndStop (2);
} else if ((currentAngle > 5) && (currentAngle < 15)) {
gotoAndStop (3);
} else if ((currentAngle > 15) && (currentAngle < 30)) {
gotoAndStop (4);
} else if ((currentAngle > 30) && (currentAngle < 40)) {
gotoAndStop (5);
} else if ((currentAngle > 40) && (currentAngle < 55)) {
gotoAndStop (6);
} else if ((currentAngle > 55) && (currentAngle < 70)) {
gotoAndStop (7);
} else if ((currentAngle > 70) && (currentAngle < 80)) {
gotoAndStop (8);
} else if (currentAngle > 80) {
gotoAndStop (9);
}
if (currentAngle < 5) {
currentAngle = 5;
_parent.cameraEye._rotation = currentAngle;
setNextActivity();
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye.vision.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye.vision.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye.vision.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye.vision._currentframe == 1) {
collided = true;
_parent.cameraEye.vision.gotoAndPlay(2);
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function setNextActivity() {
timerActivated = false;
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 4 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 4) {
timerActivated = true;
currentSec = 0;
maxSec = 5 * frameRate;
} else if (activityNum == 5) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 2;
var frameRate = 25;
var currentAngle = 0;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
Symbol 558 MovieClip Frame 2
stop();
Symbol 558 MovieClip Frame 3
stop();
Symbol 558 MovieClip Frame 4
stop();
Symbol 558 MovieClip Frame 5
stop();
Symbol 558 MovieClip Frame 6
stop();
Symbol 558 MovieClip Frame 7
stop();
Symbol 558 MovieClip Frame 8
stop();
Symbol 558 MovieClip Frame 9
stop();
Symbol 562 MovieClip Frame 3
stop();
Symbol 566 MovieClip Frame 3
stop();
Symbol 567 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
watchPc();
} else if (activityNum == 2) {
turnAround();
}
}
}
function watchPc() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if (this.hitTest(_local3._x, _local3._y, true)) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function turnAround() {
if (_currentframe != 3) {
gotoAndStop (3);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 4 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 2;
var frameRate = 25;
var collided = false;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
Symbol 567 MovieClip Frame 2
stop();
Symbol 567 MovieClip Frame 3
stop();
Symbol 574 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
watchPc();
} else if (activityNum == 2) {
turnAround();
}
}
}
function watchPc() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if ((this.hitTest(_local3._x, _local3._y, true) || (this.hitTest(_local3._x - 15, _local3._y, true))) || (this.hitTest(_local3._x + 15, _local3._y, true))) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function turnAround() {
if (_currentframe != 3) {
gotoAndStop (3);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 20;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 574 MovieClip Frame 2
stop();
Symbol 574 MovieClip Frame 3
stop();
Symbol 593 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_currentframe != 1) {
gotoAndStop (1);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if (this.hitTest(_local3._x, _local3._y, true)) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 593 MovieClip Frame 2
stop();
Symbol 604 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
talk();
} else if (activityNum == 2) {
watch();
}
}
}
function talk() {
if (_root.activateBoy) {
if (_currentframe != 2) {
gotoAndStop (2);
}
} else if (_currentframe != 3) {
gotoAndStop (3);
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if (this.hitTest(_local3._x, _local3._y, true)) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_root.activateBoy) {
if (_currentframe != 2) {
gotoAndStop (2);
}
} else if (_currentframe != 3) {
gotoAndStop (3);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 2) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var collided = false;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 604 MovieClip Frame 2
stop();
Symbol 604 MovieClip Frame 3
stop();
Symbol 640 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
moveCondition = "down";
moveDown();
} else if (activityNum == 2) {
moveCondition = "up";
downWait();
} else if (activityNum == 3) {
moveCondition = "up";
moveUp();
} else if (activityNum == 4) {
upWait();
}
}
}
function moveDown() {
if (_currentframe != 1) {
gotoAndStop (1);
}
this._y = this._y + 4;
if (this._y > 300) {
_root.activateBoy = true;
} else {
_root.activateBoy = false;
}
if (this._y >= 400) {
this._y = 400;
setNextActivity();
}
}
function downWait() {
if (_currentframe != 4) {
gotoAndStop (4);
}
if (this._y > 300) {
_root.activateBoy = true;
} else {
_root.activateBoy = false;
}
}
function upWait() {
if (_currentframe != 3) {
gotoAndStop (3);
}
}
function moveUp() {
if (_currentframe != 2) {
gotoAndStop (2);
}
this._y = this._y - 4;
if (this._y > 300) {
_root.activateBoy = true;
} else {
_root.activateBoy = false;
}
mask._y = mask._y + 5;
if (this._y <= 200) {
this._y = 200;
setNextActivity();
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if (this.hitTest(_local3._x, _local3._y, true)) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 4) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 5) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
_root.activateBoy = false;
var timerActivated = false;
var moveCondition = "down";
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 640 MovieClip Frame 2
stop();
Symbol 640 MovieClip Frame 3
stop();
Symbol 640 MovieClip Frame 4
stop();
Symbol 680 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
if (!collided) {
setNextActivity();
}
}
if (activityNum == 1) {
moveBack();
} else if (activityNum == 2) {
backWait();
} else if (activityNum == 3) {
moveFront();
} else if (activityNum == 4) {
frontWait();
}
}
}
function moveBack() {
if (_currentframe != 1) {
gotoAndStop (1);
}
this._x = this._x - 6;
if (this._x < 120) {
this._x = 120;
setNextActivity();
}
}
function backWait() {
if (_currentframe != 3) {
gotoAndStop (3);
}
}
function frontWait() {
if (_currentframe != 4) {
gotoAndStop (4);
}
}
function moveFront() {
if (_currentframe != 2) {
gotoAndStop (2);
}
this._x = this._x + 6;
if (this._x > 480) {
this._x = 480;
setNextActivity();
}
}
function checkCollision() {
var _local3 = _parent.Girl;
if (this.vision.hitTest(_local3._x, _local3._y, true)) {
if (this.vision._currentframe == 1) {
this.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_currentframe != 2) {
gotoAndStop (2);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 4) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 5) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var collided = false;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
Symbol 680 MovieClip Frame 2
stop();
Symbol 680 MovieClip Frame 3
stop();
Symbol 680 MovieClip Frame 4
stop();
Symbol 693 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye8._currentframe != 2) {
this.gotoAndStop(2);
_parent.swap6.gotoAndStop(2);
_parent.cameraEye8.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye8.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye8.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye8.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye8.vision._currentframe == 1) {
collided = true;
_parent.cameraEye8.vision.gotoAndPlay(2);
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye8._currentframe != 1) {
this.gotoAndStop(3);
_parent.swap6.gotoAndStop(3);
_parent.cameraEye8.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 693 MovieClip Frame 2
stop();
Symbol 693 MovieClip Frame 3
stop();
Symbol 696 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye7._currentframe != 2) {
this.gotoAndStop(3);
_parent.cameraEye7.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye7.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye7.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye7.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye7.vision._currentframe == 1) {
collided = true;
_parent.cameraEye7.vision.gotoAndPlay(2);
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye7._currentframe != 1) {
this.gotoAndStop(2);
_parent.cameraEye7.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 4 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 696 MovieClip Frame 2
stop();
Symbol 696 MovieClip Frame 3
stop();
Symbol 699 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye4._currentframe != 2) {
this.gotoAndStop(3);
_parent.cameraEye4.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye4.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye4.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye4.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye4.vision._currentframe == 1) {
_parent.cameraEye4.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye4._currentframe != 1) {
this.gotoAndStop(2);
_parent.cameraEye4.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var collided = false;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 699 MovieClip Frame 2
stop();
Symbol 699 MovieClip Frame 3
stop();
Symbol 704 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye3._currentframe != 2) {
this.gotoAndStop(2);
_parent.swap3.gotoAndStop(2);
_parent.cameraEye3.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye3.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye3.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye3.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye3.vision._currentframe == 1) {
_parent.cameraEye3.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye3._currentframe != 1) {
this.gotoAndStop(3);
_parent.swap3.gotoAndStop(3);
_parent.cameraEye3.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 4 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 704 MovieClip Frame 2
stop();
Symbol 704 MovieClip Frame 3
stop();
Symbol 717 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 2
stop();
Symbol 717 MovieClip Frame 3
stop();
Symbol 717 MovieClip Frame 4
stop();
Symbol 717 MovieClip Frame 5
stop();
Symbol 717 MovieClip Frame 6
stop();
Symbol 717 MovieClip Frame 7
stop();
Symbol 717 MovieClip Frame 8
stop();
Symbol 717 MovieClip Frame 9
stop();
Symbol 718 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
cameraMoveClockwise();
} else if (activityNum == 2) {
wait();
} else if (activityNum == 3) {
cameraMoveAntiClockwise();
} else if (activityNum == 4) {
wait();
} else if (activityNum == 5) {
}
}
}
function wait() {
}
function cameraMoveClockwise() {
currentAngle = currentAngle - 1.2;
_parent.cameraEye5._rotation = currentAngle;
if (currentAngle < -170) {
currentAngle = -170;
setNextActivity();
}
if (Math.abs(currentAngle) < 80) {
head.gotoAndStop(1);
} else if ((Math.abs(currentAngle) > 80) && (Math.abs(currentAngle) < 90)) {
head.gotoAndStop(2);
} else if ((Math.abs(currentAngle) > 90) && (Math.abs(currentAngle) < 100)) {
head.gotoAndStop(3);
} else if ((Math.abs(currentAngle) > 100) && (Math.abs(currentAngle) < 110)) {
head.gotoAndStop(4);
} else if ((Math.abs(currentAngle) > 110) && (Math.abs(currentAngle) < 120)) {
head.gotoAndStop(5);
} else if ((Math.abs(currentAngle) > 120) && (Math.abs(currentAngle) < 135)) {
head.gotoAndStop(6);
} else if ((Math.abs(currentAngle) > 135) && (Math.abs(currentAngle) < 150)) {
head.gotoAndStop(7);
} else if ((Math.abs(currentAngle) > 150) && (Math.abs(currentAngle) < 165)) {
head.gotoAndStop(8);
} else if ((Math.abs(currentAngle) > 165) && (Math.abs(currentAngle) < 180)) {
head.gotoAndStop(9);
}
}
function cameraMoveAntiClockwise() {
currentAngle = currentAngle + 1.2;
_parent.cameraEye5._rotation = currentAngle;
if (currentAngle > -60) {
currentAngle = -60;
setNextActivity();
}
if (Math.abs(currentAngle) < 80) {
head.gotoAndStop(1);
} else if ((Math.abs(currentAngle) > 80) && (Math.abs(currentAngle) < 90)) {
head.gotoAndStop(2);
} else if ((Math.abs(currentAngle) > 90) && (Math.abs(currentAngle) < 100)) {
head.gotoAndStop(3);
} else if ((Math.abs(currentAngle) > 100) && (Math.abs(currentAngle) < 110)) {
head.gotoAndStop(4);
} else if ((Math.abs(currentAngle) > 110) && (Math.abs(currentAngle) < 120)) {
head.gotoAndStop(5);
} else if ((Math.abs(currentAngle) > 120) && (Math.abs(currentAngle) < 135)) {
head.gotoAndStop(6);
} else if ((Math.abs(currentAngle) > 135) && (Math.abs(currentAngle) < 150)) {
head.gotoAndStop(7);
} else if ((Math.abs(currentAngle) > 150) && (Math.abs(currentAngle) < 165)) {
head.gotoAndStop(8);
} else if ((Math.abs(currentAngle) > 165) && (Math.abs(currentAngle) < 180)) {
head.gotoAndStop(9);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if (_parent.cameraEye5.hitTest(_local2._x, _local2._y, true)) {
if (_parent.cameraEye5.vision._currentframe == 1) {
_parent.cameraEye5.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function setNextActivity() {
timerActivated = false;
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = (1 * frameRate) - 2;
maxSec = 1 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 4) {
timerActivated = true;
currentSec = (1 * frameRate) - 2;
maxSec = 1 * frameRate;
} else if (activityNum == 5) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 2;
var frameRate = 25;
var currentAngle = -60;
var activityNum = 0;
var timerActivated = false;
var collided = false;
var activityInProgress = true;
var currentActivity = 0;
Symbol 720 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
cameraMoveClockwise();
} else if (activityNum == 2) {
wait();
} else if (activityNum == 3) {
cameraMoveAntiClockwise();
} else if (activityNum == 4) {
wait();
} else if (activityNum == 5) {
}
}
}
function wait() {
}
function cameraMoveClockwise() {
currentAngle = currentAngle - 0.8;
_parent.cameraEye6._rotation = currentAngle;
if (currentAngle < -80) {
currentAngle = -80;
setNextActivity();
}
if (Math.abs(currentAngle) < 40) {
head.gotoAndStop(8);
} else if ((Math.abs(currentAngle) > 45) && (Math.abs(currentAngle) < 50)) {
head.gotoAndStop(7);
} else if ((Math.abs(currentAngle) > 50) && (Math.abs(currentAngle) < 55)) {
head.gotoAndStop(6);
} else if ((Math.abs(currentAngle) > 55) && (Math.abs(currentAngle) < 60)) {
head.gotoAndStop(5);
} else if ((Math.abs(currentAngle) > 60) && (Math.abs(currentAngle) < 65)) {
head.gotoAndStop(4);
} else if ((Math.abs(currentAngle) > 65) && (Math.abs(currentAngle) < 70)) {
head.gotoAndStop(3);
} else if ((Math.abs(currentAngle) > 70) && (Math.abs(currentAngle) < 75)) {
head.gotoAndStop(2);
} else if ((Math.abs(currentAngle) > 75) && (Math.abs(currentAngle) < 80)) {
head.gotoAndStop(1);
}
}
function cameraMoveAntiClockwise() {
currentAngle = currentAngle + 0.8;
_parent.cameraEye6._rotation = currentAngle;
if (currentAngle > -40) {
currentAngle = -40;
setNextActivity();
}
if (Math.abs(currentAngle) < 40) {
head.gotoAndStop(8);
} else if ((Math.abs(currentAngle) > 45) && (Math.abs(currentAngle) < 50)) {
head.gotoAndStop(7);
} else if ((Math.abs(currentAngle) > 50) && (Math.abs(currentAngle) < 55)) {
head.gotoAndStop(6);
} else if ((Math.abs(currentAngle) > 55) && (Math.abs(currentAngle) < 60)) {
head.gotoAndStop(5);
} else if ((Math.abs(currentAngle) > 60) && (Math.abs(currentAngle) < 65)) {
head.gotoAndStop(4);
} else if ((Math.abs(currentAngle) > 65) && (Math.abs(currentAngle) < 70)) {
head.gotoAndStop(3);
} else if ((Math.abs(currentAngle) > 70) && (Math.abs(currentAngle) < 75)) {
head.gotoAndStop(2);
} else if ((Math.abs(currentAngle) > 75) && (Math.abs(currentAngle) < 80)) {
head.gotoAndStop(1);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if (_parent.cameraEye6.hitTest(_local2._x, _local2._y, true)) {
if (_parent.cameraEye6.vision._currentframe == 1) {
_parent.cameraEye6.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function setNextActivity() {
timerActivated = false;
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 4 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
} else if (activityNum == 4) {
timerActivated = true;
currentSec = 0;
maxSec = 5 * frameRate;
} else if (activityNum == 5) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 2;
var frameRate = 25;
var currentAngle = -40;
var collided = false;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
Symbol 723 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye1._currentframe != 2) {
this.gotoAndStop(3);
_parent.cameraEye1.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if (_parent.cameraEye1._currentframe == 1) {
if ((_parent.cameraEye1.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye1.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye1.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye1.vision._currentframe == 1) {
_parent.cameraEye1.vision.gotoAndPlay(2);
collided = true;
}
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye1._currentframe != 1) {
this.gotoAndStop(2);
_parent.cameraEye1.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var collided = false;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 723 MovieClip Frame 2
stop();
Symbol 723 MovieClip Frame 3
stop();
Symbol 731 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
watch();
} else if (activityNum == 2) {
snooze();
}
}
}
function snooze() {
if (_parent.cameraEye2._currentframe != 2) {
this.gotoAndStop(3);
_parent.cameraEye2.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye2.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye2.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye2.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye2.vision._currentframe == 1) {
_parent.cameraEye2.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye2._currentframe != 1) {
this.gotoAndStop(2);
_parent.cameraEye2.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 731 MovieClip Frame 2
stop();
Symbol 731 MovieClip Frame 3
stop();
Symbol 734 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye9._currentframe != 2) {
this.gotoAndStop(3);
_parent.cameraEye9.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye9.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye9.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye9.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye9.vision._currentframe == 1) {
_parent.cameraEye9.vision.gotoAndPlay(2);
collided = true;
}
}
if (collided) {
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye9._currentframe != 1) {
this.gotoAndStop(2);
_parent.cameraEye9.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 1 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var collided = false;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 734 MovieClip Frame 2
stop();
Symbol 734 MovieClip Frame 3
stop();
Symbol 737 MovieClip Frame 1
function activityManager() {
checkCollision();
if (activityInProgress) {
if (timerActivated) {
currentSec++;
if ((currentSec % maxSec) == 0) {
timerActivated = false;
currentSec = 0;
setNextActivity();
}
}
if (activityNum == 0) {
setNextActivity();
}
if (activityNum == 1) {
snooze();
} else if (activityNum == 2) {
watch();
}
}
}
function snooze() {
if (_parent.cameraEye10._currentframe != 2) {
this.gotoAndStop(3);
_parent.cameraEye10.gotoAndStop(2);
}
}
function checkCollision() {
var _local2 = _parent.Girl;
if ((_parent.cameraEye10.hitTest(_local2._x, _local2._y, true) || (_parent.cameraEye10.hitTest(_local2._x - 10, _local2._y, true))) || (_parent.cameraEye10.hitTest(_local2._x + 10, _local2._y, true))) {
if (_parent.cameraEye10.vision._currentframe == 1) {
_parent.cameraEye10.vision.gotoAndPlay(2);
}
_parent._parent.levelFail();
}
}
function watch() {
if (_parent.cameraEye10._currentframe != 1) {
this.gotoAndStop(2);
_parent.cameraEye10.gotoAndStop(1);
}
}
function setNextActivity() {
activityNum++;
activityInProgress = true;
if (activityNum == 1) {
timerActivated = true;
currentSec = 0;
maxSec = 2 * frameRate;
} else if (activityNum == 2) {
timerActivated = true;
currentSec = 0;
maxSec = 3 * frameRate;
} else if (activityNum == 3) {
timerActivated = false;
currentSec = 0;
activityNum = 0;
}
}
var currentSec = 0;
var maxSec = 10;
var frameRate = 25;
var activityNum = 0;
var timerActivated = false;
var activityInProgress = true;
var currentActivity = 0;
stop();
stop();
Symbol 737 MovieClip Frame 2
stop();
Symbol 737 MovieClip Frame 3
stop();
Symbol 740 MovieClip Frame 1
function resetLevel1Depth() {
trace("calling reset depth");
cupboard.removeMovieClip();
bed1.removeMovieClip();
bed2.removeMovieClip();
depth1Swapper.removeMovieClip();
}
function resetLevel2Depth() {
block.removeMovieClip();
book.removeMovieClip();
table1.removeMovieClip();
table2.removeMovieClip();
faculty.removeMovieClip();
table3.removeMovieClip();
table4.removeMovieClip();
table5.removeMovieClip();
depth2Swapper.removeMovieClip();
}
function resetLevel3Depth() {
mc_table1_3.removeMovieClip();
mc_table2_3.removeMovieClip();
mc_girl1_3.removeMovieClip();
professor.removeMovieClip();
depth3Swapper.removeMovieClip();
}
function resetLevel4Depth() {
cube1.removeMovieClip();
cube2.removeMovieClip();
cafeGirl.removeMovieClip();
depth4Swapper.removeMovieClip();
}
Girl._x = 17.8;
Girl._y = 180;
Girl._xscale = (Girl._yscale = 80);
_root.playLevelSound();
stop();
Instance of Symbol 343 MovieClip "depth1Swapper" in Symbol 740 MovieClip Frame 1
onClipEvent (load) {
_parent.cupboard.swapDepths(8);
_parent.bed1.swapDepths(5);
_parent.bed2.swapDepths(3);
_parent.Girl.swapDepths(6);
_parent.mc_levelUp.swapDepths(20);
}
onClipEvent (enterFrame) {
if (_root.level == 1) {
if (_parent.Girl._y > 400) {
_parent.Girl.swapDepths(7);
} else {
_parent.Girl.swapDepths(6);
}
}
}
Symbol 740 MovieClip Frame 2
Girl._x = 603.8;
Girl._y = 490;
Girl._xscale = (Girl._yscale = 76);
_root.playLevelSound();
resetLevel1Depth();
stop();
Instance of Symbol 343 MovieClip "depth2Swapper" in Symbol 740 MovieClip Frame 2
onClipEvent (load) {
_parent.block.swapDepths(20);
_parent.book.swapDepths(18);
_parent.table1.swapDepths(16);
_parent.table2.swapDepths(14);
_parent.faculty.swapDepths(12);
_parent.table3.swapDepths(10);
_parent.table4.swapDepths(8);
_parent.table5.swapDepths(6);
_parent.Girl.swapDepths(25);
_parent.mc_levelUp.swapDepths(30);
}
onClipEvent (enterFrame) {
if (_root.level == 2) {
if ((_parent.Girl._y > 380) && (_parent.Girl._y < 480)) {
_parent.Girl.swapDepths(13);
} else if ((_parent.Girl._y < 380) && (_parent.Girl._y > 250)) {
_parent.Girl.swapDepths(7);
} else {
_parent.Girl.swapDepths(25);
}
}
}
Symbol 740 MovieClip Frame 3
Girl._x = 23.8;
Girl._y = 490;
Girl._xscale = (Girl._yscale = 76);
_root.playLevelSound();
resetLevel2Depth();
stop();
Instance of Symbol 343 MovieClip "depth3Swapper" in Symbol 740 MovieClip Frame 3
onClipEvent (load) {
_parent.mc_table1_3.swapDepths(20);
_parent.mc_table2_3.swapDepths(16);
_parent.mc_girl1_3.swapDepths(17);
_parent.professor.swapDepths(14);
_parent.Girl.swapDepths(25);
_parent.mc_levelUp.swapDepths(30);
}
onClipEvent (enterFrame) {
if (_root.level == 3) {
if ((_parent.Girl._y > 250) && (_parent.Girl._y < 370)) {
_parent.Girl.swapDepths(15);
} else if ((_parent.Girl._y > 400) && (_parent.Girl._y < 480)) {
_parent.Girl.swapDepths(19);
} else {
_parent.Girl.swapDepths(25);
}
}
}
Symbol 740 MovieClip Frame 4
Girl._x = 595;
Girl._y = 215;
Girl._xscale = (Girl._yscale = 90);
_root.playLevelSound();
resetLevel3Depth();
stop();
Instance of Symbol 343 MovieClip "depth4Swapper" in Symbol 740 MovieClip Frame 4
onClipEvent (load) {
_parent.cafeGirl.swapDepths(18);
_parent.cube1.swapDepths(15);
_parent.cube2.swapDepths(12);
_parent.Girl.swapDepths(10);
_parent.mc_levelUp.swapDepths(30);
}
onClipEvent (enterFrame) {
if (_root.level == 4) {
if (_parent.Girl._y > 400) {
_parent.Girl.swapDepths(16);
} else {
_parent.Girl.swapDepths(10);
}
}
}
Symbol 740 MovieClip Frame 5
stopAllSounds();
resetLevel4Depth();
Girl._x = 315;
Girl._y = 107;
Girl._xscale = (Girl._yscale = 75);
_root.playLevelSound();
stop();
Instance of Symbol 696 MovieClip "char7" in Symbol 740 MovieClip Frame 5
onClipEvent (load) {
initDepth = this.getDepth();
}
onClipEvent (enterFrame) {
if ((_parent.Girl._y > (this._y - (this._height / 2))) && (_parent.Girl._y < (this._y + (this._height / 2)))) {
this.swapDepths(initDepth);
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (load) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = false;
_root.girlSwapUp = true;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (load) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = false;
_root.girlSwapUp = true;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (load) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = false;
_root.girlSwapUp = true;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (load) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = true;
_root.girlSwapUp = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_root.girlSwapDown = false;
_root.girlSwapUp = true;
}
}
Instance of Symbol 343 MovieClip "depth5Swapper" in Symbol 740 MovieClip Frame 5
onClipEvent (load) {
_parent.char10.swapDepths(28);
_parent.char9.swapDepths(25);
_parent.char1.swapDepths(20);
_parent.char2.swapDepths(22);
_parent.table1_5.swapDepths(18);
_parent.char3.swapDepths(16);
_parent.char4.swapDepths(14);
_parent.char8.swapDepths(10);
_parent.char7.swapDepths(12);
_parent.Girl.swapDepths(4);
_parent.char6.swapDepths(8);
_parent.char5.swapDepths(6);
_parent.mc_levelUp.swapDepths(30);
}
onClipEvent (enterFrame) {
if (_root.level == 4) {
if (_parent.Girl._y > 420) {
_parent.Girl.swapDepths(16);
} else {
_parent.Girl.swapDepths(10);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_parent.Girl.swapDepths(4);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_parent.Girl.swapDepths(17);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl)) {
_parent.Girl.swapDepths(4);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_parent.Girl.swapDepths(17);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_parent.Girl.swapDepths(4);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_parent.Girl.swapDepths(4);
}
}
}
Instance of Symbol 343 MovieClip in Symbol 740 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.level == 5) {
if (this.hitTest(_parent.Girl._x, _parent.Girl._y, true)) {
_parent.Girl.swapDepths(4);
}
}
}
Symbol 753 MovieClip Frame 44
stop();
Symbol 778 MovieClip Frame 44
stop();