Frame 1
fscommand ("showmenu", "false");
Stage.scaleMode = "noScale";
_root.gameID_str = "1425";
_root.main_link = "http://www.2DPlay.com/index.php?gameid=" + gameID_str;
_root.downloadgame_link = "http://www.2DPlay.com/downloadgame.php?gameid=" + gameID_str;
_root.scores_link = ("http://www.2Dplay.com/highscores.php?gameid=" + gameID_str) + "&hiscore=";
_root.viewscores_link = "http://www.2dplay.com/showscores.php?gameid=" + gameID_str;
_root.freecontent_link = "http://www.2dplay.com/freecontent.htm";
Frame 2
stop();
_root.instructions = 0;
Frame 3
function hex_md5(s) {
return(binl2hex(core_md5(str2binl(s), s.length * chrsz)));
}
function b64_md5(s) {
return(binl2b64(core_md5(str2binl(s), s.length * chrsz)));
}
function str_md5(s) {
return(binl2str(core_md5(str2binl(s), s.length * chrsz)));
}
function hex_hmac_md5(key, data) {
return(binl2hex(core_hmac_md5(key, data)));
}
function b64_hmac_md5(key, data) {
return(binl2b64(core_hmac_md5(key, data)));
}
function str_hmac_md5(key, data) {
return(binl2str(core_hmac_md5(key, data)));
}
function md5_vm_test() {
return(hex_md5("abc") == "900150983cd24fb0d6963f7d28e17f72");
}
function core_md5(x, len) {
x[len >> 5] = x[len >> 5] | (128 << (len % 32));
x[(((len + 64) >>> 9) << 4) + 14] = len;
var _local4 = 1732584193 /* 0x67452301 */;
var _local3 = -271733879;
var _local2 = -1732584194;
var _local1 = 271733878 /* 0x10325476 */;
var _local5 = 0;
while (_local5 < x.length) {
var _local10 = _local4;
var _local9 = _local3;
var _local8 = _local2;
var _local7 = _local1;
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 0], 7, -680876936);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 1], 12, -389564586);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 2], 17, 606105819);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 3], 22, -1044525330);
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 4], 7, -176418897);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 5], 12, 1200080426);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 6], 17, -1473231341);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 7], 22, -45705983);
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 8], 7, 1770035416);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 9], 12, -1958414417);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 10], 17, -42063);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 11], 22, -1990404162);
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 12], 7, 1804603682);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 13], 12, -40341101);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 14], 17, -1502002290);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 15], 22, 1236535329);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 1], 5, -165796510);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 6], 9, -1069501632);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 11], 14, 643717713);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 0], 20, -373897302);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 5], 5, -701558691);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 10], 9, 38016083);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 15], 14, -660478335);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 4], 20, -405537848);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 9], 5, 568446438);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 14], 9, -1019803690);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 3], 14, -187363961);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 8], 20, 1163531501);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 13], 5, -1444681467);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 2], 9, -51403784);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 7], 14, 1735328473);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 12], 20, -1926607734);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 5], 4, -378558);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 8], 11, -2022574463);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 11], 16, 1839030562);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 14], 23, -35309556);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 1], 4, -1530992060);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 4], 11, 1272893353);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 7], 16, -155497632);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 10], 23, -1094730640);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 13], 4, 681279174);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 0], 11, -358537222);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 3], 16, -722521979);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 6], 23, 76029189);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 9], 4, -640364487);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 12], 11, -421815835);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 15], 16, 530742520);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 2], 23, -995338651);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 0], 6, -198630844);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 7], 10, 1126891415);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 14], 15, -1416354905);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 5], 21, -57434055);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 12], 6, 1700485571);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 3], 10, -1894986606);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 10], 15, -1051523);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 1], 21, -2054922799);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 8], 6, 1873313359);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 15], 10, -30611744);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 6], 15, -1560198380);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 13], 21, 1309151649);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 4], 6, -145523070);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 11], 10, -1120210379);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 2], 15, 718787259);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 9], 21, -343485551);
_local4 = safe_add(_local4, _local10);
_local3 = safe_add(_local3, _local9);
_local2 = safe_add(_local2, _local8);
_local1 = safe_add(_local1, _local7);
_local5 = _local5 + 16;
}
return(Array(_local4, _local3, _local2, _local1));
}
function md5_cmn(q, a, b, x, s, t) {
return(safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b));
}
function md5_ff(a, b, c, d, x, s, t) {
return(md5_cmn((b & c) | ((~b) & d), a, b, x, s, t));
}
function md5_gg(a, b, c, d, x, s, t) {
return(md5_cmn((b & d) | (c & (~d)), a, b, x, s, t));
}
function md5_hh(a, b, c, d, x, s, t) {
return(md5_cmn((b ^ c) ^ d, a, b, x, s, t));
}
function md5_ii(a, b, c, d, x, s, t) {
return(md5_cmn(c ^ (b | (~d)), a, b, x, s, t));
}
function core_hmac_md5(key, data) {
var _local2 = str2binl(key);
if (_local2.length > 16) {
_local2 = core_md5(_local2, key.length * chrsz);
}
var _local3 = Array(16);
var _local4 = Array(16);
var _local1 = 0;
while (_local1 < 16) {
_local3[_local1] = _local2[_local1] ^ 909522486;
_local4[_local1] = _local2[_local1] ^ 1549556828;
_local1++;
}
var _local5 = core_md5(_local3.concat(str2binl(data)), 512 + (data.length * chrsz));
return(core_md5(_local4.concat(_local5), 640));
}
function safe_add(x, y) {
var _local1 = (x & 65535) + (y & 65535);
var _local2 = ((x >> 16) + (y >> 16)) + (_local1 >> 16);
return((_local2 << 16) | (_local1 & 65535));
}
function bit_rol(num, cnt) {
return((num << cnt) | (num >>> (32 - cnt)));
}
function str2binl(str) {
var _local3 = Array();
var _local4 = (1 << chrsz) - 1;
var _local1 = 0;
while (_local1 < (str.length * chrsz)) {
_local3[_local1 >> 5] = _local3[_local1 >> 5] | ((str.charCodeAt(_local1 / chrsz) & _local4) << (_local1 % 32));
_local1 = _local1 + chrsz;
}
return(_local3);
}
function binl2str(bin) {
var _local3 = "";
var _local4 = (1 << chrsz) - 1;
var _local1 = 0;
while (_local1 < (bin.length * 32)) {
_local3 = _local3 + String.fromCharCode((bin[_local1 >> 5] >>> (_local1 % 32)) & _local4);
_local1 = _local1 + chrsz;
}
return(_local3);
}
function binl2hex(binarray) {
var _local3 = (hexcase ? "0123456789ABCDEF" : "0123456789abcdef");
var _local4 = "";
var _local1 = 0;
while (_local1 < (binarray.length * 4)) {
_local4 = _local4 + (_local3.charAt((binarray[_local1 >> 2] >> (((_local1 % 4) * 8) + 4)) & 15) + _local3.charAt((binarray[_local1 >> 2] >> ((_local1 % 4) * 8)) & 15));
_local1++;
}
return(_local4);
}
function binl2b64(binarray) {
var _local6 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var _local4 = "";
var _local2 = 0;
while (_local2 < (binarray.length * 4)) {
var _local5 = ((((binarray[_local2 >> 2] >> (8 * (_local2 % 4))) & 255) << 16) | (((binarray[(_local2 + 1) >> 2] >> (8 * ((_local2 + 1) % 4))) & 255) << 8)) | ((binarray[(_local2 + 2) >> 2] >> (8 * ((_local2 + 2) % 4))) & 255);
var _local1 = 0;
while (_local1 < 4) {
if (((_local2 * 8) + (_local1 * 6)) > (binarray.length * 32)) {
_local4 = _local4 + b64pad;
} else {
_local4 = _local4 + _local6.charAt((_local5 >> (6 * (3 - _local1))) & 63);
}
_local1++;
}
_local2 = _local2 + 3;
}
return(_local4);
}
var hexcase = 0;
var b64pad = "";
var chrsz = 8;
this.splash.submitScore_btn.onRelease = function () {
var _local2 = _root.hex_md5(((("gameid=" + _root.gameID_str) + "&hiscore=") + _root.total_score) + "2DPlay.com/");
getURL (String(((_root.scores_link + _root.total_score) + "&hash=") + _local2), "_blank");
};
this.splash.viewScores_btn.onRelease = function () {
getURL (_root.viewscores_link, "_blank");
};
i = 0;
while (i < 200) {
removeMovieClip(eval ("_root.malteada" + i));
removeMovieClip(eval ("_root.hamburguesa" + i));
removeMovieClip(eval ("_root.botin" + i));
removeMovieClip(eval ("_root.ball" + i));
i++;
}
removeMovieClip(_root.goal);
_root.meters = 0;
Frame 6
stop();
Instance of Symbol 3 MovieClip "mc02" in Frame 6
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - _root.acceleration) + _root.speed;
if (this._x < 221) {
this._x = 371;
_parent.mc03._x = 985;
}
}
}
Instance of Symbol 3 MovieClip "mc01" in Frame 6
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - _root.acceleration) + _root.speed;
if (this._x < 188) {
this._x = 338;
_parent.mc04._x = 847;
}
if (this._x < 260) {
alpha = (this._x - 188) * 2;
} else {
alpha = 100 - (this._x - 240);
}
}
_parent.clear();
_parent.beginFill(3381504, alpha);
_parent.moveTo(this._x, this._y);
_parent.lineTo(_parent.mc01._x, _parent.mc01._y);
_parent.lineTo(_parent.mc02._x, _parent.mc02._y);
_parent.lineTo(_parent.mc03._x, _parent.mc03._y);
_parent.lineTo(_parent.mc04._x, _parent.mc04._y);
_parent.lineTo(this._x, this._y);
_parent.endFill();
}
Instance of Symbol 3 MovieClip "mc03" in Frame 6
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - (_root.acceleration * 8)) + (_root.speed * 8);
}
}
Instance of Symbol 3 MovieClip "mc04" in Frame 6
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - (_root.acceleration * 8)) + (_root.speed * 8);
}
}
Instance of Symbol 198 MovieClip "ron" in Frame 6
onClipEvent (load) {
function getKey() {
if (Key.isDown(38) && (this._currentframe == 1)) {
this.gotoAndStop(2);
}
if (Key.isDown(40) && (this._currentframe == 1)) {
this.gotoAndStop(3);
}
}
currentMalteadas = 1;
currentHamburguesas = 1;
currentBotines = 1;
currentBalls = 1;
arcopass = false;
}
onClipEvent (enterFrame) {
if (!_root.stopGame) {
getKey();
}
if (this._x < -140) {
_root.gotoAndStop("lose");
}
if ((Math.floor(_root.meters) == 400) && (!_root.ronaldoahead)) {
_root.gotoAndStop("lose");
}
if (!_root.ronaldoahead) {
this._x = this._x - _root.speed;
}
if (currentMalteadas <= _root.totalMalteadas) {
i = currentMalteadas - 1;
while (i <= _root.totalMalteadas) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayMalteadas[i])) {
_root.attachMovie("malteada", "malteada" + currentMalteadas, _root.getNextHighestDepth(), {_x:620, _y:320});
currentMalteadas++;
}
i++;
}
}
if (currentHamburguesas <= _root.totalHamburguesas) {
i = currentHamburguesas - 1;
while (i <= _root.totalHamburguesas) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayHamburguesas[i])) {
_root.attachMovie("hamburguesa", "hamburguesa" + currentHamburguesas, _root.getNextHighestDepth(), {_x:620, _y:320});
currentHamburguesas++;
}
i++;
}
}
if (currentBotines <= _root.totalBotines) {
i = currentBotines - 1;
while (i <= _root.totalBotines) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayBotines[i])) {
_root.attachMovie("botin", "botin" + currentBotines, _root.getNextHighestDepth(), {_x:620, _y:320});
currentBotines++;
}
i++;
}
}
if (currentBalls <= _root.totalBalls) {
i = currentBalls - 1;
while (i <= _root.totalBalls) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayBalls[i])) {
_root.attachMovie("ball", "ball" + currentBalls, _root.getNextHighestDepth(), {_x:620, _y:320});
currentBalls++;
}
i++;
}
}
if ((Math.floor(_root.meters) == (_root.totaldistance * 4)) && (!arcopass)) {
_root.attachMovie("goal", "goal", _root.getNextHighestDepth(), {_x:620, _y:320});
arcopass = true;
}
}
onClipEvent (mouseDown) {
if ((_root._ymouse < 180) && (this._currentframe == 1)) {
this.gotoAndStop(2);
}
if ((_root._ymouse > 280) && (this._currentframe == 1)) {
this.gotoAndStop(3);
}
}
Frame 7
_root.meters = 0;
_root.totaldistance = 100;
_root.timeT = 0;
_root.speed = 0;
_root.acceleration = 10;
_root.backpower = 1;
_root.ronaldoahead = true;
_root.eating = false;
_root.glow = true;
_root.stopGame = false;
_root.totalpoints = 100;
_root.addpoints = 10;
_root.pointsToGoal = 120;
stop();
Instance of Symbol 232 MovieClip in Frame 7
/* no clip actions */
Instance of Symbol 246 MovieClip "crespo" in Frame 7
onClipEvent (enterFrame) {
if (_root.ronaldoahead) {
this._x = this._x + _root.speed;
}
if (this._x > 174.5) {
_root.ronaldoahead = false;
if (_root.ronaldo._x > 195) {
_root.ronaldoahead = true;
}
}
if (_root.stopGame) {
this.gotoAndStop(8);
}
}
Instance of Symbol 281 MovieClip "ronaldo" in Frame 7
onClipEvent (load) {
function getKey() {
if (Key.isDown(38) && (this._currentframe == 1)) {
this.gotoAndStop(2);
}
if (Key.isDown(40) && (this._currentframe == 1)) {
this.gotoAndStop(3);
}
}
currentMalteadas = 1;
currentHamburguesas = 1;
currentBotines = 1;
currentBalls = 1;
arcopass = false;
}
onClipEvent (enterFrame) {
if (!_root.stopGame) {
_root.timeT = _root.timeT + 0.0333333333333333;
_root.meters = (_root.meters + 0.111111111111111) - (_root.speed / 30);
getKey();
}
if (this._x < -140) {
_root.gotoAndStop("lose");
}
if ((Math.floor(_root.meters) == 400) && (!_root.ronaldoahead)) {
_root.gotoAndStop("lose");
}
if (!_root.ronaldoahead) {
this._x = this._x - _root.speed;
}
if (currentMalteadas <= _root.totalMalteadas) {
i = currentMalteadas - 1;
while (i <= _root.totalMalteadas) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayMalteadas[i])) {
_root.attachMovie("malteada", "malteada" + currentMalteadas, _root.getNextHighestDepth(), {_x:620, _y:320});
currentMalteadas++;
}
i++;
}
}
if (currentHamburguesas <= _root.totalHamburguesas) {
i = currentHamburguesas - 1;
while (i <= _root.totalHamburguesas) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayHamburguesas[i])) {
_root.attachMovie("hamburguesa", "hamburguesa" + currentHamburguesas, _root.getNextHighestDepth(), {_x:620, _y:320});
currentHamburguesas++;
}
i++;
}
}
if (currentBotines <= _root.totalBotines) {
i = currentBotines - 1;
while (i <= _root.totalBotines) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayBotines[i])) {
_root.attachMovie("botin", "botin" + currentBotines, _root.getNextHighestDepth(), {_x:620, _y:320});
currentBotines++;
}
i++;
}
}
if (currentBalls <= _root.totalBalls) {
i = currentBalls - 1;
while (i <= _root.totalBalls) {
if (Math.floor(_root.meters) == Math.floor(_root.arrayBalls[i])) {
_root.attachMovie("ball", "ball" + currentBalls, _root.getNextHighestDepth(), {_x:620, _y:320});
currentBalls++;
}
i++;
}
}
if ((Math.floor(_root.meters) == (_root.totaldistance * 4)) && (!arcopass)) {
_root.attachMovie("goal", "goal", _root.getNextHighestDepth(), {_x:620, _y:320});
arcopass = true;
}
}
onClipEvent (mouseDown) {
if ((_root._ymouse < 180) && (this._currentframe == 1)) {
this.gotoAndStop(2);
}
if ((_root._ymouse > 280) && (this._currentframe == 1)) {
this.gotoAndStop(3);
}
}
Frame 8
i = 0;
while (i < 200) {
removeMovieClip(eval ("_root.malteada" + i));
removeMovieClip(eval ("_root.hamburguesa" + i));
removeMovieClip(eval ("_root.botin" + i));
removeMovieClip(eval ("_root.ball" + i));
i++;
}
removeMovieClip(_root.goal);
_root.meters = 0;
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [goal] Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._parent._x = (this._parent._x - _root.acceleration) + _root.speed;
}
if (this._parent._x <= 370) {
_root.stopGame = true;
if (_root.ronaldoahead) {
_root.ronaldo.gotoAndStop(4);
} else {
_root.gotoAndStop("lose");
}
}
}
Symbol 10 MovieClip Frame 26
_parent.removeMovieClip();
Symbol 11 MovieClip [ball] Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 11 MovieClip [ball] Frame 1
onClipEvent (enterFrame) {
this._parent._x = (this._parent._x - _root.acceleration) + _root.speed;
if (this._parent._x < -140) {
this._parent.removeMovieClip();
}
if (this._parent.hitClip.hitTest(_root.ronaldo.ron.hitClip)) {
_parent.gotoAndStop(2);
}
if (this._parent.hitClip.hitTest(_root.crespo.hitClip)) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 3 MovieClip in Symbol 14 MovieClip [botin] Frame 1
onClipEvent (enterFrame) {
this._parent._x = (this._parent._x - _root.acceleration) + _root.speed;
if (this._parent._x < -140) {
this._parent.removeMovieClip();
}
if (this._parent.hitClip.hitTest(_root.ronaldo.ron.hitClip)) {
this._parent._x = -200;
_root.speed = -_root.backpower;
_root.statusSetback.gotoAndPlay(2);
_root.glow = true;
_root.glowRonaldo.gotoAndPlay(2);
_root.totalpoints = _root.totalpoints + _root.addpoints;
}
}
Instance of Symbol 3 MovieClip in Symbol 16 MovieClip [hamburguesa] Frame 1
onClipEvent (enterFrame) {
this._parent._x = (this._parent._x - _root.acceleration) + _root.speed;
if (this._parent._x < -140) {
this._parent.removeMovieClip();
}
if (this._parent.hitClip.hitTest(_root.ronaldo.ron.hitClip)) {
this._parent._x = -200;
_root.speed = _root.backpower;
_root.statusSetback.gotoAndPlay(2);
_root.ronaldo.morfa.gotoAndPlay(2);
_root.eating = true;
_root.totalpoints = _root.totalpoints - _root.addpoints;
if (_root.totalpoints < 0) {
_root.totalpoints = 0;
}
}
}
Instance of Symbol 3 MovieClip in Symbol 18 MovieClip [malteada] Frame 1
onClipEvent (enterFrame) {
this._parent._x = (this._parent._x - _root.acceleration) + _root.speed;
if (this._parent._x < -140) {
this._parent.removeMovieClip();
}
if (this._parent.hitClip.hitTest(_root.ronaldo.ron.hitClip)) {
this._parent._x = -200;
_root.speed = _root.backpower;
_root.statusSetback.gotoAndPlay(2);
_root.ronaldo.morfa.gotoAndPlay(2);
_root.eating = true;
_root.totalpoints = _root.totalpoints - _root.addpoints;
if (_root.totalpoints < 0) {
_root.totalpoints = 0;
}
}
}
Symbol 25 MovieClip Frame 1
var gameBytesTotal = 0;
var gameBytesLoaded = 0;
var percent = 0;
Symbol 25 MovieClip Frame 3
gameBytesTotal = _root.getBytesTotal();
gameBytesLoaded = _root.getBytesLoaded();
percent = Math.round((gameBytesLoaded / gameBytesTotal) * 100);
bar.loadbar._xscale = percent;
if (((gameBytesLoaded >= gameBytesTotal) && (gameBytesTotal > 0)) && (_root.logo._currentframe >= _root.logo._totalframes)) {
_root.gotoAndStop("startgame");
stop();
} else {
gotoAndPlay ("preload");
}
Symbol 29 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 99 MovieClip Frame 1
_root.loading._visible = false;
Symbol 99 MovieClip Frame 207
_root.loading._visible = true;
stop();
Symbol 108 Button
on (press) {
getURL (_root.main_link, "_blank");
}
Symbol 127 Button
on (release) {
_root.gotoAndStop(4);
}
Symbol 131 Button
on (release) {
getURL (_root.viewscores_link, "_blank");
}
Symbol 134 Button
on (release) {
getURL (_root.freecontent_link, "_blank");
}
Symbol 137 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 139 Button
on (release) {
getURL (_root.downloadgame_link, "_blank");
}
Symbol 144 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 154 Button
on (release) {
_root.instructions++;
if (_root._currentframe == 4) {
_root.gotoAndStop(5);
}
if (_root._currentframe == 5) {
_root.gotoAndStop(6);
}
}
Symbol 157 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 189 MovieClip Frame 15
_root.eating = false;
Symbol 192 MovieClip Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ronaldoahead && (!_root.eating)) {
_parent.gotoAndStop(1);
}
if ((!_root.ronaldoahead) && (!_root.eating)) {
_parent.gotoAndStop(3);
}
if (_root.eating) {
_parent.gotoAndStop(2);
}
}
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 5298
gotoAndPlay ("start");
Symbol 214 MovieClip Frame 1
_root.totalMalteadas = 0;
_root.arrayMalteadas = new Array();
_root.totalHamburguesas = 0;
_root.arrayHamburguesas = new Array();
_root.totalBotines = 0;
_root.arrayBotines = new Array();
_root.totalBalls = 0;
_root.arrayBalls = new Array();
_root.arrayMalteadas = new Array(10, 25, 40, 70, 75, 79, 100, 107, 130, 160, 190, 195, 220, 225, 242, 250, 280, 310, 315, 322, 340, 362, 370, 375, 385);
_root.totalMalteadas = _root.arrayMalteadas.length;
_root.arrayHamburguesas = new Array(20, 50, 82, 110, 120, 140, 150, 170, 200, 205, 217, 230, 235, 260, 290, 320, 350, 354, 358, 381);
_root.totalHamburguesas = _root.arrayHamburguesas.length;
_root.arrayBotines = new Array(100, 155, 205, 260, 265, 305, 345, 355, 370, 375);
_root.totalBotines = _root.arrayBotines.length;
_root.arrayBalls = new Array(5, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330, 345, 360, 380, 390);
_root.totalBalls = _root.arrayBalls.length;
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.meters;
}
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 62
_root.speed = 0;
Symbol 219 MovieClip Frame 1
stop();
Instance of Symbol 3 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (load) {
_root.my_color = new Color(_root.ronaldo);
i = 0;
flag = true;
}
onClipEvent (enterFrame) {
_root.my_color.setTransform({ra:100, rb:i, ga:100, gb:i, ba:100, bb:i, aa:100, ab:0});
if (i == 260) {
flag = false;
}
if ((i < 255) && (flag)) {
i = i + 20;
} else {
i = i - 20;
}
}
Symbol 219 MovieClip Frame 29
_root.my_color.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
_root.glow = false;
Symbol 225 MovieClip Frame 55
_root.gamemusic.gotoAndPlay("start");
_root.gotoAndStop("game");
Instance of Symbol 167 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - 2) + (_root.speed / 2);
if (this._x <= -1523) {
this._x = -241;
}
}
}
Instance of Symbol 167 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - 2) + (_root.speed / 2);
}
}
Instance of Symbol 228 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - 3) + (_root.speed / 2);
if (this._x < -150) {
this._x = 220;
}
}
}
Instance of Symbol 229 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - 4) + (_root.speed / 2);
if (this._x < -866) {
this._x = 10;
}
}
}
Instance of Symbol 3 MovieClip "mc02" in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - _root.acceleration) + _root.speed;
if (this._x < 221) {
this._x = 371;
_parent.mc03._x = 985;
}
}
}
Instance of Symbol 3 MovieClip "mc01" in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - _root.acceleration) + _root.speed;
if (this._x < 188) {
this._x = 338;
_parent.mc04._x = 847;
}
if (this._x < 260) {
alpha = (this._x - 188) * 2;
} else {
alpha = 100 - (this._x - 240);
}
}
_parent.clear();
_parent.beginFill(3381504, alpha);
_parent.moveTo(this._x, this._y);
_parent.lineTo(_parent.mc01._x, _parent.mc01._y);
_parent.lineTo(_parent.mc02._x, _parent.mc02._y);
_parent.lineTo(_parent.mc03._x, _parent.mc03._y);
_parent.lineTo(_parent.mc04._x, _parent.mc04._y);
_parent.lineTo(this._x, this._y);
_parent.endFill();
}
Instance of Symbol 3 MovieClip "mc03" in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - (_root.acceleration * 8)) + (_root.speed * 8);
}
}
Instance of Symbol 3 MovieClip "mc04" in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.stopGame) {
this._x = (this._x - (_root.acceleration * 8)) + (_root.speed * 8);
}
}
Symbol 245 MovieClip Frame 8
stop();
Symbol 246 MovieClip Frame 7
gotoAndPlay (1);
Symbol 246 MovieClip Frame 8
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 38
_parent.gotoAndStop(1);
Symbol 251 MovieClip Frame 42
_parent.gotoAndStop(1);
Symbol 265 Button
on (release) {
var hashkey = _root.hex_md5(((("gameid=" + _root.gameID_str) + "&hiscore=") + _root.totalpoints) + "2DPlay.com/");
getURL (String(((_root.scores_link + _root.totalpoints) + "&hash=") + hashkey), "_blank");
}
Symbol 266 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 268 Button
on (release) {
_root.gotoAndStop(3);
}
Symbol 269 MovieClip Frame 67
stop();
Symbol 278 Button
on (release) {
var hashkey = _root.hex_md5(((("gameid=" + _root.gameID_str) + "&hiscore=") + _root.total_score) + "2DPlay.com/");
getURL (String(((_root.scores_link + _root.total_score) + "&hash=") + hashkey), "_blank");
}
Symbol 280 MovieClip Frame 100
stop();
Symbol 281 MovieClip Frame 1
stop();
Symbol 295 Button
on (release) {
_root.gotoAndStop(3);
}
Symbol 296 MovieClip Frame 80
stop();