Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
function setMouseInner(b) {
started = false;
mouseInnerTotList = new Array();
mouseInnerList = new Array();
mouseInnerFreeList = new Array();
solidPathList = new Array();
solidInnerList = new Array();
notMousePathList = new Array();
mousePathList = new Array();
greenItemList = new Array();
movingPathList = new Array();
var _local1 = pathList.length - 1;
while (_local1 >= 0) {
if (pathList[_local1].isMouse()) {
mousePathList.pushUniqueVal(pathList[_local1]);
} else {
notMousePathList.pushUniqueVal(pathList[_local1]);
if (pathList[_local1].isMoving()) {
movingPathList.pushUniqueVal(pathList[_local1]);
}
}
_local1--;
}
nbtargets = 0;
_local1 = itemList.length - 1;
while (_local1 >= 0) {
if (itemList[_local1] != false) {
if (itemList[_local1]._t == 2) {
mouseInnerTotList.push(itemList[_local1]._inner);
if (itemList[_local1]._path._type != 4) {
mouseInnerList.push(itemList[_local1]._inner);
solidInnerList.push(itemList[_local1]._inner);
} else {
mouseInnerFreeList.push(itemList[_local1]._inner);
}
}
if ((itemList[_local1]._path._type == 4) && (itemList[_local1]._path._solid == 1)) {
solidInnerList.push(itemList[_local1]._inner);
solidPathList.pushUniqueVal(itemList[_local1]._path._id);
}
if (itemList[_local1]._t == 4) {
greenItemList.push(itemList[_local1]);
}
if ((itemList[_local1]._t == 1) || (itemList[_local1]._t == 3)) {
nbtargets++;
}
}
_local1--;
}
nbtargetsinit = nbtargets;
if (mouseInnerList.length == 0) {
started = true;
return(0);
}
mouseInnerCenter = {_x:mouseInnerList[0]._center._x, _y:mouseInnerList[0]._center._y};
_local1 = 1;
while (_local1 < mouseInnerList.length) {
mouseInnerCenter._x = mouseInnerCenter._x + mouseInnerList[_local1]._center._x;
mouseInnerCenter._y = mouseInnerCenter._y + mouseInnerList[_local1]._center._y;
_local1++;
}
mouseInnerCenter._x = mouseInnerCenter._x / mouseInnerList.length;
mouseInnerCenter._y = mouseInnerCenter._y / mouseInnerList.length;
mmouseInnerCenter = {_x:mouseInnerCenter._x, _y:mouseInnerCenter._y};
if (b) {
go._x = mouseInnerCenter._x;
go._y = mouseInnerCenter._y;
go.active(true);
showBlue(nbtargets);
}
hideArrows();
return(mouseInnerCenter.length);
}
function delGrp(grp, grpL) {
var _local1 = grpL.length - 1;
while (_local1 >= 0) {
if (grp == grpL[_local1]) {
grpL.splice(_local1, 1);
break;
}
_local1--;
}
_local1 = itemList.length - 1;
while (_local1 >= 0) {
if (itemList[_local1] != false) {
if (grpL == aGrpList) {
if (itemList[_local1]._agrp == grp) {
itemList[_local1]._agrp = -1;
}
} else if (grpL == grpList) {
if (itemList[_local1]._grp == grp) {
itemList[_local1]._grp = -1;
}
}
}
_local1--;
}
}
function delItem(item) {
delCopyItem(item);
var _local3 = itemList.length - 1;
while (_local3 >= 0) {
if (itemList[_local3] != false) {
if (item._id == itemList[_local3]._id) {
item.removeDraw();
item._inner.removeDraw();
if (item._path.deleteInner(item._inner) <= 0) {
delPath(item._path);
}
itemList.splice(_local3, 1);
break;
}
}
_local3--;
}
_local3 = grpList.length - 1;
while (_local3 >= 0) {
var _local4 = grpList[_local3];
var _local2 = _local4.length - 1;
while (_local2 >= 0) {
if (item == _local4[_local2]) {
_local4.splice(_local2, 1);
break;
}
_local2--;
}
if (_local4.length == 0) {
grpList.splice(_local3, 1);
}
_local3--;
}
_local3 = aGrpList.length - 1;
while (_local3 >= 0) {
var _local4 = aGrpList[_local3];
var _local2 = _local4.length - 1;
while (_local2 >= 0) {
if (item == _local4[_local2]) {
_local4.splice(_local2, 1);
break;
}
_local2--;
}
if (_local4.length == 0) {
aGrpList.splice(_local3, 1);
}
_local3--;
}
_local3 = stringList.length - 1;
while (_local3 >= 0) {
if ((stringList[_local3].i0 == item) || (stringList[_local3].i1 == item)) {
stringList[_local3].i0.delString(stringList[_local3].i1);
stringList[_local3].i1.delString(stringList[_local3].i0);
stringList.splice(_local3, 1);
}
_local3--;
}
}
function delPath(path) {
delCopyPath(path);
var _local1 = pathList.length - 1;
while (_local1 >= 0) {
if (pathList[_local1] != false) {
if (path._id == pathList[_local1]._id) {
pathList.splice(_local1, 1);
break;
}
}
_local1--;
}
}
function delCopyItem(item) {
if ((copy.length > 0) && (copy[0] instanceof Item)) {
var _local1 = copy.length - 1;
while (_local1 >= 0) {
if (item._id == copy[_local1]._id) {
copy.splice(_local1, 1);
break;
}
_local1--;
}
}
}
function delCopyPath(path) {
if ((copy.length > 0) && (copy[0] instanceof Path)) {
var _local1 = copy.length - 1;
while (_local1 >= 0) {
if (path._id == copy[_local1]._id) {
copy.splice(_local1, 1);
break;
}
_local1--;
}
}
}
function linkItemAndMoves(item, inner, path) {
item.setMoves(inner, path);
inner.setItem(item);
path.addInner(inner);
}
function addDiff(grp, it) {
var _local3 = false;
var _local1 = grp.length - 1;
while (_local1 >= 0) {
if (grp[_local1] == it) {
_local3 = true;
break;
}
_local1--;
}
if (!_local3) {
grp.push(it);
}
}
function initMoves() {
updateDistCount = 0;
updateCountPerFrame = Math.ceil(itemList.length / 10);
distArray = new Array();
var _local1 = itemList.length - 1;
while (_local1 >= 0) {
if (itemList[_local1] != false) {
itemList[_local1]._inner.begin();
}
distArray[_local1] = 100000 /* 0x0186A0 */;
_local1--;
}
_local1 = pathList.length - 1;
while (_local1 >= 0) {
if (pathList[_local1] != false) {
pathList[_local1].initMoves();
}
_local1--;
}
}
function startGame() {
started = true;
_starttime = getTimer();
}
function showBlue(i) {
bltxt.text = i;
}
function updateCenterArrowDists() {
var _local1 = 0;
while (_local1 < updateCountPerFrame) {
if (updateDistCount >= itemList.length) {
updateDistCount = 0;
}
if (((itemList[updateDistCount]._t == 1) || (itemList[updateDistCount]._t == 3)) && (!itemList[updateDistCount]._inner._dead)) {
distArray[updateDistCount] = dist(itemList[updateDistCount]._inner, {_x:WD2 + _trx, _y:HD2 + _try});
} else {
distArray[updateDistCount] = -1;
}
updateDistCount++;
_local1++;
}
}
function updateBlueArrows() {
blueArrows = new Array();
var _local2 = 0;
while (_local2 < maxArrowBlue) {
blueArrows.push({id:-1, d:10000, a:0, _x:0, _y:0});
_local2++;
}
_local2 = itemList.length - 1;
while (_local2 >= 0) {
if (distArray[_local2] > 0) {
var _local3 = distArray[_local2];
if (_local3 < blueArrows[maxArrowBlue - 1].d) {
var _local1 = 0;
while (_local1 < maxArrowBlue) {
if (_local3 < blueArrows[_local1].d) {
blueArrows.splice(_local1, 0, {id:_local2, d:_local3, a:0, _x:0, _y:0});
blueArrows.splice(maxArrowBlue, 1);
break;
}
_local1++;
}
}
}
_local2--;
}
updateArrowsPos();
}
function updateArrowsPos() {
var _local2 = 0;
while (_local2 < maxArrowBlue) {
if (blueArrows[_local2].id > -1) {
var _local4 = itemList[blueArrows[_local2].id]._inner;
var _local5 = {x:_local4._x - (WD2 + _trx), y:_local4._y - (HD2 + _try)};
var _local3 = getPolaire(_local5);
blueArrows[_local2].a = (_local3.a * 180) / Math.PI;
blueArrows[_local2]._x = WD2 + ((HD2 - 10) * Math.cos(_local3.a));
blueArrows[_local2]._y = HD2 + ((HD2 - 10) * Math.sin(_local3.a));
_root["ar" + _local2]._x = blueArrows[_local2]._x;
_root["ar" + _local2]._y = blueArrows[_local2]._y;
_root["ar" + _local2]._rotation = blueArrows[_local2].a;
_local4._item.maxblink = 2 + ((_local3.d * _local3.d) / 300000);
}
_local2++;
}
}
function updateArrowsVisible() {
var _local2 = 0;
while (_local2 < maxArrowBlue) {
if (blueArrows[_local2].id > -1) {
_root["ar" + _local2]._visible = !itemList[blueArrows[_local2].id].blinked();
} else {
_root["ar" + _local2]._visible = false;
}
_local2++;
}
}
function hideArrows() {
var _local2 = 0;
while (_local2 < maxArrowBlue) {
_root["ar" + _local2]._visible = false;
_local2++;
}
}
function endGroup(item) {
if (item._grp != -1) {
var _local3 = false;
var _local2 = item._grp.length - 1;
while (_local2 >= 0) {
if (((item._grp[_local2] != false) && ((item._grp[_local2]._t == 1) || (item._grp[_local2]._t == 3))) && (!item._grp[_local2]._inner._dead)) {
_local3 = true;
break;
}
_local2--;
}
if (!_local3) {
_local2 = item._grp.length - 1;
while (_local2 >= 0) {
if (!item._grp[_local2]._inner._dead) {
item._grp[_local2]._inner.end();
}
_local2--;
}
}
}
if (item._agrp != -1) {
var _local4 = false;
var _local2 = item._agrp.length - 1;
while (_local2 >= 0) {
if (((item._agrp[_local2] != false) && ((item._agrp[_local2]._t == 1) || (item._agrp[_local2]._t == 3))) && (!item._agrp[_local2]._inner._dead)) {
_local4 = true;
break;
}
_local2--;
}
if (!_local3) {
_local2 = item._agrp.length - 1;
while (_local2 >= 0) {
if (!item._agrp[_local2]._inner._dead) {
item._agrp[_local2]._path._lock = false;
}
_local2--;
}
}
}
}
function testHits() {
var _local6 = _bestscore;
if ((!_gameover) && (!_welldone)) {
var _local5 = mouseInnerTotList.length - 1;
while (_local5 >= 0) {
var _local3 = mouseInnerTotList[_local5]._item;
if (!_local3._inner._dead) {
var _local1 = itemList.length - 1;
while (_local1 >= 0) {
if ((itemList[_local1] != false) && (!itemList[_local1]._inner._dead)) {
if (itemList[_local1]._t == 4) {
} else if (itemList[_local1]._t != 2) {
if (_local3.hit(itemList[_local1])) {
if ((itemList[_local1]._t == 1) || ((itemList[_local1]._t == 3) && (itemList[_local1]._subt == 1))) {
itemList[_local1]._inner.end();
endGroup(itemList[_local1]);
nbtargets--;
showBlue(nbtargets);
grabSound.start();
if (nbtargets <= 0) {
if (lvlaction == "play") {
var _local4 = getTimer() - _starttime;
var _local2 = (_framecount * 1000) / _local4;
_local2 = Math.round(_local2 * 100) / 100;
if (_local2 < 9) {
_quality = "MEDIUM";
looseSound.start();
_gameover = true;
if (_bestscore > 0) {
endgame.setText("LOW FRAMERATE\nBEST SCORE\n" + _bestscore, true, true, _tipavail);
} else {
endgame.setText("LOW FRAMERATE", true, false, _tipavail);
}
endgame.active(true);
} else {
winSound.start();
_welldone = true;
_score = Math.floor(20000 / ((_decscore * 0.03) + 40));
if (_score > _bestscore) {
_bestscore = _score;
endgame.setText("LEVEL\nCOMPLETED\nSCORE " + _score, true, true, _tipavail);
} else {
endgame.setText((("LEVEL\nCOMPLETED\nSCORE " + _score) + "\nBEST ") + _bestscore, true, true, _tipavail);
}
endgame.active(true);
}
}
}
} else {
_local3._inner.end();
if (lvlaction == "play") {
looseSound.start();
_gameover = true;
_bestscore = _local6;
if (_bestscore > 0) {
endgame.setText("LEVEL FAILED\nBEST SCORE\n" + _bestscore, true, true, _tipavail);
} else {
endgame.setText("LEVEL FAILED", true, false, _tipavail);
}
endgame.active(true);
break;
}
}
}
}
}
_local1--;
}
if (_gameover) {
break;
}
}
_local5--;
}
}
}
function stepFoward() {
mmouseInnerCenter = {_x:mouseInnerCenter._x, _y:mouseInnerCenter._y};
var _local1 = movingPathList.length - 1;
while (_local1 >= 0) {
if (movingPathList[_local1] != false) {
movingPathList[_local1].stepFoward();
}
_local1--;
}
var _local2 = {x:((_xmouse + _trx) - mouseInnerCenter._x) * mratio, y:((_ymouse + _try) - mouseInnerCenter._y) * mratio};
var _local5 = (_local2.x * _local2.x) + (_local2.y * _local2.y);
if (_local5 > depmaxQ) {
var _local6 = Math.sqrt(_local5);
_local2.x = _local2.x * (depmax / _local6);
_local2.y = _local2.y * (depmax / _local6);
}
if (touchwall) {
coefwall = coefwall + ((0.33 - coefwall) * 0.45);
} else {
coefwall = coefwall + ((1 - coefwall) * 0.45);
}
_local2.x = _local2.x * coefwall;
_local2.y = _local2.y * coefwall;
_local1 = mousePathList.length - 1;
while (_local1 >= 0) {
if (mousePathList[_local1] != false) {
mousePathList[_local1].moveInnersAll({_x:_local2.x, _y:_local2.y});
}
_local1--;
}
mouseInnerCenter._x = mouseInnerCenter._x + _local2.x;
mouseInnerCenter._y = mouseInnerCenter._y + _local2.y;
_local1 = pathList.length - 1;
while (_local1 >= 0) {
pathList[_local1]._touchWall = false;
_local1--;
}
}
function constraints() {
globdep[-1] = {_x:0, _y:0};
var _local4 = solidPathList.length - 1;
while (_local4 >= 0) {
globdep[solidPathList[_local4]] = {_x:0, _y:0};
_local4--;
}
var _local7 = false;
_local4 = solidInnerList.length - 1;
while (_local4 >= 0) {
var _local1 = solidInnerList[_local4]._item;
if (!_local1._inner._dead) {
var _local2 = greenItemList.length - 1;
while (_local2 >= 0) {
if (!greenItemList[_local2]._inner._dead) {
if (greenItemList[_local2] != _local1) {
var _local3 = _local1.constraint(greenItemList[_local2], _local1._path._mousePath);
if (_local3) {
globdep[_local1._path._id] = {_x:globdep[_local1._path._id]._x + _local3._x, _y:globdep[_local1._path._id]._y + _local3._y};
if (_local1._path._mousePath || (greenItemList[_local2]._path._mousePath)) {
_local7 = true;
}
_local1._path._touchWall = true;
}
}
}
_local2--;
}
}
_local4--;
}
return(_local7);
}
function allFirstDraw() {
var _local1 = itemList.length - 1;
while (_local1 >= 0) {
if (itemList[_local1] != false) {
itemList[_local1].firstDraw();
}
_local1--;
}
}
function allUpdate() {
var _local1 = itemList.length - 1;
while (_local1 >= 0) {
if (itemList[_local1] != false) {
itemList[_local1]._inner.updateItem();
}
_local1--;
}
}
function mouseUpdate() {
var _local1 = mouseInnerTotList.length - 1;
while (_local1 >= 0) {
mouseInnerTotList[_local1].updateItem();
_local1--;
}
}
function hidePathLinks() {
_root.mcSelection.clear();
}
function drawPathLinks() {
mcSelection.clear();
mcSelection.lineStyle(1, 255, 70);
var _local2 = pathList.length - 1;
while (_local2 >= 0) {
pathList[_local2].drawPathLinks();
_local2--;
}
mcSelection.lineStyle(3, 16711680, 30);
var _local3 = grpList.length - 1;
while (_local3 >= 0) {
_local2 = 0;
while (_local2 < grpList[_local3].length) {
_root._ctry + (_root._zoom * (_centerinit._x - _root._trx));
if (_local2 == 0) {
mcSelection.moveTo(_root._ctrx + (_root._zoom * (grpList[_local3][_local2]._inner._xinit - _root._trx)), _root._ctry + (_root._zoom * (grpList[_local3][_local2]._inner._yinit - _root._try)));
} else {
mcSelection.lineTo(_root._ctrx + (_root._zoom * (grpList[_local3][_local2]._inner._xinit - _root._trx)), _root._ctry + (_root._zoom * (grpList[_local3][_local2]._inner._yinit - _root._try)));
}
_local2++;
}
_local3--;
}
mcSelection.lineStyle(5, 65280, 10);
_local3 = aGrpList.length - 1;
while (_local3 >= 0) {
_local2 = 0;
while (_local2 < aGrpList[_local3].length) {
if (_local2 == 0) {
mcSelection.moveTo(_root._ctrx + (_root._zoom * (aGrpList[_local3][_local2]._inner._xinit - _root._trx)), _root._ctry + (_root._zoom * (aGrpList[_local3][_local2]._inner._yinit - _root._try)));
} else {
mcSelection.lineTo(_root._ctrx + (_root._zoom * (aGrpList[_local3][_local2]._inner._xinit - _root._trx)), _root._ctry + (_root._zoom * (aGrpList[_local3][_local2]._inner._yinit - _root._try)));
}
_local2++;
}
_local3--;
}
mcSelection.lineStyle(7, 16777215, 5);
_local3 = stringList.length - 1;
while (_local3 >= 0) {
mcSelection.moveTo(_root._ctrx + (_root._zoom * (stringList[_local3].i0._inner._xinit - _root._trx)), _root._ctry + (_root._zoom * (stringList[_local3].i0._inner._yinit - _root._try)));
mcSelection.lineTo(_root._ctrx + (_root._zoom * (stringList[_local3].i1._inner._xinit - _root._trx)), _root._ctry + (_root._zoom * (stringList[_local3].i1._inner._yinit - _root._try)));
_local3--;
}
}
function removeItemFromList(item) {
var _local1 = itemList.length - 1;
while (_local1 >= 0) {
if (itemList[_local1] == item) {
removeItemIndexFromList(_local1);
break;
}
_local1--;
}
}
function removeItemIndexFromList(i) {
if (itemList[i].removeFromPath() == 0) {
removePathFromList(itemList[i]._path);
}
itemList.splice(i, 1);
}
function removePathFromList(path) {
var _local1 = pathList.length - 1;
while (_local1 >= 0) {
if (pathList[_local1] == path) {
pathList.splice(_local1, 1);
break;
}
_local1--;
}
}
function distQ(A, B) {
return(Math.pow(A._x - B._x, 2) + Math.pow(A._y - B._y, 2));
}
function dist(A, B) {
return(Math.sqrt(distQ(A, B)));
}
function vdist(v) {
return(Math.sqrt(Math.pow(v._x, 2) + Math.pow(v._y, 2)));
}
function getNewCoord(v, va, vb) {
return({a:((v.y * vb.x) - (v.x * vb.y)) / ((va.y * vb.x) - (va.x * vb.y)), b:((v.y * va.x) - (v.x * va.y)) / ((vb.y * va.x) - (vb.x * va.y))});
}
function getProjection(v, va) {
return(((v.y * va.y) + (v.x * va.x)) / ((va.y * va.y) + (va.x * va.x)));
}
function _getNormedProjection(v, va) {
return((v._y * va._y) + (v._x * va._x));
}
function getNormedProjection(v, va) {
return((v.y * va.y) + (v.x * va.x));
}
function getPolaire(v) {
dx = v.x;
dy = v.y;
d = Math.sqrt((dx * dx) + (dy * dy));
if (d == 0) {
a = 0;
} else {
a = Math.acos(dx / d);
if (dy < 0) {
a = -a;
}
}
return({a:a, d:d});
}
function quant(v, q) {
return(Math.round(v * q) / q);
}
function serialize() {
var _local2 = "v7_";
var _local9 = 0;
var _local7 = 0;
while (_local7 < itemList.length) {
if (itemList[_local7] != false) {
itemList[_local7]._id = _local9;
_local9++;
}
_local7++;
}
if (scrollit) {
_local2 = _local2 + "1_";
} else {
_local2 = _local2 + "0_";
}
_local2 = _local2 + (_root.leftmenu.tip.text.replace("_", " ") + "_");
_local2 = _local2 + (_local9 + "_");
_local7 = 0;
while (_local7 < itemList.length) {
if (itemList[_local7] != false) {
_local2 = _local2 + (((((((((((((((itemList[_local7]._t + "_") + quant(itemList[_local7]._inner._xinit, 1)) + "_") + quant(itemList[_local7]._inner._yinit, 1)) + "_") + quant(itemList[_local7]._inner._winit, 1)) + "_") + quant(itemList[_local7]._inner._rinit, 1)) + "_") + quant(itemList[_local7]._inner._rotinit, 100)) + "_") + quant(itemList[_local7]._inner._centerinit._x, 1)) + "_") + quant(itemList[_local7]._inner._centerinit._y, 1)) + "_");
var _local5 = -1;
var _local3 = 0;
while (_local3 < _local7) {
if (itemList[_local3]._inner.sameMoves(itemList[_local7]._inner)) {
_local5 = _local3;
break;
}
_local3++;
}
if (_local5 == -1) {
_local2 = _local2 + (((((((((((((quant(itemList[_local7]._inner._rots, 100) + "_") + quant(itemList[_local7]._inner._rotsv, 100)) + "_") + quant(itemList[_local7]._inner._rotsvs, 100)) + "_") + quant(itemList[_local7]._inner._wv, 1)) + "_") + quant(itemList[_local7]._inner._rv, 1)) + "_") + quant(itemList[_local7]._inner._wvs, 100)) + "_") + quant(itemList[_local7]._inner._rvs, 100)) + "_");
if (itemList[_local7]._inner._follow) {
_local2 = _local2 + "1_";
} else {
_local2 = _local2 + "0_";
}
_local2 = _local2 + (((quant(itemList[_local7]._inner._r2v, 1) + "_") + quant(itemList[_local7]._inner._r2vs, 100)) + "_");
} else {
_local2 = _local2 + (("R" + _local5) + "_");
}
}
_local7++;
}
var _local10 = 0;
_local7 = 0;
while (_local7 < pathList.length) {
if (pathList[_local7] != false) {
_local10++;
}
_local7++;
}
_local2 = _local2 + (_local10 + "_");
_local7 = 0;
while (_local7 < pathList.length) {
if (pathList[_local7] != false) {
var _local5 = -1;
var _local3 = 0;
while (_local3 < _local7) {
if (pathList[_local3].sameMoves(pathList[_local7])) {
_local5 = _local3;
break;
}
_local3++;
}
_local2 = _local2 + (((pathList[_local7]._delay + "_") + pathList[_local7]._random) + "_");
_local2 = _local2 + (((((pathList[_local7]._repeat + "_") + pathList[_local7]._repeatdelay) + "_") + pathList[_local7]._farawaydead) + "_");
if (_local5 == -1) {
_local2 = _local2 + (((((((pathList[_local7]._type + "_") + quant(pathList[_local7]._globs, 100)) + "_") + quant(pathList[_local7]._smooth, 100)) + "_") + quant(pathList[_local7]._close, 10)) + "_");
if (pathList[_local7]._type == 4) {
_local2 = _local2 + (((((((((((quant(pathList[_local7]._push, 10) + "_") + quant(pathList[_local7]._pull, 10)) + "_") + pathList[_local7]._solid) + "_") + quant(pathList[_local7]._gravity, 10)) + "_") + quant(pathList[_local7]._gravityrot, 1)) + "_") + quant(pathList[_local7]._friction, 100)) + "_");
}
_local2 = _local2 + (pathList[_local7]._nodes.length + "_");
_local3 = 0;
while (_local3 < pathList[_local7]._nodes.length) {
_local2 = _local2 + (((((((((((((((quant(pathList[_local7]._nodes[_local3]._x, 1) + "_") + quant(pathList[_local7]._nodes[_local3]._y, 1)) + "_") + quant(pathList[_local7]._nodes[_local3]._speed, 10)) + "_") + quant(pathList[_local7]._nodes[_local3]._w, 1)) + "_") + quant(pathList[_local7]._nodes[_local3]._r, 1)) + "_") + quant(pathList[_local7]._nodes[_local3]._r2, 1)) + "_") + quant(pathList[_local7]._nodes[_local3]._rot, 1)) + "_") + quant(pathList[_local7]._nodes[_local3]._smooth, 10)) + "_");
_local3++;
}
} else {
_local2 = _local2 + (("R" + _local5) + "_");
}
var _local6 = 0;
_local3 = 0;
while (_local3 < pathList[_local7]._innerList.length) {
if (pathList[_local7]._innerList[_local3] != false) {
_local6++;
}
_local3++;
}
_local2 = _local2 + (_local6 + "_");
_local3 = 0;
while (_local3 < pathList[_local7]._innerList.length) {
_local2 = _local2 + (pathList[_local7]._innerList[_local3]._item._id + "_");
_local3++;
}
}
_local7++;
}
_local10 = 0;
_local7 = 0;
while (_local7 < pathList.length) {
if (pathList[_local7] != false) {
_local10++;
}
_local7++;
}
_local2 = _local2 + (grpList.length + "_");
_local7 = 0;
while (_local7 < grpList.length) {
var _local4 = grpList[_local7];
_local2 = _local2 + (_local4.length + "_");
var _local3 = 0;
while (_local3 < _local4.length) {
_local2 = _local2 + (_local4[_local3]._id + "_");
_local3++;
}
_local7++;
}
_local2 = _local2 + (aGrpList.length + "_");
_local7 = 0;
while (_local7 < aGrpList.length) {
var _local4 = aGrpList[_local7];
_local2 = _local2 + (_local4.length + "_");
var _local3 = 0;
while (_local3 < _local4.length) {
_local2 = _local2 + (_local4[_local3]._id + "_");
_local3++;
}
_local7++;
}
_local2 = _local2 + (stringList.length + "_");
_local7 = 0;
while (_local7 < stringList.length) {
var _local8 = stringList[_local7];
_local2 = _local2 + (((_local8.i0._id + "_") + _local8.i1._id) + "_");
_local7++;
}
return(_local2);
}
function unserialize(s, edit) {
var _local43 = 0;
while (_local43 < itemList.length) {
if (itemList[_local43] != false) {
itemList[_local43].removeDraw();
itemList[_local43]._inner.removeDraw();
}
_local43++;
}
itemList = new Array();
pathList = new Array();
grpList = new Array();
aGrpList = new Array();
stringList = new Array();
var _local2 = s.indexOf("_", 0);
var _local71 = s.substring(0, _local2);
var _local1 = _local2;
var _local6 = Number(_local71.substring(1));
if ((_local6 >= 1) && (_local6 <= 7)) {
_tip = "";
_tipavail = false;
scrollit = false;
if (_local6 >= 3) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local70 = Number(s.substring(_local2, _local1));
scrollit = _local70 == 1;
}
if (_local6 >= 7) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_tip = s.substring(_local2, _local1);
_tipavail = _tip.replace(" ", "") != "";
}
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local66 = Number(s.substring(_local2, _local1));
_local43 = 0;
while (_local43 < _local66) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local51 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local60 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local58 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local55 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local52 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local59 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local54 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local56 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local8 = s.substring(_local2, _local1);
var _local33;
var _local34;
var _local25;
var _local28;
var _local37;
var _local30;
var _local46;
var _local23;
var _local22;
var _local26;
if (_local8.substring(0, 1) == "R") {
_local8 = Number(_local8.substring(1, _local8.length));
if (((_local8 + "") == "undefined") || ((_local8 + "") == "NaN")) {
return(false);
}
var _local5 = itemList[_local8];
_local33 = _local5._inner._rots;
_local34 = _local5._inner._rotsv;
_local25 = _local5._inner._rotsvs;
_local28 = _local5._inner._wv;
_local37 = _local5._inner._rv;
_local30 = _local5._inner._wvs;
_local46 = _local5._inner._rvs;
_local23 = _local5._inner._r2v;
_local22 = _local5._inner._r2vs;
_local26 = _local5._inner._follow;
} else {
_local33 = Number(_local8);
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local34 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local25 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local28 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local37 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local30 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local46 = Number(s.substring(_local2, _local1));
if (_local6 >= 5) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local26 = Number(s.substring(_local2, _local1)) == 1;
}
if (_local6 >= 6) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local23 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local22 = Number(s.substring(_local2, _local1));
} else {
_local22 = 0;
_local23 = _local22;
}
}
var _local18 = new Inner(edit, {_x:_local54, _y:_local56}, _local60, _local58, _local55, _local52, _local59, _local33, _local34, _local25, _local28, _local30, _local37, _local46);
_local18._follow = _local26;
_local18._r2v = _local23;
_local18._r2vs = _local22;
var _local24 = new Item(_local51);
_local24._inner = _local18;
_local18._item = _local24;
itemList.push(_local24);
_local43++;
}
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local68 = Number(s.substring(_local2, _local1));
_local43 = 0;
while (_local43 < _local68) {
var _local40 = 0;
if (_local6 >= 2) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local40 = Number(s.substring(_local2, _local1));
}
var _local38 = 0;
if (_local6 >= 3) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local38 = Number(s.substring(_local2, _local1));
}
var _local47 = 0;
var _local39 = 0;
var _local45 = 0;
if (_local6 >= 6) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local47 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local39 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local45 = Number(s.substring(_local2, _local1));
}
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local7 = s.substring(_local2, _local1);
var _local4;
if (_local7.substring(0, 1) == "R") {
_local7 = Number(_local7.substring(1, _local7.length));
if (((_local7 + "") == "undefined") || ((_local7 + "") == "NaN")) {
return(false);
}
_local4 = pathList[_local7].copy();
} else {
var _local48 = Number(_local7);
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local57 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local61 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local53 = Number(s.substring(_local2, _local1));
var _local31 = 0.1;
var _local44 = 0.1;
var _local42 = 0;
var _local36 = 0;
var _local32 = 90;
var _local41 = 0.7;
if (_local6 >= 6) {
if (_local48 == 4) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local31 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local44 = Number(s.substring(_local2, _local1));
if (_local6 >= 7) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local42 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local36 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local32 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local41 = Number(s.substring(_local2, _local1));
}
}
}
_local4 = new Path(edit);
_local4._globs = _local57;
_local4._smooth = _local61;
_local4._type = _local48;
_local4._close = _local53;
_local4._push = _local31;
_local4._pull = _local44;
_local4._solid = _local42;
_local4._gravity = _local36;
_local4._gravityrot = _local32;
_local4._friction = _local41;
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local49 = Number(s.substring(_local2, _local1));
var _local15 = 0;
while (_local15 < _local49) {
if (_local15 > 0) {
_local4.newNode(_local15 - 1);
}
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local21 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local20 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local19 = Number(s.substring(_local2, _local1));
_local4._nodes[_local15]._x = _local21;
_local4._nodes[_local15]._y = _local20;
_local4._nodes[_local15]._speed = _local19;
var _local9 = 0;
var _local16 = 0;
var _local10 = 0;
var _local12 = 0;
var _local13 = 0;
if (_local6 >= 6) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local9 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local16 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local10 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local12 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
_local13 = Number(s.substring(_local2, _local1));
}
_local4._nodes[_local15]._r = _local16;
_local4._nodes[_local15]._w = _local9;
_local4._nodes[_local15]._r2 = _local10;
_local4._nodes[_local15]._rot = _local12;
_local4._nodes[_local15]._smooth = _local13;
_local15++;
}
}
_local4._delay = _local40;
_local4._random = _local38;
_local4._repeat = _local47;
_local4._repeatdelay = _local39;
_local4._farawaydead = _local45;
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local50 = Number(s.substring(_local2, _local1));
var _local15 = 0;
while (_local15 < _local50) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local14 = Number(s.substring(_local2, _local1));
linkItemAndMoves(itemList[_local14], itemList[_local14]._inner, _local4);
_local15++;
}
pathList.push(_local4);
_local43++;
}
if (_local6 >= 4) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local69 = Number(s.substring(_local2, _local1));
_local43 = 0;
while (_local43 < _local69) {
var _local17 = new Array();
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local35 = Number(s.substring(_local2, _local1));
var _local15 = 0;
while (_local15 < _local35) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local11 = Number(s.substring(_local2, _local1));
_local17.push(itemList[_local11]);
itemList[_local11]._grp = _local17;
_local15++;
}
grpList.push(_local17);
_local43++;
}
}
if (_local6 >= 6) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local67 = Number(s.substring(_local2, _local1));
_local43 = 0;
while (_local43 < _local67) {
var _local17 = new Array();
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local35 = Number(s.substring(_local2, _local1));
var _local15 = 0;
while (_local15 < _local35) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local11 = Number(s.substring(_local2, _local1));
_local17.push(itemList[_local11]);
itemList[_local11]._agrp = _local17;
_local15++;
}
aGrpList.push(_local17);
_local43++;
}
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local65 = Number(s.substring(_local2, _local1));
_local43 = 0;
while (_local43 < _local65) {
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local29 = Number(s.substring(_local2, _local1));
_local2 = _local1 + 1;
_local1 = s.indexOf("_", _local2);
if (_local1 == -1) {
return(false);
}
var _local27 = Number(s.substring(_local2, _local1));
stringList.push({i0:itemList[_local29], i1:itemList[_local27]});
itemList[_local29]._strings.push(itemList[_local27]);
itemList[_local27]._strings.push(itemList[_local29]);
_local43++;
}
}
} else {
return(false);
}
return(true);
}
MochiAd.showPreloaderAd({id:"e5fd5081711a0636", res:"550x400"});
var _debug = false;
var _debuglevels = false;
var _online = false;
__com_mochibot__("96f3f9e3", this, 10301, true);
var _lastItem = 0;
var _framecount = 0;
var scrollit = false;
var _trx = 0;
var _try = 0;
var _zoom = 1;
var mousepressed = false;
Stage.showMenu = false;
tabEnabled = false;
var _framerate = 20;
var newx = 272;
var newy = 200;
var neww = 0;
var newr = 20;
var hex = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "F");
var W = 550;
var WD2 = (W / 2);
var H = 400;
var HD2 = (H / 2);
var _tip = "";
var _tipavail = false;
var winSound = new Sound();
winSound.attachSound("WinSound");
var looseSound = new Sound();
looseSound.attachSound("LooseSound");
var grabSound = new Sound();
grabSound.attachSound("GrabSound");
var drawCircleData = new Array();
var i = 0;
while (i <= 8) {
var nAngle = (((i - 2) * Math.PI) / 4);
var nRx = (Math.cos(nAngle - 0.392699081698724) * 1.08239220029239);
var nRy = (Math.sin(nAngle - 0.392699081698724) * 1.08239220029239);
var nAx = Math.cos(nAngle);
var nAy = Math.sin(nAngle);
drawCircleData[i] = [nRx, nRy, nAx, nAy];
i++;
}
var itemList = new Array();
var pathList = new Array();
var grpList = new Array();
var stringList = new Array();
var mouseInnerList = new Array();
var mouseInnerCenter;
var mmouseInnerCenter;
var mouseInnerFreeList = new Array();
var mouseInnerTotList = new Array();
var solidPathList = new Array();
var solidInnerList = new Array();
var mousePathList = new Array();
var notMousePathList = new Array();
var greenItemList = new Array();
var movingPathList = new Array();
var started = false;
var nbtargets = -1;
var nbtargetsinit = -1;
Array.prototype.pushUniqueVal = function (value) {
for (var _local3 in this) {
if (this[_local3] == value) {
return({success:false, pos:_local3});
}
}
var _local5 = this.length;
this[_local5] = value;
return({success:true, pos:_local5});
};
var updateDistCount = 0;
var updateCountPerFrame = 1;
var distArray = new Array();
var maxArrowBlue = 3;
var blueArrows = new Array();
var mratio = 0.4;
var depmax = 40;
var depmaxQ = (depmax * depmax);
var cdepmaxQ = depmaxQ;
var touchwall = false;
var coefwall = 1;
var coefwallo = 1;
var omsm = 0;
var mousemaxratio = 0.8;
var globdep = new Array();
String.prototype.replace = function () {
var _local4;
var _local7;
var _local5;
var _local3;
var _local6;
var _local8;
_local4 = arguments[0];
_local7 = arguments[1];
if (_local4.length == 1) {
return(this.split(_local4).join(_local7));
}
_local5 = this.indexOf(_local4);
if (_local5 == -1) {
return(this);
}
_local3 = this;
do {
_local5 = _local3.indexOf(_local4);
_local6 = _local3.substring(0, _local5);
_local3 = _local3.substring(_local5 + _local4.length);
_local8 = _local8 + (_local6 + _local7);
} while (_local3.indexOf(_local4) != -1);
_local8 = _local8 + _local3;
return(_local8);
};
Frame 2
if (!_debug) {
stop();
var levelManager = new Igam20(out, _online);
levelManager.registerFunctions();
}
var framecount = 0;
onEnterFrame = function () {
framecount++;
if ((framecount % _framerate) == 0) {
if (levelManager.checkJavaScriptReady()) {
levelManager.flashReady();
gotoAndStop ("pageready");
}
}
};
winSound.stop();
winSound.start();
var cheater = "";
keyer = new Object();
keyer.onKeyDown = function () {
if (Key.getAscii() == 97) {
if (((((cheater == "") || (cheater == "abr")) || (cheater == "abrac")) || (cheater == "abracad")) || (cheater == "abracadabr")) {
cheater = cheater + "a";
} else {
cheater = "";
}
} else if (Key.getAscii() == 98) {
if ((cheater == "a") || (cheater == "abracada")) {
cheater = cheater + "b";
} else {
cheater = "";
}
} else if (Key.getAscii() == 114) {
if ((cheater == "ab") || (cheater == "abracadab")) {
cheater = cheater + "r";
} else {
cheater = "";
}
} else if (Key.getAscii() == 99) {
if (cheater == "abra") {
cheater = cheater + "c";
} else {
cheater = "";
}
} else if (Key.getAscii() == 100) {
if (cheater == "abraca") {
cheater = cheater + "d";
} else {
cheater = "";
}
} else {
cheater = "";
}
if (cheater == "abracadabra") {
levelManager.unlock();
if (!_online) {
lvllist.init(lvlsdata);
}
cheater = "";
}
};
Key.addListener(keyer);
Frame 3
function levelPlay(id, d, lvlnb, lvlna, lvlau) {
levelid = id;
lvldata = d;
levelnb = lvlnb;
levelname = lvlna;
levelauthor = lvlau;
lvlaction = "play";
gotoAndStop ("lvlwait");
}
function levelEdit(id, d) {
levelid = id;
lvldata = d;
lvlaction = "edit";
gotoAndStop ("lvlwait");
}
function actionInitlist() {
clearInterval(doOnce3);
playBtn.setText("START");
playBtn.action = function () {
_root.levelManager.startPlaying();
};
if (!_online) {
lvllist.init(lvlsdata);
highBtn.setText("HIGHSCORES");
highBtn.action = function () {
getURL ("http://www.pepere.org/flash-development_1_3x/flash-game-capsules_u_104.html", "_blank");
};
moreBtn.setText("MORE GAMES");
moreBtn.action = function () {
getURL ("http://www.pepere.org/", "_blank");
};
}
}
var levelid = -1;
var lvldata = "";
var lvlaction = -1;
var levelnb = -1;
var levelname = "";
var levelauthor = "";
if (_debug) {
levelEdit(-1, "v7_0_coucouroucoucou tip tip_9_2_168_80_0_10_0_168_80_0_0_0_0_0_0_0_0_0_0_4_320_320_52_20_0_320_320_R0_4_248_152_0_20_0_248_152_R0_0_176_256_0_20_0_176_256_R0_4_296_264_60_20_0_296_264_R0_4_464_88_0_20_0_464_88_R0_2_264_80_0_20_0_264_80_R0_4_168_24_0_20_0_168_24_R0_1_360_192_0_20_0_360_192_R0_8_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_7_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.4_0.4_0_3_205_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_144_1_2_R0_1_8_0_0_2_2_3_0_6_");
}
if (!_online) {
var lvlsdata = levelManager.getLvlsData();
gbsc.text = ((((("Levels completed " + lvlsdata.nbLvlsCompleted()) + "/") + lvlsdata.nbLvls()) + " Score : ") + lvlsdata.globalScore) + "";
clvl.clt.text = "CLICK HERE TO CREATE YOUR OWN LEVELS!";
} else {
magicw._visible = false;
lvllist._visible = false;
gbsc.text = "";
highBtn._visible = false;
moreBtn._visible = false;
}
var doOnce3 = setInterval(actionInitlist, 1);
var decbrot = 0;
var loccount = [0, 0, 0, 0, 0, 0, 0, 0];
onEnterFrame = function () {
decbrot = decbrot + 10;
var _local2 = 0;
while (_local2 < 8) {
var _local3 = false;
if (loccount[_local2] > 0) {
loccount[_local2]++;
_local3 = true;
if (loccount[_local2] >= 63) {
loccount[_local2] = 0;
_root.capsules["t" + _local2].cacheAsBitmap = true;
}
} else if (random(800) < 3) {
loccount[_local2] = 1;
_root.capsules["t" + _local2].cacheAsBitmap = false;
_local3 = true;
}
if (_local3) {
_root.capsules["t" + _local2]._alpha = (48 * Math.cos(loccount[_local2] * 0.1)) + 52;
}
_local2++;
}
};
cheater = "";
stop();
Instance of Symbol 87 MovieClip "clvl" in Frame 3
on (press) {
if (!_root._online) {
getURL ("http://www.pepere.org/flash-development_1_3x/flash-game-capsules_u_104.html", "_blank");
}
}
Frame 4
function actionDispT() {
clearInterval(_doOnce);
txtadd.displayT((((("Level " + (levelnb + 1)) + " Designed by ") + levelauthor) + " : ") + levelname);
}
function offlineInit() {
clearInterval(doOnce3);
backBtn.setText("BACK");
backBtn.action = function () {
gotoAndPlay ("pageready");
};
}
function savescore() {
levelManager.levelCompleted(levelid, _bestscore, 0);
_trx = (_try = 0);
_framecount = 0;
_decscore = 0;
_score = 0;
_gameover = false;
_welldone = false;
initMoves();
setMouseInner(true);
allUpdate();
showSelection(false);
go.active(true);
}
function retry() {
_trx = (_try = 0);
_framecount = 0;
_decscore = 0;
_score = 0;
_gameover = false;
_welldone = false;
initMoves();
setMouseInner(true);
allUpdate();
showSelection(false);
go.active(true);
}
function tipretry() {
_trx = (_try = 0);
_framecount = 0;
_decscore = 0;
_score = 0;
_gameover = false;
_welldone = false;
initMoves();
setMouseInner(true);
allUpdate();
showSelection(false);
go.active(true);
txtadd.displayT("TIP : " + _tip);
}
function mouseOutt() {
looseSound.start();
_gameover = true;
if (_bestscore > 0) {
endgame.setText("MOUSE OUT\nBEST SCORE\n" + _bestscore, true, true, _tipavail);
} else {
endgame.setText("MOUSE OUT", true, false, _tipavail);
}
endgame.active(true);
}
var _score = 0;
var _bestscore = 0;
var _gameover = false;
var _welldone = false;
var _decscore = 0;
_trx = 0;
_try = 0;
_zoom = 1;
mcWallFill._x = (mcTargetFill._x = (mcTargetBorder._x = (mcWallBorder._x = 0)));
mcWallFill._y = (mcTargetFill._y = (mcTargetBorder._y = (mcWallBorder._y = 0)));
mcWallFill._xscale = (mcWallFill._yscale = (mcTargetFill._xscale = (mcTargetFill._yscale = (mcTargetBorder._xscale = (mcTargetBorder._yscale = (mcWallBorder._xscale = (mcWallBorder._yscale = 100)))))));
_framecount = 0;
var _starttime = 0;
mousepressed = false;
if (lvldata != "") {
endgame.active(false);
unserialize(lvldata, false);
allFirstDraw();
initMoves();
setMouseInner(true);
allUpdate();
showSelection(false);
go.active(true);
cross._visible = scrollit;
vt0._visible = (vt1._visible = (hz0._visible = (hz1._visible = scrollit)));
vt0._y = (vt1._y = (hz0._x = (hz1._x = 0)));
vt0._x = (1000000000 - _trx) % W;
vt1._x = ((1000000000 - _trx) + WD2) % W;
hz0._y = (1000000000 - _try) % H;
hz1._y = ((1000000000 - _try) + HD2) % H;
if (levelnb > -1) {
var _doOnce = setInterval(actionDispT, 1);
}
}
if (!_online) {
var doOnce3 = setInterval(offlineInit, 1);
} else {
backBtn._visible = false;
}
onEnterFrame = function () {
if (started) {
stepFoward();
allUpdate();
touchwall = constraints();
if (touchwall) {
mouseUpdate();
}
if ((!_welldone) && (!_gameover)) {
if ((((_xmouse < 0) || (_xmouse > _root.W)) || (_ymouse < 0)) || (_ymouse > _root.H)) {
if (!scrollit) {
mouseOutt();
}
}
_decscore++;
testHits();
_framecount++;
if (scrollit) {
if (!mousepressed) {
var _local3 = (_xmouse - WD2) * 0.15;
if (_local3 > 50) {
_local3 = 50;
} else if (_local3 < -50) {
_local3 = -50;
}
var _local2 = (_ymouse - HD2) * 0.15;
if (_local2 > 50) {
_local2 = 50;
} else if (_local2 < -50) {
_local2 = -50;
}
_trx = _trx + _local3;
_try = _try + _local2;
}
updateCenterArrowDists();
if ((_framecount % 10) == 0) {
updateBlueArrows();
}
updateArrowsVisible();
vt0._x = (1000000000 - _trx) % W;
vt1._x = ((1000000000 - _trx) + WD2) % W;
hz0._y = (1000000000 - _try) % H;
hz1._y = ((1000000000 - _try) + HD2) % H;
}
}
}
var _local4 = Math.floor(20000 / ((_decscore * 0.03) + 40));
sctxt.text = _local4;
};
btn.onRollOver = function () {
};
btn.onRollOut = (btn.onReleaseOutside = function () {
if (started) {
if ((!_welldone) && (!_gameover)) {
if (!scrollit) {
if (!_root.backBtn.hitTest(_root._xmouse, _root._ymouse, true)) {
mouseOutt();
}
}
}
}
});
go.tabEnabled = false;
endgame.tabEnabled = false;
onMouseUp = function () {
mousepressed = false;
};
onMouseDown = function () {
mousepressed = true;
};
stop();
Frame 5
stop();
levelManager.appendText("call levelCompleted\n");
levelManager.levelCompleted(levelid, Math.round(100 + (Math.random() * 100)), 0);
levelManager.appendText("adter call levelCompleted\n");
onEnterFrame = function () {
};
Frame 6
function actionBack() {
clearInterval(doOnce);
go.active(false);
started = false;
gotoAndStop(lvlaction);
}
var doOnce = setInterval(actionBack, 1);
stop();
Frame 7
function selectNode(i) {
if (itemSelection[0]._path._nodes.length > 0) {
iNode = i;
itemSelection[0]._path.selectNode(i);
pathbuttons.speedSlide.init(0, 1, 10, itemSelection[0]._path._nodes[i]._speed);
pathbuttons.nodeSmoothSlide.init(0, 1, 10, itemSelection[0]._path._nodes[i]._smooth);
pathbuttons.nodeWSlide.init(-100, 100, 1, itemSelection[0]._path._nodes[i]._w);
pathbuttons.nodeRSlide.init(-100, 100, 1, itemSelection[0]._path._nodes[i]._r);
pathbuttons.nodeR2Slide.init(-100, 100, 1, itemSelection[0]._path._nodes[i]._r2);
pathbuttons.nodeRotationSlide.init(0, 360, 1, itemSelection[0]._path._nodes[i]._rot);
updatePathBtn();
}
}
function showSelection(b) {
var _local1 = itemSelection.length - 1;
while (_local1 >= 0) {
itemSelection[_local1]._inner.setSelect(b);
_local1--;
}
}
function removeItemFromSelection(item) {
var _local1 = itemSelection.length - 1;
while (_local1 >= 0) {
if (itemSelection[_local1] == item) {
itemSelection[_local1]._inner.setSelect(false);
itemSelection.splice(_local1, 1);
break;
}
_local1--;
}
}
function initButtons() {
clearInterval(doOnce);
leftmenu.snapCheck.init("SNAP", snap);
leftmenu.snapCheck.action = function () {
snapAction();
};
leftmenu.scrollCheck.init("SCROLL", scrollit);
leftmenu.scrollCheck.action = function () {
scrollAction();
};
leftmenu.newBtn.setText("NEW");
leftmenu.newBtn.action = function () {
newAction();
};
leftmenu.delBtn.setText("DEL");
leftmenu.delBtn.action = function () {
delAction();
};
leftmenu.innerBtn.setText("INTERNAL");
leftmenu.innerBtn.action = function () {
innerAction();
};
leftmenu.pathBtn.setText("PATH");
leftmenu.pathBtn.action = function () {
pathAction();
};
leftmenu.prevBtn.setText("PREVIEW");
leftmenu.prevBtn.action = function () {
prevAction();
};
leftmenu.moveBtn.setText("MOVE");
leftmenu.moveBtn.action = function () {
moveAction();
};
leftmenu.playBtn.setText("PLAY");
leftmenu.playBtn.action = function () {
playAction();
};
leftmenu.copyBtn.setText("COPY");
leftmenu.copyBtn.action = function () {
copyAction();
};
leftmenu.destroyBtn.setText("ALIVE GRP");
leftmenu.destroyBtn.action = function () {
destroyAction();
};
leftmenu.stringBtn.setText("STRING");
leftmenu.stringBtn.action = function () {
stringAction();
};
leftmenu.animBtn.setText("ANIM GRP");
leftmenu.animBtn.action = function () {
animAction();
};
leftmenu.exportBtn.setText("EXPORT");
leftmenu.exportBtn.action = function () {
exportAction();
};
leftmenu.pasteBtn.action = function () {
pasteAction();
};
leftmenu.linkBtn.action = function () {
linkAction();
};
leftmenu.zoomSlide.init(0.1, 2, 10, 1);
leftmenu.zoomSlide.action = function (newval) {
zoomAction(newval);
};
innerbuttons.rotsSlide.setText("ROTATION SPEED");
innerbuttons.rotsSlide.action = function (newval) {
rotsAction(newval);
};
innerbuttons.rotsvSlide.setText("SPEED VARIATION");
innerbuttons.rotsvSlide.action = function (newval) {
rotsvAction(newval);
};
innerbuttons.rotsvsSlide.setText("SPEED VARIATION SPEED");
innerbuttons.rotsvsSlide.action = function (newval) {
rotsvsAction(newval);
};
innerbuttons.wvSlide.setText("WIDTH VARIATION");
innerbuttons.wvSlide.action = function (newval) {
wvAction(newval);
};
innerbuttons.wvsSlide.setText("WIDTH VARIATION SPEED");
innerbuttons.wvsSlide.action = function (newval) {
wvsAction(newval);
};
innerbuttons.rvSlide.setText("INSIDE RAYON VARIATION");
innerbuttons.rvSlide.action = function (newval) {
rvAction(newval);
};
innerbuttons.rvsSlide.setText("INSIDE RAY. VARIAT. SPEED");
innerbuttons.rvsSlide.action = function (newval) {
rvsAction(newval);
};
innerbuttons.r2vSlide.setText("OUTSIDE RAYON VARIATION");
innerbuttons.r2vSlide.action = function (newval) {
r2vAction(newval);
};
innerbuttons.r2vsSlide.setText("OUTSIDE RAY. VARIAT. SPEED");
innerbuttons.r2vsSlide.action = function (newval) {
r2vsAction(newval);
};
innerbuttons.followBtn.setText("PATH");
innerbuttons.followBtn.action = function () {
followAction();
};
pathbuttons.closeSlide.setText("CLOSED FACTOR");
pathbuttons.closeSlide.action = function (newval) {
closeAction(newval);
};
pathbuttons.pushSlide.setText("PULL FORCE");
pathbuttons.pushSlide.action = function (newval) {
pushAction(newval);
};
pathbuttons.pullSlide.setText("PUSH FORCE");
pathbuttons.pullSlide.action = function (newval) {
pullAction(newval);
};
pathbuttons.solidSlide.setText("SOLID");
pathbuttons.solidSlide.action = function (newval) {
solidAction(newval);
};
pathbuttons.gravitySlide.setText("GRAVITY FORCE");
pathbuttons.gravitySlide.action = function (newval) {
gravityAction(newval);
};
pathbuttons.gravityrotSlide.setText("GRAVITY DIR");
pathbuttons.gravityrotSlide.action = function (newval) {
gravityrotAction(newval);
};
pathbuttons.frictionSlide.setText("FRICTION");
pathbuttons.frictionSlide.action = function (newval) {
frictionAction(newval);
};
pathbuttons.globsSlide.setText("GLOBAL SPEED");
pathbuttons.globsSlide.action = function (newval) {
globsAction(newval);
};
pathbuttons.randomSlide.setText("RANDOM");
pathbuttons.randomSlide.action = function (newval) {
randomAction(newval);
};
pathbuttons.smoothSlide.setText("SMOOTH");
pathbuttons.smoothSlide.action = function (newval) {
smoothAction(newval);
};
pathbuttons.delaySlide.setText("STARTING DELAY");
pathbuttons.delaySlide.action = function (newval) {
delayAction(newval);
};
pathbuttons.cloneRepeatSlide.setText("CLONE REPEAT");
pathbuttons.cloneRepeatSlide.action = function (newval) {
repeatAction(newval);
};
pathbuttons.cloneDelaySlide.setText("CLONE REPEAT DELAY");
pathbuttons.cloneDelaySlide.action = function (newval) {
repeatDelayAction(newval);
};
pathbuttons.farAwayDeadSlide.setText("DIES WHEN FAR AWAY");
pathbuttons.farAwayDeadSlide.action = function (newval) {
farAwayDeadAction(newval);
};
pathbuttons.speedSlide.setText("NODE SPEED");
pathbuttons.speedSlide.action = function (newval) {
speedAction(newval);
};
pathbuttons.nodeSmoothSlide.setText("NODE SMOOTH");
pathbuttons.nodeSmoothSlide.action = function (newval) {
nodeSmoothAction(newval);
};
pathbuttons.nodeWSlide.setText("NODE ADD WIDTH");
pathbuttons.nodeWSlide.action = function (newval) {
nodeWAction(newval);
};
pathbuttons.nodeRSlide.setText("NODE ADD INSIDE RAYON");
pathbuttons.nodeRSlide.action = function (newval) {
nodeRAction(newval);
};
pathbuttons.nodeR2Slide.setText("NODE ADD OUTSIDE RAYON");
pathbuttons.nodeR2Slide.action = function (newval) {
nodeR2Action(newval);
};
pathbuttons.nodeRotationSlide.setText("NODE ADD ROTATION");
pathbuttons.nodeRotationSlide.action = function (newval) {
nodeRotationAction(newval);
};
pathbuttons.newBtn.setText("NEW NODE");
pathbuttons.newBtn.action = function () {
pathNewAction();
};
pathbuttons.delBtn.setText("DEL NODE");
pathbuttons.delBtn.action = function () {
pathDelAction();
};
buttonState();
}
function pathType(v) {
itemSelection[0]._path.setType(v);
}
function pathNewAction() {
itemSelection[0]._path.newNode(iNode);
itemSelection[0]._path.drawPath(itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
nodeParamMoved();
}
function pathDelAction() {
var _local1 = itemSelection[0]._path.delNode(iNode);
if (_local1 == 0) {
iNode = -1;
}
updatePathBtn();
itemSelection[0]._path.drawPath(itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
nodeParamMoved();
}
function speedAction(newval) {
itemSelection[0]._path._nodes[iNode]._speed = newval;
nodeParamMoved();
}
function nodeWAction(newval) {
itemSelection[0]._path._nodes[iNode]._w = newval;
nodeParamMoved();
}
function nodeRAction(newval) {
itemSelection[0]._path._nodes[iNode]._r = newval;
nodeParamMoved();
}
function nodeR2Action(newval) {
itemSelection[0]._path._nodes[iNode]._r2 = newval;
nodeParamMoved();
}
function nodeRotationAction(newval) {
itemSelection[0]._path._nodes[iNode]._rot = newval;
nodeParamMoved();
}
function nodeSmoothAction(newval) {
itemSelection[0]._path._nodes[iNode]._smooth = newval;
nodeParamMoved();
}
function nodeParamMoved() {
initMoves();
itemSelection[0]._path._count = 2000;
itemSelection[0]._path._lock = false;
allUpdate();
}
function globsAction(newval) {
itemSelection[0]._path._globs = newval;
}
function randomAction(newval) {
itemSelection[0]._path._random = newval;
}
function pushAction(newval) {
itemSelection[0]._path._push = newval;
}
function pullAction(newval) {
itemSelection[0]._path._pull = newval;
}
function solidAction(newval) {
itemSelection[0]._path._solid = newval;
}
function gravityAction(newval) {
itemSelection[0]._path._gravity = newval;
itemSelection[0]._path.initMoves();
}
function gravityrotAction(newval) {
itemSelection[0]._path._gravityrot = newval + 90;
itemSelection[0]._path.initMoves();
}
function frictionAction(newval) {
itemSelection[0]._path._friction = newval;
}
function closeAction(newval) {
itemSelection[0]._path._close = newval;
if (itemSelection[0]._path._type > 0) {
if (itemSelection[0]._path._type <= 2) {
if (itemSelection[0]._path._close < 0.9) {
_mcCircle._x = itemSelection[0]._inner._xinit - _trx;
_mcCircle._y = itemSelection[0]._inner._yinit - _try;
_mcCircle._xscale = (_mcCircle._yscale = (20 + (itemSelection[0]._path._close * 300)) * 2);
_mcCircle._visible = true;
_mcCircle.gotoAndPlay(1);
}
}
}
}
function delayAction(newval) {
itemSelection[0]._path._delay = 20 * newval;
}
function smoothAction(newval) {
itemSelection[0]._path._smooth = newval;
}
function repeatAction(newval) {
itemSelection[0]._path._repeat = newval;
}
function repeatDelayAction(newval) {
itemSelection[0]._path._repeatdelay = newval;
}
function farAwayDeadAction(newval) {
itemSelection[0]._path._farawaydead = newval;
}
function updatePathBtn() {
var _local1 = false;
if (iNode > -1) {
_local1 = true;
}
pathbuttons.delBtn.enable(_local1);
pathbuttons.newBtn.enable(_local1);
pathbuttons.speedSlide.enable(_local1);
pathbuttons.nodeSmoothSlide.enable(_local1);
pathbuttons.nodeWSlide.enable(_local1);
pathbuttons.nodeRSlide.enable(_local1);
pathbuttons.nodeR2Slide.enable(_local1);
pathbuttons.nodeRotationSlide.enable(_local1);
}
function snapAction() {
snap = !snap;
}
function scrollAction() {
scrollit = !scrollit;
}
function newAction() {
var _local1 = new Item(0);
_local1.firstDraw();
var _local3 = new Inner(true, {_x:newx + _trx, _y:newy + _try}, newx + _trx, newy + _try, neww, newr, 0, 0, 0, 0, 0, 0, 0, 0);
var _local2 = new Path(true);
linkItemAndMoves(_local1, _local3, _local2);
itemList.push(_local1);
pathList.push(_local2);
allUpdate();
}
function delAction() {
var _local1 = itemSelection.length - 1;
while (_local1 >= 0) {
delItem(itemSelection[_local1]);
_local1--;
}
itemSelection = new Array();
drawPathLinks();
buttonState();
}
function innerAction() {
inneredit = !inneredit;
if (!inneredit) {
initMoves();
allUpdate();
drawPathLinks();
showSelection(true);
leftmenu.innerBtn.up();
innerbuttons._visible = false;
itemSelection[0]._inner.showCenter(false);
} else {
initMoves();
allUpdate();
hidePathLinks();
showSelection(false);
leftmenu.innerBtn.down();
innerbuttons.rotsSlide.init(-0.1, 0.1, 100, itemSelection[0]._inner._rots);
innerbuttons.rotsvSlide.init(-0.1, 0.1, 100, itemSelection[0]._inner._rotsv);
innerbuttons.rotsvsSlide.init(-0.1, 0.1, 100, itemSelection[0]._inner._rotsvs);
innerbuttons.wvSlide.init(0, 100, 1, itemSelection[0]._inner._wv);
innerbuttons.wvsSlide.init(-0.1, 0.1, 100, itemSelection[0]._inner._wvs);
innerbuttons.rvSlide.init(0, 100, 100, itemSelection[0]._inner._rv);
innerbuttons.rvsSlide.init(-0.1, 0.1, 100, itemSelection[0]._inner._rvs);
innerbuttons.r2vSlide.init(0, 100, 1, itemSelection[0]._inner._r2v);
innerbuttons.r2vsSlide.init(-0.1, 0.1, 100, itemSelection[0]._inner._r2vs);
if (itemSelection[0]._inner._follow) {
innerbuttons.followBtn.down();
} else {
innerbuttons.followBtn.up();
}
innerbuttons._visible = true;
itemSelection[0]._inner.showCenter(true);
}
buttonState();
}
function rotsAction(newval) {
itemSelection[0]._inner._rots = newval;
}
function rotsvAction(newval) {
itemSelection[0]._inner._rotsv = newval;
}
function rotsvsAction(newval) {
itemSelection[0]._inner._rotsvs = newval;
}
function wvAction(newval) {
itemSelection[0]._inner._wv = newval;
}
function wvsAction(newval) {
itemSelection[0]._inner._wvs = newval;
}
function rvAction(newval) {
itemSelection[0]._inner._rv = newval;
}
function rvsAction(newval) {
itemSelection[0]._inner._rvs = newval;
}
function r2vAction(newval) {
itemSelection[0]._inner._r2v = newval;
}
function r2vsAction(newval) {
itemSelection[0]._inner._r2vs = newval;
}
function followAction() {
itemSelection[0]._inner._follow = !itemSelection[0]._inner._follow;
if (itemSelection[0]._inner._follow) {
innerbuttons.followBtn.down();
} else {
innerbuttons.followBtn.up();
}
}
function pathAction() {
pathedit = !pathedit;
if (!pathedit) {
initMoves();
allUpdate();
showSelection(true);
leftmenu.pathBtn.up();
pathbuttons._visible = false;
itemSelection[0]._path.hidePath();
drawPathLinks();
} else {
initMoves();
allUpdate();
hidePathLinks();
showSelection(false);
leftmenu.pathBtn.down();
pathbuttons.option(itemSelection[0]._path._type);
pathbuttons.globsSlide.init(0, 2, 10, itemSelection[0]._path._globs);
pathbuttons.randomSlide.init(0, 1, 10, itemSelection[0]._path._random);
pathbuttons.smoothSlide.init(0, 1, 10, itemSelection[0]._path._smooth);
pathbuttons.cloneRepeatSlide.init(0, 200, 1, itemSelection[0]._path._repeat);
pathbuttons.cloneRepeatSlide._exp = true;
pathbuttons.cloneDelaySlide.init(0, 100, 2, itemSelection[0]._path._repeatdelay);
pathbuttons.cloneDelaySlide._exp = true;
pathbuttons.farAwayDeadSlide.init(0, 2, 1, itemSelection[0]._path._farawaydead);
pathbuttons.delaySlide.init(0, 200, 2, itemSelection[0]._path._delay / 20);
pathbuttons.delaySlide._exp = true;
itemSelection[0]._path._count = 2000;
itemSelection[0]._path._lock = false;
if (itemSelection[0]._path._type == 3) {
pathbuttons.closeSlide.init(-0.9, 0.9, 10, itemSelection[0]._path._close);
} else if (itemSelection[0]._path._type == 4) {
pushSlide.init(0.1, 0.9, 10, _root.itemSelection[0]._path._push);
pullSlide.init(0.1, 0.9, 10, _root.itemSelection[0]._path._pull);
solidSlide.init(0, 1, 1, _root.itemSelection[0]._path._solid);
gravitySlide.init(0, 10, 10, _root.itemSelection[0]._path._gravity);
gravityrotSlide.init(0, 380, 1, _root.itemSelection[0]._path._gravityrot);
frictionSlide.init(0, 1, 100, _root.itemSelection[0]._path._friction);
} else {
pathbuttons.closeSlide.init(0, 0.9, 10, itemSelection[0]._path._close);
}
pathbuttons._visible = true;
itemSelection[0]._path.drawPath(itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
selectNode(0);
}
buttonState();
}
function moveAction() {
moving = !moving;
if (!moving) {
if ((!pathedit) && (!inneredit)) {
initMoves();
}
allUpdate();
leftmenu.moveBtn.up();
} else {
if ((!pathedit) && (!inneredit)) {
initMoves();
setMouseInner(false);
}
allUpdate();
leftmenu.moveBtn.down();
}
buttonState();
}
function prevAction() {
preview = !preview;
if (!preview) {
initMoves();
allUpdate();
drawPathLinks();
showSelection(true);
leftmenu.prevBtn.up();
} else {
_framecount = 0;
_trx = 0;
_try = 0;
_zoom = 1;
zoomParams();
leftmenu.zoomSlide.init(0.1, 2, 10, 1);
initMoves();
setMouseInner(false);
allUpdate();
hidePathLinks();
showSelection(false);
leftmenu.prevBtn.down();
}
buttonState();
}
function playAction() {
playtest = !playtest;
if (!playtest) {
go.active(false);
initMoves();
allUpdate();
drawPathLinks();
showSelection(true);
leftmenu.playBtn.up();
} else {
_framecount = 0;
_trx = 0;
_try = 0;
_zoom = 1;
zoomParams();
leftmenu.zoomSlide.init(0.1, 2, 10, 1);
initMoves();
setMouseInner(true);
allUpdate();
hidePathLinks();
showSelection(false);
leftmenu.playBtn.down();
}
buttonState();
}
function copyAction() {
if (inneredit) {
copy = new Array();
copy.push(itemSelection[0]._inner.copy());
pastetxt.text = "INTERNAL";
} else if (pathedit) {
copy = new Array();
copy.push(itemSelection[0]._path);
pastetxt.text = "PATH";
} else if (itemSelection.length > 0) {
copy = new Array();
var _local1 = itemSelection.length - 1;
while (_local1 >= 0) {
copy.push(itemSelection[_local1]);
_local1--;
}
pastetxt.text = itemSelection.length + " ITEMS";
}
buttonState();
allUpdate();
}
function grpAction(grpL) {
var _local1 = new Array();
var _local9 = false;
var _local4 = itemSelection.length - 1;
while (_local4 >= 0) {
var _local8;
if (grpL == aGrpList) {
_local8 = itemSelection[_local4]._agrp;
} else if (grpL == grpList) {
_local8 = itemSelection[_local4]._grp;
}
debuginsel = debuginsel + (((itemSelection[_local4]._id + "(") + debugGrp(itemSelection[_local4]._agrp)) + ") ");
if (_local8 != -1) {
var _local7 = false;
var _local3 = _local1.length - 1;
while (_local3 >= 0) {
if (_local1[_local3] == _local8) {
_local7 = true;
break;
}
_local3--;
}
if (!_local7) {
_local1.push(_local8);
}
} else {
_local9 = true;
}
_local4--;
}
if (_local1.length == 0) {
var _local5 = new Array();
_local4 = itemSelection.length - 1;
while (_local4 >= 0) {
_local5.push(itemSelection[_local4]);
if (grpL == aGrpList) {
itemSelection[_local4]._agrp = _local5;
} else if (grpL == grpList) {
itemSelection[_local4]._grp = _local5;
}
_local4--;
}
grpL.push(_local5);
} else if (_local1.length == 1) {
if (_local9) {
_local4 = itemSelection.length - 1;
while (_local4 >= 0) {
if (grpL == aGrpList) {
if (_local1[0] != itemSelection[_local4]._agrp) {
_local1[0].push(itemSelection[_local4]);
itemSelection[_local4]._agrp = _local1[0];
}
} else if (grpL == grpList) {
if (_local1[0] != itemSelection[_local4]._grp) {
_local1[0].push(itemSelection[_local4]);
itemSelection[_local4]._grp = _local1[0];
}
}
_local4--;
}
} else {
_local4 = itemSelection.length - 1;
while (_local4 >= 0) {
if (grpL == aGrpList) {
var _local3 = itemSelection[_local4]._agrp.length - 1;
while (_local3 >= 0) {
if (itemSelection[_local4]._agrp[_local3] == itemSelection[_local4]) {
var _local8 = itemSelection[_local4]._agrp;
itemSelection[_local4]._agrp.splice(_local3, 1);
itemSelection[_local4]._agrp = isInOneGroup(grpL, itemSelection[_local4]);
break;
}
_local3--;
}
} else if (grpL == grpList) {
var _local3 = itemSelection[_local4]._grp.length - 1;
while (_local3 >= 0) {
if (itemSelection[_local4]._grp[_local3] == itemSelection[_local4]) {
itemSelection[_local4]._grp.splice(_local3, 1);
itemSelection[_local4]._grp = isInOneGroup(grpL, itemSelection[_local4]);
break;
}
_local3--;
}
}
_local4--;
}
}
} else if (_local1.length > 1) {
_local4 = _local1.length - 1;
while (_local4 >= 0) {
delGrp(_local1[_local4], grpL);
_local4--;
}
var _local5 = new Array();
_local4 = _local1.length - 1;
while (_local4 >= 0) {
var _local6 = _local1[_local4];
var _local3 = _local6.length - 1;
while (_local3 >= 0) {
addDiff(_local5, _local6[_local3]);
_local6[_local3]._grp = _local5;
_local3--;
}
_local4--;
}
_local4 = itemSelection.length - 1;
while (_local4 >= 0) {
if (grpL == aGrpList) {
if (itemSelection[_local4]._agrp == -1) {
addDiff(_local5, itemSelection[_local4]);
itemSelection[_local4]._agrp = _local5;
}
} else if (grpL == grpList) {
if (itemSelection[_local4]._grp == -1) {
addDiff(_local5, itemSelection[_local4]);
itemSelection[_local4]._grp = _local5;
}
}
_local4--;
}
grpL.push(_local5);
}
buttonState();
allUpdate();
drawPathLinks();
}
function isInOneGroup(grpL, it) {
i = 0;
while (i < grpL.length) {
var _local2 = grpL[i];
var _local1 = 0;
while (_local1 < _local2.length) {
if (_local2[_local1] == it) {
return(_local2);
}
_local1++;
}
i++;
}
return(-1);
}
function exportAction() {
exportstring = serialize();
gotoAndPlay ("export");
}
function stringAction() {
if (itemSelection[0].isStringLinked(itemSelection[1])) {
var _local1 = stringList.length - 1;
while (_local1 >= 0) {
if (((stringList[_local1].i0 == itemSelection[0]) && (stringList[_local1].i1 == itemSelection[1])) || ((stringList[_local1].i1 == itemSelection[0]) && (stringList[_local1].i0 == itemSelection[1]))) {
stringList.splice(_local1, 1);
break;
}
_local1--;
}
itemSelection[0].delString(itemSelection[1]);
itemSelection[1].delString(itemSelection[0]);
} else {
stringList.push({i0:itemSelection[0], i1:itemSelection[1]});
itemSelection[0]._strings.push(itemSelection[1]);
itemSelection[1]._strings.push(itemSelection[0]);
}
buttonState();
allUpdate();
drawPathLinks();
}
function destroyAction() {
grpAction(grpList);
}
function animAction() {
grpAction(aGrpList);
}
function pasteAction() {
if (copy.length > 0) {
if (copy[0] instanceof Item) {
var _local1 = copy.length - 1;
while (_local1 >= 0) {
var _local2 = copy[_local1].copy();
var _local4 = copy[_local1]._inner.copy();
var _local3 = copy[_local1]._path.copy();
linkItemAndMoves(_local2, _local4, _local3);
_local3.initMoves();
_local2.firstDraw();
_local2._inner.createEditMC();
_local2._inner.init();
itemList.push(_local2);
pathList.push(_local2._path);
_local1--;
}
} else if (copy[0] instanceof Inner) {
var _local1 = 0;
while (_local1 < itemSelection.length) {
var _local4 = copy[0].copy();
itemSelection[_local1]._inner.getInternalMoves(copy[0]);
copy[0] = _local4;
_local1++;
}
} else if (copy[0] instanceof Path) {
var _local1 = 0;
while (_local1 < itemSelection.length) {
var _local5 = itemSelection[_local1]._path.removeInnerFromList(itemSelection[_local1]._inner);
if (_local5 <= 0) {
removePathFromList(itemSelection[_local1]._path);
}
var _local3 = copy[0].copy();
_local3._delay = itemSelection[_local1]._path._delay;
linkItemAndMoves(itemSelection[_local1], itemSelection[_local1]._inner, _local3);
pathList.push(_local3);
_local1++;
}
}
}
buttonState();
allUpdate();
drawPathLinks();
}
function linkAction() {
if (copy.length > 0) {
if (copy[0] instanceof Item) {
var _local1 = copy.length - 1;
while (_local1 >= 0) {
var _local2 = copy[_local1].copy();
var _local4 = copy[_local1]._inner.copy();
var _local3 = copy[_local1]._path;
linkItemAndMoves(_local2, _local4, _local3);
_local3.initMoves();
_local2.firstDraw();
_local2._inner.createEditMC();
_local2._inner.init();
itemList.push(_local2);
_local1--;
}
} else if (copy[0] instanceof Inner) {
} else if (copy[0] instanceof Path) {
var _local1 = 0;
while (_local1 < itemSelection.length) {
var _local5 = itemSelection[_local1]._path.removeInnerFromList(itemSelection[_local1]._inner);
if (_local5 <= 0) {
if (copy[0] != itemSelection[_local1]._path) {
removePathFromList(itemSelection[_local1]._path);
}
}
copy[0].addInner(itemSelection[_local1]._inner);
itemSelection[_local1].setMoves(itemSelection[_local1]._inner, copy[0]);
_local1++;
}
}
}
buttonState();
allUpdate();
drawPathLinks();
}
function zoomAction(newval) {
_zoom = newval;
zoomParams();
initMoves();
allUpdate();
drawPathLinks();
if (pathedit) {
itemSelection[0]._path.drawPath(itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
}
if (inneredit) {
itemSelection[0]._inner.updateSelectMC(itemSelection[0]._inner._x, itemSelection[0]._inner._y, itemSelection[0]._inner._w, itemSelection[0]._inner._r, itemSelection[0]._inner._rot);
}
}
function zoomParams() {
_ctrx = W * (0.5 - (0.5 * _zoom));
_ctry = H * (0.5 - (0.5 * _zoom));
bframePos(_trx, _try);
mcWallFill._x = (mcTargetFill._x = (mcTargetBorder._x = (mcWallBorder._x = W * (0.5 - (_zoom * 0.5)))));
mcWallFill._y = (mcTargetFill._y = (mcTargetBorder._y = (mcWallBorder._y = H * (0.5 - (_zoom * 0.5)))));
bframe._xscale = (bframe._yscale = (mcWallFill._xscale = (mcWallFill._yscale = (mcTargetFill._xscale = (mcTargetFill._yscale = (mcTargetBorder._xscale = (mcTargetBorder._yscale = (mcWallBorder._xscale = (mcWallBorder._yscale = _zoom * 100)))))))));
_ctrx = W * (0.5 - (0.5 * _zoom));
_ctry = H * (0.5 - (0.5 * _zoom));
}
function bframePos(tx, ty) {
bframe._x = _ctrx - (_zoom * tx);
bframe._y = _ctry - (_zoom * ty);
}
function buttonState() {
var _local8 = false;
var _local9 = false;
var _local3 = false;
var _local12 = false;
var _local13 = false;
var _local14 = false;
var _local5 = false;
var _local6 = false;
var _local10 = false;
var _local15 = false;
var _local7 = false;
var _local11 = false;
var _local2 = false;
var _local1 = -1;
var _local4 = -1;
if (copy.length == 0) {
leftmenu.pasteBtn.setText("");
leftmenu.linkBtn.setText("");
} else if (copy[0] instanceof Item) {
leftmenu.pasteBtn.setText("PASTE");
leftmenu.linkBtn.setText("PAST.LINK");
leftmenu.pastetxt.text = copy.length + " ITEMS";
_local1 = 0;
_local4 = 0;
} else if (copy[0] instanceof Inner) {
leftmenu.pasteBtn.setText("PASTE INT.");
leftmenu.linkBtn.setText("");
leftmenu.pastetxt.text = "INTERNAL";
_local1 = 1;
} else if (copy[0] instanceof Path) {
leftmenu.pasteBtn.setText("PAST.PATH");
leftmenu.linkBtn.setText("LINK PATH");
leftmenu.pastetxt.text = "PATH";
_local1 = 2;
_local4 = 2;
}
if (moving) {
_local2 = true;
} else if (preview) {
_local11 = true;
} else if (playtest) {
_local5 = true;
} else if (inneredit) {
_local10 = true;
_local3 = true;
_local2 = true;
} else if (pathedit) {
_local6 = true;
_local3 = true;
_local2 = true;
} else {
_local2 = true;
if (_local1 == 0) {
_local8 = true;
_local9 = true;
}
if (itemSelection.length == 0) {
if (!moving) {
_local5 = true;
_local7 = true;
_local11 = true;
}
} else if (itemSelection.length > 0) {
if (itemSelection.length == 1) {
_local6 = true;
_local10 = true;
}
if (itemSelection.length >= 1) {
if (_local1 >= 1) {
_local8 = true;
}
if (_local4 > 1) {
_local9 = true;
}
}
_local15 = true;
_local7 = true;
_local3 = true;
_local12 = true;
_local14 = true;
if (itemSelection.length == 2) {
_local13 = true;
}
}
}
leftmenu.pasteBtn.enable(_local8);
leftmenu.linkBtn.enable(_local9);
leftmenu.copyBtn.enable(_local3);
leftmenu.destroyBtn.enable(_local12);
leftmenu.stringBtn.enable(_local13);
leftmenu.animBtn.enable(_local14);
leftmenu.playBtn.enable(_local5);
leftmenu.pathBtn.enable(_local6);
leftmenu.innerBtn.enable(_local10);
leftmenu.delBtn.enable(_local15);
leftmenu.newBtn.enable(_local7);
leftmenu.prevBtn.enable(_local11);
leftmenu.moveBtn.enable(_local2);
}
stop();
_trx = 0;
_try = 0;
_zoom = 1;
var _ctrx = 0;
var _ctry = 0;
zoomParams();
var startmoving = false;
_framecount = 0;
var snap = true;
mousepressed = false;
var exportstring = "";
var copy = new Array();
var itemSelection = new Array();
var itemMoving = new Array();
var itemMovingType = 0;
var itemMovingStart = {x:0, y:0};
var mainmenupressed = false;
var movingCenter = false;
var selectbox = false;
endgame.active(false);
if (lvldata != "") {
_gameover = false;
_welldone = false;
unserialize(lvldata, true);
allFirstDraw();
initMoves();
allUpdate();
drawPathLinks();
showSelection(true);
lvldata = "";
started = false;
_root.leftmenu.tip.text = _tip;
}
onEnterFrame = function () {
if (preview || (playtest && (started))) {
_framecount++;
stepFoward();
allUpdate();
if (constraints()) {
touchwall = true;
mouseUpdate();
} else {
touchwall = false;
}
if (playtest) {
testHits();
}
if (scrollit) {
_trx = _trx + ((_xmouse - WD2) * 0.1);
_try = _try + ((_ymouse - HD2) * 0.1);
}
} else if (inneredit) {
itemSelection[0]._inner.stepFoward(0, 0, 0, 0, 0, 0);
itemSelection[0]._inner.updateItem();
if (movingCenter) {
itemSelection[0]._inner.movingCenter((_xmouse - itemMovingStart.x) / _zoom, (_ymouse - itemMovingStart.y) / _zoom);
}
} else if (pathedit) {
itemSelection[0]._path.stepFoward();
itemSelection[0]._inner.updateItem();
if (movingNode >= 0) {
var _local3 = (_xmouse - itemMovingStart.x) / _zoom;
var _local4 = (_ymouse - itemMovingStart.y) / _zoom;
itemSelection[0]._path.movingNode(movingNode, _local3, _local4, itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
}
} else if (itemMoving.length > 0) {
var _local2 = itemMoving.length - 1;
while (_local2 >= 0) {
itemMoving[_local2]._inner.updateMovingItem((_xmouse - itemMovingStart.x) / _zoom, (_ymouse - itemMovingStart.y) / _zoom, itemMovingStart.x, itemMovingStart.y, itemMovingType);
_local2--;
}
} else if ((selectbox != false) && (!mainmenupressed)) {
_mcSelbox._visible = true;
_mcSelbox._x = ((selectbox.x - _trx) * _zoom) + _ctrx;
_mcSelbox._y = ((selectbox.y - _try) * _zoom) + _ctry;
_mcSelbox._xscale = ((((_xmouse - _root._ctrx) / _root._zoom) + _root._trx) - selectbox.x) * _zoom;
_mcSelbox._yscale = ((((_ymouse - _root._ctry) / _root._zoom) + _root._try) - selectbox.y) * _zoom;
}
if (moving && (startmoving != false)) {
bframePos(_trx - ((_xmouse - startmoving.x) / _zoom), _try - ((_ymouse - startmoving.y) / _zoom));
}
};
onMouseDown = function () {
mousepressed = true;
if (leftmenu.hitTest(_xmouse, _ymouse, true)) {
return(undefined);
}
if (moving) {
startmoving = {x:_xmouse, y:_ymouse};
return(undefined);
}
if (pathedit) {
var _local2 = itemSelection[0]._path.isOver(((_xmouse - _root._ctrx) / _root._zoom) + _root._trx, ((_ymouse - _root._ctry) / _root._zoom) + _root._try);
if (!(_local2 === false)) {
selectNode(_local2);
itemMovingStart = {x:_xmouse, y:_ymouse};
movingNode = _local2;
}
return(undefined);
}
if (inneredit) {
var _local2 = itemSelection[0]._inner.isOverCenter(((_xmouse - _root._ctrx) / _root._zoom) + _root._trx, ((_ymouse - _root._ctry) / _root._zoom) + _root._try);
if (!(_local2 === false)) {
itemMovingStart = {x:_xmouse, y:_ymouse};
movingCenter = true;
}
return(undefined);
}
if (preview || (playtest)) {
return(undefined);
}
if (Key.isDown(16)) {
return(undefined);
}
itemMoving = new Array();
var _local3 = itemSelection.length - 1;
while (_local3 >= 0) {
if (itemSelection[_local3] != false) {
var _local2 = itemSelection[_local3]._inner.isOver(((_xmouse - _root._ctrx) / _root._zoom) + _root._trx, ((_ymouse - _root._ctry) / _root._zoom) + _root._try);
if (_local2 != false) {
if (_local2 <= 4) {
if (_local2 == 1) {
itemMoving = itemSelection;
} else {
itemMoving.push(itemSelection[_local3]);
itemSelection[_local3]._inner._subselected[_local2] = true;
}
itemMovingType = _local2;
itemMovingStart = {x:_xmouse, y:_ymouse};
} else {
var _local4 = _local2 - 5;
itemSelection[_local3].changeType(_local4);
itemSelection[_local3]._inner.updateItem();
actionSelectedDone = _local4;
}
return(undefined);
}
}
_local3--;
}
_local3 = itemList.length - 1;
while (_local3 >= 0) {
if (itemList[_local3]._inner.isOver(((_xmouse - _root._ctrx) / _root._zoom) + _root._trx, ((_ymouse - _root._ctry) / _root._zoom) + _root._try) == 1) {
itemMoving.push(itemList[_local3]);
itemMovingType = 1;
itemMovingStart = {x:_xmouse, y:_ymouse};
return(undefined);
}
_local3--;
}
if (selectbox == false) {
selectbox = {x:((_xmouse - _root._ctrx) / _root._zoom) + _root._trx, y:((_ymouse - _root._ctry) / _root._zoom) + _root._try};
}
};
onMouseUp = function () {
mousepressed = false;
if (mainmenupressed) {
mainmenupressed = false;
selectbox = false;
_mcSelbox._visible = false;
startmoving = false;
return(undefined);
}
if (moving && (startmoving != false)) {
_trx = _trx - ((_xmouse - startmoving.x) / _zoom);
_try = _try - ((_ymouse - startmoving.y) / _zoom);
startmoving = false;
if ((!pathedit) && (!inneredit)) {
initMoves();
}
allUpdate();
drawPathLinks();
if (pathedit) {
itemSelection[0]._path.drawPath(itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
}
if (inneredit) {
itemSelection[0]._inner.updateSelectMC(itemSelection[0]._inner._x, itemSelection[0]._inner._y, itemSelection[0]._inner._w, itemSelection[0]._inner._r, itemSelection[0]._inner._rot);
}
return(undefined);
}
if (selectbox != false) {
if (!Key.isDown(16)) {
showSelection(false);
itemSelection = new Array();
}
var _local2 = itemList.length - 1;
while (_local2 >= 0) {
if ((((itemList[_local2]._inner._xinit - (((_xmouse - _root._ctrx) / _root._zoom) + _root._trx)) * (itemList[_local2]._inner._xinit - selectbox.x)) < 0) && (((itemList[_local2]._inner._yinit - (((_ymouse - _root._ctry) / _root._zoom) + _root._try)) * (itemList[_local2]._inner._yinit - selectbox.y)) < 0)) {
removeItemFromSelection(itemList[_local2]);
itemSelection.push(itemList[_local2]);
}
_local2--;
}
selectbox = false;
_mcSelbox._visible = false;
showSelection(true);
buttonState();
if (itemSelection.length == 0) {
if (_debug) {
trace(serialize());
}
}
return(undefined);
}
if (actionSelectedDone >= 0) {
actionSelectedDone = -1;
return(undefined);
}
if (pathedit) {
if (movingNode >= 0) {
var _local5 = (_xmouse - itemMovingStart.x) / _zoom;
var _local6 = (_ymouse - itemMovingStart.y) / _zoom;
itemSelection[0]._path.changeNode(movingNode, _local5, _local6);
itemSelection[0]._path.drawPath(itemSelection[0]._inner._xinit, itemSelection[0]._inner._yinit);
movingNode = -1;
initMoves();
itemSelection[0]._path._count = 2000;
itemSelection[0]._path._lock = false;
allUpdate();
}
return(undefined);
}
if (inneredit) {
if (movingCenter == true) {
itemSelection[0]._inner.changeCenter((_xmouse - itemMovingStart.x) / _zoom, (_ymouse - itemMovingStart.y) / _zoom);
movingCenter = false;
initMoves();
allUpdate();
}
return(undefined);
}
if (preview || (playtest)) {
return(undefined);
}
var _local4 = 0;
if (itemMoving.length > 0) {
if (itemMovingType > 1) {
itemMoving[0]._inner._subselected[itemMovingType] = false;
}
_local4 = Math.abs(_xmouse - itemMovingStart.x) + Math.abs(_ymouse - itemMovingStart.y);
var _local2 = itemMoving.length - 1;
while (_local2 >= 0) {
itemMoving[_local2]._inner.changeInit((_xmouse - itemMovingStart.x) / _zoom, (_ymouse - itemMovingStart.y) / _zoom, itemMovingStart.x, itemMovingStart.y, itemMovingType);
itemMoving[_local2]._inner.updateItem();
_local2--;
}
itemMoving = new Array();
drawPathLinks();
}
if (_local4 == 0) {
var _local3 = false;
var _local2 = itemList.length - 1;
while (_local2 >= 0) {
if (itemList[_local2]._inner.isOver(((_xmouse - _root._ctrx) / _root._zoom) + _root._trx, ((_ymouse - _root._ctry) / _root._zoom) + _root._try) == 1) {
if (itemList[_local2]._inner.isSelected()) {
if (Key.isDown(16)) {
removeItemFromSelection(itemList[_local2]);
}
} else {
if (!Key.isDown(16)) {
showSelection(false);
itemSelection = new Array();
}
itemSelection.push(itemList[_local2]);
}
_local3 = true;
break;
}
_local2--;
}
if (!_local3) {
if (!Key.isDown(16)) {
showSelection(false);
itemSelection = new Array();
}
} else {
showSelection(true);
}
}
buttonState();
};
var movingNode = -1;
var actionSelectedDone = -1;
var iNode = -1;
innerbuttons._visible = false;
pathbuttons._visible = false;
var doOnce = setInterval(initButtons, 1);
var inneredit = false;
var pathedit = false;
var moving = false;
var preview = false;
var playtest = false;
Frame 8
function initButtons() {
clearInterval(doOnce);
importBtn.setText("IMPORT");
importBtn.action = function () {
iximportAction();
};
backBtn.setText("BACK");
backBtn.action = function () {
ixbackAction();
};
}
function iximportAction() {
lvldata = ldi.text;
gotoAndPlay ("edit");
}
function ixbackAction() {
lvldata = savexs;
gotoAndPlay ("edit");
}
stop();
var doOnce = setInterval(initButtons, 1);
ldi.text = exportstring;
var savexs = exportstring;
onMouseUp = function () {
};
onMouseDown = function () {
};
onEnterFrame = function () {
};
Symbol 194 MovieClip [__Packages.Item] Frame 0
class Item
{
static var gid;
var _count, _nextchange, _c, _e0, _e1, _dir, _rot, _w, _r, _mc, _me0, _me1, _mdir, _mrot, _mw, _mr, _cc, _ce0, _ce1, _cdir, _crot, memoempty, maxdiv, _forceredraw, _t, _lineWidth, _fillColor, _rootMcBorder, _rootMcFill, _borderColor, _subt, _inner, _path, _mcBorderM, _mcFillM, _cr, _cw;
function Item (t) {
_count = 0;
_nextchange = 60 + Math.round(Math.random() * 150);
if ((gid + "") == "undefined") {
gid = 0;
}
_id = gid++;
changeType(t);
_c = {_x:null, _y:null};
_e0 = {_x:null, _y:null};
_e1 = {_x:null, _y:null};
_dir = {_x:null, _y:null};
_rot = null;
_w = null;
_r = null;
_mc = {_x:null, _y:null};
_me0 = {_x:null, _y:null};
_me1 = {_x:null, _y:null};
_mdir = {_x:null, _y:null};
_mrot = null;
_mw = null;
_mr = null;
_cc = {_x:null, _y:null};
_ce0 = {_x:null, _y:null};
_ce1 = {_x:null, _y:null};
_cdir = {_x:null, _y:null};
_crot = null;
_mw = null;
_mr = null;
memoempty = true;
maxdiv = 1;
_strings = new Array();
}
function changeType(t) {
_forceredraw = true;
_t = t;
_lineWidth = 6;
_fillColor = 3289379 /* 0x323123 */;
if (t == 0) {
_rootMcBorder = _root.mcWallBorder;
_rootMcFill = _root.mcWallFill;
_borderColor = 12333618 /* 0xBC3232 */;
} else if (t == 1) {
_rootMcBorder = _root.mcTargetBorder;
_rootMcFill = _root.mcTargetFill;
_borderColor = 1546446 /* 0x1798CE */;
} else if (t == 2) {
_rootMcBorder = _root.mcTargetBorder;
_rootMcFill = _root.mcTargetFill;
_borderColor = 14335047 /* 0xDABC47 */;
} else if (t == 3) {
_subt = 0;
_nextchange = 30;
_rootMcBorder = _root.mcTargetBorder;
_rootMcFill = _root.mcTargetFill;
_borderColor = 1546446 /* 0x1798CE */;
} else if (t == 4) {
_rootMcBorder = _root.mcTargetBorder;
_rootMcFill = _root.mcTargetFill;
_borderColor = 4238945 /* 0x40AE61 */;
}
}
function isStringLinked(it) {
var _local2 = _strings.length - 1;
while (_local2 >= 0) {
if (_strings[_local2] == it) {
return(true);
}
_local2--;
}
return(false);
}
function delString(it) {
var _local2 = _strings.length - 1;
while (_local2 >= 0) {
if (_strings[_local2] == it) {
_strings.splice(_local2, 1);
break;
}
_local2--;
}
}
function copy() {
return(new Item(_t));
}
function setMoves(inner, path) {
_inner = inner;
_path = path;
}
function firstDraw() {
_mcBorderM = _rootMcBorder.createEmptyMovieClip("_mcBorderR", _rootMcBorder.getNextHighestDepth());
_mcBorderM.tabEnabled = false;
_mcFillM = _rootMcFill.createEmptyMovieClip("_mcFillM", _rootMcFill.getNextHighestDepth());
_mcFillM.tabEnabled = false;
if (((((!_inner._follow) && (_inner._rots == 0)) && ((_inner._rotsv == 0) || (_inner._rotsvs))) && ((_inner._wv == 0) || (_inner._wvs == 0))) && ((_inner._rv == 0) || (_inner._rvs == 0))) {
_mcBorderM.cacheAsBitmap = true;
_mcFillM.cacheAsBitmap = true;
}
}
function removeDraw() {
_mcBorderM.removeMovieClip();
_mcFillM.removeMovieClip();
}
function updateDraw(newRot, newX, newY, newW, newR) {
memo();
var _local10 = false;
if (_t == 3) {
if (!_inner._dead) {
if (_count > _nextchange) {
_count = 0;
_nextchange = 10 + Math.round(Math.random() * 150);
_subt = 1 - _subt;
if (_subt == 0) {
_borderColor = 12333618 /* 0xBC3232 */;
} else {
_borderColor = 1546446 /* 0x1798CE */;
}
_forceredraw = true;
} else if (_count >= (_nextchange - 20)) {
var _local12 = (_nextchange - _count) % 7;
if (_local12 == 1) {
_borderColor = 16746751 /* 0xFF88FF */;
_forceredraw = true;
} else if (_local12 == 0) {
if (_subt == 0) {
_borderColor = 12333618 /* 0xBC3232 */;
} else {
_borderColor = 1546446 /* 0x1798CE */;
}
_forceredraw = true;
}
}
}
}
if ((_path._type > 0) && (_path._type < 4)) {
var _local6 = _count % 40;
if (_local6 > 35) {
_local6 = _local6 - 35;
var _local15 = new Color(_mcBorderM);
if (_t == 0) {
_borderColor = (((188 - (_local6 * 17)) * 65536) + ((50 - _local6) * 256)) + (50 - _local6);
_forceredraw = true;
} else if (_t == 1) {
_borderColor = ((((23 - (_local6 * 1)) * 65536) + ((152 - (_local6 * 10)) * 256)) + 206) - (_local6 * 17);
_forceredraw = true;
}
} else if (_local6 == 0) {
var _local15 = new Color(_mcBorderM);
if (_t == 0) {
_borderColor = 12333618 /* 0xBC3232 */;
_forceredraw = true;
} else if (_t == 1) {
_borderColor = 1546446 /* 0x1798CE */;
_forceredraw = true;
}
}
}
if (((newR != _r) || (newW != _w)) || (_forceredraw)) {
_mcBorderM.clear();
_mcBorderM.lineStyle(_lineWidth, _borderColor, 100, true, "none", "round");
_mcBorderM.moveTo(-newW, -newR);
_mcBorderM.lineTo(newW, -newR);
var _local5 = 1;
while (_local5 <= 4) {
_mcBorderM.curveTo(newW + (_root.drawCircleData[_local5][0] * newR), _root.drawCircleData[_local5][1] * newR, newW + (_root.drawCircleData[_local5][2] * newR), _root.drawCircleData[_local5][3] * newR);
_local5++;
}
_mcBorderM.lineTo(-newW, newR);
_local5 = 5;
while (_local5 <= 8) {
_mcBorderM.curveTo((-newW) + (_root.drawCircleData[_local5][0] * newR), _root.drawCircleData[_local5][1] * newR, (-newW) + (_root.drawCircleData[_local5][2] * newR), _root.drawCircleData[_local5][3] * newR);
_local5++;
}
_mcFillM.clear();
_mcFillM.beginFill(_fillColor, 100);
_mcFillM.moveTo(newW, -newR);
_local5 = 1;
while (_local5 <= 4) {
_mcFillM.curveTo(newW + (_root.drawCircleData[_local5][0] * newR), _root.drawCircleData[_local5][1] * newR, newW + (_root.drawCircleData[_local5][2] * newR), _root.drawCircleData[_local5][3] * newR);
_local5++;
}
_mcFillM.lineTo(-newW, newR);
_local5 = 5;
while (_local5 <= 8) {
_mcFillM.curveTo((-newW) + (_root.drawCircleData[_local5][0] * newR), _root.drawCircleData[_local5][1] * newR, (-newW) + (_root.drawCircleData[_local5][2] * newR), _root.drawCircleData[_local5][3] * newR);
_local5++;
}
_mcFillM.endFill();
_forceredraw = false;
_local10 = true;
_w = newW;
_r = newR;
}
if (newRot != _rot) {
_local10 = true;
}
_mcFillM._x = (_mcBorderM._x = newX - _root._trx);
_mcFillM._y = (_mcBorderM._y = newY - _root._try);
_mcFillM._rotation = (_mcBorderM._rotation = (newRot * 180) / Math.PI);
if (_local10) {
var _local13 = Math.cos(newRot);
var _local11 = Math.sin(newRot);
_dir = {_x:_local13, _y:_local11};
_e0._x = newX + (_local13 * newW);
_e0._y = newY + (_local11 * newW);
_e1._x = newX - (_e0._x - newX);
_e1._y = newY - (_e0._y - newY);
} else {
_e0._x = _e0._x + (newX - _c._x);
_e0._y = _e0._y + (newY - _c._y);
_e1._x = _e1._x + (newX - _c._x);
_e1._y = _e1._y + (newY - _c._y);
}
_c = {_x:newX, _y:newY};
_rot = newRot;
if (memoempty) {
memo();
memoempty = false;
}
var _local14 = _root.dist(_c, _mc);
maxdiv = Math.ceil((_local14 + 0.1) / (2 * _r));
if (_inner._dead) {
_inner._w = _inner._w * 0.8;
_inner._r = _inner._r * 0.8;
if (_inner._r < 0.01) {
_inner._r = 0.01;
}
_mcBorderM._alpha = _mcBorderM._alpha * 0.8;
if (_mcBorderM._alpha < 2) {
_mcBorderM._visible = false;
}
}
blink++;
if (blink > maxblink) {
blink = -maxblink;
}
_count++;
}
function updateColData(newRot, newX, newY, newW, newR) {
var _local5 = Math.cos(newRot);
var _local4 = Math.sin(newRot);
_dir = {_x:_local5, _y:_local4};
_e0._x = newX + (_local5 * newW);
_e0._y = newY + (_local4 * newW);
_e1._x = newX - (_e0._x - newX);
_e1._y = newY - (_e0._y - newY);
_c = {_x:newX, _y:newY};
_rot = newRot;
_w = newW;
_r = newR;
}
function blinked() {
return(blink < ((-maxblink) + 1));
}
function memo() {
_mc = {_x:_c._x, _y:_c._y};
_me0 = {_x:_e0._x, _y:_e0._y};
_me1 = {_x:_e1._x, _y:_e1._y};
_mdir = {_x:_dir._x, _y:_dir._y};
_mrot = _rot;
_mw = _w;
_mr = _r;
}
function projHit(it, odir) {
var _local2 = Math.sqrt(Math.pow(odir._x, 2) + Math.pow(odir._y, 2));
var _local4 = {_x:odir._x / _local2, _y:odir._y / _local2};
return(projHitN(it, _local4));
}
function projHitN(it, nodir) {
var _local4 = _root._getNormedProjection(_ce0, nodir);
var _local3 = _root._getNormedProjection(_ce1, nodir);
if (_local4 < _local3) {
_local4 = _local4 - _cr;
_local3 = _local3 + _cr;
} else {
_local4 = _local4 + _cr;
_local3 = _local3 - _cr;
}
var _local6 = _root._getNormedProjection(it._ce0, nodir);
var _local5 = _root._getNormedProjection(it._ce1, nodir);
if (_local6 < _local5) {
_local6 = _local6 - it._cr;
_local5 = _local5 + it._cr;
if (_local4 < _local3) {
if ((_local4 >= _local5) || (_local3 <= _local6)) {
return(false);
}
return(true);
}
if ((_local3 >= _local5) || (_local4 <= _local6)) {
return(false);
}
return(true);
}
_local6 = _local6 + it._cr;
_local5 = _local5 - it._cr;
if (_local4 < _local3) {
if ((_local4 >= _local6) || (_local3 <= _local5)) {
return(false);
}
return(true);
}
if ((_local3 >= _local6) || (_local4 <= _local5)) {
return(false);
}
return(true);
}
function projHitR(it, odir) {
var _local2 = Math.sqrt(Math.pow(odir._x, 2) + Math.pow(odir._y, 2));
var _local4 = {_x:odir._x / _local2, _y:odir._y / _local2};
return(projHitRN(it, _local4));
}
function projHitRN(it, nodir) {
var _local4 = _root._getNormedProjection(_ce0, nodir);
var _local3 = _root._getNormedProjection(_ce1, nodir);
var _local8 = _local4 == _local3;
if (_local4 < _local3) {
_local4 = _local4 - _cr;
_local3 = _local3 + _cr;
} else {
_local4 = _local4 + _cr;
_local3 = _local3 - _cr;
}
var _local6 = _root._getNormedProjection(it._ce0, nodir);
var _local5 = _root._getNormedProjection(it._ce1, nodir);
var _local9 = _local6 == _local5;
if (_local6 < _local5) {
_local6 = _local6 - it._cr;
_local5 = _local5 + it._cr;
if (_local4 < _local3) {
if ((_local4 >= _local5) || (_local3 <= _local6)) {
return(false);
}
return({o0:0, e0:_local8, p00:_local4, p01:_local3, o1:0, p10:_local6, p11:_local5, e1:_local9});
}
if ((_local3 >= _local5) || (_local4 <= _local6)) {
return(false);
}
return({o0:1, e0:_local8, p00:_local3, p01:_local4, o1:0, p10:_local6, p11:_local5, e1:_local9});
}
_local6 = _local6 + it._cr;
_local5 = _local5 - it._cr;
if (_local4 < _local3) {
if ((_local4 >= _local6) || (_local3 <= _local5)) {
return(false);
}
return({o0:0, e0:_local8, p00:_local4, p01:_local3, o1:1, p10:_local5, p11:_local6, e1:_local9});
}
if ((_local3 >= _local6) || (_local4 <= _local5)) {
return(false);
}
return({o0:1, e0:_local8, p00:_local3, p01:_local4, o1:1, p10:_local5, p11:_local6, e1:_local9});
}
function hit(it) {
var _local6 = false;
var _local7 = 0;
var _local5 = 0;
while (_local5 < maxdiv) {
var _local4 = (_local5 + 1) / maxdiv;
_cc._x = _mc._x + ((_c._x - _mc._x) * _local4);
_cc._y = _mc._y + ((_c._y - _mc._y) * _local4);
_cr = _mr + ((_r - _mr) * _local4);
_cw = _mw + ((_w - _mw) * _local4);
it._cc._x = it._mc._x + ((it._c._x - it._mc._x) * _local4);
it._cc._y = it._mc._y + ((it._c._y - it._mc._y) * _local4);
it._cr = it._mr + ((it._r - it._mr) * _local4);
it._cw = it._mw + ((it._w - it._mw) * _local4);
_local7 = _root.distQ(_cc, it._cc);
if (_local7 < Math.pow(((_cw + _cr) + it._cw) + it._cr, 2)) {
_cdir._x = _mdir._x + ((_dir._x - _mdir._x) * _local4);
_cdir._y = _mdir._y + ((_dir._y - _mdir._y) * _local4);
_ce0._x = _me0._x + ((_e0._x - _me0._x) * _local4);
_ce0._y = _me0._y + ((_e0._y - _me0._y) * _local4);
_ce1._x = _me1._x + ((_e1._x - _me1._x) * _local4);
_ce1._y = _me1._y + ((_e1._y - _me1._y) * _local4);
_crot = _mrot + ((_rot - _mrot) * _local4);
it._cdir._x = it._mdir._x + ((it._dir._x - it._mdir._x) * _local4);
it._cdir._y = it._mdir._y + ((it._dir._y - it._mdir._y) * _local4);
it._ce0._x = it._me0._x + ((it._e0._x - it._me0._x) * _local4);
it._ce0._y = it._me0._y + ((it._e0._y - it._me0._y) * _local4);
it._ce1._x = it._me1._x + ((it._e1._x - it._me1._x) * _local4);
it._ce1._y = it._me1._y + ((it._e1._y - it._me1._y) * _local4);
it._crot = it._mrot + ((it._rot - it._mrot) * _local4);
if (_cw == 0) {
if (it._cw == 0) {
_local6 = true;
break;
}
if (!projHit(it, {_x:-it._cdir._y, _y:it._cdir._x})) {
} else if (!projHit(it, {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y})) {
} else if (!projHit(it, {_x:it._ce1._x - _ce0._x, _y:it._ce1._y - _ce0._y})) {
} else {
_local6 = true;
break;
}
} else if (it._cw == 0) {
if (!projHit(it, {_x:-_cdir._y, _y:_cdir._x})) {
} else if (!projHit(it, {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y})) {
} else if (!projHit(it, {_x:it._ce0._x - _ce1._x, _y:it._ce0._y - _ce1._y})) {
} else {
_local6 = true;
break;
}
} else if (!projHit(it, {_x:-_cdir._y, _y:_cdir._x})) {
} else if (!projHit(it, {_x:-it._cdir._y, _y:it._cdir._x})) {
} else if (!projHit(it, {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y})) {
} else if (!projHit(it, {_x:it._ce1._x - _ce0._x, _y:it._ce1._y - _ce0._y})) {
} else if (!projHit(it, {_x:it._ce0._x - _ce1._x, _y:it._ce0._y - _ce1._y})) {
} else if (!projHit(it, {_x:it._ce1._x - _ce1._x, _y:it._ce1._y - _ce1._y})) {
} else {
_local6 = true;
break;
}
}
_local5++;
}
if (it._path._farawaydead > 0) {
if (_t == 2) {
if (_local7 > (it._path._farawaydead * 360000)) {
it._inner.end();
if ((it._t == 1) || (it._t == 3)) {
_root.endGroup(it);
_root.nbtargets--;
_root.showBlue(_root.nbtargets);
}
}
}
}
if (_local6) {
return(true);
}
return(false);
}
function constraint(it, im) {
var _local29 = false;
var _local61 = 0;
var _local40 = {_x:0, _y:0};
if ((_path._count < _path._delay) || (_path._lock)) {
return(_local29);
}
var _local28 = 0;
while (_local28 < maxdiv) {
var _local5 = (_local28 + 1) / maxdiv;
_cc._x = _mc._x + ((_c._x - _mc._x) * _local5);
_cc._y = _mc._y + ((_c._y - _mc._y) * _local5);
_cr = _mr + ((_r - _mr) * _local5);
_cw = _mw + ((_w - _mw) * _local5);
it._cc._x = it._mc._x + ((it._c._x - it._mc._x) * _local5);
it._cc._y = it._mc._y + ((it._c._y - it._mc._y) * _local5);
it._cr = it._mr + ((it._r - it._mr) * _local5);
it._cw = it._mw + ((it._w - it._mw) * _local5);
_local61 = _root.distQ(_cc, it._cc);
if (_local61 < Math.pow(((_cw + _cr) + it._cw) + it._cr, 2)) {
_cdir._x = _mdir._x + ((_dir._x - _mdir._x) * _local5);
_cdir._y = _mdir._y + ((_dir._y - _mdir._y) * _local5);
_ce0._x = _me0._x + ((_e0._x - _me0._x) * _local5);
_ce0._y = _me0._y + ((_e0._y - _me0._y) * _local5);
_ce1._x = _me1._x + ((_e1._x - _me1._x) * _local5);
_ce1._y = _me1._y + ((_e1._y - _me1._y) * _local5);
_crot = _mrot + ((_rot - _mrot) * _local5);
it._cdir._x = it._mdir._x + ((it._dir._x - it._mdir._x) * _local5);
it._cdir._y = it._mdir._y + ((it._dir._y - it._mdir._y) * _local5);
it._ce0._x = it._me0._x + ((it._e0._x - it._me0._x) * _local5);
it._ce0._y = it._me0._y + ((it._e0._y - it._me0._y) * _local5);
it._ce1._x = it._me1._x + ((it._e1._x - it._me1._x) * _local5);
it._ce1._y = it._me1._y + ((it._e1._y - it._me1._y) * _local5);
it._crot = it._mrot + ((it._rot - it._mrot) * _local5);
var _local4 = {_x:0, _y:0};
if (_cw == 0) {
if (it._cw == 0) {
var _local17 = {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y};
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = _local17._x - ((_local17._x * (_cr + it._cr)) / _local38);
_local4._y = _local17._y - ((_local17._y * (_cr + it._cr)) / _local38);
_local29 = true;
} else {
var _local25 = projHitR(it, {_x:-it._cdir._y, _y:it._cdir._x});
if (!_local25) {
} else {
var _local51 = projHitR(it, {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y});
if (!_local51) {
} else {
var _local50 = projHitR(it, {_x:it._ce1._x - _ce0._x, _y:it._ce1._y - _ce0._y});
if (!_local50) {
} else {
var _local26 = projHitR(it, {_x:it._cdir._x, _y:it._cdir._y});
var _local32 = (_local26.p00 + _local26.p01) / 2;
var _local41 = _local26.p10 + it._cr;
var _local55 = _local26.p11 - it._cr;
if ((_local32 >= _local41) && (_local32 <= _local55)) {
var _local30 = (_local25.p00 + _local25.p01) / 2;
var _local31 = (_local25.p10 + _local25.p11) / 2;
if (_local30 > _local31) {
var _local17 = {_x:-it._cdir._y, _y:it._cdir._x};
var _local36 = (_cr + it._cr) - (_local30 - _local31);
} else {
var _local17 = {_x:it._cdir._y, _y:-it._cdir._x};
var _local36 = (_cr + it._cr) + (_local30 - _local31);
}
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = (_local17._x * _local36) / _local38;
_local4._y = (_local17._y * _local36) / _local38;
} else {
if (_local32 < _local41) {
var _local17 = {_x:it._ce1._x - _ce0._x, _y:it._ce1._y - _ce0._y};
} else {
var _local17 = {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y};
}
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = _local17._x - ((_local17._x * (_cr + it._cr)) / _local38);
_local4._y = _local17._y - ((_local17._y * (_cr + it._cr)) / _local38);
}
_local29 = true;
}
}
}
}
} else if (it._cw == 0) {
var _local25 = projHitR(it, {_x:-_cdir._y, _y:_cdir._x});
if (!_local25) {
} else {
var _local51 = projHitR(it, {_x:it._ce0._x - _ce0._x, _y:it._ce0._y - _ce0._y});
if (!_local51) {
} else {
var _local50 = projHitR(it, {_x:it._ce1._x - _ce0._x, _y:it._ce1._y - _ce0._y});
if (!_local50) {
} else {
var _local26 = projHitR(it, {_x:_cdir._x, _y:_cdir._y});
var _local32 = (_local26.p10 + _local26.p11) / 2;
var _local41 = _local26.p00 + _cr;
var _local55 = _local26.p01 - _cr;
if ((_local32 >= _local41) && (_local32 <= _local55)) {
var _local30 = (_local25.p10 + _local25.p11) / 2;
var _local31 = (_local25.p00 + _local25.p01) / 2;
if (_local30 < _local31) {
var _local17 = {_x:-_cdir._y, _y:_cdir._x};
var _local36 = (-(_cr + it._cr)) - (_local30 - _local31);
} else {
var _local17 = {_x:_cdir._y, _y:-_cdir._x};
var _local36 = (-(_cr + it._cr)) + (_local30 - _local31);
}
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = ((-_local17._x) * _local36) / _local38;
_local4._y = ((-_local17._y) * _local36) / _local38;
} else {
if (_local32 < _local41) {
var _local17 = {_x:_ce1._x - it._ce0._x, _y:_ce1._y - it._ce0._y};
} else {
var _local17 = {_x:_ce0._x - it._ce0._x, _y:_ce0._y - it._ce0._y};
}
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = (-_local17._x) + ((_local17._x * (_cr + it._cr)) / _local38);
_local4._y = (-_local17._y) + ((_local17._y * (_cr + it._cr)) / _local38);
}
_local29 = true;
}
}
}
} else {
var _local42 = Math.sqrt(Math.pow(_cdir._x, 2) + Math.pow(_cdir._y, 2));
var _local6 = {_x:(-_cdir._y) / _local42, _y:_cdir._x / _local42};
var _local7 = projHitRN(it, _local6);
if (!_local7) {
} else {
var _local44 = Math.sqrt(Math.pow(it._cdir._x, 2) + Math.pow(it._cdir._y, 2));
var _local12 = {_x:(-it._cdir._y) / _local44, _y:it._cdir._x / _local44};
var _local8 = projHitRN(it, _local12);
if (!_local8) {
} else {
var _local16 = Math.sqrt(Math.pow(it._ce0._x - _ce0._x, 2) + Math.pow(it._ce0._y - _ce0._y, 2));
var _local60 = {_x:(it._ce0._x - _ce0._x) / _local16, _y:(it._ce0._y - _ce0._y) / _local16};
var _local56 = projHitRN(it, _local60);
if (!_local56) {
} else {
var _local14 = Math.sqrt(Math.pow(it._ce1._x - _ce0._x, 2) + Math.pow(it._ce1._y - _ce0._y, 2));
var _local58 = {_x:(it._ce1._x - _ce0._x) / _local14, _y:(it._ce1._y - _ce0._y) / _local14};
var _local53 = projHitRN(it, _local58);
if (!_local53) {
} else {
var _local15 = Math.sqrt(Math.pow(it._ce0._x - _ce1._x, 2) + Math.pow(it._ce0._y - _ce1._y, 2));
var _local59 = {_x:(it._ce0._x - _ce1._x) / _local15, _y:(it._ce0._y - _ce1._y) / _local15};
var _local54 = projHitRN(it, _local59);
if (!_local54) {
} else {
var _local18 = Math.sqrt(Math.pow(it._ce1._x - _ce1._x, 2) + Math.pow(it._ce1._y - _ce1._y, 2));
var _local57 = {_x:(it._ce1._x - _ce1._x) / _local18, _y:(it._ce1._y - _ce1._y) / _local18};
var _local52 = projHitRN(it, _local57);
if (!_local52) {
} else {
var _local45;
var _local33;
var _local43;
var _local24;
var _local49;
var _local48;
var _local47;
var _local46;
var _local9;
var _local22;
var _local10;
var _local20;
var _local34;
var _local35;
var _local39;
var _local37;
_local46 = (_local8.p10 + _local8.p11) / 2;
_local47 = (_local8.p00 + _local8.p01) / 2;
if (_local47 > _local46) {
_local45 = _local8.o0;
_local33 = _local8.p11 - _local8.p00;
} else {
_local45 = 1 - _local8.o0;
_local33 = _local8.p10 - _local8.p01;
}
if (_local45 == 0) {
_local34 = _ce0;
_local35 = _ce1;
} else {
_local34 = _ce1;
_local35 = _ce0;
}
var _local13;
var _local27;
var _local19;
var _local21;
_local13 = _root._getNormedProjection(_local34, {_x:-_local12._y, _y:_local12._x});
_local19 = _root._getNormedProjection(it._ce0, {_x:-_local12._y, _y:_local12._x});
_local21 = _root._getNormedProjection(it._ce1, {_x:-_local12._y, _y:_local12._x});
if (((_local13 < _local19) && (_local13 > _local21)) || ((_local13 > _local19) && (_local13 < _local21))) {
_local4._x = _local12._x * _local33;
_local4._y = _local12._y * _local33;
} else {
_local48 = (_local7.p10 + _local7.p11) / 2;
_local49 = (_local7.p00 + _local7.p01) / 2;
if (_local48 > _local49) {
_local43 = _local7.o1;
_local24 = _local7.p10 - _local7.p01;
} else {
_local43 = 1 - _local7.o1;
_local24 = _local7.p11 - _local7.p00;
}
if (_local43 == 0) {
_local39 = it._ce0;
_local37 = it._ce1;
} else {
_local39 = it._ce1;
_local37 = it._ce0;
}
_local19 = _root._getNormedProjection(_local39, {_x:-_local6._y, _y:_local6._x});
_local13 = _root._getNormedProjection(_local34, {_x:-_local6._y, _y:_local6._x});
_local27 = _root._getNormedProjection(_local35, {_x:-_local6._y, _y:_local6._x});
if (((_local19 < _local13) && (_local19 > _local27)) || ((_local19 > _local13) && (_local19 < _local27))) {
_local4._x = _local6._x * _local24;
_local4._y = _local6._y * _local24;
} else if (_local7.e1) {
_local21 = _root._getNormedProjection(_local37, {_x:-_local6._y, _y:_local6._x});
if (((_local21 < _local13) && (_local21 > _local27)) || ((_local21 > _local13) && (_local21 < _local27))) {
_local4._x = _local6._x * _local24;
_local4._y = _local6._y * _local24;
} else {
if (((_local16 < _local14) && (_local16 < _local15)) && (_local16 < _local18)) {
_local9 = _ce0;
_local22 = _ce1;
_local10 = it._ce0;
_local20 = it._ce1;
} else if ((_local14 < _local15) && (_local14 < _local18)) {
_local9 = _ce0;
_local22 = _ce1;
_local10 = it._ce1;
_local20 = it._ce0;
} else if (_local15 < _local18) {
_local9 = _ce1;
_local22 = _ce0;
_local10 = it._ce0;
_local20 = it._ce1;
} else {
_local9 = _ce1;
_local22 = _ce0;
_local10 = it._ce1;
_local20 = it._ce0;
}
var _local17 = {_x:_local10._x - _local9._x, _y:_local10._y - _local9._y};
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = _local17._x - ((_local17._x * (_cr + it._cr)) / _local38);
_local4._y = _local17._y - ((_local17._y * (_cr + it._cr)) / _local38);
}
} else {
if (((_local16 < _local14) && (_local16 < _local15)) && (_local16 < _local18)) {
_local9 = _ce0;
_local22 = _ce1;
_local10 = it._ce0;
_local20 = it._ce1;
} else if ((_local14 < _local15) && (_local14 < _local18)) {
_local9 = _ce0;
_local22 = _ce1;
_local10 = it._ce1;
_local20 = it._ce0;
} else if (_local15 < _local18) {
_local9 = _ce1;
_local22 = _ce0;
_local10 = it._ce0;
_local20 = it._ce1;
} else {
_local9 = _ce1;
_local22 = _ce0;
_local10 = it._ce1;
_local20 = it._ce0;
}
var _local17 = {_x:_local10._x - _local9._x, _y:_local10._y - _local9._y};
var _local38 = Math.sqrt((_local17._x * _local17._x) + (_local17._y * _local17._y));
_local4._x = _local17._x - ((_local17._x * (_cr + it._cr)) / _local38);
_local4._y = _local17._y - ((_local17._y * (_cr + it._cr)) / _local38);
}
}
_local29 = true;
}
}
}
}
}
}
}
if (_local29) {
if (it._path._type == 4) {
_local4._x = _local4._x * 0.5;
_local4._y = _local4._y * 0.5;
it._path.moveAll({_x:-_local4._x, _y:-_local4._y});
}
var _local11 = -1;
if (!im) {
_local11 = _path._id;
}
if ((_root.globdep[_local11]._x != 0) || (_root.globdep[_local11]._y != 0)) {
var _local23 = _root.getNewCoord({x:_local4._x, y:_local4._y}, {x:_root.globdep[_local11]._x, y:_root.globdep[_local11]._y}, {x:-_root.globdep[_local11]._y, y:_root.globdep[_local11]._x});
if (_local23.a < 0) {
_local23.a = _local23.a * 0.5;
}
_local4._x = (_local23.a * _root.globdep[_local11]._x) - (_local23.b * _root.globdep[_local11]._y);
_local4._y = (_local23.a * _root.globdep[_local11]._y) + (_local23.b * _root.globdep[_local11]._x);
}
_mc._x = _mc._x + _local4._x;
_mc._y = _mc._y + _local4._y;
_c._x = _c._x + _local4._x;
_c._y = _c._y + _local4._y;
_me0._x = _me0._x + _local4._x;
_e0._x = _e0._x + _local4._x;
_me1._x = _me1._x + _local4._x;
_e1._x = _e1._x + _local4._x;
_me0._y = _me0._y + _local4._y;
_e0._y = _e0._y + _local4._y;
_me1._y = _me1._y + _local4._y;
_e1._y = _e1._y + _local4._y;
_local40._x = _local40._x + _local4._x;
_local40._y = _local40._y + _local4._y;
}
}
_local28++;
}
if (_local29) {
if (im) {
_root.mouseInnerCenter._x = _root.mouseInnerCenter._x + _local40._x;
_root.mouseInnerCenter._y = _root.mouseInnerCenter._y + _local40._y;
_local28 = _root.mousePathList.length - 1;
while (_local28 >= 0) {
if (_root.mousePathList[_local28] != false) {
_root.mousePathList[_local28].moveAll(_local40);
}
_local28--;
}
} else {
_path.moveAll(_local40);
}
return(_local40);
}
return(false);
}
var _grp = -1;
var _agrp = -1;
var _id = 0;
var _strings = -1;
var blink = 0;
var maxblink = 30;
}
Symbol 195 MovieClip [__Packages.Inner] Frame 0
class Inner
{
static var gid;
var _mcType, _xinit, _yinit, _centerinit, _ca, _cr, _crev, _winit, _rinit, _rotinit, _rotdecal, _rots, _rotsv, _rotsvs, _wv, _wvs, _rv, _rvs, _r2v, _r2vs, _follow, _mcCenter, _item, _mcEdit, _mcSelected, _subselected, _mcSubselected, _x, _y, _rot, _rpath, _r2path, _wpath, _rotpath, _w, _r, _center, _count;
function Inner (edit, center, x, y, w, r, rot, rots, rotsv, rotsvs, wv, wvs, rv, rvs) {
_mcType = new Array(-1, -1, -1, -1, -1);
if ((gid + "") == "undefined") {
gid = 0;
}
_id = gid++;
_xinit = x;
_yinit = y;
_centerinit = {_x:center._x, _y:center._y};
var _local3 = _root.getPolaire({x:_xinit - _centerinit._x, y:_yinit - _centerinit._y});
_ca = _local3.a;
_cr = (_crev = _local3.d);
_winit = w;
_rinit = r;
_rotinit = rot;
_rotdecal = 0;
_rots = rots;
_rotsv = rotsv;
_rotsvs = rotsvs;
_wv = wv;
_wvs = wvs;
_rv = rv;
_rvs = rvs;
_r2v = (_r2vs = 0);
_follow = false;
if (edit) {
createEditMC();
}
init();
}
function showCenter(b) {
_mcCenter._visible = b;
}
function movingCenter(x, y) {
_mcCenter._x = _root._ctrx + (_root._zoom * ((Math.round((x + _centerinit._x) / 8) * 8) - _root._trx));
_mcCenter._y = _root._ctry + (_root._zoom * ((Math.round((y + _centerinit._y) / 8) * 8) - _root._try));
}
function isOverCenter(x, y) {
var _local3 = _root.distQ(_centerinit, {_x:x, _y:y});
if (_local3 < (25 / (_root._zoom * _root._zoom))) {
return(true);
}
return(false);
}
function changeCenter(xt, yt) {
_centerinit._x = _centerinit._x + xt;
_centerinit._y = _centerinit._y + yt;
_centerinit._x = Math.round(_centerinit._x / 8) * 8;
_centerinit._y = Math.round(_centerinit._y / 8) * 8;
var _local3 = _root.getPolaire({x:_xinit - _centerinit._x, y:_yinit - _centerinit._y});
_ca = _local3.a;
_cr = (_crev = _local3.d);
}
function setMaxR() {
_maxr = _winit + _rinit;
if (_wvs != 0) {
_maxr = _maxr + _wv;
}
if (_rvs != 0) {
_maxr = _maxr + _rv;
}
_maxr = _maxr + _item._path.getMaxWR();
}
function getInternalMoves(inner) {
_rots = inner._rots;
_rotsv = inner._rotsv;
_rotsvs = inner._rotsvs;
_wv = inner._wv;
_wvs = inner._wvs;
_rv = inner._rv;
_rvs = inner._rvs;
_r2v = inner._r2v;
_r2vs = inner._r2vs;
_follow = inner._follow;
_centerinit._x = inner._centerinit._x;
_centerinit._y = inner._centerinit._y;
var _local4 = _root.getPolaire({x:_xinit - _centerinit._x, y:_yinit - _centerinit._y});
_ca = _local4.a;
_cr = (_crev = _local4.d);
}
function createEditMC() {
_edit = true;
var _local3;
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.SelectFrame.duplicateMovieClip("SelectFrame_" + _local3, _local3);
_mcEdit = _root.mcSelection["SelectFrame_" + _local3];
_mcEdit._alpha = 40;
var _local4 = 0;
while (_local4 < _mcType.length) {
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection["t" + _local4].duplicateMovieClip("SelectFrame_" + _local3, _local3);
_mcType[_local4] = _root.mcSelection["SelectFrame_" + _local3];
_mcType[_local4]._visible = false;
_local4++;
}
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.SelectFrame.duplicateMovieClip("SelectFrame_" + _local3, _local3);
_mcSelected = _root.mcSelection["SelectFrame_" + _local3];
_subselected = new Array(5);
_subselected[2] = (_subselected[3] = (_subselected[4] = false));
_mcSubselected = new Array(5);
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.subselect.duplicateMovieClip("subselect2_" + _local3, _local3);
_mcSubselected[2] = _root.mcSelection["subselect2_" + _local3];
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.subselectrot.duplicateMovieClip("subselect3_" + _local3, _local3);
_mcSubselected[3] = _root.mcSelection["subselect3_" + _local3];
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.subselect.duplicateMovieClip("subselect4_" + _local3, _local3);
_mcSubselected[4] = _root.mcSelection["subselect4_" + _local3];
_local3 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.subselect.duplicateMovieClip("center_" + _local3, _local3);
_mcCenter = _root.mcSelection["center_" + _local3];
_mcCenter._alpha = 40;
_mcCenter._visible = false;
}
function removeDraw() {
_mcEdit.removeMovieClip();
var _local2 = 0;
while (_local2 < _mcType.length) {
_mcType[_local2].removeMovieClip();
_local2++;
}
_mcSelected.removeMovieClip();
_mcCenter.removeMovieClip();
_local2 = 0;
while (_local2 < 5) {
_mcSubselected[_local2].removeMovieClip();
_local2++;
}
}
function copy() {
var _local2 = new Inner(false, _centerinit, _xinit, _yinit, _winit, _rinit, _rotinit, _rots, _rotsv, _rotsvs, _wv, _wvs, _rv, _rvs);
_local2._follow = _follow;
_local2._r2v = _r2v;
_local2._r2vs = _r2vs;
return(_local2);
}
function sameMoves(inner) {
return((((((((((_rots == inner._rots) && (_rotsv == inner._rotsv)) && (_rotsvs == inner._rotsvs)) && (_wv == inner._wv)) && (_wvs == inner._wvs)) && (_rv == inner._rv)) && (_rvs == inner._rvs)) && (_follow == inner._follow)) && (_r2v == inner._r2v)) && (_r2vs == inner._r2vs));
}
function setItem(item) {
_item = item;
}
function init() {
_x = _xinit;
_y = _yinit;
_rot = _rotinit;
_rotdecal = 0;
_rpath = (_r2path = (_wpath = (_rotpath = 0)));
_w = _winit;
_r = _rinit;
_center = {_x:_centerinit._x, _y:_centerinit._y};
var _local5 = _root.getPolaire({x:_xinit - _centerinit._x, y:_yinit - _centerinit._y});
_ca = _local5.a;
_cr = (_crev = _local5.d);
updateSelectMC(_x, _y, _w, _r, _rot);
_count = 0;
_stringlengths = new Array();
var _local3 = 0;
while (_local3 < _item._strings.length) {
var _local4 = _root.dist(_centerinit, _item._strings[_local3]._inner._centerinit);
_stringlengths.push(_local4);
_local3++;
}
_item.updateColData((_rot + _rotdecal) + _rotpath, _x, _y, _w, _r);
}
function updateSelectMC(x, y, w, r, rot) {
if (_edit) {
_mcEdit._x = _root._ctrx + (_root._zoom * (x - _root._trx));
_mcEdit._y = _root._ctry + (_root._zoom * (y - _root._try));
_mcCenter._x = _root._ctrx + (_root._zoom * (_centerinit._x - _root._trx));
_mcCenter._y = _root._ctry + (_root._zoom * (_centerinit._y - _root._try));
if (_selected) {
var _local11 = {_x:x + (Math.cos(rot) * ((w + r) + 10)), _y:y + (Math.sin(rot) * ((w + r) + 10))};
_mcSubselected[2]._x = _root._ctrx + (_root._zoom * (_local11._x - _root._trx));
_mcSubselected[2]._y = _root._ctry + (_root._zoom * (_local11._y - _root._try));
var _local9 = {_x:x + (Math.cos(rot) * ((w + r) + 25)), _y:y + (Math.sin(rot) * ((w + r) + 25))};
_mcSubselected[3]._x = _root._ctrx + (_root._zoom * (_local9._x - _root._trx));
_mcSubselected[3]._y = _root._ctry + (_root._zoom * (_local9._y - _root._try));
var _local10 = {_x:x + (Math.cos(rot - (Math.PI/2)) * (r + 10)), _y:y + (Math.sin(rot - (Math.PI/2)) * (r + 10))};
_mcSubselected[4]._x = _root._ctrx + (_root._zoom * (_local10._x - _root._trx));
_mcSubselected[4]._y = _root._ctry + (_root._zoom * (_local10._y - _root._try));
_mcSelected._x = _root._ctrx + (_root._zoom * (x - _root._trx));
_mcSelected._y = _root._ctry + (_root._zoom * (y - _root._try));
_mcSelected._visible = true;
_mcEdit._visible = false;
var _local6 = (_mcType.length - 1) * 15;
var _local3 = 0;
while (_local3 < _mcType.length) {
_mcType[_local3]._x = ((_root._ctrx + (_root._zoom * (x - _root._trx))) - (_local6 / 2)) + (_local3 * 15);
_mcType[_local3]._y = (_root._ctry + (_root._zoom * (y - _root._try))) + 15;
_mcType[_local3]._visible = true;
_local3++;
}
_mcSubselected[2]._visible = (_mcSubselected[3]._visible = (_mcSubselected[4]._visible = true));
_local3 = 2;
while (_local3 <= 4) {
if (_subselected[_local3]) {
_mcSubselected[_local3]._alpha = 100;
} else {
_mcSubselected[_local3]._alpha = 40;
}
_local3++;
}
} else {
_mcEdit._visible = true;
_mcSelected._visible = false;
var _local3 = 0;
while (_local3 < _mcType.length) {
_mcType[_local3]._visible = false;
_local3++;
}
_mcSubselected[2]._visible = (_mcSubselected[3]._visible = (_mcSubselected[4]._visible = false));
}
}
}
function stepFoward(tx, ty, tr, tr2, tw, trot) {
if (_follow) {
if ((_item._t != 2) || (_root._framecount > 20)) {
var _local3 = _root.getPolaire({x:tx, y:ty});
if (_local3.d >= 0.5) {
if ((_local3.a - _rotdecal) > 3) {
_rotdecal = _rotdecal + (Math.PI*2);
} else if ((_local3.a - _rotdecal) < -3) {
_rotdecal = _rotdecal - (Math.PI*2);
}
_rotdecal = _rotdecal + ((_local3.a - _rotdecal) * 0.7);
}
} else {
var _local3 = _root.getPolaire({x:tx, y:ty});
if (_local3.d >= 1) {
if ((_local3.a - _rotdecal) > 3) {
_rotdecal = _rotdecal + (Math.PI*2);
} else if ((_local3.a - _rotdecal) < -3) {
_rotdecal = _rotdecal - (Math.PI*2);
}
if ((_local3.a - _rotdecal) > (Math.PI/2)) {
_rotdecal = _rotdecal + Math.PI;
} else if ((_local3.a - _rotdecal) < -1.5707963267949) {
_rotdecal = _rotdecal - Math.PI;
}
_rotdecal = _rotdecal + ((_local3.a - _rotdecal) * 0.2);
}
}
}
_rpath = tr;
_r2path = tr2;
_wpath = tw;
_rotpath = (trot * Math.PI) / 180;
_center._x = _center._x + tx;
_center._y = _center._y + ty;
innerStep();
_x = _center._x + ((_crev + _r2path) * Math.cos((((_ca + _rot) + _rotdecal) + _rotpath) - _rotinit));
_y = _center._y + ((_crev + _r2path) * Math.sin((((_ca + _rot) + _rotdecal) + _rotpath) - _rotinit));
}
function innerStep() {
_rot = _rot + (_rots + (_rotsv * Math.sin(_count * _rotsvs)));
if (_dead) {
} else {
_w = (_winit + _wpath) + (_wv * Math.sin(_count * _wvs));
if (_w < 0) {
_w = 0;
}
_r = (_rinit + _rpath) + (_rv * Math.sin(_count * _rvs));
if (_r < _minR) {
_r = _minR;
}
_crev = _cr + (_r2v * Math.sin(_count * _r2vs));
}
_count++;
}
function changeInit(x, y, xi, yi, ty) {
if (ty == 1) {
if (_root.snap) {
x = (Math.round((_x + x) / 8) * 8) - _x;
y = (Math.round((_y + y) / 8) * 8) - _y;
}
_xinit = _xinit + x;
_yinit = _yinit + y;
_centerinit._x = _centerinit._x + x;
_centerinit._y = _centerinit._y + y;
} else if (ty == 2) {
var _local3 = _root.getNormedProjection({x:x, y:y}, {x:Math.cos(_rot), y:Math.sin(_rot)});
if (_local3 < (-_w)) {
_local3 = -_w;
}
if (_root.snap) {
_local3 = (Math.round((_w + _local3) / 4) * 4) - _w;
}
_winit = _winit + _local3;
} else if (ty == 3) {
var _local4 = _root.getPolaire({x:(((((x * _root._zoom) + xi) - _root._ctrx) / _root._zoom) + _root._trx) - _x, y:(((((y * _root._zoom) + yi) - _root._ctry) / _root._zoom) + _root._try) - _y});
if (_root.snap) {
_local4.a = Math.round(_local4.a / 0.15707963267949) * 0.15707963267949;
}
_rotinit = _local4.a;
} else if (ty == 4) {
var _local3 = _root.getNormedProjection({x:x, y:y}, {x:Math.cos(_rot - (Math.PI/2)), y:Math.sin(_rot - (Math.PI/2))});
if (_local3 < ((-_r) + _minR)) {
_local3 = (-_r) + _minR;
}
if (_root.snap) {
_local3 = (Math.round((_r + _local3) / 2) * 2) - _r;
}
_rinit = _rinit + _local3;
}
init();
}
function begin() {
_dead = false;
_item._mcBorderM._alpha = 100;
_item._mcBorderM._visible = true;
_item._mcFillM._alpha = 100;
_item._mcFillM._visible = true;
_item.changeType(_item._t);
setMaxR();
}
function end() {
_dead = true;
_item._path.imDead(gid);
}
function updateItem() {
_item.updateDraw((_rot + _rotdecal) + _rotpath, _x, _y, _w, _r);
}
function updateMovingItem(x, y, xi, yi, ty) {
if (ty == 1) {
if (_root.snap) {
x = (Math.round((_x + x) / 8) * 8) - _x;
y = (Math.round((_y + y) / 8) * 8) - _y;
}
_item.updateDraw(_rot, _x + x, _y + y, _w, _r);
updateSelectMC(_x + x, _y + y, _w, _r, _rot);
} else if (ty == 2) {
var _local3 = _root.getNormedProjection({x:x, y:y}, {x:Math.cos(_rot), y:Math.sin(_rot)});
if (_local3 < (-_w)) {
_local3 = -_w;
}
if (_root.snap) {
_local3 = (Math.round((_w + _local3) / 4) * 4) - _w;
}
_item.updateDraw(_rot, _x, _y, _w + _local3, _r);
updateSelectMC(_x, _y, _w + _local3, _r, _rot);
} else if (ty == 3) {
var _local4 = _root.getPolaire({x:(((((x * _root._zoom) + xi) - _root._ctrx) / _root._zoom) + _root._trx) - _x, y:(((((y * _root._zoom) + yi) - _root._ctry) / _root._zoom) + _root._try) - _y});
if (_root.snap) {
_local4.a = Math.round(_local4.a / 0.15707963267949) * 0.15707963267949;
}
_item.updateDraw(_local4.a, _x, _y, _w, _r);
updateSelectMC(_x, _y, _w, _r, _local4.a);
} else if (ty == 4) {
var _local3 = _root.getNormedProjection({x:x, y:y}, {x:Math.cos(_rot - (Math.PI/2)), y:Math.sin(_rot - (Math.PI/2))});
if (_local3 < ((-_r) + _minR)) {
_local3 = (-_r) + _minR;
}
if (_root.snap) {
_local3 = (Math.round((_r + _local3) / 2) * 2) - _r;
}
_item.updateDraw(_rot, _x, _y, _w, _r + _local3);
updateSelectMC(_x, _y, _w, _r + _local3, _rot);
}
}
function setSelect(b) {
if (_selected != b) {
_selected = b;
updateSelectMC(_x, _y, _w, _r, _rot);
}
}
function isSelected() {
return(_selected);
}
function isOver(x, y) {
if ((((x > (_x - (7 / _root._zoom))) && (x < (_x + (7 / _root._zoom)))) && (y > (_y - (7 / _root._zoom)))) && (y < (_y + (7 / _root._zoom)))) {
return(1);
}
if (_selected) {
var _local13 = {_x:_x + (Math.cos(_rot) * ((_w + _r) + 10)), _y:_y + (Math.sin(_rot) * ((_w + _r) + 10))};
var _local10 = _root.distQ(_local13, {_x:x, _y:y});
if (_local10 < (25 / (_root._zoom * _root._zoom))) {
return(2);
}
var _local11 = {_x:_x + (Math.cos(_rot) * ((_w + _r) + 25)), _y:_y + (Math.sin(_rot) * ((_w + _r) + 25))};
var _local14 = _root.distQ(_local11, {_x:x, _y:y});
if (_local14 < (25 / (_root._zoom * _root._zoom))) {
return(3);
}
var _local12 = {_x:_x + (Math.cos(_rot - (Math.PI/2)) * (_r + 10)), _y:_y + (Math.sin(_rot - (Math.PI/2)) * (_r + 10))};
var _local9 = _root.distQ(_local12, {_x:x, _y:y});
if (_local9 < (25 / (_root._zoom * _root._zoom))) {
return(4);
}
var _local8 = ((_mcType.length - 1) * 15) / _root._zoom;
var _local3 = 0;
while (_local3 < _mcType.length) {
var _local5 = {_x:(_x - (_local8 / 2)) + ((_local3 * 15) / _root._zoom), _y:_y + (15 / _root._zoom)};
var _local4 = _root.distQ(_local5, {_x:x, _y:y});
if (_local4 < (25 / (_root._zoom * _root._zoom))) {
return(5 + _local3);
}
_local3++;
}
return(false);
}
return(false);
}
var _edit = false;
var _selected = false;
static var _minR = 10;
var _dead = false;
var _stringlengths = -1;
var _id = 0;
var _maxr = 0;
}
Symbol 196 MovieClip [__Packages.Path] Frame 0
class Path
{
static var gid;
var _nodes, _globs, _smooth, _delay, _innerList, _type, _close, _random, closestWall, closestTarget, closestPad, _farawaydead, _repeatc, _repeat, _repeatdelay, _repeatcountdown, _push, _pull, _solid, _gravity, _gravityrot, _friction, innercenter, _gravityx, _gravityy, randomcursor, cursor, goalNode, goalPoint, goalSpeed, goalR, goalRot;
function Path (edit) {
if ((gid + "") == "undefined") {
gid = 0;
}
_id = gid++;
_edit = edit;
_nodes = new Array();
newNode(-1);
_globs = 1;
_smooth = 0;
_delay = 0;
_innerList = new Array();
_type = 0;
_close = 0.5;
_random = 0;
closestWall = -1;
closestTarget = -1;
closestPad = -1;
_farawaydead = 0;
_repeatc = (_repeat = 0);
_repeatdelay = 0;
_repeatcountdown = -1;
_push = (_pull = 0.1);
_solid = (_gravity = 0);
_gravityrot = 90;
_friction = 0.7;
}
function setType(v) {
_type = v;
}
function copy() {
var _local3 = new Path(_edit);
_local3._globs = _globs;
_local3._smooth = _smooth;
_local3._type = _type;
_local3._close = _close;
_local3._delay = _delay;
_local3._random = _random;
_local3._push = _push;
_local3._pull = _pull;
_local3._solid = _solid;
_local3._gravity = _gravity;
_local3._gravityrot = _gravityrot;
_local3._friction = _friction;
_local3._nodes[0]._x = _nodes[0]._x;
_local3._nodes[0]._y = _nodes[0]._y;
_local3._nodes[0]._speed = _nodes[0]._speed;
_local3._nodes[0]._w = _nodes[0]._w;
_local3._nodes[0]._r = _nodes[0]._r;
_local3._nodes[0]._r2 = _nodes[0]._r2;
_local3._nodes[0]._rot = _nodes[0]._rot;
_local3._nodes[0]._smooth = _nodes[0]._smooth;
var _local2 = 0;
while (_local2 < (_nodes.length - 1)) {
_local3.newNode(_local2);
_local3._nodes[_local2 + 1]._x = _nodes[_local2 + 1]._x;
_local3._nodes[_local2 + 1]._y = _nodes[_local2 + 1]._y;
_local3._nodes[_local2 + 1]._speed = _nodes[_local2 + 1]._speed;
_local3._nodes[_local2 + 1]._w = _nodes[_local2 + 1]._w;
_local3._nodes[_local2 + 1]._r = _nodes[_local2 + 1]._r;
_local3._nodes[_local2 + 1]._r2 = _nodes[_local2 + 1]._r2;
_local3._nodes[_local2 + 1]._rot = _nodes[_local2 + 1]._rot;
_local3._nodes[_local2 + 1]._smooth = _nodes[_local2 + 1]._smooth;
_local2++;
}
return(_local3);
}
function sameMoves(path) {
if ((((((_globs == path._globs) && (_smooth == path._smooth)) && (_type == path._type)) && (_close == path._close)) && (_nodes.length == path._nodes.length)) && (((((((_push == path._push) && (_pull == path._pull)) && (_solid == path._solid)) && (_gravity == path._gravity)) && (_gravityrot == path._gravityrot)) && (_friction == path._friction)) || (_type != 4))) {
var _local4 = true;
if (_nodes.length > 1) {
if ((((((_nodes[0]._speed == path._nodes[0]._speed) && (_nodes[0]._smooth == path._nodes[0]._smooth)) && (_nodes[0]._r == path._nodes[0]._r)) && (_nodes[0]._w == path._nodes[0]._w)) && (_nodes[0]._r2 == path._nodes[0]._r2)) && (_nodes[0]._rot == path._nodes[0]._rot)) {
var _local2 = 1;
while (_local2 < _nodes.length) {
if (!((((((((_nodes[_local2]._speed == path._nodes[_local2]._speed) && (_nodes[_local2]._smooth == path._nodes[_local2]._smooth)) && (_nodes[_local2]._r == path._nodes[_local2]._r)) && (_nodes[_local2]._w == path._nodes[_local2]._w)) && (_nodes[_local2]._r2 == path._nodes[_local2]._r2)) && (_nodes[_local2]._rot == path._nodes[_local2]._rot)) && ((_nodes[_local2]._x - _nodes[0]._x) == (path._nodes[_local2]._x - path._nodes[0]._x))) && ((_nodes[_local2]._y - _nodes[0]._y) == (path._nodes[_local2]._y - path._nodes[0]._y)))) {
return(false);
}
_local2++;
}
} else {
_local4 = false;
}
}
return(_local4);
}
return(false);
}
function imDead(igid) {
if (_repeatc > 0) {
var _local3 = true;
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
if (_innerList[_local2]._dead == false) {
_local3 = false;
break;
}
_local2--;
}
if (_local3) {
_repeatcountdown = _repeatdelay * 20;
if (_type != 0) {
_repeatcountdown = _repeatcountdown + 15;
}
}
}
}
function newNode(i) {
var _local6;
var _local8;
if (_nodes.length == 0) {
_local6 = {_x:0, _y:0, _speed:0.5, _smooth:0, _r:0, _w:0, _r2:0, _rot:0, _mc:false};
_local8 = 0;
} else {
var _local4;
if (_nodes.length == 1) {
_local6 = {_x:_nodes[i]._x + 50, _y:_nodes[i]._y, _speed:_nodes[i]._speed, _smooth:_nodes[i]._smooth, _r:_nodes[i]._r, _w:_nodes[i]._w, _r2:_nodes[i]._r2, _rot:_nodes[i]._rot, _mc:false};
} else {
if (i == (_nodes.length - 1)) {
_local4 = 0;
} else {
_local4 = i + 1;
}
var _local5 = 0;
if (Math.abs(_nodes[i]._rot - _nodes[_local4]._rot) > 180) {
_local5 = Math.round(((_nodes[i]._rot - 360) + _nodes[_local4]._rot) / 2);
if (_local5 < 0) {
_local5 = _local5 + 360;
}
} else if (Math.abs(_nodes[i]._rot - _nodes[_local4]._rot) < -180) {
_local5 = Math.round(((_nodes[i]._rot + _nodes[_local4]._rot) + 360) / 2);
if (_local5 > 360) {
_local5 = _local5 - 360;
}
}
Math.round(((_nodes[i]._speed + _nodes[_local4]._speed) * 10) / 2) / 10;
_local6 = {_x:(_nodes[i]._x + _nodes[_local4]._x) / 2, _y:(_nodes[i]._y + _nodes[_local4]._y) / 2, _speed:Math.round(((_nodes[i]._speed + _nodes[_local4]._speed) * 10) / 2) / 10, _smooth:Math.round(((_nodes[i]._smooth + _nodes[_local4]._smooth) * 10) / 2) / 10, _w:Math.round((_nodes[i]._w + _nodes[_local4]._w) / 2), _r:Math.round((_nodes[i]._r + _nodes[_local4]._r) / 2), _r2:Math.round((_nodes[i]._r2 + _nodes[_local4]._r2) / 2), _rot:_local5, _mc:false};
}
_local8 = i + 1;
}
if (_edit) {
var _local7 = _root.mcSelection.getNextHighestDepth();
_root.mcSelection.subselect.duplicateMovieClip("node_" + _local7, _local7);
_local6._mc = _root.mcSelection["node_" + _local7];
_local6._mc._alpha = 40;
}
_nodes.splice(_local8, 0, _local6);
}
function getClosest() {
closestWall = -1;
closestTarget = -1;
closestPad = -1;
innercenter = {_x:0, _y:0, _speed:{x:0, y:0}};
var _local4 = _innerList.length - 1;
while (_local4 >= 0) {
innercenter._x = innercenter._x + _innerList[_local4]._center._x;
innercenter._y = innercenter._y + _innerList[_local4]._center._y;
_local4--;
}
if (_innerList.length > 0) {
innercenter._x = innercenter._x / _innerList.length;
innercenter._y = innercenter._y / _innerList.length;
}
var _local8 = 1000000000 /* 0x3B9ACA00 */;
var _local10 = 1000000000 /* 0x3B9ACA00 */;
var _local9 = 1000000000 /* 0x3B9ACA00 */;
var _local6 = _root.itemList.length - 1;
while (_local6 >= 0) {
var _local3 = _root.itemList[_local6];
if (!_local3._inner._dead) {
var _local7 = false;
_local4 = _innerList.length - 1;
while (_local4 >= 0) {
if (_innerList[_local4]._item == _local3) {
break;
}
_local4--;
}
if (!_local7) {
var _local5 = _root.distQ(innercenter, _local3._inner._center);
if ((_local3._t == 1) || (_local3._t == 3)) {
if (_local5 < _local10) {
closestTarget = _local3;
_local10 = _local5;
}
} else if (_local3._t == 0) {
if (_local5 < _local8) {
closestWall = _local3;
_local8 = _local5;
}
}
if (_local3._t == 2) {
if (_local5 < _local9) {
closestPad = _local3;
_local9 = _local5;
}
}
}
}
_local6--;
}
}
function delNode(i) {
_nodes[i]._mc.removeMovieClip();
_nodes.splice(i, 1);
return(_nodes.length);
}
function addInner(inner) {
_innerList.push(inner);
}
function initMoves() {
_gravityx = _gravity * Math.cos((_gravityrot * Math.PI) / 180);
_gravityy = _gravity * Math.sin((_gravityrot * Math.PI) / 180);
_repeatc = _repeat;
_repeatcountdown = -1;
_count = 0;
randomcursor = {_x:0, _y:0, _speed:{x:0, y:0}, _goal:{_x:0, _y:0}, _f:-60};
cursor = {_x:_nodes[0]._x, _y:_nodes[0]._y, _speed:{x:0, y:0}, _r:_nodes[0]._r, _r2:_nodes[0]._r2, _w:_nodes[0]._w, _rot:_nodes[0]._rot};
if (_nodes.length > 1) {
nextMoveNode(0);
}
_lock = true;
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
_innerList[_local2].init();
if (_lock) {
if ((_innerList[_local2]._item._agrp == -1) || (_innerList[_local2]._dead)) {
_lock = false;
}
}
_local2--;
}
getClosest();
}
function nextMoveNode(i) {
goalNode = i + 1;
if (goalNode >= _nodes.length) {
goalNode = 0;
}
goalPoint = _nodes[goalNode];
var _local4 = _root.dist(_nodes[i], _nodes[goalNode]);
goalSpeed = (_nodes[goalNode]._speed * _globs) * 5;
goalR = (2 + (_smooth * 20)) + (goalSpeed * 10);
goalRot = goalPoint._rot;
while ((goalRot - cursor._rot) > 180) {
goalRot = goalRot - 360;
}
while ((goalRot - cursor._rot) < -180) {
goalRot = goalRot + 360;
}
}
function removeInnerFromList(inner) {
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
if (_innerList[_local2] == inner) {
_innerList.splice(_local2, 1);
break;
}
_local2--;
}
return(_innerList.length);
}
function getMaxWR() {
var _local4 = 0;
var _local2 = _nodes.length - 1;
while (_local2 >= 0) {
var _local3 = 0;
if (_nodes[_local2]._r > 0) {
_local3 = _local3 + _nodes[_local2]._r;
}
if (_nodes[_local2]._w > 0) {
_local3 = _local3 + _nodes[_local2]._w;
}
if (_local3 > _local4) {
_local4 = _local3;
}
_local2--;
}
return(_local4);
}
function isMoving() {
if (_repeatc > 0) {
return(true);
}
if (((_type == 0) && (_nodes.length <= 1)) && (_random == 0)) {
var _local3 = _innerList.length - 1;
while (_local3 >= 0) {
var _local2 = _innerList[_local3];
if (((((_local2._rots != 0) || ((_local2._rotsv != 0) && (_local2._rotsvs != 0))) || ((_local2._wv != 0) && (_local2._wvs != 0))) || ((_local2._rv != 0) && (_local2._rvs != 0))) || ((_local2._r2v != 0) && (_local2._r2vs != 0))) {
return(true);
}
_local3--;
}
_local3 = _nodes.length - 1;
while (_local3 >= 0) {
if (_nodes[_local3]._r != 0) {
return(true);
}
if (_nodes[_local3]._w != 0) {
return(true);
}
_local3--;
}
return(false);
}
return(true);
}
function stepFoward() {
if (!_lock) {
_count++;
if (_count > _delay) {
if (_random > 0) {
if (_count > (randomcursor._f + 30)) {
var _local29 = (random(100) * 0.02) * Math.PI;
randomcursor._goal._x = (_random * 300) * Math.cos(_local29);
randomcursor._goal._y = (_random * 300) * Math.sin(_local29);
randomcursor._f = _count;
}
var _local28 = {_x:randomcursor._goal._x - randomcursor._x, _y:randomcursor._goal._y - randomcursor._y};
var _local21 = _root.dist(randomcursor._goal, randomcursor);
if (_local21 > 0) {
var _local31 = 1 / (1 + (_smooth * 5));
randomcursor._speed.x = randomcursor._speed.x + ((_local28._x * _local31) / _local21);
randomcursor._speed.y = randomcursor._speed.y + ((_local28._y * _local31) / _local21);
var _local25 = Math.sqrt((randomcursor._speed.x * randomcursor._speed.x) + (randomcursor._speed.y * randomcursor._speed.y));
if (_local25 > (_globs * 2)) {
randomcursor._speed.x = randomcursor._speed.x * ((_globs * 2) / _local25);
randomcursor._speed.y = randomcursor._speed.y * ((_globs * 2) / _local25);
}
randomcursor._x = randomcursor._x + randomcursor._speed.x;
randomcursor._y = randomcursor._y + randomcursor._speed.y;
}
}
if ((_type == 0) && (_nodes.length > 1)) {
var _local26 = {_x:goalPoint._x - cursor._x, _y:goalPoint._y - cursor._y};
var _local24 = _root.dist(goalPoint, cursor);
var _local30 = 1 / (1 + ((_smooth + goalPoint._smooth) * 5));
if (_local24 < goalR) {
nextMoveNode(goalNode);
} else {
cursor._speed.x = cursor._speed.x + ((_local26._x * _local30) / _local24);
cursor._speed.y = cursor._speed.y + ((_local26._y * _local30) / _local24);
var _local23 = Math.sqrt((cursor._speed.x * cursor._speed.x) + (cursor._speed.y * cursor._speed.y));
if (_local23 > goalSpeed) {
cursor._speed.x = cursor._speed.x * (goalSpeed / _local23);
cursor._speed.y = cursor._speed.y * (goalSpeed / _local23);
}
var _local20 = (_local30 * _local30) * 0.99;
cursor._r = cursor._r + ((goalPoint._r - cursor._r) * _local20);
cursor._r2 = cursor._r2 + ((goalPoint._r2 - cursor._r2) * _local20);
cursor._w = cursor._w + ((goalPoint._w - cursor._w) * _local20);
cursor._rot = cursor._rot + ((goalRot - cursor._rot) * _local20);
}
cursor._x = cursor._x + cursor._speed.x;
cursor._y = cursor._y + cursor._speed.y;
var _local14 = _innerList.length - 1;
while (_local14 >= 0) {
if (_innerList[_local14]._item._t != 2) {
_innerList[_local14].stepFoward(cursor._speed.x + randomcursor._speed.x, cursor._speed.y + randomcursor._speed.y, cursor._r, cursor._r2, cursor._w, cursor._rot);
}
_local14--;
}
} else {
var _local18 = {_x:0, _y:0};
if ((_type == 1) || (_type == 2)) {
if (closestPad != -1) {
if (closestPad._inner._dead) {
getClosest();
} else if ((_close >= 0.9) || (_root.dist(closestPad._inner._center, innercenter) < (20 + (_close * 300)))) {
var _local19 = {_x:closestPad._inner._center._x, _y:closestPad._inner._center._y};
if (_type == 2) {
var _local27 = {_x:_local19._x - innercenter._x, _y:_local19._y - innercenter._y};
var _local22 = Math.sqrt(Math.pow(_local27._x, 2) + Math.pow(_local27._y, 2));
if (_local22 > 0) {
_local27._x = _local27._x / _local22;
_local27._y = _local27._y / _local22;
_local19._x = innercenter._x - (_local27._x * 1000);
_local19._y = innercenter._y - (_local27._y * 1000);
if (!_root.scrollit) {
if (_local19._x > (_root.W - 20)) {
_local19._x = _root.W - 20;
}
if (_local19._y > (_root.H - 20)) {
_local19._y = _root.H - 20;
}
if (_local19._x < 20) {
_local19._x = 20;
}
if (_local19._y < 20) {
_local19._y = 20;
}
}
}
}
var _local26 = {_x:_local19._x - innercenter._x, _y:_local19._y - innercenter._y};
var _local24 = _root.dist(_local19, innercenter);
if (_local24 > 0) {
var _local30 = 1 / (1 + (_smooth * 5));
innercenter._speed.x = innercenter._speed.x + ((_local26._x * _local30) / _local24);
innercenter._speed.y = innercenter._speed.y + ((_local26._y * _local30) / _local24);
var _local23 = Math.sqrt((innercenter._speed.x * innercenter._speed.x) + (innercenter._speed.y * innercenter._speed.y));
if (_local23 > (_globs * 4)) {
innercenter._speed.x = innercenter._speed.x * ((_globs * 4) / _local23);
innercenter._speed.y = innercenter._speed.y * ((_globs * 4) / _local23);
}
_local18._x = innercenter._speed.x;
_local18._y = innercenter._speed.y;
}
}
}
} else if (_type == 3) {
if (closestTarget != -1) {
if (closestTarget._inner._dead) {
getClosest();
} else {
var _local19 = {_x:closestTarget._inner._center._x, _y:closestTarget._inner._center._y};
var _local27 = {_x:_xmouse - _local19._x, _y:_ymouse - _local19._y};
_local19._x = _local19._x + (_local27._x * _close);
_local19._y = _local19._y + (_local27._y * _close);
var _local26 = {_x:_local19._x - innercenter._x, _y:_local19._y - innercenter._y};
var _local24 = _root.dist(_local19, innercenter);
if (_local24 > 0) {
var _local30 = 1 / (1 + (_smooth * 5));
innercenter._speed.x = innercenter._speed.x + ((_local26._x * _local30) / _local24);
innercenter._speed.y = innercenter._speed.y + ((_local26._y * _local30) / _local24);
var _local23 = Math.sqrt((innercenter._speed.x * innercenter._speed.x) + (innercenter._speed.y * innercenter._speed.y));
if (_local23 > (_globs * 4)) {
innercenter._speed.x = innercenter._speed.x * ((_globs * 4) / _local23);
innercenter._speed.y = innercenter._speed.y * ((_globs * 4) / _local23);
}
_local18._x = innercenter._speed.x;
_local18._y = innercenter._speed.y;
}
}
}
} else if (_type == 4) {
cursor._speed.x = cursor._speed.x + _gravityx;
cursor._speed.y = cursor._speed.y + _gravityy;
cursor._speed.x = cursor._speed.x * _friction;
cursor._speed.y = cursor._speed.y * _friction;
var _local14 = _innerList.length - 1;
while (_local14 >= 0) {
var _local13 = _innerList[_local14];
if (!_local13._dead) {
var _local15 = _local13._item;
if (_local15._strings != -1) {
var _local4 = _local15._strings.length - 1;
while (_local4 >= 0) {
var _local5 = _local15._strings[_local4];
if (!_local5._inner._dead) {
var _local7 = _local13._center;
var _local6 = _local5._inner._center;
var _local12 = _local7._x - _local6._x;
var _local11 = _local7._y - _local6._y;
var _local10 = _root.dist(_local7, _local6);
var _local3 = (_local10 - _local13._stringlengths[_local4]) / _local10;
if (_local3 < 0) {
_local3 = _local3 * (_pull * _pull);
} else {
_local3 = _local3 * (_push * _push);
}
cursor._speed.x = cursor._speed.x - (_local12 * _local3);
cursor._speed.y = cursor._speed.y - (_local11 * _local3);
if (_touchWall) {
cursor._speed.x = cursor._speed.x * 0.4;
cursor._speed.y = cursor._speed.y * 0.4;
}
if (_local5._path._mousePath) {
var _local9 = (_local12 * _local3) * 1.1;
var _local8 = (_local11 * _local3) * 1.1;
_root.mouseInnerCenter._x = _root.mouseInnerCenter._x + _local9;
_root.mouseInnerCenter._y = _root.mouseInnerCenter._y + _local8;
_local14 = _root.mousePathList.length - 1;
while (_local14 >= 0) {
if (_root.mousePathList[_local14] != false) {
_root.mousePathList[_local14].moveAll({_x:_local9, _y:_local8});
}
_local14--;
}
}
}
_local4--;
}
}
}
_local14--;
}
_local18._x = cursor._speed.x;
_local18._y = cursor._speed.y;
}
innercenter._x = innercenter._x + _local18._x;
innercenter._y = innercenter._y + _local18._y;
var _local14 = _innerList.length - 1;
while (_local14 >= 0) {
if ((_innerList[_local14]._item._t != 2) || (_type == 4)) {
_innerList[_local14].stepFoward(_local18._x + randomcursor._speed.x, _local18._y + randomcursor._speed.y, 0, 0, 0, 0);
}
_local14--;
}
}
}
}
if (_repeatcountdown >= 0) {
_repeatcountdown--;
if (_repeatcountdown == -1) {
if ((!_root._gameover) && (!_root._welldone)) {
var _local14 = _innerList.length - 1;
while (_local14 >= 0) {
_innerList[_local14].begin();
if ((_innerList[_local14]._item._t == 1) || ((_innerList[_local14]._item._t == 3) && (_innerList[_local14]._item._subt == 1))) {
_root.nbtargets++;
_root.showBlue(_root.nbtargets);
}
_local14--;
}
_repeatc--;
var _local32 = _repeatc;
initMoves();
_count = _delay + 1;
_repeatc = _local32;
}
}
}
}
function moveAll(tr) {
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
_innerList[_local2]._center._x = _innerList[_local2]._center._x + tr._x;
_innerList[_local2]._center._y = _innerList[_local2]._center._y + tr._y;
_local2--;
}
cursor._speed.x = cursor._speed.x + tr._x;
cursor._speed.y = cursor._speed.y + tr._y;
}
function moveInnersAll(tr) {
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
_innerList[_local2].stepFoward(tr._x, tr._y, 0, 0, 0, 0);
_local2--;
}
}
function isMouse() {
_mousePath = false;
if (_type != 4) {
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
if (_innerList[_local2]._item._t == 2) {
_mousePath = true;
break;
}
_local2--;
}
}
return(_mousePath);
}
function movingNode(i, xt, yt, x, y) {
var _local4 = (xt + _nodes[i]._x) + x;
if (_root.snap) {
_nodes[i]._mc._x = _root._ctrx + (_root._zoom * ((x + (Math.round((_local4 - x) / 16) * 16)) - _root._trx));
} else {
_nodes[i]._mc._x = _root._ctrx + (_root._zoom * (_local4 - _root._trx));
}
var _local5 = (yt + _nodes[i]._y) + y;
if (_root.snap) {
_nodes[i]._mc._y = _root._ctry + (_root._zoom * ((y + (Math.round((_local5 - y) / 16) * 16)) - _root._try));
} else {
_nodes[i]._mc._y = _root._ctry + (_root._zoom * (_local5 - _root._try));
}
}
function changeNode(i, xt, yt) {
var _local4 = xt + _nodes[i]._x;
if (_root.snap) {
_nodes[i]._x = _nodes[0]._x + (Math.round((_local4 - _nodes[0]._x) / 16) * 16);
} else {
_nodes[i]._x = _local4;
}
var _local5 = yt + _nodes[i]._y;
if (_root.snap) {
_nodes[i]._y = _nodes[0]._y + (Math.round((_local5 - _nodes[0]._y) / 16) * 16);
} else {
_nodes[i]._y = _local5;
}
}
function drawPath(xt, yt) {
_root.mcSelection.clear();
_root.mcSelection.lineStyle(1, 10061943, 60);
var _local3 = _nodes.length - 1;
while (_local3 >= 0) {
_nodes[_local3]._mc._visible = true;
_nodes[_local3]._mc._x = _root._ctrx + (_root._zoom * ((xt + _nodes[_local3]._x) - _root._trx));
_nodes[_local3]._mc._y = _root._ctry + (_root._zoom * ((yt + _nodes[_local3]._y) - _root._try));
if (_local3 == (_nodes.length - 1)) {
_root.mcSelection.moveTo(_nodes[_local3]._mc._x, _nodes[_local3]._mc._y);
} else {
_root.mcSelection.lineTo(_nodes[_local3]._mc._x, _nodes[_local3]._mc._y);
}
_local3--;
}
}
function hidePath() {
_root.mcSelection.clear();
var _local3 = _nodes.length - 1;
while (_local3 >= 0) {
_nodes[_local3]._mc._visible = false;
_local3--;
}
}
function drawPathLinks() {
if (_innerList.length > 1) {
_root.mcSelection.moveTo(_root._ctrx + (_root._zoom * (_innerList[0]._xinit - _root._trx)), _root._ctry + (_root._zoom * (_innerList[0]._yinit - _root._try)));
var _local3 = 1;
while (_local3 < _innerList.length) {
_root.mcSelection.lineTo(_root._ctrx + (_root._zoom * (_innerList[_local3]._xinit - _root._trx)), _root._ctry + (_root._zoom * (_innerList[_local3]._yinit - _root._try)));
_local3++;
}
}
}
function isOver(x, y) {
var _local3 = _nodes.length - 1;
while (_local3 >= 0) {
_nodes[_local3].init();
var _local4 = _root.distQ(_nodes[_local3]._mc, {_x:_root._ctrx + (_root._zoom * (x - _root._trx)), _y:_root._ctry + (_root._zoom * (y - _root._try))});
if (_local4 < (25 / (_root._zoom * _root._zoom))) {
return(_local3);
}
_local3--;
}
return(false);
}
function selectNode(j) {
var _local2 = _nodes.length - 1;
while (_local2 >= 0) {
if (j == _local2) {
_nodes[_local2]._mc._alpha = 100;
} else {
_nodes[_local2]._mc._alpha = 40;
}
_local2--;
}
}
function deleteInner(inner) {
var _local2 = _innerList.length - 1;
while (_local2 >= 0) {
if (inner._id == _innerList[_local2]._id) {
_innerList.splice(_local2, 1);
break;
}
_local2--;
}
return(_innerList.length);
}
var _mousePath = false;
var _edit = false;
var _lock = false;
var _touchWall = false;
var _id = 0;
var _count = 0;
}
Symbol 197 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function showPreloaderAd(options) {
var _local29 = {clip:_root, ad_msec:11000, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812};
options = _parseOptions(options, _local29);
var _local15 = options.clip;
var _local25 = options.ad_msec;
delete options.ad_msec;
var _local28 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
return(null);
}
_local15.stop();
var mc = _local15._mochiad;
mc.onUnload = function () {
this._parent.play();
};
var _local16 = _getRes(options);
var _local5 = _local16[0];
var _local14 = _local16[1];
mc._x = _local5 * 0.5;
mc._y = _local14 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local5 * -0.5;
chk._y = _local14 * -0.5;
var _local8 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local8._x = 10;
_local8._y = _local14 - 20;
var _local24 = options.color;
delete options.color;
var _local21 = options.background;
delete options.background;
var _local26 = options.outline;
delete options.outline;
var _local6 = _local8.createEmptyMovieClip("_outline", 1);
_local6.beginFill(_local21);
_local6.moveTo(0, 0);
_local6.lineTo(_local5 - 20, 0);
_local6.lineTo(_local5 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
_local6.endFill();
var _local4 = _local8.createEmptyMovieClip("_inside", 2);
_local4.beginFill(_local24);
_local4.moveTo(0, 0);
_local4.lineTo(_local5 - 20, 0);
_local4.lineTo(_local5 - 20, 10);
_local4.lineTo(0, 10);
_local4.lineTo(0, 0);
_local4.endFill();
_local4._xscale = 0;
var _local7 = _local8.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local26, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local5 - 20, 0);
_local7.lineTo(_local5 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local25;
chk.ad_timeout = _local28;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
var _local15 = {clip:_root, ad_msec:11000, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd"};
options = _parseOptions(options, _local15);
var _local6 = options.clip;
var _local12 = options.ad_msec;
delete options.ad_msec;
var _local14 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
return(null);
}
_local6.stop();
var mc = _local6._mochiad;
mc.onUnload = function () {
this._parent.play();
};
var _local7 = _getRes(options);
var _local16 = _local7[0];
var _local13 = _local7[1];
mc._x = _local16 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local12;
chk.ad_timeout = _local14;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function load(options) {
var _local14 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local14);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = "1.3";
var _local7 = options.clip;
if (!_isNetworkAvailable()) {
return(false);
}
if (_local7._mochiad_loaded) {
return(false);
}
var _local13 = options.depth;
delete options.depth;
var _local6 = _local7.createEmptyMovieClip("_mochiad", _local13);
var _local12 = _getRes(options);
options.res = (_local12[0] + "x") + _local12[1];
options.server = options.server + options.id;
delete options.id;
_local7._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
if (_local7._url.indexOf("http") != 0) {
options.no_page = true;
}
var _local11 = _local4.server;
delete _local4.server;
var _local10 = _local11.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local10);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local10);
}
}
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local9;
_local5.hostname = _local10;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local9);
_local6.lc = _local5;
_local4.lc = _local9;
_local4.st = getTimer();
_local4.loadMovie(_local11 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 198 MovieClip [__Packages.Igam20] Frame 0
class Igam20
{
var output, isReady, online, levelsData;
function Igam20 (out, onl) {
output = out;
isReady = false;
online = onl;
}
function appendText(txt) {
output.text = output.text + txt;
}
function registerFunctions() {
if (online) {
if (flash.external.ExternalInterface.available) {
try {
appendText("Adding callback...\n");
flash.external.ExternalInterface.addCallback("playLevel", this, playLevel);
flash.external.ExternalInterface.addCallback("editLevel", this, editLevel);
flash.external.ExternalInterface.addCallback("getLevelData", this, getLevelData);
if (checkJavaScriptReady()) {
appendText("JavaScript is ready.\n");
} else {
appendText("JavaScript is not ready.\n");
}
} catch(error:Error) {
appendText(("An Error occurred: " + error.message) + newline);
}
} else {
appendText("External interface is not available for this container.");
}
} else {
levelsData = new Levels();
levelsData.setLevelsData();
isReady = true;
}
}
function unlock() {
if (online) {
} else {
levelsData.unlockAll();
}
}
function checkJavaScriptReady() {
if (online) {
appendText("Calling isReady from flash\n");
var _local2 = flash.external.ExternalInterface.call("isReady");
appendText(("isReady returns: [" + _local2) + "]\n");
if ((_local2 != null) && ((_local2 + "") == "true")) {
isReady = true;
} else {
isReady = false;
}
} else {
isReady = true;
}
return(isReady);
}
function flashReady() {
if (online) {
appendText("Calling flashReady from flash\n");
flash.external.ExternalInterface.call("flashReady");
}
}
function playLevel(id, n, d) {
appendText(((("JavaScript says playLevel: " + id) + " ") + n) + newline);
_root.levelPlay(id, d, -1, "", "");
levelPlayed(id, 1, "");
}
function levelPlayed(id, ack, error) {
if (online) {
flash.external.ExternalInterface.call("levelPlayed", id, ack, error);
}
}
function levelCompleted(id, score, over) {
if (online) {
appendText(((("levelCompleted(" + id) + " ") + score) + ")\n");
flash.external.ExternalInterface.call("levelCompleted", id, score, over);
} else {
levelsData.newScore(id, score);
var _local3 = levelsData.getNextLevel(id);
if (_local3) {
_root.levelPlay(_local3[0], levelsData.getLevelData(_local3[0]), levelsData.getLevelNumber(_local3[0]), _local3[1], _local3[2]);
} else {
_root.gotoAndStop("pageready");
}
}
}
function editLevel(id, d) {
appendText(("JavaScript says editLevel: " + id) + newline);
_root.levelEdit(id, d);
levelEdited(id, 1, "");
}
function levelEdited(id, ack, error) {
if (online) {
flash.external.ExternalInterface.call("levelEdited", id, ack, error);
}
}
function getLevelData(id) {
appendText(("JavaScript says getLevelData: " + id) + newline);
levelData(id, _root.serialize(), 1, "");
}
function levelData(id, d, ack, error) {
if (online) {
flash.external.ExternalInterface.call("levelData", id, d, ack, error);
}
}
function startPlaying() {
if (online) {
flash.external.ExternalInterface.call("startPlaying");
} else {
var _local3 = levelsData.getNextLevel(-1);
if (_local3) {
_root.levelPlay(_local3[0], levelsData.getLevelData(_local3[0]), levelsData.getLevelNumber(_local3[0]), _local3[1], _local3[2]);
}
}
}
function createNewLevel() {
if (online) {
flash.external.ExternalInterface.call("createNewLevel");
}
}
function getLvlsData() {
return(levelsData);
}
}
Symbol 199 MovieClip [__Packages.Levels] Frame 0
#initclip
if (!_global.Levels) {
var _local1 = function () {
this.lvls = new Array();
this.lvlsdata = new Array();
this.lvls[0] = [48, "Double Trouble", "flappy j"];
this.lvls[1] = [251, "Strict", "Topaz"];
this.lvls[2] = [150, "Fat Bomber", "Topaz"];
this.lvls[3] = [671, "Boxed In", "Asforian"];
this.lvls[4] = [391, "The ball machine", "bofff"];
this.lvls[5] = [21, "Escape!", "Cheveu"];
this.lvls[6] = [213, "Invisible Walls", "Asforian"];
this.lvls[7] = [218, "Smasher", "Topaz"];
this.lvls[8] = [498, "Machinery", "flappy j"];
this.lvls[9] = [26, "Bonus Race Level !", "jp"];
this.lvls[10] = [38, "Lasers", "jp"];
this.lvls[11] = [915, "Boss Level X", "Topaz"];
this.lvls[12] = [1, "Pistons", "jp"];
this.lvls[13] = [50, "Double Trouble 2", "flappy j"];
this.lvls[14] = [343, "Matrix", "Asforian"];
this.lvls[15] = [284, "Donjon fire", "xonon"];
this.lvls[16] = [1255, "PushMechanics", "kayakazan"];
this.lvls[17] = [14, "Easy But...", "jp"];
this.lvls[18] = [574, "Number 1", "Asforian"];
this.lvls[19] = [68, "Bonus Level 2", "jp"];
this.lvls[20] = [19, "Accordion", "jp"];
this.lvls[21] = [496, ".\\/.", "Topaz"];
this.lvls[22] = [663, "Time Trial Level 1", "Topaz"];
this.lvls[23] = [214, "Camera Mind", "Asforian"];
this.lvls[24] = [592, "RED Ball", "Topaz"];
this.lvls[25] = [37, "Circles", "jp"];
this.lvls[26] = [379, "Delivery 1", "Topaz"];
this.lvls[27] = [24, "UFO", "jp"];
this.lvls[28] = [108, "X Spider", "jp"];
this.lvls[29] = [96, "Bonus level 3", "X-man"];
this.lvls[30] = [524, "The green ball", "bofff"];
this.lvls[31] = [39, "Orbits", "jp"];
this.lvls[32] = [78, "Gear", "jp"];
this.lvls[33] = [120, "Tic Tac Toe", "Asforian"];
this.lvls[34] = [839, "Square Clock", "matrix5"];
this.lvls[35] = [308, "Floppy Yellow", "Topaz"];
this.lvls[36] = [60, "Spiral Chase", "Oris.Marii"];
this.lvls[37] = [357, "Xmas", "BEM"];
this.lvls[38] = [962, "MiniGolf 1", "Matty tha thug"];
this.lvls[39] = [98, "Bonus level 4", "X-man"];
this.lvls[40] = [998, "MiniGolf 2", "X-man"];
this.lvls[41] = [804, "Mad World", "flappy j"];
this.lvls[42] = [55, "Captain Kirk", "jp"];
this.lvls[43] = [662, "Death Wheel", "TheOak"];
this.lvls[44] = [107, "Pod race", "trkzgr"];
this.lvls[45] = [131, "Race (2 laps)", "jp"];
this.lvls[46] = [504, "Hard Hit: 10 yards", "Topaz"];
this.lvls[47] = [3, "Joee", "keri-23"];
this.lvls[48] = [408, "Basketball", "jp"];
this.lvls[49] = [126, "Bonus Level 5", "To1ne"];
this.lvls[50] = [489, "Basketball 2", "bofff"];
this.lvls[51] = [242, "Scroll By Touch", "Topaz"];
this.lvls[52] = [698, "Smile", "X-man"];
this.lvls[53] = [576, "Just falling...", "xonon"];
this.lvls[54] = [163, "Don't Push Me", "Asforian"];
this.lvls[55] = [844, "Electrons", "matrix5"];
this.lvls[56] = [330, "Knockout", "Asforian"];
this.lvls[57] = [110, "====", "jp"];
this.lvls[58] = [44, "Scary", "flappy j"];
this.lvls[59] = [231, "Bonus Lvl 6 (Long Swisher)", "endy200909"];
this.lvls[60] = [296, "Stretcher", "Topaz"];
this.lvls[61] = [795, "CrazyWall", "nacef"];
this.lvls[62] = [651, "Dobble Bobble", "TheOak"];
this.lvls[63] = [312, "Bonus Level ?", "Asforian"];
this.lvls[64] = [226, "Smasher 2", "Topaz"];
this.lvls[65] = [115, "Jokari", "jp"];
this.lvls[66] = [901, "Double Jokari", "gary1234"];
this.lvls[67] = [67, "One Capsule?", "Aurel300"];
this.lvls[68] = [649, "Release the balloon!", "flappy j"];
this.lvls[69] = [257, "Bonus Level 7", "muh 2"];
this.lvls[70] = [116, "Molecular", "jp"];
this.lvls[71] = [1049, "Solar Express", "X-man"];
this.lvls[72] = [298, "Prison Break", "trkzgr"];
this.lvls[73] = [558, "Ball Push Level 1", "Topaz"];
this.lvls[74] = [136, "Hex", "Asforian"];
this.lvls[75] = [1269, "Easy Areas", "Topaz"];
this.lvls[76] = [252, "Endless Capsules?", "Asforian"];
this.lvls[77] = [542, "Stones of strength", "X-man"];
this.lvls[78] = [551, "Weight throwing", "X-man"];
this.lvls[79] = [245, "Bonus lvl 8 Big planet", "jp"];
this.lvls[80] = [667, "(C)", "bofff"];
this.lvls[81] = [95, "Spindocktor", "X-man"];
this.lvls[82] = [140, "Lethal laser", "jp"];
this.lvls[83] = [305, "Billards", "jp"];
this.lvls[84] = [1236, "The control machine", "kayakazan"];
this.lvls[85] = [521, "Bilboquet", "To1ne"];
this.lvls[86] = [177, "Booby Traps", "Asforian"];
this.lvls[87] = [880, "Teamwork", "Asforian"];
this.lvls[88] = [5, "Catch it", "trkzgr"];
this.lvls[89] = [288, "Bonus Level 9", "To1ne"];
this.lvls[90] = [631, "Active 1", "Topaz"];
this.lvls[91] = [642, "Active 2", "Topaz"];
this.lvls[92] = [1248, "Unlimited", "Lyscos"];
this.lvls[93] = [665, "Active 3", "Topaz"];
this.lvls[94] = [1103, "Rain Drops", "Polio1"];
this.lvls[95] = [462, "Bunny Bunny", "muh 2"];
this.lvls[96] = [174, "Slippery Capsule!", "Topaz"];
this.lvls[97] = [436, "Fishing 1", "Topaz"];
this.lvls[98] = [302, "Washing machine", "jp"];
this.lvls[99] = [321, "Bonus Level 10", "Topaz"];
this.lvls[100] = [623, "Ambush Level 1", "Topaz"];
this.lvls[101] = [13, "Mine Field", "jp"];
this.lvls[102] = [709, "Triple T", "X-man"];
this.lvls[103] = [790, "RandomRoom", "nacef"];
this.lvls[104] = [708, "Rotation delivery ", "X-man"];
this.lvls[105] = [727, "the Capsule car", "bofff"];
this.lvls[106] = [794, "Jimz", "blue-dragon"];
this.lvls[107] = [250, "Buttons", "Asforian"];
this.lvls[108] = [275, "Capsule Extermination Center 2", "Topaz"];
this.lvls[109] = [452, "Bonus lvl 11 (Lemmings)", "Asforian"];
this.lvls[110] = [1057, "Gates", "Asforian"];
this.lvls[111] = [973, "Curling", "To1ne"];
this.lvls[112] = [16, "Hide and seek", "trkzgr"];
this.lvls[113] = [1235, "Cannons", "Topaz"];
this.lvls[114] = [318, "Run, Run, Yellow!", "Topaz"];
this.lvls[115] = [589, "Hide and seek 2", "bofff"];
this.lvls[116] = [285, "Yellow vs red", "bofff"];
this.lvls[117] = [1295, "Green Pistons", "Topaz"];
this.lvls[118] = [1032, "Slam it!", "X-man"];
this.lvls[119] = [486, "Bonus level 12 (Pepere)", "X-man"];
this.lvls[120] = [682, "Red Behind Blue", "Asforian"];
this.lvls[121] = [56, "Nudge Nudge", "jboymicro"];
this.lvls[122] = [23, "Tunnels", "trkzgr"];
this.lvls[123] = [334, "Curling Synchro Challenge", "jp"];
this.lvls[124] = [604, "Balance Through", "To1ne"];
this.lvls[125] = [825, "Championship", "Matty tha thug"];
this.lvls[126] = [738, "The Ring", "muh 2"];
this.lvls[127] = [754, "The Ring 2", "muh 2"];
this.lvls[128] = [1268, "Guided Bowling", "Topaz"];
this.lvls[129] = [488, "Bonus lvl 13 (Search)", "muh 2"];
this.lvls[130] = [34, "Bobby the Snake", "jp"];
this.lvls[131] = [80, "Double Snake", "jp"];
this.lvls[132] = [838, "Falling", "luke13"];
this.lvls[133] = [943, "Blown up", "X-man"];
this.lvls[134] = [72, "AlienOne", "Aurel300"];
this.lvls[135] = [956, "A simple (?) level", "game54"];
this.lvls[136] = [27, "Coco cross", "keri-23"];
this.lvls[137] = [519, "Tribute to Breakout", "Asforian"];
this.lvls[138] = [58, "Rotation Nation", "Oris.Marii"];
this.lvls[139] = [493, "Bonus Level 14", "Topaz"];
this.lvls[140] = [885, "Slippery Spaceship", "WooHooII"];
this.lvls[141] = [459, "Lights Out 1", "Topaz"];
this.lvls[142] = [314, "Old gameplay", "jp"];
this.lvls[143] = [448, "Push it down", "X-man"];
this.lvls[144] = [449, "Going up!", "X-man"];
this.lvls[145] = [1055, "Border", "Asforian"];
this.lvls[146] = [508, "Ice hockey", "flappy j"];
this.lvls[147] = [1284, "Timing Tunnel", "Topaz"];
this.lvls[148] = [121, "Double Star", "Asforian"];
this.lvls[149] = [516, "Bonus Level 15 [redo]", "Topaz"];
this.lvls[150] = [25, "Laby Yes!", "jp"];
this.lvls[151] = [851, "Double Maze", "flappy j"];
this.lvls[152] = [293, "Color-Changers", "Topaz"];
this.lvls[153] = [53, "Double Squared Ensnared", "Oris.Marii"];
this.lvls[154] = [549, "Gate", "Topaz"];
this.lvls[155] = [130, "Elliptic", "jp"];
this.lvls[156] = [239, "Big Burger", "jp"];
this.lvls[157] = [560, "Dodgey", "Topaz"];
this.lvls[158] = [1112, "Aqua", "Matty tha thug"];
this.lvls[159] = [530, "Bonus Level 16", "Topaz"];
this.lvls[160] = [306, "Umbrella", "jp"];
this.lvls[161] = [1064, "Minimap", "Asforian"];
this.lvls[162] = [264, "WTF ?", "jp"];
this.lvls[163] = [978, "Slide", "Matty tha thug"];
this.lvls[164] = [983, "Amagoen ", "X-man"];
this.lvls[165] = [319, "Soccer 1 (Penalty)", "Topaz"];
this.lvls[166] = [320, "Soccer 2 (Free kick)", "Topaz"];
this.lvls[167] = [329, "Soccer 3 (Drunk)", "Topaz"];
this.lvls[168] = [331, "Soccer 4 (Duo shot)", "X-man"];
this.lvls[169] = [552, "Bonus level 17", "X-man"];
this.lvls[170] = [375, "Soccer 5 (only 8 chances)", "X-man"];
this.lvls[171] = [810, "Soccer 6 (Bend It)", "Matty tha thug"];
this.lvls[172] = [814, "Soccer 7 (Corner)", "Matty tha thug"];
this.lvls[173] = [1028, "Soccer 8 (Keeper)", "Matty tha thug"];
this.lvls[174] = [893, "Corner Counts", "Matty tha thug"];
this.lvls[175] = [347, "Juggle Juggle", "Asforian"];
this.lvls[176] = [761, "Capsule War", "muh 2"];
this.lvls[177] = [244, "Be quick (ex bonus level 7)", "Topaz"];
this.lvls[178] = [1245, "Push", "Lyscos"];
this.lvls[179] = [556, "Big Bonus Level 18", "Asforian"];
this.lvls[180] = [444, "ShootUP", "Asforian"];
this.lvls[181] = [744, "Ball maze", "bofff"];
this.lvls[182] = [1054, "Filtration", "Asforian"];
this.lvls[183] = [117, "4 Squared", "Asforian"];
this.lvls[184] = [977, "Attachted", "To1ne"];
this.lvls[185] = [372, "Bowling", "jp"];
this.lvls[186] = [368, "Bowling 2", "X-man"];
this.lvls[187] = [802, "Race to the FINISH!", "bofff"];
this.lvls[188] = [995, "PlatformEvelator", "To1ne"];
this.lvls[189] = [582, "Bonus 19 Circles", "BEM"];
this.lvls[190] = [1273, "Volcano Juggle", "Topaz"];
this.lvls[191] = [393, "Big storm", "bofff"];
this.lvls[192] = [563, "Big storm 2 ", "bofff"];
this.lvls[193] = [700, "ZigZag push", "X-man"];
this.lvls[194] = [986, "Vacuum Cleaner", "Matty tha thug"];
this.lvls[195] = [233, "Morphing Maze", "Asforian"];
this.lvls[196] = [877, "Claustrophobia", "Matty tha thug"];
this.lvls[197] = [1024, "Tjakka", "X-man"];
this.lvls[198] = [61, "Oversized Load", "Oris.Marii"];
this.lvls[199] = [637, "Bonus Level 20 (Caterpillar)", "Topaz"];
this.lvls[200] = [1217, "Canon", "Lyscos"];
this.lvls[201] = [237, "Smasher 3", "Topaz"];
this.lvls[202] = [376, "The yellow ship 1", "bofff"];
this.lvls[203] = [1009, "Golf ", "Matty tha thug"];
this.lvls[204] = [22, "Diagonals", "jp"];
this.lvls[205] = [424, "Hurricane", "endy200909"];
this.lvls[206] = [100, "LockUp", "X-man"];
this.lvls[207] = [266, "Topaz", "rougecorne"];
this.lvls[208] = [564, "The 3 in 1 game", "bofff"];
this.lvls[209] = [657, "Bonus 21 Follow the path", "flappy j"];
this.lvls[210] = [132, "Squeeze Trap", "Asforian"];
this.lvls[211] = [518, "Shoot out", "X-man"];
this.lvls[212] = [599, "Scared", "bofff"];
this.lvls[213] = [193, "Tribute to String avoider", "chris0neilson"];
this.lvls[214] = [403, "Camouflage", "Asforian"];
this.lvls[215] = [472, "Marble", "bofff"];
this.lvls[216] = [483, "Marble 2", "jp"];
this.lvls[217] = [484, "Marble 3 (Bounce)", "jp"];
this.lvls[218] = [1158, "My Maze", "Matty tha thug"];
this.lvls[219] = [681, "Bonus Level 22 (Weights)", "Topaz"];
this.lvls[220] = [823, "Blob arena", "bofff"];
this.lvls[221] = [955, "Turn Circle", "game54"];
this.lvls[222] = [534, "Slingshot activation", "X-man"];
this.lvls[223] = [134, "Red V (10 seconds)", "jp"];
this.lvls[224] = [322, "Arrow Keys", "Asforian"];
this.lvls[225] = [675, "Dance 4", "muh 2"];
this.lvls[226] = [737, "Dance 8", "muh 2"];
this.lvls[227] = [1220, "Maze", "Lyscos"];
this.lvls[228] = [1094, "ZigZag", "X-man"];
this.lvls[229] = [691, "Bonus 23 (MUD)", "xonon"];
this.lvls[230] = [57, "Blobs", "jp"];
this.lvls[231] = [1013, "Rotation Day", "d0ornab"];
this.lvls[232] = [867, "Cones", "Asforian"];
this.lvls[233] = [578, "Which?", "BEM"];
this.lvls[234] = [817, "Killa", "muh 2"];
this.lvls[235] = [745, "A big plus", "X-man"];
this.lvls[236] = [652, "Beat it", "TheOak"];
this.lvls[237] = [506, "BobyTraps 1", "X-man"];
this.lvls[238] = [510, "BobyTraps 2", "X-man"];
this.lvls[239] = [751, "Bonus level 24 (centrifuge)", "X-man"];
this.lvls[240] = [1015, "Score", "d0ornab"];
this.lvls[241] = [677, "Toe 3", "muh 2"];
this.lvls[242] = [684, "Toe 4", "muh 2"];
this.lvls[243] = [703, "Toe 5", "muh 2"];
this.lvls[244] = [289, "Backwards", "To1ne"];
this.lvls[245] = [964, "Dizzy", "To1ne"];
this.lvls[246] = [430, "Spiral", "muh 2"];
this.lvls[247] = [895, "Beam", "Matty tha thug"];
this.lvls[248] = [572, "Clear the Path", "Asforian"];
this.lvls[249] = [936, "Bonus Level 25 MiniGolf", "X-man"];
this.lvls[250] = [427, "Capsule Holders", "Asforian"];
this.lvls[251] = [1276, "Crusher", "Topaz"];
this.lvls[252] = [923, "Engine", "To1ne"];
this.lvls[253] = [765, "Worms", "bofff"];
this.lvls[254] = [428, "Bucket (be fast!)", "bofff"];
this.lvls[255] = [6, "Mind the guards!", "jp"];
this.lvls[256] = [959, "Avoiding", "Matty tha thug"];
this.lvls[257] = [360, "Popcorn 1", "Topaz"];
this.lvls[258] = [361, "Popcorn 2", "Topaz"];
this.lvls[259] = [965, "Bonus level 26", "game54"];
this.lvls[260] = [362, "Popcorn 3", "Topaz"];
this.lvls[261] = [382, "Popcorn 4", "Topaz"];
this.lvls[262] = [433, "Popcorn 5", "Topaz"];
this.lvls[263] = [440, "Popcorn 6", "Topaz"];
this.lvls[264] = [458, "Popcorn 7", "Topaz"];
this.lvls[265] = [1234, "Popcorn 9", "Topaz"];
this.lvls[266] = [1038, "Real BIG Maze", "X-man"];
this.lvls[267] = [840, "Defend the capsule", "flappy j"];
this.lvls[268] = [778, "Ball Revamped Tribute- Level 1", "flappy j"];
this.lvls[269] = [976, "Bonus Level 27 Pop-Ups", "Matty tha thug"];
this.lvls[270] = [620, "Positioning", "Asforian"];
this.lvls[271] = [513, "Level Flailed", "Topaz"];
this.lvls[272] = [606, "Galaxy", "Asforian"];
this.lvls[273] = [984, "End of the tunnel", "To1ne"];
this.lvls[274] = [570, "Follow The Leader 1", "Topaz"];
this.lvls[275] = [888, "Shooter", "WooHooII"];
this.lvls[276] = [487, "Ball Games", "Asforian"];
this.lvls[277] = [470, "Moving Targets", "Asforian"];
this.lvls[278] = [958, "Superb", "Matty tha thug"];
this.lvls[279] = [979, "Bonus Level 28 Boxed", "Matty tha thug"];
this.lvls[280] = [265, "Shadow", "muh 2"];
this.lvls[281] = [1023, "Minigolf 3", "X-man"];
this.lvls[282] = [554, "Gyration", "Asforian"];
this.lvls[283] = [777, "Training Level", "BEM"];
this.lvls[284] = [1257, "The doom level", "kayakazan"];
this.lvls[285] = [15, "Prison", "jp"];
this.lvls[286] = [1214, "Destruction", "Lyscos"];
this.lvls[287] = [414, "A normal level...", "bofff"];
this.lvls[288] = [114, ">O<", "jp"];
this.lvls[289] = [1001, "Bonus level 29", "X-man"];
this.lvls[290] = [342, "Pinball", "Asforian"];
this.lvls[291] = [1170, "Matted", "Matty tha thug"];
this.lvls[292] = [105, "Catchy", "To1ne"];
this.lvls[293] = [1210, "Speed up!", "Lyscos"];
this.lvls[294] = [1291, "Randomness", "Topaz"];
this.lvls[295] = [387, "All About Timing", "Asforian"];
this.lvls[296] = [423, "Push and Avoid", "Asforian"];
this.lvls[297] = [1016, "Lights Out 2", "Matty tha thug"];
this.lvls[298] = [595, "Catch and release", "X-man"];
this.lvls[299] = [1065, "Bonus Level 30", "Asforian"];
this.lvls[300] = [10, "Assasins", "trkzgr"];
this.lvls[301] = [63, "Tribute", "Oris.Marii"];
this.lvls[302] = [555, "Bob the ball", "bofff"];
this.lvls[303] = [260, "Stringy", "Asforian"];
this.lvls[304] = [828, "Disturbing", "X-man"];
this.lvls[305] = [583, "Rolling Down", "BEM"];
this.lvls[306] = [1090, "Difficult", "Matty tha thug"];
this.lvls[307] = [104, "Quick but wise", "RipperRoo"];
this.lvls[308] = [1037, "Minigolf 4", "X-man"];
this.lvls[309] = [1227, "Bonus Level 31: Capsule Slide", "Topaz"];
this.lvls[310] = [1258, "Rooms", "Lyscos"];
this.lvls[311] = [1278, "Capsule Hopping 1: The Tower", "Topaz"];
this.lvls[312] = [1290, "Build A Ramp", "Topaz"];
this.lvls[313] = [1244, "Arena", "Lyscos"];
this.lvls[314] = [1030, "Turning Square's", "X-man"];
this.lvls[315] = [640, "Falling maze", "bofff"];
this.lvls[316] = [1077, "Covered", "Matty tha thug"];
this.lvls[317] = [941, "Stringy Strange", "Matty tha thug"];
this.lvls[318] = [1100, "MiniGolf 5", "Matty tha thug"];
this.lvls[319] = [1050, "Bonus Level 32", "X-man"];
this.lvls[320] = [295, "Physics", "jp"];
this.lvls[321] = [291, "Defend Your Capsule", "Asforian"];
this.lvls[322] = [220, "Wrap-around", "Asforian"];
this.lvls[323] = [92, "Invisible Path", "jp"];
this.lvls[324] = [52, "Centrifuge", "jboymicro"];
this.lvls[325] = [370, "Shootout", "Asforian"];
this.lvls[326] = [443, "Multicolour", "Asforian"];
this.lvls[327] = [473, "Multi colour 2", "X-man"];
this.lvls[328] = [356, "Falling Capsules", "Asforian"];
this.lvls[329] = [64, "Broken skyrail", "flappy j"];
this.lvls[330] = [1298, "Double Dodge", "Matty tha thug"];
this.lvls[331] = [65, "Wibbly Wobbly", "Oris.Marii"];
this.lvls[332] = [942, "Dabberd", "X-man"];
this.lvls[333] = [77, "3 in 1", "flappy j"];
this.lvls[334] = [75, "Maze", "trkzgr"];
this.lvls[335] = [273, "Downright Round", "Asforian"];
this.lvls[336] = [9, "Figo Fago", "keri-23"];
this.lvls[337] = [135, "Squeeze Trap 2", "Asforian"];
this.lvls[338] = [124, "Big and Small", "Asforian"];
this.lvls[339] = [1240, "Separate Ideas", "WooHooII"];
this.lvls[340] = [219, "Roundabout", "Asforian"];
this.lvls[341] = [1020, "Multi colour 3", "Matty tha thug"];
this.lvls[342] = [830, "Balance", "X-man"];
this.lvls[343] = [1022, "Labyrinth", "Matty tha thug"];
this.lvls[344] = [616, "Between Red & Blue 1", "endy200909"];
this.lvls[345] = [279, "Between Red and Blue 2", "endy200909"];
this.lvls[346] = [7, "Waves", "jp"];
this.globalScore = 0;
this.alreadyPlayed = new Array();
var _local4 = 0;
while (_local4 < this.lvls.length) {
this.alreadyPlayed[_local4] = false;
_local4++;
}
this.local_data = SharedObject.getLocal("user_data");
var _local5 = this.local_data.data.scores0;
if (_local5) {
var _local3;
var _local7;
_local7 = -1;
while (true) {
_local3 = _local7 + 1;
_local7 = _local5.indexOf("_", _local3);
if (_local7 == -1) {
break;
}
var _local9 = Number(_local5.substring(_local3, _local7));
_local3 = _local7 + 1;
_local7 = _local5.indexOf("_", _local3);
if (_local7 == -1) {
break;
}
var _local8 = Number(_local5.substring(_local3, _local7));
var _local6 = this.getLevelNumber(_local9);
if (_local6 >= 0) {
this.alreadyPlayed[_local6] = _local8;
this.globalScore = this.globalScore + _local8;
}
}
}
if (_root._debuglevels) {
}
};
_global.Levels = _local1;
var _local2 = _local1.prototype;
_local2.unlockAll = function () {
this.globalScore = 0;
var _local2 = 0;
while (_local2 < this.lvls.length) {
if (!this.alreadyPlayed[_local2]) {
this.alreadyPlayed[_local2] = 0.001;
}
_local2++;
}
};
_local2.setLevelsData1 = function () {
this.lvlsdata[48] = "v4_0_18_2_184_208_0_10_0_184_208_0_0_0_0_0_0_0_2_352_208_0_10_0_352_208_R0_0_272_200_200_10_-1.57_272_200_R0_0_8_200_208_10_-1.57_8_200_R0_0_272_392_292_10_0_272_392_R0_0_272_8_280_10_0_272_8_R0_0_544_200_176_10_-1.57_544_200_R0_0_304_176_20_10_0_304_176_R0_0_88_80_44_10_-1.57_88_80_R0_0_400_48_36_10_0_400_48_R0_0_352_112_28_10_0_352_112_R0_0_352_256_28_10_0_352_256_R0_0_216_192_64_10_-1.57_216_192_R0_0_152_216_40_10_-1.57_152_216_R0_1_408_352_0_10_0_408_352_R0_0_328_360_32_10_0_328_360_R0_1_120_208_0_10_0_120_208_R0_0_400_312_28_10_0_400_312_R0_17_0_0_0_1_0_0.5_1_0_0_0.5_2_0_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_";
this.lvlsdata[251] = "v7_0_Find the right order!_14_2_280_240_0_10_0_280_240_0_0_0_0_0_0_0_0_0_0_1_208_200_0_20_0_208_200_R0_1_240_176_0_20_0_240_176_R0_1_352_200_0_20_0_352_200_R0_1_280_168_0_20_0_280_168_R0_1_320_176_0_20_0_320_176_R0_4_152_200_88_20_1.57_152_200_R0_4_280_288_128_20_0_280_288_R0_4_280_112_128_20_0_280_112_R0_4_408_200_88_20_1.57_408_200_R0_0_352_200_0_10_0_352_200_0.1_0_0_100_100_0.1_0.1_0_0_0_0_208_200_0_10_0_208_200_R10_0_280_168_0_10_0_280_168_R10_0_320_176_0_10_0_320_176_R10_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_4_2_2_10_2_3_12_2_4_11_2_1_13_4_2_1_11_2_4_12_2_5_13_2_3_10_0_";
this.lvlsdata[150] = "v6_0_12_0_280_200_0_104_0_280_200_0_-0.1_0.1_0_100_0.1_0.1_0_0_0.1_2_528_200_0_10_0_528_200_0_0_0_0_0_0_0_0_0_0_1_192_200_0_20_0_192_200_R1_1_280_240_0_20_0_280_240_R1_1_280_160_0_20_0_280_160_R1_1_320_200_0_20_0_320_200_R1_1_240_200_0_20_0_240_200_R1_1_240_280_0_20_0_240_280_R1_1_320_120_0_20_0_320_120_R1_1_368_200_0_20_0_368_200_R1_1_320_280_0_20_0_320_280_R1_1_240_120_0_20_0_240_120_R1_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_";
this.lvlsdata[671] = "v7_0__18_4_272_320_120_22_0_272_320_0_0_0_0_0_0_0_0_0_0_2_272_128_0_20_0_272_128_R0_0_272_216_16_20_0_272_216_R0_4_392_200_120_22_-1.57_392_200_R0_4_152_200_120_22_-1.57_152_200_R0_4_272_80_120_22_0_272_80_R0_0_288_200_16_20_-1.57_288_200_R0_0_272_184_16_20_0_272_184_R0_0_256_200_16_20_-1.57_256_200_R0_1_344_200_0_20_0_344_200_R0_1_272_272_0_20_0_272_272_R0_1_272_32_0_20_0_272_32_R0_0_272_200_132_10_-2.36_272_200_R0_0_272_200_132_10_-0.79_272_200_R0_1_200_200_0_20_0_200_200_R0_1_272_368_0_20_0_272_368_R0_1_440_200_0_20_0_440_200_R0_1_104_200_0_20_0_104_200_R0_11_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_8_0_2_3_4_5_6_7_8_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_";
this.lvlsdata[391] = "v7_0_Shoot the green ball at the right time with the right force, then wait and see..._37_2_64_88_4_10_-1.57_64_88_0_0_0_0_0_0_0_0_0_0_0_240_304_92_10_-1.57_240_304_R0_4_200_96_0_20_0_200_96_R0_0_112_200_120_10_0_112_200_R0_1_264_304_84_10_1.57_264_304_R0_2_288_304_84_10_1.57_288_304_R0_0_336_304_100_10_1.57_336_304_R0_0_288_200_48_10_0_288_200_R0_4_552_192_204_10_1.57_552_192_R0_4_352_136_44_10_0_352_136_R0_4_456_160_32_10_1.57_456_160_R0_4_408_64_160_10_0_408_64_R0_4_352_128_104_10_0_352_128_R0_4_496_32_24_18_1.57_496_32_R0_4_504_64_28_10_0_504_64_R0_4_8_200_192_10_1.57_8_200_R0_4_192_168_52_10_0.63_192_168_R0_4_456_160_28_10_1.57_456_160_R0_4_288_408_268_10_0_288_408_R0_4_280_0_268_10_0_280_0_R0_4_112_208_120_10_0_112_208_R0_4_528_32_24_18_1.57_528_32_R0_4_464_32_24_18_1.57_464_32_R0_4_456_32_32_10_1.57_456_32_R0_4_440_296_100_10_-1.57_440_296_0.1_0_0_0_0_0_0_0_0_0_4_440_296_100_10_0_440_296_R24_4_352_192_104_10_0_352_192_R0_4_192_24_52_10_-0.63_192_24_R0_1_312_304_84_10_-1.57_312_304_R0_0_240_104_92_10_-1.57_240_104_R0_1_120_360_0_10_0_120_360_R0_2_120_384_92_10_0_120_384_R0_4_120_296_4_10_0_120_296_R0_0_120_328_112_10_0_120_328_R0_4_352_208_0_20_0_352_208_R0_4_536_392_0_20_0_536_392_R0_4_352_392_0_20_0_352_392_R0_37_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_470_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_470_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_0_0.9_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-96_0.5_0_0_0_0_0_1_9_0_0_0_0_0_0_2_0_0.5_3_0_0_1_0_0_0_0_0_-224_0_0.5_0_0_0_0_0_48_0_1_0_0_0_0_0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_0_1_0_0.5_4_0_0_1_0_0_0_0_0_0_192_1_0_0_0_0_0_144_176_0.8_0_0_0_0_0_144_-16_1_0_0_0_0_0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R10_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_30_0_0_0_0_0_4_0_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_31_0_0_0_0_0_R2_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_2_5_3_4_20_5_2_5_1_30_31_32_33_0_0_";
this.lvlsdata[21] = "v7_0_Go up-left to escape the wave, then down-left to get out of the circle, then grab the blue capsules..._24_2_263_200_0_20_0_263_200_0_0_0_0_0_0_0_0_0_0_0_211_286_0_10_0_211_286_R0_0_347_118_0_10_0_347_118_R0_0_393_211_0_10_0_393_211_R0_1_48_48_0_20_0_48_48_R0_1_40_360_0_20_0_40_360_R0_1_512_368_0_20_0_512_368_R0_1_512_40_0_20_0_512_40_R0_0_238_307_0_10_0_238_307_R0_0_373_142_0_10_0_373_142_R0_0_270_318_0_10_0.08_270_318_R0_0_306_318_0_10_0_306_318_R0_0_339_306_0_10_0_339_306_R0_0_367_280_0_10_0_367_280_R0_0_385_248_0_10_0_385_248_R0_0_389_174_0_10_0_389_174_R0_0_317_104_0_10_0_317_104_R0_0_284_99_0_10_0_284_99_R0_0_248_108_0_10_0_248_108_R0_0_219_129_0_10_0_219_129_R0_0_192_258_0_10_0_192_258_R0_0_195_156_0_10_0_195_156_R0_0_184_224_0_10_0.08_184_224_R0_0_184_189_0_10_0.08_184_189_R0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_13_2_10_11_12_13_14_15_16_17_19_20_21_23_0_0_0_0_0_R1_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_22_0_0_0_";
this.lvlsdata[213] = "v7_0_For the last blue caspsule, go first to the top-right, then down to the middle, then left, down and right, easy..._29_2_32_432_0_20_0_32_32_0_0_0_0_0_0_0_0_0_0_2_584_32_0_20_0_32_32_R0_2_32_32_0_20_0_32_32_R0_4_272_768_280_20_0_272_768_R0_4_520_600_200_20_1.57_520_600_R0_1_472_320_0_20_0_472_320_R0_4_520_200_200_20_1.57_520_200_R0_4_272_368_280_20_0_272_368_R0_1_472_720_0_20_0_472_720_R0_4_32_480_48_20_0_32_480_R0_4_392_480_48_20_0_392_480_R0_4_168_456_0_20_0_168_456_R0_4_184_720_0_20_0_184_720_R0_4_208_552_48_20_0_208_552_R0_4_472_672_36_20_0_472_672_R0_4_120_600_48_20_1.57_120_600_R0_4_256_456_48_20_1.57_256_456_R0_4_424_624_48_20_1.57_424_624_R0_4_248_640_0_20_0_248_640_R0_4_296_672_48_20_1.57_296_672_R0_4_256_8_0_20_0_256_8_R0_4_344_568_40_20_-1.57_344_568_R0_1_16_200_0_20_0_16_200_R0_1_568_200_0_20_0_568_200_R0_0_344_272_0_20_0_360_288_0.1_0_0_0_0_0_0_0_0_0_4_32_648_0_20_0_40_648_0_0_0_0_0_0_0_0_43_0.1_4_32_648_56_10_1.57_32_648_R24_4_32_648_56_10_0_32_648_R24_1_208_56_0_20_0_208_56_R0_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_";
this.lvlsdata[218] = "v7_0_Be quick!_12_2_96_328_0_10_0_96_328_0_0_0_0_0_0_0_0_0_0_0_24_192_272_20_1.57_24_192_0_0_0_0_100_0_0.1_0_0_0_0_272_376_272_20_0_272_376_R1_0_280_24_272_20_0_280_24_R1_0_528_192_272_20_1.57_528_192_R1_0_352_160_216_20_0_352_160_R1_0_216_272_216_20_0_216_272_R1_1_448_96_0_20_0_448_96_R0_0_424_160_0_20_-1.57_424_160_0_0_0_100_0_0.1_0_0_0_0_0_424_272_0_20_-1.57_424_272_R8_0_144_160_0_20_-1.57_144_160_R8_0_144_272_0_20_-1.57_144_272_R8_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_100_0_0_0_0_R0_1_1_100_0_0_0_0_R0_1_2_100_0_0_0_0_R0_1_3_100_0_0_0_0_R0_1_4_100_0_0_0_0_R0_1_5_100_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_";
this.lvlsdata[498] = "v7_0_Wait but don't miss..._37_1_576_-16_0_10_0_576_-16_0_0_0_0_0_0_0_0_0_0_4_40_96_40_10_0_40_96_0.05_0_0_0_0_0_0_0_0_0_4_40_96_40_10_1.57_40_96_R1_4_144_168_44_10_1.57_144_168_R0_4_80_152_52_10_1.57_80_152_R0_4_112_104_20_10_0.31_112_104_R0_4_112_168_60_10_1.57_112_168_R0_4_112_265_54_42_1.57_112_265_R0_4_68_95_8_10_0.31_68_95_R0_4_168_137_23_10_0.51_168_137_R0_4_219_149_28_10_0_219_149_R0_4_200_184_32_10_0.43_200_184_R0_4_339_143_106_16_0_339_143_R0_4_247_122_18_10_-1.57_247_122_R0_4_425_197_130_10_0_425_197_R0_4_488_168_36_10_-0.94_488_168_R0_4_568_24_32_10_-0.79_568_24_R0_4_528_-8_32_10_-0.79_528_-8_R0_4_536_48_4_10_-1.57_536_48_R0_4_508_55_24_10_0_508_55_R0_4_251_224_0_10_0_251_224_R0_4_273_206_0_10_0_273_206_R0_4_203_257_0_10_0_203_257_R0_4_227_240_0_10_0_227_240_R0_4_223_286_0_10_0_223_286_R0_4_274_252_0_10_0_274_252_R0_4_249_268_0_10_0_249_268_R0_4_297_235_0_10_0_297_235_R0_4_186_309_77_10_0.75_186_309_R0_4_283_372_41_10_0.24_283_372_R0_4_341_377_14_10_-0.33_341_377_R0_0_484_357_42_10_1.53_484_357_R0_0_518_310_36_10_0_518_310_R0_2_528_360_0_10_0_528_360_R0_4_352_317_30_10_-0.6_352_317_R0_4_379_426_126_10_-1.59_379_426_R0_4_299_320_28_10_0.5_299_320_R0_35_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2.5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_0_128_0.5_0_0_0_0_1_1_5_0_0_0_0_0_R5_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_62_-99_1_0_0_0_0_1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_0_1_0_0.5_5_1_0_0.3_0_0_0_0_0.5_208_-1_0.5_0_0_0_0_0.4_207_41_0.5_0_0_0_90_0.5_-18_34_0.5_0_0_0_180_0.5_-40_21_0.3_0_0_0_274_0.7_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_40_0_0_0_0_0_2_0_0.5_5_0_0_0_0_0_0_0_0_-256_-32_0.5_0_0_0_0_0_-528_0_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_-16_-16_0_0_0_0_0_0_1_18_40_0_0_0_0_0_2_0_0.5_5_0_0_0.5_0_0_0_0_0_-256_-32_0.5_0_0_0_0_0_-528_0_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_-32_-16_0_0_0_0_0_0_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_1_14_-64_0.5_0_0_0_0_0.5_1_24_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_1_6_-61_0.5_0_0_0_0_0.5_1_25_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_1_-39_-23_0.5_0_0_0_0_0.5_1_26_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_1_-44_-28_0.5_0_0_0_0_0.5_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_1_0_79_0.5_0_0_0_0_0_-1_-73_0.5_0_0_0_0_0.5_194_-74_0.5_0_0_0_0_0.8_203_70_0.5_0_0_0_0_0.9_3_34_35_36_0_0_0_";
this.lvlsdata[26] = "v7_0__71_1_104_32_0_14_0_104_32_0_0_0_0_0_0_0_0_0_0_1_104_368_0_14_0_104_368_R0_1_104_320_0_14_0_104_320_R0_1_104_272_0_14_0_104_272_R0_1_104_224_0_14_0_104_224_R0_1_104_176_0_14_0_104_176_R0_1_104_128_0_14_0_104_128_R0_1_104_80_0_14_0_104_80_R0_1_48_80_0_14_0_48_80_R0_1_48_128_0_14_0_48_128_R0_1_48_176_0_14_0_48_176_R0_1_48_224_0_14_0_48_224_R0_1_48_272_0_14_0_48_272_R0_1_48_320_0_14_0_48_320_R0_1_48_368_0_14_0_48_368_R0_1_48_32_0_14_0_48_32_R0_1_272_32_0_14_0_272_32_R0_1_272_368_0_14_0_272_368_R0_1_272_320_0_14_0_272_320_R0_1_272_272_0_14_0_272_272_R0_1_272_128_0_14_0_272_128_R0_1_272_80_0_14_0_272_80_R0_1_440_32_0_14_0_440_32_R0_1_440_368_0_14_0_440_368_R0_1_440_320_0_14_0_440_320_R0_1_440_272_0_14_0_440_272_R0_1_440_224_0_14_0_440_224_R0_1_440_176_0_14_0_440_176_R0_1_440_128_0_14_0_440_128_R0_1_440_80_0_14_0_440_80_R0_1_496_80_0_14_0_496_80_R0_1_496_128_0_14_0_496_128_R0_1_496_176_0_14_0_496_176_R0_1_496_224_0_14_0_496_224_R0_1_496_272_0_14_0_496_272_R0_1_496_320_0_14_0_496_320_R0_1_496_368_0_14_0_496_368_R0_1_496_32_0_14_0_496_32_R0_1_384_32_0_14_0_384_32_R0_1_384_368_0_14_0_384_368_R0_1_384_320_0_14_0_384_320_R0_1_384_272_0_14_0_384_272_R0_1_384_224_0_14_0_384_224_R0_1_384_176_0_14_0_384_176_R0_1_384_128_0_14_0_384_128_R0_1_384_80_0_14_0_384_80_R0_1_328_80_0_14_0_328_80_R0_1_328_128_0_14_0_328_128_R0_1_328_176_0_14_0_328_176_R0_1_328_224_0_14_0_328_224_R0_1_328_272_0_14_0_328_272_R0_1_328_320_0_14_0_328_320_R0_1_328_368_0_14_0_328_368_R0_1_328_32_0_14_0_328_32_R0_1_216_32_0_14_0_216_32_R0_1_216_368_0_14_0_216_368_R0_1_216_320_0_14_0_216_320_R0_1_216_272_0_14_0_216_272_R0_1_216_224_0_14_0_216_224_R0_1_216_176_0_14_0_216_176_R0_1_216_128_0_14_0_216_128_R0_1_216_80_0_14_0_216_80_R0_1_160_32_0_14_0_160_32_R0_1_160_368_0_14_0_160_368_R0_1_160_320_0_14_0_160_320_R0_1_160_272_0_14_0_160_272_R0_1_160_224_0_14_0_160_224_R0_1_160_176_0_14_0_160_176_R0_1_160_128_0_14_0_160_128_R0_1_160_80_0_14_0_160_80_R0_2_272_200_0_20_0_272_200_R0_37_0_0_0_0_0_1_0_0.5_1_1_0_0_0.5_0_0_0_0_0_0_0.5_1_0_0_0_0_0_NaN_1_1_0_NaN_1_0_0_0_0_0_1_undefined_1_3_0_0_0_0_NaN_1_4_1_0_0_0.5_0_0_0_0_0_0_1_5_0_0_0_0_NaN_1_6_1_0_0_0.5_0_0_0_0_0_0_1_7_0_0_0_0_NaN_1_8_1_0_0_0.5_0_0_0_0_0_0_1_9_0_0_0_0_NaN_1_10_1_0_0_0.5_0_0_0_0_0_0_1_11_0_0_0_0_NaN_1_12_1_0_0_0.5_0_0_0_0_0_0_1_13_0_0_0_0_NaN_1_14_1_0_0_0.5_0_0_0_0_0_0_1_15_0_0_0_0_NaN_1_16_1_0_0_0.5_0_0_0_0_0_0_1_17_0_0_0_0_NaN_1_18_1_0_0_0.5_0_0_0_0_0_0_1_19_0_0_0_0_NaN_1_20_1_0_0_0.5_0_0_0_0_0_0_1_21_0_0_0_0_NaN_1_22_1_0_0_0.5_0_0_0_0_0_0_1_23_0_0_0_0_NaN_1_24_1_0_0_0.5_0_0_0_0_0_0_1_25_0_0_0_0_NaN_1_26_1_0_0_0.5_0_0_0_0_0_0_1_27_0_0_0_0_NaN_1_28_1_0_0_0.5_0_0_0_0_0_0_1_29_0_0_0_0_NaN_1_30_1_0_0_0.5_0_0_0_0_0_0_1_31_0_0_0_0_NaN_1_32_1_0_0_0.5_0_0_0_0_0_0_1_33_0_0_0_0_NaN_1_34_1_0_0_0.5_0_0_0_0_0_0_1_35_0_0_0_0_NaN_1_36_1_0_0_0.5_0_0_0_0_0_0_1_37_0_0_0_0_NaN_1_38_1_0_0_0.5_0_0_0_0_0_0_1_39_0_0_0_0_NaN_1_40_1_0_0_0.5_0_0_0_0_0_0_1_41_0_0_0_0_NaN_1_42_1_0_0_0.5_0_0_0_0_0_0_1_43_0_0_0_0_NaN_1_44_1_0_0_0.5_0_0_0_0_0_0_1_45_0_0_0_0_NaN_1_46_1_0_0_0.5_0_0_0_0_0_0_1_47_0_0_0_0_NaN_1_48_1_0_0_0.5_0_0_0_0_0_0_1_49_0_0_0_0_NaN_1_50_1_0_0_0.5_0_0_0_0_0_0_1_51_0_0_0_0_NaN_1_52_1_0_0_0.5_0_0_0_0_0_0_1_53_0_0_0_0_NaN_1_54_1_0_0_0.5_0_0_0_0_0_0_1_55_0_0_0_0_NaN_1_56_1_0_0_0.5_0_0_0_0_0_0_1_57_0_0_0_0_NaN_1_58_1_0_0_0.5_0_0_0_0_0_0_1_59_0_0_0_0_NaN_1_60_1_0_0_0.5_0_0_0_0_0_0_1_61_0_0_0_0_NaN_1_62_1_0_0_0.5_0_0_0_0_0_0_1_63_0_0_0_0_NaN_1_64_1_0_0_0.5_0_0_0_0_0_0_1_65_0_0_0_0_NaN_1_66_1_0_0_0.5_0_0_0_0_0_0_1_67_0_0_0_0_NaN_1_68_1_0_0_0.5_0_0_0_0_0_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_70_69_68_67_66_65_64_63_62_61_60_59_58_57_56_55_54_53_52_51_50_49_48_47_46_45_44_43_42_41_40_39_38_37_36_35_34_33_32_31_30_29_28_27_26_25_24_23_22_21_20_19_18_17_16_15_14_13_12_11_10_9_8_7_6_5_4_3_2_1_0_0_0_0_0_0_R35_1_70_0_0_0_";
this.lvlsdata[38] = "v4_0_11_0_272_96_240_10_0_272_96_0_0_0_0_0_0_0_0_120_200_168_10_1.57_120_200_R0_2_488_344_0_18_0_488_344_R0_1_-56_80_0_10_0_-56_80_R0_1_624_80_0_10_0_624_80_R0_1_-56_320_0_10_0_-56_320_R0_1_-56_200_0_10_0_-56_200_R0_1_-56_80_0_10_0_-56_80_R0_1_624_312_0_10_0_624_312_R0_1_624_192_0_10_0_624_192_R0_1_272_200_0_10_0_272_200_R0_11_0_0.2_0_1.5_0.2_0.5_2_0_0_0.5_0_224_0.5_1_0_0_0.2_0_1.8_0.2_0.5_2_-16_0_0.5_304_0_0.5_1_1_0_0_0_1_0_0.5_1_0_0_0.5_1_2_0_0.3_0_1_0.3_0.5_2_0_0_0.5_272_0_0.5_1_3_420_0.3_0_1_0.3_0.5_2_0_0_0.5_-320_0_0.5_1_4_200_0.3_R3_1_5_200_0.3_R3_1_6_0_0.3_R3_1_7_620_0.3_R4_1_8_640_0.3_R4_1_9_0_0_2_1.5_0.3_0.7_1_0_0_0.5_1_10_0_";
this.lvlsdata[915] = "v7_0_The boss is different!!!11 AYGHERywy536345^R#@R^2r63fY%#gv45gu567ug5^guv$^g453g763 !#@#!#!#!3!#!#11#!@#!@#1_18_2_136_240_0_10_0_136_240_0_0_0_0_0_0_0_0_0_0_0_16_152_408_76_1.57_16_152_R0_0_256_376_408_76_0_256_376_R0_0_256_16_408_76_0_256_16_R0_0_536_192_408_76_1.57_536_192_R0_0_352_200_0_46_0_352_200_R0_0_424_120_28_10_0_424_120_-0.1_0_0_0_0_0_0_0_0_0_0_304_160_0_18_0_304_160_R0_0_400_160_0_18_0_400_160_R0_0_400_240_0_18_0_400_240_R0_1_424_264_0_18_0_424_264_R0_1_280_264_0_18_0_280_264_R0_1_424_136_0_18_0_424_136_R0_1_280_136_0_18_0_280_136_R0_0_304_240_0_18_0_304_240_R0_0_280_280_28_10_0_280_280_0.1_0_0_0_0_0_0_0_0_0_0_424_280_28_10_0_424_280_R15_0_280_120_28_10_0_280_120_R6_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_1_0.3_0_0.9_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R5_1_5_0_0_0_0_0_R5_1_6_0_0_0_0_0_R5_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_15_0_0_0_0_0_R5_1_16_0_0_0_0_0_R5_1_17_0_0_12_15_11_14_11_14_5_7_5_13_7_17_13_8_5_9_5_10_9_16_10_12_8_12_6_";
this.lvlsdata[1] = "v2_8_0_280_-72_124_22_1.57_280_-72_0_0_0_0_0_0_0_1_64_192_0_20_0_64_192_R0_2_488_192_0_20_0_488_192_R0_0_280_280_120_22_1.57_280_280_R0_0_208_-72_124_22_1.57_208_-72_R0_0_208_280_120_22_1.57_208_280_R0_0_360_-72_124_22_1.57_360_-72_R0_0_360_280_120_22_1.57_360_280_R0_8_20_0_2_0.2_0.5_2_0_0_0.5_0_192_0.5_1_0_0_0_1_0_0.5_1_0_0_0.5_1_1_0_R1_1_2_20_R0_1_3_40_R0_1_4_40_R0_1_5_0_R0_1_6_0_R0_1_7_";
this.lvlsdata[50] = "v4_0_25_0_272_200_200_10_-1.57_272_200_0_0_0_0_0_0_0_2_400_200_0_10_0_400_200_R0_2_144_200_0_10_0_144_200_R0_0_80_200_40_10_-1.57_80_200_R0_0_416_168_20_10_0_416_168_R0_0_400_232_36_10_0_400_232_R0_1_448_200_0_10_0_448_200_R0_0_176_200_40_10_-1.57_176_200_R0_0_232_328_20_10_-1.57_232_328_R0_0_176_376_24_10_-1.57_176_376_R0_1_512_376_0_10_0_512_376_R0_0_544_312_16_10_-1.57_544_312_R0_0_480_312_16_10_-1.57_480_312_R0_0_272_296_92_10_0_272_296_R0_1_40_32_0_10_0_40_32_R0_0_432_56_40_10_0_432_56_R0_0_80_120_96_10_-1.57_80_120_R0_0_368_112_40_10_0_368_112_R0_0_208_136_44_10_-1.57_208_136_R0_0_424_296_52_10_0_424_296_R0_0_608_296_60_10_0_608_296_R0_0_272_200_0_20_0_272_200_R0_0_272_200_0_20_0_272_200_R0_0_272_200_0_20_0_272_200_R0_1_72_376_0_10_0_72_376_R0_22_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_2_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_0_0.5_1_0.5_2_0_0_0.5_-144_0_0.5_2_11_20_0_0_R10_2_12_19_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_";
this.lvlsdata[343] = "v7_0__52_4_224_248_0_20_0_224_248_0_0_0_0_0_0_0_0_0_0_2_272_248_0_20_0_272_248_R0_4_320_-40_0_20_0_320_-40_R0_1_224_200_0_20_0_224_200_R0_1_272_56_0_20_0_272_56_R0_4_320_56_0_20_0_320_56_R0_1_320_200_0_20_0_320_200_R0_4_272_200_0_20_0_272_200_R0_1_176_152_0_20_0_176_152_R0_4_176_104_0_20_0_176_104_R0_4_368_104_0_20_0_368_104_R0_1_368_56_0_20_0_368_56_R0_1_272_152_0_20_0_272_152_R0_4_224_152_0_20_0_224_152_R0_4_368_200_0_20_0_368_200_R0_1_368_152_0_20_0_368_152_R0_1_368_248_0_20_0_368_248_R0_4_320_248_0_20_0_320_248_R0_4_224_56_0_20_0_224_56_R0_1_176_56_0_20_0_176_56_R0_1_176_248_0_20_0_176_248_R0_4_176_200_0_20_0_176_200_R0_0_144_296_8_10_0_144_296_R0_4_136_248_272_10_-1.57_136_248_R0_4_408_248_272_10_-1.57_408_248_R0_0_176_392_0_20_0_176_392_R0_2_368_344_0_20_0_368_344_R0_4_272_104_0_20_0_272_104_R0_1_224_104_0_20_0_224_104_R0_1_320_104_0_20_0_320_104_R0_4_320_152_0_20_0_320_152_R0_2_272_344_0_20_0_272_344_R0_0_272_392_0_20_0_272_392_R0_2_320_344_0_20_0_320_344_R0_1_320_392_0_20_0_320_392_R0_2_224_344_0_20_0_224_344_R0_1_224_392_0_20_0_224_392_R0_1_176_344_0_20_0_176_344_R0_1_368_392_0_20_0_368_392_R0_4_224_-40_0_20_0_224_-40_R0_4_344_80_0_10_0_344_80_R0_0_368_-40_0_10_0_368_-40_R0_4_296_224_0_10_0_296_224_R0_4_200_128_0_10_0_200_128_R0_4_176_16_16_10_0_176_16_R0_2_176_-40_0_10_0_176_-40_R0_4_368_16_16_10_0_368_16_R0_1_248_176_0_10_0_248_176_R0_1_296_128_0_10_0_296_128_R0_4_200_368_0_10_0_200_368_R0_4_248_368_0_10_0_248_368_R0_0_304_296_104_10_0_304_296_R0_52_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R26_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R26_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R26_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R26_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R2_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R2_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R2_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_14_2_0_3_2_4_5_2_6_7_2_8_9_2_19_18_2_21_20_2_13_12_2_10_11_2_17_16_2_14_15_2_30_29_2_28_27_2_44_47_2_46_48_0_0_";
};
_local2.setLevelsData2 = function () {
this.lvlsdata[284] = "v7_0_The key to open the first gate is to pull down the yellow ball._27_2_280_24_0_10_0_280_24_0_0_0_0_19_0_0.06_0_0_0_4_192_102_120_25_1.1_192_102_0_0_0_0_0_0_0_0_0_0_4_366_104_115_24_2.04_366_104_R1_4_241_241_28_30_1.57_241_241_R1_4_280_296_0_56_0_280_296_R1_4_321_242_28_32_1.57_321_242_R1_4_120_72_40_20_0_120_72_0.04_0_0_0_0_0_0_0_0_0_1_281_267_0_20_-0.16_281_267_R1_4_168_200_68_20_2.04_168_200_R1_4_192_288_56_20_0.47_192_288_R1_1_200_184_0_10_1.41_200_184_R1_4_368_280_72_16_2.51_368_280_R1_4_384_192_56_20_0.79_384_192_R1_1_352_192_0_10_0_352_192_R1_1_480_328_0_20_0_480_328_R1_4_280_352_340_20_0_280_352_R1_4_464_272_96_20_0.79_464_272_R1_4_95_115_48_20_1.1_95_115_R1_4_72_248_100_20_2.04_72_248_R1_1_144_88_44_10_0_144_88_R1_1_0_328_16_16_0_0_328_R1_4_560_152_176_44_1.57_560_152_R1_4_432_96_56_20_0_432_96_R1_4_488_8_68_20_0_488_8_R1_4_480_152_48_20_0_480_152_R1_1_488_24_68_20_0_488_24_R1_1_272_392_312_22_0_272_392_R1_27_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_6_2_20_16_3_10_11_13_2_9_14_2_15_25_2_6_19_3_5_7_3_2_1_10_2_6_19_0_";
this.lvlsdata[1255] = "v7_0__44_2_72_56_0_10_0_72_56_0_0_0_0_0_0_0_0_0_0_4_96_104_44_10_0_96_104_R0_4_192_152_48_10_0_192_152_R0_4_104_88_0_14_0_104_88_R0_4_144_128_20_10_1.57_144_128_R0_4_272_120_44_10_-0.79_272_120_R0_4_376_152_48_10_0_376_152_R0_4_336_88_32_10_0_336_88_R0_1_424_24_0_14_0_424_24_R0_4_424_96_48_10_1.57_424_96_R0_0_392_88_20_10_0_392_88_R0_4_48_64_40_10_1.57_48_64_R0_4_200_24_152_10_0_200_24_R0_4_456_128_16_10_0_456_128_R0_4_432_128_20_10_1.57_432_128_R0_4_352_8_16_10_1.57_352_8_R0_4_424_0_72_10_0_424_0_R0_4_496_104_100_10_1.57_496_104_R0_4_368_208_128_10_0_368_208_R0_4_144_192_44_10_-0.79_144_192_R0_4_208_256_64_10_-0.79_208_256_R0_4_112_288_60_10_1.57_112_288_R0_4_144_240_20_10_0_144_240_R0_4_224_208_20_10_0_224_208_R0_4_280_352_168_10_0_280_352_R0_0_504_352_56_10_0_504_352_R0_4_440_384_32_10_1.57_440_384_R0_2_504_376_40_10_0_504_376_R0_1_496_400_0_10_0_496_400_R0_4_264_328_24_10_-1.1_264_328_R0_4_192_304_32_10_0_192_304_R0_4_208_288_20_10_0.79_208_288_R0_4_304_304_24_10_0_304_304_R0_4_336_296_12_10_-0.63_336_296_R0_4_352_320_20_10_1.57_352_320_R0_4_368_296_24_10_0.31_368_296_R0_4_432_304_36_10_0_432_304_R0_4_552_264_76_10_0.79_552_264_R0_4_552_280_24_10_1.57_552_280_R0_4_488_232_0_28_0_488_232_R0_1_488_232_0_10_0_488_232_R0_1_208_272_0_10_0_208_272_R0_4_504_304_40_10_0_504_304_R0_0_424_384_28_10_1.57_424_384_R0_43_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-112_0_0.5_0_0_0_0_0_2_14_13_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_2_2_36_40_2_39_41_1_3_8_13_14_0_";
this.lvlsdata[14] = "v2_4_0_272_264_76_16_0_272_264_0.06_0.1_0.06_0_0_0_0_2_328_128_0_20_0_328_128_0_0_0_0_0_0_0_1_328_264_0_12_0_328_264_R1_0_384_264_0_44_0_384_264_0_0.1_0.04_45_33_0.07_0.09_4_0_0_1_0_0.5_1_0_0_0.5_1_1_0_0_1.6_0.2_0.5_4_0_0_0.5_-240_0_0.5_-240_-176_0.5_0_-176_0.5_1_3_0_R1_1_0_0_R1_1_2_";
this.lvlsdata[574] = "v7_0_The blue capsule can be pushed, too._10_4_240_200_160_24_1.57_240_200_0_0_0_0_0_0_0_0_0_0_4_168_200_0_20_0_168_200_R0_2_120_200_0_20_0_168_200_R0_4_272_368_36_20_-3.14_272_368_R0_2_272_56_0_10_0_272_56_R0_1_272_56_0_10_0_272_56_R0_4_304_200_160_24_1.57_304_200_R0_4_272_32_36_20_-3.14_272_32_R0_1_272_344_0_10_0_272_344_R0_0_272_200_0_10_0_272_200_R0_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_2_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R3_1_8_0_0_0_0_0_R3_1_9_1_2_2_5_0_0_";
this.lvlsdata[68] = "v5_1_57_1_248_-120_16_16_0_208_-120_0.07_0.04_0.03_0_12_0_0.05_0_1_208_-120_16_16_3.14_208_-120_R0_1_88_-120_16_16_0_208_-120_R0_1_288_-120_16_16_0_208_-120_R0_1_328_-120_16_16_3.14_208_-120_R0_2_280_360_0_10_0_280_360_0_0_0_0_0_0_0_0_1_128_-120_16_16_0_208_-120_R0_1_168_-120_16_16_3.14_208_-120_R0_1_288_-184_16_16_3.14_328_-184_R0_1_248_-184_16_16_0_328_-184_R0_1_448_-184_16_16_3.14_328_-184_R0_1_408_-184_16_16_0_328_-184_R0_1_208_-184_16_16_0_328_-184_R0_1_328_-184_16_16_3.14_328_-184_R0_1_368_-184_16_16_0_328_-184_R0_1_288_-56_16_16_3.14_328_-56_R0_1_248_-56_16_16_0_328_-56_R0_1_448_-56_16_16_3.14_328_-56_R0_1_408_-56_16_16_0_328_-56_R0_1_208_-56_16_16_0_328_-56_R0_1_328_-56_16_16_3.14_328_-56_R0_1_368_-56_16_16_0_328_-56_R0_1_176_8_16_16_3.14_216_8_R0_1_136_8_16_16_0_216_8_R0_1_336_8_16_16_3.14_216_8_R0_1_296_8_16_16_0_216_8_R0_1_96_8_16_16_0_216_8_R0_1_216_8_16_16_3.14_216_8_R0_1_256_8_16_16_0_216_8_R0_1_264_264_16_16_0_224_264_R0_1_224_264_16_16_3.14_224_264_R0_1_104_264_16_16_0_224_264_R0_1_304_264_16_16_0_224_264_R0_1_344_264_16_16_3.14_224_264_R0_1_144_264_16_16_0_224_264_R0_1_184_264_16_16_3.14_224_264_R0_1_376_200_16_16_0_336_200_R0_1_336_200_16_16_3.14_336_200_R0_1_216_200_16_16_0_336_200_R0_1_416_200_16_16_0_336_200_R0_1_456_200_16_16_3.14_336_200_R0_1_256_200_16_16_0_336_200_R0_1_296_200_16_16_3.14_336_200_R0_1_376_72_16_16_0_336_72_R0_1_336_72_16_16_3.14_336_72_R0_1_216_72_16_16_0_336_72_R0_1_416_72_16_16_0_336_72_R0_1_456_72_16_16_3.14_336_72_R0_1_256_72_16_16_0_336_72_R0_1_296_72_16_16_3.14_336_72_R0_1_176_136_16_16_3.14_216_136_R0_1_136_136_16_16_0_216_136_R0_1_336_136_16_16_3.14_216_136_R0_1_296_136_16_16_0_216_136_R0_1_96_136_16_16_0_216_136_R0_1_216_136_16_16_3.14_216_136_R0_1_256_136_16_16_0_216_136_R0_9_0_0.1_0_2_0_0.5_1_0_0_0.5_7_0_1_2_3_4_6_7_0_0_0_1_0_0.5_1_0_0_0.5_1_5_0_0.3_R0_7_14_13_12_11_10_9_8_0_0.1_R0_7_21_20_19_18_17_16_15_0_0.1_R0_7_28_27_26_25_24_23_22_0_0.1_R0_7_35_34_33_32_31_30_29_0_0.1_R0_7_42_41_40_39_38_37_36_0_0.3_R0_7_49_48_47_46_45_44_43_0_0.1_R0_7_56_55_54_53_52_51_50_0_";
this.lvlsdata[19] = "v2_12_0_248_200_132_10_1.57_280_200_0_0.02_0.09_0_0_0_0_0_312_200_132_10_1.57_280_200_R0_1_280_200_0_20_0_280_200_R0_1_344_200_0_20_0_280_200_R0_1_216_200_0_20_0_280_200_R0_1_152_200_0_20_0_280_200_R0_0_184_200_132_10_1.57_280_200_R0_0_120_200_132_10_1.57_280_200_R0_1_408_200_0_20_0_280_200_R0_0_440_200_132_10_1.57_280_200_R0_0_376_200_132_10_1.57_280_200_R0_2_504_200_0_10_0_504_200_0_0_0_0_0_0_0_12_0_0_1_0_0.5_1_0_0_0.5_1_0_0_R0_1_1_0_R0_1_2_0_R0_1_3_0_R0_1_4_0_R0_1_5_0_R0_1_6_0_R0_1_7_0_R0_1_8_0_R0_1_9_0_R0_1_10_0_R0_1_11_";
this.lvlsdata[496] = "v7_0__21_1_288_-240_0_20_0_288_-240_0_0_0_0_0_0_0_0_0_0_2_288_-288_0_20_0_288_-288_0_0_0_0_100_0_0.1_0_0_0_4_328_240_56_22_2.51_328_240_R0_2_208_288_0_10_0_208_288_R0_2_352_288_0_10_0_352_288_R0_4_232_240_56_20_0.63_232_240_R0_1_392_64_0_20_0_392_64_R0_2_264_440_380_20_0_264_440_R0_4_264_392_380_20_0_264_392_R0_0_264_488_380_20_0_264_488_R0_2_224_64_0_20_0_224_64_R0_0_336_64_0_20_0_336_64_R0_4_280_16_256_20_0_280_16_R0_4_24_184_156_20_1.57_24_184_R0_4_528_184_156_20_1.57_528_184_R0_1_280_64_0_20_0_280_64_R0_1_312_136_0_20_0_312_136_R0_1_256_136_0_20_0_256_136_R0_1_168_64_0_20_0_168_64_R0_1_256_192_0_20_0_256_192_R0_1_312_192_0_20_0_312_192_R0_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_4_5_3_4_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R4_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_19_0_0_0_0_0_R3_1_20_0_0_0_";
this.lvlsdata[663] = "v7_1_Get to the end before the capsule below you does! There are secret shortcuts to improve your time, go find them!_124_2_87_317_0_10_0_87_317_0_0_0_0_0_0_0_0_0_0_4_435_263_393_20_0_435_263_R0_4_42_312_46_20_-1.57_42_312_R0_4_1326_263_393_20_0_1326_263_R0_4_579_316_0_20_0_579_316_R0_4_178_349_0_20_0_178_349_R0_4_243_277_0_20_0_243_277_R0_4_294_315_0_20_0_294_315_R0_4_362_351_0_20_0_362_351_R0_4_362_278_0_20_0_362_278_R0_4_437_278_0_20_0_437_278_R0_4_439_315_0_20_0_439_315_R0_4_506_353_0_20_0_506_353_R0_4_507_317_0_20_0_507_317_R0_4_803_354_0_20_0_803_354_R0_4_578_353_0_20_0_578_353_R0_4_435_366_393_20_0_435_366_R0_4_1185_366_393_20_0_1185_366_R0_4_880_263_69_20_0_880_263_0_0_0_0_0_0_0_1_0_0_4_1637_427_83_20_0.8_1637_427_R0_4_1720_346_80_20_1.57_1720_346_R0_4_579_277_0_20_0_579_277_R0_4_685_351_0_20_0_685_351_R0_4_726_276_0_20_0_726_276_R0_4_765_312_0_20_0_765_312_R0_4_1105_276_0_20_0_1105_276_R0_4_954_353_0_20_0_954_353_R0_4_989_316_0_20_0_989_316_R0_4_1028_277_0_20_0_1028_277_R0_4_1063_315_0_20_0_1063_315_R0_4_1102_353_0_20_0_1102_353_R0_4_1026_353_0_20_0_1026_353_R0_4_954_275_0_20_0_954_275_R0_4_1841_376_0_19_-3.14_1841_376_R0_4_1720_384_0_20_-1.57_1720_384_R0_1_1784_424_0_43_0_1784_424_R0_4_1360_342_23_20_-1.56_1360_342_R0_4_1562_337_23_20_-1.56_1562_337_R0_4_1308_291_23_20_-1.56_1308_291_R0_4_1259_337_23_20_-1.56_1259_337_R0_4_1410_292_23_20_-1.56_1410_292_R0_4_2682_376_857_20_0_2682_376_R0_4_3537_431_55_20_-1.53_3537_431_R0_1_3501_433_19_10_-1.53_3501_433_R0_4_2136_433_0_10_0_2136_433_0.1_0_0_0_0_0_0_0_0_0_4_2136_408_0_10_0_2136_433_R44_4_2161_433_0_10_0_2136_433_R44_4_2189_432_0_10_0_2136_433_R44_4_2161_407_0_10_0_2136_433_R44_4_2188_408_0_10_0_2136_433_R44_4_2160_456_0_10_0_2136_433_R44_4_2136_458_0_10_0_2136_433_R44_4_2188_456_0_10_0_2136_433_R44_4_2160_477_0_10_0_2136_433_R44_4_2136_479_0_10_0_2136_433_R44_4_2188_477_0_10_0_2136_433_R44_4_2161_381_0_10_0_2136_433_R44_4_2137_383_0_10_0_2136_433_R44_4_2189_381_0_10_0_2136_433_R44_4_2111_381_0_10_0_2136_433_R44_4_2110_477_0_10_0_2136_433_R44_4_2110_456_0_10_0_2136_433_R44_4_2110_408_0_10_0_2136_433_R44_4_2111_432_0_10_0_2136_433_R44_4_2086_383_0_10_0_2136_433_R44_4_2085_479_0_10_0_2136_433_R44_4_2085_458_0_10_0_2136_433_R44_4_2085_410_0_10_0_2136_433_R44_4_2086_434_0_10_0_2136_433_R44_4_1953_436_0_10_0_2003_435_R44_4_1952_412_0_10_0_2003_435_R44_4_1952_460_0_10_0_2003_435_R44_4_1952_481_0_10_0_2003_435_R44_4_1953_385_0_10_0_2003_435_R44_4_1978_434_0_10_0_2003_435_R44_4_1977_410_0_10_0_2003_435_R44_4_1977_458_0_10_0_2003_435_R44_4_1977_479_0_10_0_2003_435_R44_4_1978_383_0_10_0_2003_435_R44_4_2056_383_0_10_0_2003_435_R44_4_2004_385_0_10_0_2003_435_R44_4_2028_383_0_10_0_2003_435_R44_4_2055_479_0_10_0_2003_435_R44_4_2003_481_0_10_0_2003_435_R44_4_2027_479_0_10_0_2003_435_R44_4_2055_458_0_10_0_2003_435_R44_4_2003_460_0_10_0_2003_435_R44_4_2027_458_0_10_0_2003_435_R44_4_2055_410_0_10_0_2003_435_R44_4_2028_409_0_10_0_2003_435_R44_4_2056_434_0_10_0_2003_435_R44_4_2028_435_0_10_0_2003_435_R44_4_2003_410_0_10_0_2003_435_R44_4_2003_435_0_10_0_2003_435_R44_4_2616_487_916_20_0_2616_487_R0_4_3262_397_201_29_0_3262_397_R0_4_3260_465_201_28_0_3260_465_R0_4_2525_431_111_20_0_2528_432_0_0.02_-0.1_0_0_0_0_0_0_0_0_65_423_0_20_0_65_423_R0_4_1708_604_235_20_0_1708_604_R0_4_2183_649_200_20_0.87_2183_649_R0_4_2399_1038_216_123_0_2399_1038_R0_4_3053_837_175_20_-0.97_3053_837_R0_2_3543_539_16_10_-1.73_3543_539_R0_4_1459_340_23_20_-1.56_1459_340_R0_4_1510_295_23_20_-1.56_1510_295_R0_4_1160_343_23_20_-1.56_1160_343_R0_4_1211_286_23_20_-1.56_1211_286_R0_4_2525_431_0_39_0_2525_431_R0_4_2872_411_0_20_0_2872_411_0_0_0_0_21_0_0.08_0_0_0_4_2871_453_0_20_0_2870_454_R109_4_2745_452_0_20_0_2744_453_R109_4_2746_410_0_20_0_2746_410_R109_4_2787_452_0_20_0_2786_453_R109_4_2788_410_0_20_0_2788_410_R109_4_2829_453_0_20_0_2828_454_R109_4_2830_411_0_20_0_2830_411_R109_4_2914_453_0_20_0_2913_454_R109_4_2915_411_0_20_0_2915_411_R109_4_3189_413_0_20_0_3189_413_R0_4_3120_450_0_20_0_3120_450_R0_4_3421_451_0_20_0_3421_451_R0_4_3340_413_0_20_0_3340_413_R0_4_3261_451_0_20_0_3261_451_R0_124_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_100_1_0_0_1_0_1_0.5_0_100_0_0_0_1_33_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_100_0_0_0_1_0_1_0.5_0_100_0_0_0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_R0_1_87_0_0_0_0_0_R0_1_88_0_0_0_0_0_R0_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_0_0_0_0_0_R0_1_95_0_0_0_0_0_R0_1_96_0_0_0_0_0_R0_1_97_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_360_1_1_0_0_0.5_0_0_0_0_0_1_98_0_0_0_0_0_R0_1_99_0_0_0_0_0_R0_1_100_0_0_0_0_0_R0_1_101_0_0_0_0_0_R0_1_102_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_103_0_0_0_0_0_R0_1_104_0_0_0_0_0_R0_1_105_0_0_0_0_0_R0_1_106_0_0_0_0_0_R0_1_107_0_0_0_0_0_R0_1_108_60_0_0_0_0_R0_1_109_70_0_0_0_0_R0_1_110_10_0_0_0_0_R0_1_111_0_0_0_0_0_R0_1_112_30_0_0_0_0_R0_1_113_30_0_0_0_0_R0_1_114_50_0_0_0_0_R0_1_115_40_0_0_0_0_R0_1_116_90_0_0_0_0_R0_1_117_80_0_0_0_0_R0_1_118_0_0_0_0_0_R0_1_119_0_0_0_0_0_R0_1_120_0_0_0_0_0_R0_1_121_0_0_0_0_0_R0_1_122_0_0_0_0_0_R0_1_123_0_1_3_33_34_35_0_";
this.lvlsdata[214] = "v7_0_Right order matters..._30_0_536_288_0_10_0_536_288_0_0_0_0_0_0_0_0_0_0_2_24_96_0_10_0_24_96_R0_1_360_104_0_46_0_360_104_R0_1_256_232_0_20_0_256_232_R0_0_464_176_0_10_0_464_176_R0_1_464_176_0_38_0_464_176_R0_1_64_320_0_42_0_64_320_R0_0_200_344_0_10_0_200_344_R0_1_184_176_0_22_0_184_176_R0_4_256_232_0_10_0_256_232_R0_1_536_288_0_42_0_536_288_R0_0_64_320_0_10_0_64_320_R0_0_376_248_0_10_0_376_248_R0_1_200_344_0_26_0_200_344_R0_1_376_248_0_20_0_376_248_R0_0_456_360_0_10_0_456_360_R0_1_72_8_0_42_0_72_8_R0_4_72_8_0_14_0_72_8_R0_1_456_360_0_26_0_456_360_R0_0_184_176_0_10_0_184_176_R0_4_320_192_0_14_0_320_192_R0_4_160_88_0_28_0_160_88_R0_4_320_336_0_46_0_320_336_R0_4_24_168_0_52_0_24_168_R0_4_136_240_0_22_0_136_240_R0_4_512_32_0_68_0_512_32_R0_4_280_-32_0_70_0_280_-32_R0_0_360_104_0_10_0_360_104_R0_0_464_120_0_10_0_464_176_-0.06_0_0_0_0_0_0_0_0_0_0_480_264_0_10_0_472_280_0_0_0_0_0_0_0_0_10_0.1_30_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_36_0_0_0_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_33_0_0_0_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_39_0_0_0_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_22_0_0_0_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R9_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_25_0_0_0_0_0_0.5_0_0_0_0_0_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R9_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_55_0_0_0_0_0_0.5_0_0_0_0_0_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_8_2_14_11_2_19_6_2_4_8_2_16_12_2_27_3_2_15_2_2_7_18_2_0_13_0_";
this.lvlsdata[592] = "v7_0_MAke the red ball bounce very high and see..._26_2_280_72_0_12_0_280_72_0_0_0_0_0_0_0_0_0_0_4_280_284_43_24_0_280_284_R0_4_280_440_0_20_0_280_440_R0_4_280_544_64_20_0_280_544_R0_4_280_496_100_20_0_280_496_R0_4_384_576_80_20_1.57_384_576_R0_4_176_576_80_20_1.57_176_576_R0_4_272_656_104_20_0_272_656_R0_0_256_224_0_20_0_256_224_R0_0_344_200_68_20_-1.57_344_200_R0_0_216_200_68_20_-1.57_216_200_R0_0_280_344_60_20_0_280_344_R0_0_344_272_72_20_-1.57_344_272_R0_0_216_272_72_20_-1.57_216_272_R0_4_8_208_352_20_1.57_8_208_R0_4_280_392_352_20_0_280_392_R0_4_288_8_352_20_0_288_8_R0_4_544_192_352_20_1.57_544_192_R0_0_456_288_0_66_0_456_288_R0_4_456_288_0_65_-1.57_456_288_R0_1_456_296_0_20_0_456_296_R0_0_216_96_92_20_-1.57_216_96_R0_1_128_248_0_20_0_128_248_R0_0_152_112_96_22_0_152_112_-0.1_0_0_0_0_0_0_0_0_0_4_152_112_96_21_0_152_112_R23_4_344_236_104_18_-1.57_344_236_R0_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.6_0.6_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_2_3_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_2_19_18_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_1_2_20_21_0_1_2_1_";
this.lvlsdata[37] = "v7_0_Wait for the gate opening..._29_0_392_279_0_14_0_272_199_-0.02_0_0_0_0_0_0_0_0_0_0_392_279_0_14_0_272_199_R0_0_392_279_0_14_0_272_199_R0_1_272_199_0_10_0_272_199_0_0_0_0_7_0_0.1_0_0_0_0_224_199_0_14_0_272_199_-0.06_0_0_0_0_0_0_0_0_0_0_224_199_0_14_0_272_199_R4_0_392_279_0_14_0_272_199_R0_0_392_279_0_14_0_272_199_R0_0_392_279_0_14_0_272_199_R0_0_224_199_0_14_0_272_199_R4_0_392_279_0_14_0_272_199_R0_0_392_279_0_14_0_272_199_R0_0_392_279_0_14_0_272_199_R0_2_504_48_0_20_0_504_48_0_0_0_0_0_0_0_0_0_0_0_168_199_0_14_0_272_199_0.03_0_0_0_0_0_0_0_0_0_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_168_199_0_14_0_272_199_R14_0_272_0_0_35_0_272_0_R13_0_272_400_0_35_0_272_400_R13_1_74_202_0_10_0_74_202_R3_0_457_305_121_10_1.57_457_305_R13_0_457_80_121_10_1.57_457_80_R13_0_224_199_0_14_0_272_199_R4_29_40_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_160_0_0_0_0_R0_1_1_120_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_40_0_0_0_0_R0_1_5_60_0_0_0_0_R0_1_6_140_0_0_0_0_R0_1_7_80_0_0_0_0_R0_1_8_20_0_0_0_0_R0_1_9_20_0_0_0_0_R0_1_10_100_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_100_0_0_0_0_R0_1_15_20_0_0_0_0_R0_1_16_80_0_0_0_0_R0_1_17_140_0_0_0_0_R0_1_18_60_0_0_0_0_R0_1_19_120_0_0_0_0_R0_1_20_160_0_0_0_0_R0_1_21_40_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_240_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_272_0.5_0_0_0_0_0_1_26_240_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-272_0.5_0_0_0_0_0_1_27_60_0_0_0_0_R0_1_28_0_0_0_";
};
_local2.setLevelsData3 = function () {
this.lvlsdata[379] = "v7_1_Scoop up those Capsules and deliver them!_31_4_322_249_56_20_-1.56_322_249_0_0_0_0_0_0_0_0_0_0_4_263_307_54_20_0_263_307_R0_4_205_250_56_20_-1.56_205_250_R0_2_263_308_0_10_0_263_308_R0_1_263_307_0_10_0_263_307_R0_2_527_284_102_37_0_527_284_R0_4_707_148_156_82_1.63_707_148_R0_4_572_327_144_62_0_572_327_R0_4_569_-133_184_45_0.52_569_-133_R0_4_420_164_163_45_1.63_420_164_R0_4_275_3_141_44_-0.02_275_3_0_0_0_0_100_0_0.1_0_0_0_4_113_171_163_45_1.63_113_171_R0_4_-40_332_142_45_0.02_-40_332_R0_4_-184_156_163_45_1.56_-184_156_R0_4_-57_-110_163_45_-0.67_-57_-110_R0_4_239_-219_163_45_-0.04_239_-219_R0_1_-108_182_0_10_0_-108_182_R0_1_-81_181_0_10_0_-81_181_R0_1_-93_170_0_10_0_-93_170_R0_1_-80_158_0_10_0_-80_158_R0_1_-112_161_0_10_0_-112_161_R0_4_-103_251_0_10_0_-103_251_R0_4_-71_248_0_10_0_-71_248_R0_4_-84_260_0_10_0_-84_260_R0_4_-72_271_0_10_0_-72_271_R0_4_-99_272_0_10_0_-99_272_R0_0_2_268_0_10_0_2_268_R0_0_29_267_0_10_0_29_267_R0_0_17_256_0_10_0_17_256_R0_0_30_244_0_10_0_30_244_R0_0_-2_247_0_10_0_-2_247_R0_28_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_4_3_2_1_0_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_1_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R13_1_17_0_0_0_0_0_R13_1_18_0_0_0_0_0_R13_1_19_0_0_0_0_0_R13_1_20_0_0_0_0_0_R13_1_21_0_0_0_0_0_R13_1_22_0_0_0_0_0_R13_1_23_0_0_0_0_0_R13_1_24_0_0_0_0_0_R13_1_25_0_0_0_0_0_R13_1_26_0_0_0_0_0_R13_1_27_0_0_0_0_0_R13_1_28_0_0_0_0_0_R13_1_29_0_0_0_0_0_R13_1_30_1_2_3_4_0_0_";
this.lvlsdata[24] = "v7_0_Quick hits._11_0_224_208_0_14_0_280_208_0.09_-0.04_-0.1_0_0_0_0_0_0_0_0_336_208_0_14_0_280_208_R0_0_280_264_0_14_0_280_208_R0_0_280_152_0_14_0_280_208_R0_1_280_208_0_20_0_280_208_0_0_0_0_0_0_0_0_0_0_1_672_112_0_20_0_672_112_R4_0_672_56_0_14_0_672_112_R0_0_672_168_0_14_0_672_112_R0_0_728_112_0_14_0_672_112_R0_0_616_112_0_14_0_672_112_R0_2_408_96_16_10_0_408_96_0.04_0_0_0_0_0_0_0_0_0_3_0_0_0_0_0_0_1.7_0.7_0.5_8_0_0_0.5_0_0_0_0_0_-48_-144_0.5_0_0_0_0_0_-176_-176_0.5_0_0_0_0_0_-304_-80_0.5_0_0_0_0_0_-32_160_0.8_0_0_0_0_0_352_304_0.5_0_0_0_0_0_416_160_0.5_0_0_0_0_0_176_144_0.5_0_0_0_0_0_5_4_3_2_1_0_0_0_0_0_0_0_1.7_0.7_0.5_8_0_0_0.5_0_0_0_0_0_-272_32_0.5_0_0_0_0_0_-368_-176_0.5_0_0_0_0_0_-496_-32_0.5_0_0_0_0_0_-592_208_0.8_0_0_0_0_0_-544_352_0.5_0_0_0_0_0_-336_160_0.5_0_0_0_0_0_-16_112_0.5_0_0_0_0_0_5_9_8_7_6_5_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_";
this.lvlsdata[108] = "v7_0_Maybe try to catch first the blue capules in the center._17_0_200_256_0_20_0_200_256_0_0_0_0_0_0_0_0_0_0_0_328_256_0_20_0_328_256_R0_0_328_128_0_20_0_328_128_R0_0_200_128_0_20_0_200_128_R0_1_216_144_0_20_0_216_144_R0_1_312_144_0_20_0_312_144_R0_1_312_240_0_20_0_312_240_R0_1_216_240_0_20_0_216_240_R0_0_296_224_0_20_0_296_224_R0_0_232_224_0_20_0_232_224_R0_0_232_160_0_20_0_232_160_R0_0_296_160_0_20_0_296_160_R0_1_248_208_0_20_0_248_208_R0_1_280_208_0_20_0_280_208_R0_1_280_176_0_20_0_280_176_R0_1_248_176_0_20_0_248_176_R0_2_264_344_16_10_0_264_344_0.05_0_0_0_0_0_0_0_0_0_17_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-80_80_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_64_64_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_-48_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-96_-96_0.5_0_0_0_0_0_1_3_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_15_0_0_0_0_0_R4_1_14_0_0_0_0_0_R4_1_13_0_0_0_0_0_R4_1_12_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_10_0_0_0_0_0_R4_1_9_0_0_0_0_0_R4_1_8_0_0_0_0_0_R4_1_7_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_5_0_0_0_0_0_R4_1_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_16_0_0_20_14_15_12_15_13_12_14_13_9_12_7_9_0_7_13_8_8_6_6_1_14_11_11_5_5_2_10_15_4_10_3_4_10_11_10_9_9_8_8_11_";
this.lvlsdata[96] = "v5_0_57_1_512_368_0_20_0_512_368_0_0_0_0_0_0_0_0_1_224_368_0_20_0_224_368_R0_1_32_312_0_20_0_32_312_R0_1_128_368_0_20_0_128_368_R0_1_320_368_0_20_0_320_368_R0_1_416_368_0_20_0_416_368_R0_1_416_32_0_20_0_416_32_R0_1_320_32_0_20_0_320_32_R0_1_128_32_0_20_0_128_32_R0_2_32_32_0_20_0_32_32_R0_1_224_32_0_20_0_224_32_R0_1_512_32_0_20_0_512_32_R0_1_416_88_0_20_0_416_88_R0_1_368_88_0_20_0_368_88_R0_1_320_88_0_20_0_320_88_R0_1_272_88_0_20_0_272_88_R0_1_176_88_0_20_0_176_88_R0_1_128_88_0_20_0_128_88_R0_1_80_88_0_20_0_80_88_R0_1_32_88_0_20_0_32_88_R0_1_224_88_0_20_0_224_88_R0_1_512_88_0_20_0_512_88_R0_1_464_88_0_20_0_464_88_R0_1_416_144_0_20_0_416_144_R0_1_320_144_0_20_0_320_144_R0_1_128_144_0_20_0_128_144_R0_1_80_200_0_20_0_80_200_R0_1_32_144_0_20_0_32_144_R0_1_224_144_0_20_0_224_144_R0_1_512_144_0_20_0_512_144_R0_1_416_200_0_20_0_416_200_R0_1_368_200_0_20_0_368_200_R0_1_320_200_0_20_0_320_200_R0_1_272_200_0_20_0_272_200_R0_1_176_200_0_20_0_176_200_R0_1_128_200_0_20_0_128_200_R0_1_32_200_0_20_0_32_200_R0_1_224_200_0_20_0_224_200_R0_1_512_200_0_20_0_512_200_R0_1_464_200_0_20_0_464_200_R0_1_416_256_0_20_0_416_256_R0_1_320_256_0_20_0_320_256_R0_1_128_256_0_20_0_128_256_R0_1_32_256_0_20_0_32_256_R0_1_224_256_0_20_0_224_256_R0_1_512_256_0_20_0_512_256_R0_1_416_312_0_20_0_416_312_R0_1_368_312_0_20_0_368_312_R0_1_320_312_0_20_0_320_312_R0_1_272_312_0_20_0_272_312_R0_1_176_312_0_20_0_176_312_R0_1_128_312_0_20_0_128_312_R0_1_80_312_0_20_0_80_312_R0_1_32_368_0_20_0_32_368_R0_1_224_312_0_20_0_224_312_R0_1_512_312_0_20_0_512_312_R0_1_464_312_0_20_0_464_312_R0_57_0_0_0_1_0_0.5_1_0_0_0.5_1_9_0_0_2_1.4_0_0.7_1_0_0_0.5_1_56_0_0_R1_1_55_0_0_R1_1_54_0_0_R1_1_53_0_0_R1_1_52_0_0_R1_1_51_0_0_R1_1_50_0_0_R1_1_49_0_0_R1_1_48_0_0_R1_1_47_0_0_R1_1_46_0_0_R1_1_45_0_0_R1_1_44_0_0_R1_1_43_0_0_R1_1_42_0_0_R1_1_41_0_0_R1_1_40_0_0_R1_1_39_0_0_R1_1_38_0_0_R1_1_37_0_0_R1_1_36_0_0_R1_1_35_0_0_R1_1_34_0_0_R1_1_33_0_0_R1_1_32_0_0_R1_1_31_0_0_R1_1_30_0_0_R1_1_29_0_0_R1_1_28_0_0_R1_1_27_0_0_R1_1_26_0_0_R1_1_25_0_0_R1_1_24_0_0_R1_1_23_0_0_R1_1_22_0_0_R1_1_21_0_0_R1_1_20_0_0_R1_1_19_0_0_R1_1_18_0_0_R1_1_17_0_0_R1_1_16_0_0_R1_1_15_0_0_R1_1_14_0_0_R1_1_13_0_0_R1_1_12_0_0_R1_1_5_0_0_R1_1_4_0_0_R1_1_3_0_0_R1_1_2_0_0_R1_1_1_0_0_R1_1_0_0_0_R1_1_11_0_0_R1_1_10_0_0_R1_1_8_0_0_R1_1_7_0_0_R1_1_6_0_";
this.lvlsdata[524] = "v7_0_Push the green ball and drop it on the blue plateform!_32_2_40_32_0_10_0_40_32_0_0_0_0_0_0_0_0_0_0_4_88_80_96_18_0_88_80_R0_0_240_32_56_12_-1.57_240_32_R0_0_216_88_24_12_0_216_88_R0_4_272_360_292_40_0_272_360_R0_4_552_176_180_10_-1.57_552_176_R0_4_-8_184_180_10_-1.57_-8_184_R0_2_312_304_96_10_0_312_304_R0_1_320_272_16_10_0_320_272_R0_4_432_64_168_20_1.57_432_64_R0_4_432_280_52_10_-1.57_432_280_R0_1_560_280_28_20_-1.57_560_280_R0_2_528_280_28_10_-1.57_528_280_R0_4_496_336_60_10_0_496_336_R0_0_184_208_116_16_1.57_184_208_R0_4_568_168_176_10_-1.57_568_168_R0_1_560_288_0_20_0_560_288_R0_1_560_296_0_20_0_560_296_R0_1_560_256_0_20_0_560_256_R0_1_560_288_0_20_0_560_288_R0_0_56_120_60_10_0_56_120_R0_0_112_136_64_10_0_112_136_R0_0_56_216_60_10_0_56_216_R0_4_184_32_0_30_0_184_32_R0_1_192_112_0_12_0_192_112_R0_2_216_112_0_10_1.57_216_112_R0_0_384_272_24_10_0_384_272_R0_0_248_272_32_10_0_248_272_R0_4_184_80_24_18_0_184_80_R0_1_88_312_92_10_0_88_312_R0_0_176_288_16_10_0_176_288_R0_4_184_288_24_10_-1.57_184_288_R0_32_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_2_1_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_0_320_1_0_0_0_0_0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_0_2_1_0.5_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_0_-304_1_0_0_0_0_0_1_13_0_0_0_0_0_R0_1_14_20_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_-224_0_1_0_0_0_0_0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_0_0.4_0_0.5_2_0_0_0.5_0_0_0_0_0_0_64_0.5_0_0_0_0_0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_4_2_1_0.5_0.9_0.9_1_0.7_90_1_1_0_0_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_4_2_1_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_25_0_0_0_0_0_R8_1_26_0_0_0_0_0_R8_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_-176_0_0.5_0_0_0_0_0_1_30_0_0_0_0_0_R0_1_31_4_6_8_10_7_26_27_28_1_11_2_12_19_3_24_25_1_4_1_11_2_13_16_2_9_17_2_15_18_0_";
this.lvlsdata[39] = "v4_0_19_3_656_120_0_20_0_656_120_0_0_0_0_0_0_0_2_288_200_0_20_0_288_200_R0_3_-152_136_0_20_0_-152_136_R0_3_664_312_0_20_0_664_312_R0_3_336_-88_0_20_0_336_-88_R0_3_120_456_0_20_0_120_456_R0_3_128_-96_0_20_0_128_-96_R0_3_488_-168_0_20_0_488_-168_R0_3_472_464_0_20_0_472_464_R0_0_-192_136_0_10_0_-152_136_0.1_0.08_0.08_0_0_0_0_0_624_312_0_10_0_664_312_0.08_0_0_0_0_0_0_0_264_456_0_10_0_304_456_0.07_0_0_0_0_0_0_3_304_456_0_20_0_304_456_R0_0_80_456_0_10_0_120_456_0.09_0.06_0.09_0_0_0_0_0_88_-96_0_10_0_128_-96_0.09_0.07_0.04_0_0_0_0_0_296_-88_0_10_0_336_-88_0.1_0_0_0_0_0_0_0_448_-168_0_10_0_488_-168_R15_0_616_120_0_10_0_656_120_0.09_0_0_0_0_0_0_0_432_464_0_10_0_472_464_R15_10_0_0_0_1_0_0.5_1_0_0_0.5_1_1_0_0.5_1_2_0.4_0.9_1_0_0_0.5_2_2_9_0_0.5_R1_2_4_15_0_0.5_R1_2_0_17_0_0.5_R1_2_3_10_0_0.5_R1_2_5_13_0_0.5_R1_2_6_14_0_0.5_R1_2_8_18_0_0.5_R1_2_12_11_0_0.5_R1_2_7_16_9_2_4_15_2_6_14_2_0_17_2_7_16_2_2_9_2_5_13_2_11_12_2_3_10_2_8_18_";
this.lvlsdata[78] = "v5_0_25_2_96_192_0_10_0_96_192_0_0_0_0_0_0_0_0_0_408_224_112_10_0_408_192_-0.02_0_0_0_0_0_0_0_0_408_160_112_10_0_408_192_R1_1_408_192_0_10_1.57_408_192_R1_0_240_320_88_10_1.57_240_320_R0_0_240_64_88_10_1.57_240_64_R0_0_160_64_88_10_1.57_160_64_R0_0_160_320_88_10_1.57_160_320_R0_0_192_192_28_10_1.57_160_192_0.05_0_0_0_0_0_0_0_0_160_160_28_10_0_160_192_R8_0_160_224_28_10_0_160_192_R8_0_240_224_28_10_0_240_192_-0.05_0_0_0_0_0_0_0_0_272_192_28_10_1.57_240_192_R11_0_240_160_28_10_0_240_192_R11_0_408_64_24_10_0_408_64_R0_0_304_256_32_10_-2.04_304_256_R0_0_304_128_32_10_-1.1_304_128_R0_0_512_128_32_10_-2.04_512_128_R0_0_352_304_32_10_0.47_352_304_R0_0_464_304_32_10_-0.47_464_304_R0_0_352_80_32_10_-0.47_352_80_R0_0_464_80_32_10_0.47_464_80_R0_0_528_192_32_10_-1.57_528_192_R0_0_408_320_24_10_0_408_320_R0_0_512_256_32_10_-1.1_512_256_R0_25_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_";
this.lvlsdata[120] = "v6_0_39_0_272_200_180_10_1.57_272_200_0_0_0_0_0_0_0_0_0_0_2_416_256_0_20_0_416_256_R0_1_336_312_0_10_0_336_312_R0_0_336_312_0_20_0_336_312_R0_0_488_312_0_20_0_488_312_R0_1_488_312_0_10_0_488_312_R0_0_336_200_0_20_0_336_200_R0_1_336_200_0_10_0_336_200_R0_1_416_312_0_10_0_416_312_R0_0_416_312_0_20_0_416_312_R0_1_480_200_0_10_0_480_200_R0_0_480_200_0_20_0_480_200_R0_1_488_88_0_10_0_488_88_R0_0_488_88_0_20_0_488_88_R0_0_336_88_0_20_0_336_88_R0_1_336_88_0_10_0_336_88_R0_0_416_88_0_20_0_416_88_R0_1_416_88_0_10_0_416_88_R0_1_136_88_0_10_0_136_88_R0_0_136_88_0_20_0_136_88_R0_1_56_88_0_10_0_56_88_R0_0_56_88_0_20_0_56_88_R0_0_208_88_0_20_0_208_88_R0_1_208_88_0_10_0_208_88_R0_0_208_200_0_20_0_208_200_R0_1_416_200_0_10_0_416_200_R0_0_136_312_0_20_0_136_312_R0_1_136_312_0_10_0_136_312_R0_1_56_200_0_10_0_56_200_R0_0_56_200_0_20_0_56_200_R0_1_208_312_0_10_0_208_312_R0_0_208_312_0_20_0_208_312_R0_0_56_312_0_20_0_56_312_R0_1_56_312_0_10_0_56_312_R0_2_136_256_0_20_0_136_256_R0_1_208_200_0_10_0_208_200_R0_1_136_200_0_10_0_136_200_R0_0_272_200_0_20_0_272_200_0_0_0_80_0_0.1_0_0_0_0_0_272_200_0_20_0_272_200_R37_39_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_0_0.7_0_0.5_4_0_0_0.8_0_0_0_0_0_0_144_0.5_0_0_0_0_0_0_0_0.8_0_0_0_0_0_0_-144_0.5_0_0_0_0_0_1_37_0_0_0_0_0_0_0.7_0_0.5_4_0_0_0.8_0_0_0_0_0_0_-144_0.5_0_0_0_0_0_0_0_0.8_0_0_0_0_0_0_144_0.5_0_0_0_0_0_1_38_14_3_29_36_24_3_6_25_16_2_19_28_2_4_7_2_31_18_2_22_30_2_13_5_2_23_32_2_14_12_2_21_33_2_9_2_2_26_20_2_17_3_2_11_15_0_0_";
this.lvlsdata[839] = "v7_0__9_0_224_192_68_10_-1.57_224_192_0.1_0_0_0_0_0_0_0_0_0_0_344_192_72_10_-1.57_344_192_0_0_0_0_0_0_0_0_0_0_0_282_120_58_10_0_282_120_0.1_0_0_0_0_0_-0.1_0_0_0_0_282_264_58_10_0_282_264_R1_2_264_192_12_10_0_288_192_R0_1_312_232_0_10_0_312_232_R1_1_312_152_0_10_0_312_152_R1_1_248_152_0_10_0_248_152_R1_1_248_232_0_10_0_248_232_R1_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_0_0_0_0.5_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_2_4_0_1_2_3_1_4_2_4_2_0_1_3_1_4_0_";
this.lvlsdata[308] = "v7_0_Examine the momentum!_10_2_288_319_0_10_0_288_319_0_0_0_0_0_0_0_0_100_0.1_0_395_220_37_20_0_395_220_0_0_0_0_0_0_0_0_0_0_0_277_375_171_20_0_277_375_R1_0_279_23_169_20_3.14_279_23_R1_0_448_201_170_20_1.57_448_201_R1_0_104_199_176_20_1.57_104_199_R1_0_319_167_64_20_0.94_319_167_R1_0_184_223_64_20_0_184_223_R1_0_208_167_64_20_0.94_208_167_R1_1_232_71_0_20_0_232_71_R1_10_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_";
this.lvlsdata[60] = "v7_0_At the begining of the level, click on the left of the GO button._61_2_288_56_92_10_0_288_56_0_0_0_100_0_-0.01_0_1_0_0_1_264_224_0_10_0_264_224_0_0_0_0_0_0_0_0_0_0_0_280_0_80_10_0_280_0_R1_0_40_87_35_10_-0.99_40_87_R1_0_153_10_41_10_-0.21_153_10_R1_0_198_1_11_10_-0.09_198_1_R1_0_11_228_28_10_-1.7_11_228_R1_0_14_157_37_10_-1.42_14_157_R1_0_129_347_32_10_-2.96_129_347_R1_0_29_285_28_10_-2.05_29_285_R1_0_69_326_28_10_-2.65_69_326_R1_0_481_314_28_10_2.16_481_314_R1_0_437_347_28_10_2.84_437_347_R1_0_344_356_60_10_3.14_344_356_R1_0_502_260_28_10_1.72_502_260_R1_0_155_177_19_10_-1.43_155_177_R1_0_223_355_58_10_-3.12_223_355_R1_0_501_200_28_10_1.37_501_200_R1_0_203_254_14_10_-2.66_203_254_R1_0_358_255_21_10_2.91_358_255_R1_0_276_260_56_10_3.14_276_260_R1_0_294_119_99_10_0_294_119_R1_0_473_150_28_10_0.73_473_150_R1_0_337_258_9_10_3.06_337_258_R1_0_162_148_7_10_-1.01_162_148_R1_0_299_195_70_10_3.14_299_195_R1_0_404_219_6_10_1.46_404_219_R1_0_405_224_10_10_1.77_405_224_R1_0_385_196_12_10_-3.01_385_196_R1_0_392_243_10_10_-0.58_392_243_R1_1_360_224_0_10_0_360_224_R1_1_312_224_0_10_0_312_224_R1_1_288_224_0_10_0_288_224_R1_1_216_224_0_10_0_216_224_R1_1_240_224_0_10_0_240_224_R1_1_336_224_0_10_0_336_224_R1_0_159_213_14_10_-2.03_159_213_R1_0_473_57_0_68_3.13_473_57_0_0_0_0_46_0_-0.01_0_0_0_0_85_38_28_10_-0.63_85_38_R1_0_21_119_4_10_-1.25_21_119_R1_0_111_22_10_10_-0.44_111_22_R1_0_60_60_10_10_-0.82_60_60_R1_0_215_258_8_10_-2.95_215_258_R1_0_155_198_8_10_-1.76_155_198_R1_0_179_129_14_10_-0.69_179_129_R1_0_193_122_6_10_-0.32_193_122_R1_0_394_120_10_10_-3.07_394_120_R1_0_448_132_10_10_-2.7_448_132_R1_0_490_170_10_10_-2.12_490_170_R1_0_504_227_10_10_-1.62_504_227_R1_0_497_286_10_10_-1.25_497_286_R1_0_460_336_10_10_-0.62_460_336_R1_0_167_353_10_10_-3.01_167_353_R1_0_98_340_10_10_-2.82_98_340_R1_0_45_310_8_10_-2.39_45_310_R1_0_17_257_10_10_-1.89_17_257_R1_0_9_202_7_10_-1.6_9_202_R1_0_403_204_6_10_0.95_403_204_R1_0_398_205_6_10_0.95_398_205_R1_0_177_238_11_10_-2.47_177_238_R1_0_420_124_28_10_0.18_420_124_R1_61_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_20_0_0_0_0_0_2_0_0.5_14_-1_0_0_0_0_0_0_0_-306_5_1_0_0_0_0_0_-353_35_1_0_0_0_0_0_-360_108_1_0_0_0_0_0_-316_151_1_0_0_0_0_0_-240_156_1_0_0_0_0_0_-45_217_1_0_0_0_0_0_-20_140_1_0_0_0_0_0_-111_141_1_0_0_0_0_0_-232_153_1_0_0_0_0_0_-292_153_1_0_0_0_0_0_-298_185_1_0_0_0_0_0_-219_136_1_0_0_0_0_0_-25_124_1_0_0_0_0_0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_";
this.lvlsdata[357] = "v7_0__63_0_272_296_4_10_0_272_296_0_0_0_0_0_0_0_0_0_0_1_272_-16_0_10_0_272_-16_R0_1_240_-248_0_10_0_240_-248_R0_1_488_-184_0_10_0_488_-184_R0_1_272_-136_0_10_0_272_-136_R0_1_152_-168_0_10_0_152_-168_R0_1_72_-232_0_10_0_72_-232_R0_1_152_-312_0_10_0_152_-312_R0_1_456_-272_0_10_0_456_-272_R0_1_376_-168_0_10_0_376_-168_R0_1_64_-104_0_10_0_64_-104_R0_1_456_-64_0_10_0_456_-64_R0_1_360_-328_0_10_0_360_-328_R0_0_544_320_36_24_1.57_544_320_R0_0_16_336_36_34_1.57_16_336_R0_2_272_368_4_26_0_272_368_R0_2_272_328_0_20_0_272_328_R0_0_24_256_60_12_0.94_24_256_R0_0_272_48_80_10_0_272_48_R0_0_272_112_124_10_0_272_112_R0_0_168_136_24_10_1.57_168_136_R0_0_272_160_100_10_0_272_160_R0_0_376_136_24_10_1.57_376_136_R0_0_544_256_52_10_2.36_544_256_R0_0_528_322_32_10_0.94_528_322_R0_0_39_332_32_12_2.2_39_332_R0_0_0_256_8_18_1.1_0_256_R0_0_552_392_32_10_0.94_552_392_R0_0_216_32_12_10_1.57_216_32_R0_4_536_96_20_10_2.36_536_96_R0_4_552_168_36_10_1.57_552_168_R0_4_536_152_32_10_2.36_536_152_R0_4_536_136_28_10_2.2_536_136_R0_4_536_112_28_10_2.36_536_112_R0_2_552_64_0_10_0_552_64_R0_1_272_32_76_10_0_272_32_R0_0_-120_168_4_10_1.26_-120_168_R0_0_-48_152_12_10_1.57_-48_152_R0_4_-120_176_4_10_0_-120_176_R0_0_-112_200_4_20_0.94_-112_200_R0_4_-128_208_8_16_2.2_-128_208_R0_4_-96_224_36_14_2.36_-96_224_R0_0_-128_168_4_10_2.2_-128_168_0_-0.01_0.01_0_0_0_0.02_1_0_0_0_-48_128_12_12_2.2_-48_128_R0_0_-40_104_12_10_1.41_-40_104_0_-0.01_0.01_0_0_0_0_0_0_0_0_-24_128_8_10_0.47_-24_128_R0_0_-56_144_4_10_3.14_-56_144_R0_0_-40_88_4_10_-0.63_-40_88_R0_0_168_80_36_10_2.2_168_80_R0_0_216_80_32_10_2.04_216_80_R0_0_272_80_20_10_1.57_272_80_R0_0_328_80_28_10_1.1_328_80_R0_0_376_80_36_10_0.94_376_80_R0_0_208_136_20_10_1.57_208_136_R0_0_248_136_20_10_1.57_248_136_R0_0_296_136_20_10_1.57_296_136_R0_0_336_136_20_10_1.57_336_136_R0_0_512_192_0_10_0_512_192_R0_0_504_144_0_10_0_504_144_R0_0_24_232_44_12_1.57_24_232_R0_1_104_128_0_12_0_104_128_R0_1_104_152_4_14_0_104_152_R0_0_32_232_44_12_1.57_32_232_R0_61_0_0_0_0_0_0_2_0_0.5_1_0_0_0.5_0_0_0_0_0_3_0_15_16_0_0.1_3_0_2_4_0.3_0.5_0.5_0.1_0.5_1_1.7_90_0.7_1_0_0_0.5_0_0_0_0_0_1_6_0_0.2_0_0_2_4_0.3_1_0.5_0.1_0.7_1_1.5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0.1_3_0_2_4_0.3_0_0.5_0.1_0.5_1_1.9_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0.1_3_0_0_4_0.3_0_0.5_0.1_0.4_1_1.9_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0.1_2_0_2_4_0.3_0.6_0.5_0.1_0.7_1_1.6_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0.1_3_0_2_4_0.3_0.8_0.5_0.1_0.5_1_1.5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0.1_2_0_2_4_0.3_0_0.5_0.1_0.1_1_1.8_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0.1_3_0_2_4_0.3_0.7_0.5_0.1_0.6_1_1.9_90_0.7_1_0_0_0.5_0_0_0_0_0_1_8_0_0.1_2_0_2_4_0.3_0.8_0.5_0.1_0.4_1_1.7_90_0.7_1_0_0_0.5_0_0_0_0_0_1_9_0_0.1_3_0_2_4_0.3_0.7_0.5_0.1_0.6_1_1.6_90_0.7_1_0_0_0.5_0_0_0_0_0_1_10_0_0.1_3_0_2_4_0.3_0.5_0.5_0.1_0.6_1_1.5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_11_0_0.1_2_0_2_4_0.3_0.8_0.5_0.1_0.6_1_1.9_90_0.7_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_R13_1_14_0_0_0_0_0_R13_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R16_1_19_0_0_0_0_0_R16_1_20_0_0_0_0_0_R16_1_21_0_0_0_0_0_R16_1_22_0_0_0_0_0_R13_1_23_0_0_0_0_0_R13_1_24_0_0_0_0_0_R13_1_25_0_0_0_0_0_R13_1_26_0_0_0_0_0_R13_1_27_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_28_0_0_0_0_0_R16_1_29_0_0_0_0_0_R16_1_30_0_0_0_0_0_R16_1_31_0_0_0_0_0_R16_1_32_0_0_0_0_0_R16_1_33_0_0_0_0_0_R13_1_34_0_0_0_0_0_R26_1_35_0_0_0_0_2_4_1_0_0.5_0.1_0.1_0_8_315_0.7_1_0_0_0.5_0_0_0_0_0_1_36_0_0_0_0_2_4_1_0_0.9_0.1_0.1_0_8_315_0.7_1_0_0_1_0_0_0_0_1_1_37_0_0_0_0_2_R34_1_38_0_0_0_0_2_R34_1_39_0_0_0_0_2_R34_1_40_0_0_0_0_2_R34_1_41_0_0_0_0_2_R35_1_42_0_0_0_0_2_R35_1_43_0_0_0_0_2_R35_1_44_0_0_0_0_2_R35_1_45_0_0_0_0_2_R35_1_46_0_0_0_0_2_R35_1_47_0_0_0_0_0_R16_1_48_0_0_0_0_0_R16_1_49_0_0_0_0_0_R16_1_50_0_0_0_0_0_R16_1_51_0_0_0_0_0_R16_1_52_0_0_0_0_0_R16_1_53_0_0_0_0_0_R16_1_54_0_0_0_0_0_R16_1_55_0_0_0_0_0_R16_1_56_0_0_0_0_0_R13_1_57_0_0_0_0_0_R13_1_58_0_0_0_0_0_R26_1_59_0_0_0_0_0_R26_1_60_0_0_0_0_0_R26_1_61_0_0_0_0_0_R26_1_62_2_1_29_1_34_15_1_13_1_14_1_17_1_25_1_24_1_26_1_27_1_29_1_33_1_32_1_31_1_23_1_57_1_34_1_58_0_";
};
} else {
// unexpected jump
}
_local2.setLevelsData4 = function () {
this.lvlsdata[962] = "v7_0_Funny =D_14_2_64_216_0_10_0_64_216_0_0_0_0_0_0_0_0_0_0_4_256_160_180_12_0_256_160_R0_4_256_272_180_12_0_256_272_R0_4_440_120_40_12_-1.57_440_120_R0_4_440_312_40_12_-1.57_440_312_R0_4_480_80_40_12_0_480_80_R0_4_480_352_40_12_0_480_352_R0_4_520_216_132_12_-1.57_520_216_R0_0_368_176_16_10_-1.57_368_176_R0_0_368_256_16_10_-1.57_368_256_R0_1_480_216_0_10_0_480_216_R0_2_24_-416_0_10_0_24_216_R0_4_24_216_0_10_0_24_848_R0_0_136_-416_348_10_-1.57_136_-416_R0_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_2_11_12_0_0_0_0_0_R1_1_13_0_0_0_";
this.lvlsdata[98] = "v5_1_99_2_56_32_0_20_0_56_32_0_0_0_0_0_0_0_0_1_776_32_0_20_0_776_32_R0_1_336_32_0_20_0_336_32_R0_1_224_248_0_20_0_224_248_R0_1_664_464_0_20_0_664_464_R0_1_664_32_0_20_0_664_32_R0_1_720_520_0_20_0_720_520_R0_1_664_576_0_20_0_664_576_R0_1_224_360_0_20_0_224_360_R0_1_608_520_0_20_0_608_520_R0_1_776_144_0_20_0_776_144_R0_1_112_360_0_20_0_112_360_R0_1_280_304_0_20_0_280_304_R0_1_336_360_0_20_0_336_360_R0_1_336_248_0_20_0_336_248_R0_1_224_32_0_20_0_224_32_R0_1_168_304_0_20_0_168_304_R0_1_112_32_0_20_0_112_32_R0_1_112_248_0_20_0_112_248_R0_1_504_-128_0_20_0_504_-128_R0_1_560_-72_0_20_0_560_-72_R0_1_728_-128_0_20_0_728_-128_R0_1_728_-24_0_20_0_728_-24_R0_1_672_-72_0_20_0_672_-72_R0_1_504_-24_0_20_0_504_-24_R0_1_720_416_0_20_0_720_416_R0_1_784_-72_0_20_0_784_-72_R0_1_616_-24_0_20_0_616_-24_R0_1_608_416_0_20_0_608_416_R0_1_664_144_0_20_0_664_144_R0_1_608_88_0_20_0_608_88_R0_1_616_-128_0_20_0_616_-128_R0_1_720_88_0_20_0_720_88_R0_1_56_304_0_20_0_56_304_R0_1_776_576_0_20_0_776_576_R0_1_776_464_0_20_0_776_464_R0_1_560_464_0_20_0_560_464_R0_1_560_576_0_20_0_560_576_R0_1_504_88_0_20_0_504_88_R0_1_392_416_0_20_0_392_416_R0_1_504_416_0_20_0_504_416_R0_1_560_144_0_20_0_560_144_R0_1_392_520_0_20_0_392_520_R0_1_448_576_0_20_0_448_576_R0_1_504_520_0_20_0_504_520_R0_1_448_32_0_20_0_448_32_R0_1_448_464_0_20_0_448_464_R0_1_560_32_0_20_0_560_32_R0_1_448_248_0_20_0_448_248_R0_1_504_304_0_20_0_504_304_R0_1_448_360_0_20_0_448_360_R0_1_392_304_0_20_0_392_304_R0_1_504_200_0_20_0_504_200_R0_1_560_360_0_20_0_560_360_R0_1_560_248_0_20_0_560_248_R0_1_776_248_0_20_0_776_248_R0_1_776_360_0_20_0_776_360_R0_1_608_200_0_20_0_608_200_R0_1_720_200_0_20_0_720_200_R0_1_608_304_0_20_0_608_304_R0_1_664_360_0_20_0_664_360_R0_1_720_304_0_20_0_720_304_R0_1_664_248_0_20_0_664_248_R0_1_336_464_0_20_0_336_464_R0_1_64_536_0_20_0_64_536_R0_1_120_592_0_20_0_120_592_R0_1_232_472_0_20_0_232_472_R0_1_280_416_0_20_0_280_416_R0_1_168_416_0_20_0_168_416_R0_1_344_584_0_20_0_344_584_R0_1_288_528_0_20_0_288_528_R0_1_112_472_0_20_0_112_472_R0_1_56_416_0_20_0_56_416_R0_1_224_584_0_20_0_224_584_R0_1_168_528_0_20_0_168_528_R0_1_392_200_0_20_0_392_200_R0_1_448_144_0_20_0_448_144_R0_1_392_88_0_20_0_392_88_R0_1_168_88_0_20_0_168_88_R0_1_168_200_0_20_0_168_200_R0_1_336_144_0_20_0_336_144_R0_1_56_200_0_20_0_56_200_R0_1_224_144_0_20_0_224_144_R0_1_280_200_0_20_0_280_200_R0_1_280_88_0_20_0_280_88_R0_1_112_144_0_20_0_112_144_R0_1_56_88_0_20_0_56_88_R0_1_392_-32_0_20_0_392_-32_R0_1_448_-72_0_20_0_448_-72_R0_1_392_-128_0_20_0_392_-128_R0_1_168_-128_0_20_0_168_-128_R0_1_168_-24_0_20_0_168_-24_R0_1_336_-72_0_20_0_336_-72_R0_1_56_-24_0_20_0_56_-24_R0_1_224_-72_0_20_0_224_-72_R0_1_280_-24_0_20_0_280_-24_R0_1_280_-128_0_20_0_280_-128_R0_1_112_-72_0_20_0_112_-72_R0_1_56_-128_0_20_0_56_-128_R0_99_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_0_0_R0_1_26_0_0_R0_1_27_0_0_R0_1_28_0_0_R0_1_29_0_0_R0_1_30_0_0_R0_1_31_0_0_R0_1_32_0_0_R0_1_33_0_0_R0_1_34_0_0_R0_1_35_0_0_R0_1_36_0_0_R0_1_37_0_0_R0_1_38_0_0_R0_1_39_0_0_R0_1_40_0_0_R0_1_41_0_0_R0_1_42_0_0_R0_1_43_0_0_R0_1_44_0_0_R0_1_45_0_0_R0_1_46_0_0_R0_1_47_0_0_R0_1_48_0_0_R0_1_49_0_0_R0_1_50_0_0_R0_1_51_0_0_R0_1_52_0_0_R0_1_53_0_0_R0_1_54_0_0_R0_1_55_0_0_R0_1_56_0_0_R0_1_57_0_0_R0_1_58_0_0_R0_1_59_0_0_R0_1_60_0_0_R0_1_61_0_0_R0_1_62_0_0_R0_1_63_0_0_R0_1_64_0_0_R0_1_65_0_0_R0_1_66_0_0_R0_1_67_0_0_R0_1_68_0_0_R0_1_69_0_0_R0_1_70_0_0_R0_1_71_0_0_R0_1_72_0_0_R0_1_73_0_0_R0_1_74_0_0_R0_1_75_0_0_R0_1_76_0_0_R0_1_77_0_0_R0_1_78_0_0_R0_1_79_0_0_R0_1_80_0_0_R0_1_81_0_0_R0_1_82_0_0_R0_1_83_0_0_R0_1_84_0_0_R0_1_85_0_0_R0_1_86_0_0_R0_1_87_0_0_R0_1_88_0_0_R0_1_89_0_0_R0_1_90_0_0_R0_1_91_0_0_R0_1_92_0_0_R0_1_93_0_0_R0_1_94_0_0_R0_1_95_0_0_R0_1_96_0_0_R0_1_97_0_0_R0_1_98_0_";
this.lvlsdata[998] = "v7_0__25_4_400_360_256_48_0_400_360_0_0_0_0_0_0_0_0_0_0_4_64_64_0_10_0_64_64_R0_4_176_304_52_20_0.47_176_304_R0_4_120_296_4_36_0_120_296_R0_4_544_144_48_64_1.57_544_144_R0_4_504_80_20_24_1.57_504_80_R0_2_24_520_0_10_0_24_64_R0_2_464_112_0_10_0_464_112_R0_1_464_136_0_10_0_464_136_R0_4_-16_280_40_24_0_-16_280_R0_4_24_336_48_28_1.57_24_336_R0_4_424_80_20_24_1.57_424_80_R0_4_128_128_256_48_0_128_128_R0_4_384_144_48_64_1.57_384_144_R0_4_288_72_52_20_-0.47_288_72_R0_0_104_520_84_10_1.57_104_520_R0_2_24_64_0_10_0_24_64_R0_4_544_256_48_64_1.57_544_256_R0_4_376_64_36_36_0_376_64_R0_4_104_336_48_28_1.57_104_336_R0_1_64_344_0_10_0_64_344_R0_2_64_320_0_10_0_64_320_R0_4_64_392_40_24_0_64_392_R0_0_360_808_160_10_1.57_360_808_R0_4_544_56_40_24_0_544_56_R0_25_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.4_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R7_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_2_3_7_8_15_2_20_21_0_0_";
this.lvlsdata[804] = "v7_0_Craaazzzy XD_29_0_392_250_36_10_2.2_312_232_0.03_0_0_0_0_0_0_0_0_0_2_492_316_0_12_0_492_316_0_0_0_0_0_0_0_0_0_0_1_226_232_0_10_2.9_312_232_R0_0_288_112_36_10_-0.16_312_232_R0_0_408_184_36_10_1.41_312_232_R0_0_104_72_0_10_0_152_72_0.1_0_0_0_0_0_0_0_0_0_3_144_72_0_10_0_144_72_R1_0_128_40_0_10_0_144_80_R5_0_168_48_0_10_0_128_80_R5_0_169_91_0_10_0_129_67_R5_0_128_104_0_10_0_144_64_R5_0_442_48_0_20_0_442_48_R1_0_224_144_36_10_-0.79_312_232_R0_0_196_208_36_10_-1.54_312_232_R0_0_224_272_36_10_-2.42_312_232_R0_0_280_296_23_10_3.14_312_232_R0_0_395_142_8_10_-2.42_312_232_R0_1_371_246_0_10_2.9_312_232_R0_1_270_145_0_10_2.9_312_232_R0_1_379_166_0_10_2.9_312_232_R0_0_157_224_0_10_0_157_224_R1_0_448_158_0_10_0_448_158_R1_0_335_327_0_10_0_335_327_R1_3_42_295_22_10_-0.73_64_295_0.04_0.1_0.05_0_0_0_0_0_0_0_0_98_288_22_10_0.42_120_288_0.04_0.1_-0.1_0_0_0_0_0_0_0_4_32_351_22_10_0.24_54_351_0.04_0.1_-0.05_0_0_0_0_0_0_0_1_93_328_22_10_0.1_115_328_R23_0_84_232_22_10_-0.91_106_232_0.04_0.1_0.1_0_0_0_0_0_0_0_1_28_242_22_10_1.64_50_242_R27_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_160_0_0.5_0_0_0_0_0_6_5_6_7_8_9_10_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_0_2_0_0.5_10_0_0_0.5_0_0_0_0_0_248_-107_0.5_0_0_0_0_0_110_88_0.5_0_0_0_0_0_62_-77_0.5_0_0_0_0_0_252_-4_0.5_0_0_0_0_0_78_15_0.5_0_0_0_0_0_127_-122_0.5_0_0_0_0_0_175_74_0.5_0_0_0_0_0_262_-50_0.5_0_0_0_0_0_34_41_0.5_0_0_0_0_0_1_20_0_0_0_0_0_0_2_0_0.5_12_0_0_0.5_0_0_0_0_0_-200_119_0.5_0_0_0_0_0_-243_-29_0.5_0_0_0_0_0_-137_109_0.5_0_0_0_0_0_-120_-52_0.5_0_0_0_0_0_-48_102_0.5_0_0_0_0_0_-184_-46_0.5_0_0_0_0_0_-247_67_0.5_0_0_0_0_0_-78_-44_0.5_0_0_0_0_0_-19_55_0.5_0_0_0_0_0_-151_41_0.5_0_0_0_0_0_-90_116_0.5_0_0_0_0_0_1_21_0_0_0_0_0_0_2_0_0.5_15_0_0_0.5_0_0_0_0_0_-56_-245_0.5_0_0_0_0_0_-123_-55_0.5_0_0_0_0_0_79_-145_0.5_0_0_0_0_0_-107_-146_0.5_0_0_0_0_0_58_-75_0.5_0_0_0_0_0_21_-225_0.5_0_0_0_0_0_-48_-34_0.5_0_0_0_0_0_-139_-100_0.5_0_0_0_0_0_62_-186_0.5_0_0_0_0_0_3_-37_0.5_0_0_0_0_0_-119_-191_0.5_0_0_0_0_0_-142_-135_0.5_0_0_0_0_0_-20_-208_0.5_0_0_0_0_0_73_-98_0.5_0_0_0_0_0_1_22_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_20_-162_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R18_1_24_0_0_0_0_0_R18_1_25_0_0_0_0_0_R18_1_26_0_0_0_0_0_R18_1_27_0_0_0_0_0_R18_1_28_0_0_0_";
this.lvlsdata[55] = "v7_0_Don't insert the yellow bar too far into the rear of the spaceship not to touch the big red circle._13_0_296_184_0_56_0_248_184_0_0_0_0_0_0_0_1_0_0_0_232_152_52_10_0_248_184_R0_0_232_216_52_10_0_248_184_R0_1_232_184_0_20_0_248_184_R0_2_440_184_32_10_0_440_184_R0_1_232_184_0_20_0.47_248_184_R0_0_232_216_52_10_0_248_184_R0_0_232_152_52_10_0_248_184_R0_0_296_184_0_56_0_248_184_R0_1_232_184_0_20_0_248_184_R0_0_232_216_52_10_0_248_184_R0_0_232_152_52_10_0_248_184_R0_0_296_184_0_56_0_248_184_R0_4_0_0.7_0_0_0_0_1.8_0.7_0.5_1_0_0_0.5_0_0_0_0_0_4_3_2_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0.7_0_0_0_R0_4_8_7_6_5_0_0.7_0_0_0_R0_4_12_9_10_11_3_4_0_1_2_3_4_5_6_7_8_4_9_10_11_12_0_0_";
this.lvlsdata[662] = "v7_0__88_0_264_192_432_10_2.36_264_192_0.05_0_0_0_0_0_0_0_0_0_0_264_192_432_10_0.79_264_192_R0_2_432_192_0_10_0_432_192_0_0_0_0_0_0_0_0_0_0_1_360_336_0_10_0_360_336_R2_1_336_192_0_10_0_336_192_R2_1_456_72_0_10_0_456_72_R2_1_432_96_0_10_0_432_96_R2_1_408_120_0_10_0_408_120_R2_1_504_360_0_10_0_504_360_R2_1_480_336_0_10_0_480_336_R2_1_456_312_0_10_0_456_312_R2_1_432_288_0_10_0_432_288_R2_1_408_264_0_10_0_408_264_R2_1_384_240_0_10_0_384_240_R2_1_384_144_0_10_0_384_144_R2_1_360_168_0_10_0_360_168_R2_1_384_192_0_10_0_384_192_R2_1_528_336_0_10_0_528_336_R2_1_504_312_0_10_0_504_312_R2_1_480_288_0_10_0_480_288_R2_1_456_264_0_10_0_456_264_R2_1_432_240_0_10_0_432_240_R2_1_408_216_0_10_0_408_216_R2_1_504_24_0_10_0_504_24_R2_1_480_48_0_10_0_480_48_R2_1_528_240_0_10_0_528_240_R2_1_528_288_0_10_0_528_288_R2_1_504_264_0_10_0_504_264_R2_1_504_216_0_10_0_504_216_R2_1_480_192_0_10_0_480_192_R2_1_480_240_0_10_0_480_240_R2_1_528_96_0_10_0_528_96_R2_1_504_120_0_10_0_504_120_R2_1_480_144_0_10_0_480_144_R2_1_456_168_0_10_0_456_168_R2_1_456_216_0_10_0_456_216_R2_1_528_48_0_10_0_528_48_R2_1_504_72_0_10_0_504_72_R2_1_480_96_0_10_0_480_96_R2_1_456_120_0_10_0_456_120_R2_1_432_144_0_10_0_432_144_R2_1_408_168_0_10_0_408_168_R2_1_240_264_0_10_0_240_264_R2_1_264_16_0_10_0_264_16_R2_1_528_192_0_10_0_528_192_R2_1_528_144_0_10_0_528_144_R2_1_504_168_0_10_0_504_168_R2_1_264_288_0_10_0_264_288_R2_1_312_288_0_10_0_312_288_R2_1_144_360_0_10_0_144_360_R2_1_168_336_0_10_0_168_336_R2_1_192_312_0_10_0_192_312_R2_1_216_288_0_10_0_216_288_R2_1_288_264_0_10_0_288_264_R2_1_336_312_0_10_0_336_312_R2_1_240_312_0_10_0_240_312_R2_1_192_360_0_10_0_192_360_R2_1_384_360_0_10_0_384_360_R2_1_360_216_0_10_0_360_216_R2_1_312_384_0_10_0_312_384_R2_1_336_360_0_10_0_336_360_R2_1_360_384_0_10_0_360_384_R2_1_408_384_0_10_0_408_384_R2_1_240_360_0_10_0_240_360_R2_1_264_384_0_10_0_264_384_R2_1_288_360_0_10_0_288_360_R2_1_264_336_0_10_0_264_336_R2_1_288_312_0_10_0_288_312_R2_1_312_336_0_10_0_312_336_R2_1_120_384_0_10_0_120_384_R2_1_168_384_0_10_0_168_384_R2_1_216_384_0_10_0_216_384_R2_1_216_336_0_10_0_216_336_R2_1_24_224_0_10_0_24_192_0.07_0_0_0_0_0_0_0_0_0_1_72_248_0_10_0_72_216_R73_1_104_248_0_10_0_104_216_R73_1_152_224_0_10_0_152_192_R73_1_120_224_0_10_0_120_192_R73_1_88_224_0_10_0_88_192_R73_1_56_224_0_10_0_56_192_R73_1_104_200_0_10_0_104_168_R73_1_72_200_0_10_0_72_168_R73_1_40_200_0_10_0_40_168_R73_1_136_248_0_10_0_136_216_R73_1_40_248_0_10_0_40_216_R73_1_136_200_0_10_0_136_168_R73_0_264_88_40_10_1.57_264_88_0.1_0_0_0_0_0_0_0_0_0_1_264_240_0_10_0_264_240_R2_88_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_R0_1_87_1_2_43_86_0_0_";
this.lvlsdata[107] = "v6_1_69_2_240_272_20_10_1.57_240_272_0_0_0_0_0_0_0_0_0_0_2_216_216_0_10_1.57_216_216_R0_2_264_216_0_10_1.57_264_216_R0_0_400_-688_20_10_1.57_400_-688_R0_0_424_-744_0_10_1.57_424_-744_R0_0_376_-744_0_10_1.57_376_-744_R0_0_312_216_0_10_1.57_312_216_R0_0_360_216_0_10_1.57_360_216_R0_0_336_272_20_10_1.57_336_272_R0_0_112_216_0_10_1.57_112_216_R0_0_160_216_0_10_1.57_160_216_R0_0_136_272_20_10_1.57_136_272_R0_0_136_40_0_10_1.57_136_40_R0_0_184_40_0_10_1.57_184_40_R0_0_160_96_20_10_1.57_160_96_R0_0_256_32_0_10_1.57_256_32_R0_0_304_32_0_10_1.57_304_32_R0_0_280_88_20_10_1.57_280_88_R0_0_360_24_0_10_1.57_360_24_R0_0_408_24_0_10_1.57_408_24_R0_0_384_80_20_10_1.57_384_80_R0_0_208_-352_0_10_1.57_208_-352_R0_0_256_-352_0_10_1.57_256_-352_R0_0_232_-296_20_10_1.57_232_-296_R0_0_376_-416_0_10_1.57_376_-416_R0_0_424_-416_0_10_1.57_424_-416_R0_0_400_-360_20_10_1.57_400_-360_R0_0_152_-432_0_10_1.57_152_-432_R0_0_200_-432_0_10_1.57_200_-432_R0_0_176_-376_20_10_1.57_176_-376_R0_0_160_-72_20_10_1.57_160_-72_R0_0_184_-128_0_10_1.57_184_-128_R0_0_136_-128_0_10_1.57_136_-128_R0_0_402_-256_20_10_1.57_402_-256_R0_0_426_-312_0_10_1.57_426_-312_R0_0_378_-312_0_10_1.57_378_-312_R0_0_320_-176_20_10_1.57_320_-176_R0_0_344_-232_0_10_1.57_344_-232_R0_0_296_-232_0_10_1.57_296_-232_R0_0_360_-192_0_10_1.57_360_-192_R0_0_408_-192_0_10_1.57_408_-192_R0_0_384_-136_20_10_1.57_384_-136_R0_0_232_-696_0_10_1.57_232_-696_R0_0_280_-696_0_10_1.57_280_-696_R0_0_256_-640_20_10_1.57_256_-640_R0_0_360_-584_0_10_1.57_360_-584_R0_0_408_-584_0_10_1.57_408_-584_R0_0_384_-528_20_10_1.57_384_-528_R0_0_72_-792_0_10_1.57_72_-792_R0_0_120_-792_0_10_1.57_120_-792_R0_0_96_-736_20_10_1.57_96_-736_R0_0_456_-8_364_10_1.57_456_-8_R0_0_456_-456_364_10_1.57_456_-456_R0_0_245_356_210_10_0_245_356_R0_0_32_-8_364_10_1.57_32_-8_R0_0_32_-1424_364_10_1.57_32_-1424_R0_0_32_-344_364_10_1.57_32_-344_R0_0_32_-1056_364_10_1.57_32_-1056_R0_0_144_-528_20_10_1.57_144_-528_R0_0_168_-584_0_10_1.57_168_-584_R0_0_120_-584_0_10_1.57_120_-584_R0_0_456_-1040_364_10_1.57_456_-1040_R0_0_456_-1440_364_10_1.57_456_-1440_R0_0_72_-1893_96_10_-1.15_72_-1893_R0_0_32_-1776_28_10_1.57_32_-1776_R0_0_412_-1896_96_10_-2.02_412_-1896_R0_1_241_-2003_116_18_0_241_-2003_R0_0_114_-1999_12_10_1.59_114_-1999_R0_0_368_-1998_12_10_1.59_368_-1998_R0_35_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_0_1_2_0_0_0_0_0_0_2_1_0.5_2_0_0_1_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_5_4_3_0_0_0_0_0_0_1.3_1_0.5_2_0_0_1_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_20_19_18_0_0_0_0_0_0_2_1_0.5_3_0_0_1_0_0_0_0_0_80_-128_0.8_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_8_7_6_0_0_0_0_0_0_0.9_1_0.5_3_0_0_1_0_0_0_0_0_-48_-80_0.8_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_17_16_15_0_0_0_0_0_0_2_1_0.5_3_0_0_1_0_0_0_0_0_112_-256_0.8_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_14_13_12_0_0_0_0_0_0_2_0.3_0.5_5_0_0_1_0_0_0_0_0_176_-272_0.8_0_0_0_0_0_192_-400_0.7_0_0_0_0_0_192_-752_0.6_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_32_31_30_0_0_0_0_0_0_0.2_1_0.5_2_0_0_1_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_23_22_21_0_0_0_0_0_0_1.6_1_0.5_3_0_0_1_0_0_0_0_0_-112_-512_0.8_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_38_37_36_0_0_0_0_0_0_1.6_0.6_0.5_3_0_0_1_0_0_0_0_0_-160_-512_0.8_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_26_25_24_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_3_41_40_39_0_0_0_0_0_R1_3_44_43_42_0_0_0_0_0_R1_3_50_49_48_0_0_0_0_0_0_2_0_0.5_6_0_0_1_0_0_0_0_0_-80_-80_1_0_0_0_0_0_16_-144_1_0_0_0_0_0_-32_-272_1_0_0_0_0_0_-16_-336_0.8_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_47_46_45_0_0_0_0_0_0_2_0_0.5_2_0_0_1_0_0_0_0_0_0_-1088_0.5_0_0_0_0_0_3_11_10_9_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R1_3_29_28_27_0_0_0_0_0_R1_3_60_59_58_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_";
this.lvlsdata[131] = "v6_1_41_4_919_507_184_20_0.79_919_507_0_0_0_0_0_0_0_0_0_0_4_961_322_188_20_0.33_961_322_R0_4_256_88_188_20_0_256_88_R0_4_256_200_188_20_0_256_200_R0_2_120_144_0_20_0_120_144_R0_4_616_288_188_20_0.47_616_288_R0_4_616_176_188_20_0.47_616_176_R0_4_1219_933_184_20_1.72_1219_933_R0_4_1194_568_188_20_1.29_1194_568_R0_4_1067_824_184_20_1.48_1067_824_R0_4_991_1189_210_20_2.81_991_1189_R0_4_981_1067_116_20_2.62_981_1067_R0_4_415_1147_394_20_-2.85_415_1147_R0_4_622_1048_270_20_-2.85_622_1048_R0_4_326_858_116_20_1.25_326_858_R0_4_210_743_75_20_0.05_210_743_R0_4_171_970_71_49_1.8_171_970_R0_4_-263_468_154_20_1.55_-263_468_R0_4_95_794_67_20_2.22_95_794_R0_4_-111_831_254_20_0.94_-111_831_R0_4_-20_710_154_20_1.08_-20_710_R0_4_-96_464_106_20_1.55_-96_464_R0_4_-14_275_108_20_2.37_-14_275_R0_4_-97_199_199_20_2.55_-97_199_R0_1_336_144_0_54_0_336_144_R0_1_1096_424_0_48_0_1096_424_R0_1_656_1088_0_46_0_656_1088_R0_0_-432_512_0_10_0_-432_512_R0_1_-344_512_0_48_0_-344_512_R0_0_1048_200_0_10_0_1048_200_R0_1_1024_264_0_44_0_1024_264_R0_0_880_952_0_10_0_880_952_R0_0_88_576_0_10_0_88_576_R0_1_920_1008_0_48_0_920_1008_R0_1_16_608_0_46_0_16_608_R0_0_336_368_0_10_0_336_368_R0_1_336_296_52_22_-1.57_336_296_R0_4_377_1056_32_26_1.89_377_1056_0_0.05_0.1_0_0_0_0_0_0_0_4_-178_435_61_20_0_-178_435_-0.03_0_0_0_0_0_0_0_0_0_4_1152_760_68_20_0_1152_760_R38_4_477_1085_32_26_1.89_477_1085_R37_36_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_144_0_0.5_0_0_0_0_0_2_27_28_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_-48_128_0.5_0_0_0_0_0_2_29_30_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_64_96_0.5_0_0_0_0_0_2_31_33_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_-112_48_0.5_0_0_0_0_0_2_32_34_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-176_0.5_0_0_0_0_0_2_35_36_20_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_6_2_27_26_2_28_29_2_30_31_2_32_33_2_35_34_1_36_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData5 = function () {
this.lvlsdata[504] = "v7_0_Here is all you need to do... HIT IT HARD! (look at the bottom-left blue count)_17_2_184_232_76_60_0_184_232_0_0_0_0_0_0_0_1_0_0_4_184_56_0_20_0_184_56_0_0_0_0_0_0_0_0_0_0_0_464_192_248_20_1.57_464_192_R1_4_208_8_248_20_0_208_8_R1_4_208_392_248_20_0_208_392_R1_4_24_192_248_20_1.57_24_192_R1_1_1400_192_232_20_-1.57_1400_192_R1_2_560_192_596_20_-1.57_560_192_R1_1_1072_192_232_20_-1.57_1072_192_R1_1_1176_192_232_20_-1.57_1176_192_R1_1_664_192_232_20_-1.57_664_192_R1_1_608_192_232_20_-1.57_608_192_R1_1_728_192_232_20_-1.57_728_192_R1_1_880_192_232_20_-1.57_880_192_R1_1_800_192_232_20_-1.57_800_192_R1_1_968_192_232_20_-1.57_968_192_R1_1_1288_192_232_20_-1.57_1288_192_R1_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.96_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R6_1_9_0_0_0_0_0_R6_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R6_1_12_0_0_0_0_0_R6_1_13_0_0_0_0_0_R6_1_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_16_0_0_0_";
this.lvlsdata[3] = "v7_0_For the last run, you should slalom through the red bars._22_0_144_8_140_30_1.57_144_8_0_0_0_90_0_0_0_0_0_0_2_520_184_0_10_0_520_184_0_0_0_0_0_0_0_0_0_0_1_24_32_0_20_0_24_32_R1_0_144_384_36_30_1.57_144_384_0_0_0_90_19_0.07_0_0_0_0_0_392_256_68_10_1.57_392_256_0_0_0_0_0_0_-0.1_0_0_0_0_544_240_64_10_0_544_240_R1_0_472_392_124_10_0_472_392_R1_0_328_96_84_10_-1.57_328_96_R1_0_360_184_28_10_0_360_184_R1_0_480_168_68_10_1.57_480_168_R4_0_440_328_44_10_0_440_328_R1_0_264_208_28_10_0.94_264_208_R1_0_472_8_136_10_0_472_8_R1_0_312_360_44_10_0.79_312_360_R1_0_280_280_44_10_-1.57_280_280_R1_0_448_96_28_10_0_448_96_R1_0_248_128_52_10_1.57_248_128_R1_0_56_104_52_10_0_56_104_0.1_0_0_48_0_0_0_0_0_0_0_56_192_52_10_0_56_192_-0.1_0_0_0_0_0_0_0_0_0_0_264_208_28_10_0.94_264_208_R1_0_56_280_52_10_0_56_280_0.1_0_0_0_0_0_0_0_0_0_0_144_144_140_30_1.57_144_144_R3_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-64_0_0.5_0_0_0_0_0_14_19_16_15_14_13_12_11_10_9_8_7_6_5_4_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R3_1_1_0_0_0_";
this.lvlsdata[408] = "v7_0__8_2_472_304_0_60_0_472_304_0_0_0_0_0_0_0_0_0_0_4_8_200_204_10_1.57_8_200_R0_4_424_128_0_32_0_424_128_R0_0_336_208_204_10_1.57_336_208_R0_4_192_152_0_20_0_192_152_R0_4_80_152_0_20_0_80_152_R0_1_160_392_164_14_0_160_392_R0_2_136_152_0_10_0_136_152_R0_8_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.98_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_";
this.lvlsdata[126] = "v6_0_12_2_272_368_0_20_0_272_368_0_0_0_0_0_0_0_0_0_0_1_32_32_0_20_0_32_32_R0_1_80_32_0_20_0_80_32_R0_1_128_32_0_20_0_128_32_R0_1_176_32_0_20_0_176_32_R0_1_224_32_0_20_0_224_32_R0_1_272_32_0_20_0_272_32_R0_1_320_32_0_20_0_320_32_R0_1_368_32_0_20_0_368_32_R0_1_416_32_0_20_0_416_32_R0_1_464_32_0_20_0_464_32_R0_1_512_32_0_20_0_512_32_R0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_10_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_0_272_0.5_0_0_0_0_0_1_11_0_0_10_0_0_R1_1_10_0_0_10_0_0_R1_1_9_0_0_10_0_0_R1_1_8_0_0_10_0_0_R1_1_7_0_0_10_0_0_R1_1_6_0_0_10_0_0_R1_1_5_0_0_10_0_0_R1_1_4_0_0_10_0_0_R1_1_3_0_0_10_0_0_R1_1_1_0_0_10_0_0_R1_1_2_0_0_0_";
this.lvlsdata[489] = "v7_0__13_2_448_328_0_58_0_448_328_0_0_0_0_0_0_0_0_0_0_0_328_200_216_10_-1.57_328_200_R0_4_448_120_0_24_0_448_120_R0_4_448_-32_0_24_0_448_-32_R0_4_304_224_0_24_0_304_224_R0_2_-8_392_312_10_0_-8_392_R0_4_160_224_0_24_0_160_224_R0_4_40_72_0_24_0_40_72_R0_4_168_72_0_24_0_168_72_R0_1_232_224_32_10_0_232_224_R0_4_232_224_32_10_0_232_224_R0_1_104_72_20_10_0_104_72_R0_4_104_72_20_10_0_104_72_R0_11_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0.8_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R2_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.6_0_0_0_0_0_2_11_12_0_0_0_0_0_R9_2_9_10_1_1_2_1_3_3_9_11_0_";
this.lvlsdata[242] = "v6_0_23_2_312_24_0_10_0_312_24_0_0_0_0_0_0_0_0_0_0_4_388_135_52_20_-0.7_388_135_R0_4_272_168_72_20_0_272_168_R0_4_298_72_40_20_0_298_72_R0_4_168_80_92_20_-1.88_168_80_R0_4_205_-93_94_20_-0.94_205_-93_R0_4_248_40_32_20_-1.88_248_40_R0_4_264_-24_32_20_-0.94_264_-24_R0_4_368_-48_122_20_-1.36_368_-48_R0_1_320_-104_0_20_0_320_-104_R0_4_490_-83_186_20_-1.26_490_-83_R0_0_327_-169_56_20_0_327_-169_R0_4_138_-162_144_20_-1.57_138_-162_R0_0_385_-261_152_20_0_385_-261_R0_4_167_-346_43_20_-0.85_167_-346_R0_4_424_-384_224_20_0_424_-384_R0_4_629_-230_152_20_1.73_629_-230_R0_4_624_-12_62_20_1.3_624_-12_R0_0_606_120_72_20_2.04_606_120_R0_4_519_243_72_20_-0.79_519_243_R0_4_302_294_164_20_0_302_294_R0_4_168_232_68_20_-1.1_168_232_R0_1_188_250_22_20_-1.1_188_250_R0_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_0_0.5_0_0_0_0_0_22_9_8_7_6_4_3_1_11_12_5_14_15_16_13_10_17_19_18_20_2_22_21_0_0_1_9_0_";
this.lvlsdata[698] = "v7_0_(;_41_4_488_104_8_10_-0.31_488_104_0_0_0_0_0_0_0_0_0_0_1_488_48_0_10_0_488_48_R0_4_440_152_8_10_-0.31_440_152_R0_0_488_104_8_10_-0.31_488_104_R0_0_440_152_8_10_-0.31_440_152_R0_4_464_128_8_10_-0.31_464_128_R0_0_464_128_8_10_-0.31_464_128_R0_4_344_224_56_10_-0.31_344_224_R0_4_224_224_56_10_0.31_224_224_R0_4_512_344_72_10_2.36_512_344_R0_4_272_400_332_10_0_272_400_R0_2_282_344_0_10_0_282_344_R0_4_80_104_8_10_0.31_80_104_R0_0_80_104_8_10_0.31_80_104_R0_4_104_128_8_10_0.31_104_128_R0_4_128_152_8_10_0.31_128_152_R0_0_104_128_8_10_0.31_104_128_R0_0_128_152_8_10_0.31_128_152_R0_1_80_48_0_10_0_80_48_R0_0_344_224_56_10_-0.31_344_224_R0_0_224_224_56_10_0.31_224_224_R0_0_416_184_24_10_2.2_416_184_R0_0_152_184_24_10_0.94_152_184_R0_0_284_249_20_10_1.57_284_249_R0_4_40_344_72_10_0.79_40_344_R0_0_536_88_40_10_-0.31_536_88_R0_0_32_88_40_10_0.31_32_88_R0_1_16_368_0_10_0_16_368_R0_0_512_344_72_10_2.36_512_344_R0_0_40_344_72_10_0.79_40_344_R0_1_536_368_0_10_0_536_368_R0_1_512_208_0_10_0_512_208_R0_1_64_208_0_10_0_64_208_R0_4_488_-16_8_10_0_488_-16_R0_1_488_-40_0_10_0_488_-40_R0_1_80_-40_0_10_0_80_-40_R0_4_80_-16_8_10_0_80_-16_R0_4_80_-104_8_10_0_80_-104_R0_1_80_-128_0_10_0_80_-128_R0_1_488_-128_0_10_0_488_-128_R0_4_488_-104_8_10_0_488_-104_R0_41_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.9_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R0_1_40_6_2_1_33_2_18_36_2_35_37_3_24_29_38_2_34_40_3_9_28_39_2_2_18_31_2_1_32_0_";
this.lvlsdata[576] = "v7_0_Just have chance in the end!_39_2_216_32_0_10_0_216_32_0_0_0_0_0_0_0_0_0_0_4_312_160_292_20_1.57_312_160_R0_4_168_168_288_20_1.57_168_168_R0_4_192_48_28_20_0.63_192_48_R0_4_264_96_40_20_-0.47_264_96_R0_2_448_208_0_10_0_448_208_R0_4_120_184_76_10_1.57_120_184_R0_4_192_152_0_20_0_192_152_R0_4_216_168_0_20_0_216_168_R0_4_240_192_0_20_0_240_192_R0_4_256_216_0_20_0_256_216_R0_4_296_264_0_20_0_296_264_R0_4_224_288_40_20_0.94_224_288_-0.07_0_0_0_0_0_0_0_0_0_0_400_104_0_20_0_400_104_R0_0_480_104_0_20_0_480_104_R0_1_480_24_0_20_0_480_24_R0_1_200_80_44_10_1.1_200_80_R0_1_400_24_0_20_0_400_24_R0_0_400_288_0_20_0_400_288_R0_0_480_288_0_20_0_480_288_R0_4_384_344_64_10_1.26_384_344_R0_1_424_376_0_20_0_424_376_R0_1_480_376_0_20_0_480_376_R0_4_360_48_48_10_1.57_360_48_R0_1_248_152_36_12_1.57_248_152_R0_4_368_168_60_10_0_368_168_R0_1_256_256_0_20_0_256_256_R0_4_208_360_20_20_0_208_360_R0_4_288_360_4_20_0_288_360_R0_1_240_392_56_20_0_240_392_R0_1_400_288_0_10_0_400_288_R0_1_480_288_0_10_0_480_288_R0_1_480_104_0_10_0_480_104_R0_1_400_104_0_10_0_400_104_R0_4_240_472_65_50_0_240_472_R0_1_240_-160_0_104_0_240_-160_R0_0_240_-16_52_20_0_240_-16_R0_4_312_416_60_32_1.57_312_416_R0_4_168_416_60_32_1.57_168_416_R0_37_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.1_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_224_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-160_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-208_0_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-96_80_0.5_0_0_0_0_0_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-608_0.5_0_0_0_0_0_3_34_38_37_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_5_2_16_23_2_6_24_2_25_26_6_20_29_13_14_18_19_2_32_36_5_2_6_15_2_22_23_2_17_25_2_20_21_7_30_31_32_33_34_37_38_0_";
this.lvlsdata[163] = "v7_0_Help with the big green pad to pass throught the green walls..._29_4_392_200_212_12_-1.57_392_200_0_0_0_0_0_0_0_0_0_0_0_536_200_212_10_-1.57_536_200_R0_4_32_200_212_10_-1.57_32_200_R0_0_16_200_212_10_-1.57_16_200_R0_4_520_200_212_10_-1.57_520_200_R0_4_96_96_56_12_0_96_80_0_0_0_0_0_0_0_1_100_0.05_4_456_200_56_16_0_456_184_R5_4_96_304_56_12_0_96_288_R5_1_528_304_0_10_0_528_304_0_0_0_0_0_0_0_0_16_0.03_4_272_200_212_12_-1.57_272_200_R0_4_208_-8_56_12_0_208_-24_0_0_0_0_0_0_0_1_100_-0.05_4_152_200_212_12_-1.57_152_200_R0_4_152_200_120_12_0_152_184_R10_0_272_-8_248_10_0_272_-8_R0_0_272_408_248_10_0_272_408_R0_1_24_152_0_10_0_24_152_0_0_0_0_0_0_0_0_16_-0.1_1_24_248_0_10_0_24_248_0_0_0_0_0_0_0_0_16_0.04_4_336_304_56_12_0_336_288_R10_4_336_96_56_12_0_336_80_R10_2_456_96_0_20_0_456_96_R0_1_528_360_0_10_0_528_360_0_0_0_0_0_0_0_0_16_-0.05_1_336_200_0_10_0_336_192_0_0_0_0_0_0_0_0_100_-0.05_1_272_96_0_10_0_272_96_0_0_0_0_0_0_0_0_16_-0.08_1_272_304_0_10_0_272_304_R22_1_456_240_0_10_0_456_232_0_0_0_0_0_0_0_0_100_0.05_1_216_64_0_10_0_216_56_R21_1_96_200_0_10_0_96_192_R24_4_456_408_56_12_0_456_392_R5_4_496_96_56_24_-1.57_496_96_R0_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_1_0.8_0_0.9_1_0_0_0.5_0_0_0_0_0_1_28_0_0_0_";
this.lvlsdata[844] = "v7_0_escape2_12_2_184_152_0_10_0_224_192_-0.1_0_0_0_5_0_0.1_0_0_0_2_184_208_0_10_0_248_136_0.1_0_0_0_0_0_0_0_0_0_2_240_208_0_10_0_200_168_R0_2_240_152_0_10_0_168_216_R1_0_320_64_0_20_0_320_64_0_0_0_0_0_0_0_0_0_0_1_24_24_0_20_0_24_24_R4_1_512_24_0_20_0_512_24_R4_1_520_368_0_20_0_520_368_R4_1_24_24_0_20_0_24_24_R4_1_24_24_0_20_0_24_24_R4_1_24_24_0_20_0_24_24_R4_1_24_376_0_20_0_24_376_R4_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_";
this.lvlsdata[330] = "v7_0_Spin in circles to push the green capsule further away. Knock the capsules out by hitting from behind._9_2_152_200_0_20_0_152_200_0_0_0_0_0_0_0_0_0_0_4_248_200_0_20_0_248_200_R0_1_504_200_0_10_0_504_200_R0_4_560_200_204_10_-1.57_560_200_R0_0_448_200_204_10_-1.57_448_200_R0_4_504_408_56_10_0_504_408_R0_4_504_-8_56_10_0_504_-8_R0_1_528_200_0_10_0_528_200_R0_1_480_200_0_10_0_480_200_R0_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.3_0.3_0_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_1_1_0_";
this.lvlsdata[110] = "v6_0_17_0_152_152_44_14_0_152_152_0_0_0_0_0_0_0_0_0_0_0_272_320_44_14_0_272_320_R0_0_392_152_44_14_0_392_152_R0_0_272_152_44_14_0_272_152_R0_2_272_200_0_10_0_272_200_R0_1_272_120_0_12_0_272_120_R0_1_152_120_0_12_0_152_120_R0_1_152_152_0_10_0_152_152_R0_1_272_288_0_12_0_272_288_R0_1_392_120_0_12_0_392_120_R0_0_152_88_44_14_0_152_88_R0_0_272_88_44_14_0_272_88_R0_0_392_88_44_14_0_392_88_R0_0_272_256_44_14_0_272_256_R0_1_272_320_0_10_0_272_320_R0_1_392_152_0_10_0_392_152_R0_1_272_152_0_10_0_272_152_R0_17_0_0_0_0_0_0_1.7_0_0.5_2_0_0_0_0_0_0_0_0_0_-112_1_0_0_0_0_0.1_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R1_1_7_0_0_0_0_0_0_1.7_0_0.5_1_0_0_0_0_0_0_0_0_1_6_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_8_0_0_0_0_0_0_1.7_0_0.5_2_0_0_0_0_0_0_0_0_0_176_1_0_0_0_0_0.1_1_10_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_1_0_0_0_0_0_R7_1_13_0_0_0_0_0_R7_1_12_0_0_0_0_0_R7_1_11_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_4_3_0_6_10_3_3_5_11_3_2_9_12_3_1_8_13_0_";
this.lvlsdata[44] = "v4_0_34_1_416_336_0_10_0_416_336_0_0_0_0_0_0_0_1_408_64_0_10_0_408_64_R0_1_200_48_0_10_0_200_48_R0_1_200_256_0_10_0_200_256_R0_1_192_152_0_10_0_192_152_R0_1_152_192_0_10_0_152_192_R0_1_424_184_0_10_0_424_184_R0_1_424_264_0_10_0_424_264_R0_1_336_72_0_10_0_336_72_R0_1_248_88_0_10_0_248_88_R0_1_144_88_0_10_0_144_88_R0_1_288_256_0_10_0_288_256_R0_1_208_216_0_10_0_208_216_R0_1_360_320_0_10_0_360_320_R0_1_288_312_0_10_0_288_312_R0_1_136_320_0_10_0_136_320_R0_1_352_144_0_10_0_352_144_R0_1_360_248_0_10_0_360_248_R0_1_424_112_0_10_0_424_112_R0_1_384_200_0_10_0_384_200_R0_1_304_104_0_10_0_304_104_R0_1_216_304_0_10_0_216_304_R0_1_328_264_0_10_0_328_264_R0_1_320_176_0_10_0_320_176_R0_1_208_112_0_10_0_208_112_R0_1_112_264_0_10_0_112_264_R0_1_152_136_0_10_0_152_136_R0_1_256_152_0_10_0_256_152_R0_1_272_208_0_10_0_272_208_R0_1_248_264_0_10_0_248_264_R0_1_160_264_0_10_0_160_264_R0_1_120_224_0_10_0_120_224_R0_0_80_224_104_10_-1.57_80_224_0.1_0.1_0.1_100_100_0.1_0.1_2_520_232_0_10_0_520_232_R0_34_0_0_0_2_0_0.5_9_2_-1_1_370_-1_1_194_-177_1_194_159_1_66_-129_1_290_111_1_322_-145_1_66_95_1_2_-1_1_1_32_0_0_0_1_0_0.5_1_0_0_0.5_1_33_0_0.1_R1_1_31_0_0.1_R1_1_30_0_0.1_R1_1_29_0_0.1_R1_1_28_0_0.1_R1_1_27_0_0.1_R1_1_26_0_0.1_R1_1_25_0_0.1_R1_1_24_0_0.1_R1_1_23_0_0.1_R1_1_22_0_0.1_R1_1_21_0_0.1_R1_1_20_0_0.1_R1_1_19_0_0.1_R1_1_18_0_0.1_R1_1_17_0_0.1_R1_1_16_0_0.1_R1_1_15_0_0.1_R1_1_14_0_0.1_R1_1_13_0_0.1_R1_1_12_0_0.1_R1_1_11_0_0.1_R1_1_10_0_0.1_R1_1_9_0_0.1_R1_1_8_0_0.1_R1_1_7_0_0.1_R1_1_6_0_0.1_R1_1_5_0_0.1_R1_1_4_0_0.1_R1_1_3_0_0.1_R1_1_2_0_0.1_R1_1_1_0_0.1_R1_1_0_0_";
this.lvlsdata[231] = "v6_0_99_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_4_320_248_0_20_0_320_248_R0_4_320_152_0_20_0_320_152_R0_4_272_104_0_20_0_272_104_R0_4_272_296_0_20_0_272_296_R0_4_224_152_0_20_0_224_152_R0_4_224_248_0_20_0_224_248_R0_4_368_104_0_20_0_368_104_R0_4_176_104_0_20_0_176_104_R0_4_128_152_0_20_0_128_152_R0_4_368_200_0_20_0_368_200_R0_4_176_296_0_20_0_176_296_R0_4_176_200_0_20_0_176_200_R0_4_80_104_0_20_0_80_104_R0_4_128_56_0_20_0_128_56_R0_4_272_8_0_20_0_272_8_R0_4_416_152_0_20_0_416_152_R0_4_320_56_0_20_0_320_56_R0_4_224_56_0_20_0_224_56_R0_4_176_8_0_20_0_176_8_R0_4_128_248_0_20_0_128_248_R0_4_80_8_0_20_0_80_8_R0_4_368_8_0_20_0_368_8_R0_4_416_56_0_20_0_416_56_R0_4_416_248_0_20_0_416_248_R0_4_368_296_0_20_0_368_296_R0_4_80_296_0_20_0_80_296_R0_4_80_200_0_20_0_80_200_R0_4_464_104_0_20_0_464_104_R0_4_464_200_0_20_0_464_200_R0_4_464_296_0_20_0_464_296_R0_4_32_248_0_20_0_32_248_R0_4_32_56_0_20_0_32_56_R0_4_32_152_0_20_0_32_152_R0_4_128_344_0_20_0_128_344_R0_4_224_344_0_20_0_224_344_R0_4_320_344_0_20_0_320_344_R0_4_416_344_0_20_0_416_344_R0_4_512_344_0_20_0_512_344_R0_4_512_248_0_20_0_512_248_R0_4_512_56_0_20_0_512_56_R0_4_512_152_0_20_0_512_152_R0_4_464_8_0_20_0_464_8_R0_4_368_392_0_20_0_368_392_R0_4_272_392_0_20_0_272_392_R0_4_80_392_0_20_0_80_392_R0_4_176_392_0_20_0_176_392_R0_4_32_344_0_20_0_32_344_R0_4_464_392_0_20_0_464_392_R0_1_416_8_0_10_0_416_8_R0_1_320_8_0_10_0_320_8_R0_1_224_8_0_10_0_224_8_R0_1_512_392_0_10_0_512_392_R0_1_512_296_0_10_0_512_296_R0_1_464_344_0_10_0_464_344_R0_1_464_248_0_10_0_464_248_R0_1_512_200_0_10_0_512_200_R0_1_464_152_0_10_0_464_152_R0_1_512_104_0_10_0_512_104_R0_1_464_56_0_10_0_464_56_R0_1_416_104_0_10_0_416_104_R0_1_416_296_0_10_0_416_296_R0_1_416_392_0_10_0_416_392_R0_1_368_344_0_10_0_368_344_R0_1_320_392_0_10_0_320_392_R0_1_128_392_0_10_0_128_392_R0_1_224_392_0_10_0_224_392_R0_1_320_296_0_10_0_320_296_R0_1_368_248_0_10_0_368_248_R0_1_416_200_0_10_0_416_200_R0_1_368_152_0_10_0_368_152_R0_1_368_56_0_10_0_368_56_R0_1_320_104_0_10_0_320_104_R0_1_272_56_0_10_0_272_56_R0_1_224_104_0_10_0_224_104_R0_1_272_344_0_10_0_272_344_R0_1_176_344_0_10_0_176_344_R0_1_224_296_0_10_0_224_296_R0_1_320_200_0_10_0_320_200_R0_1_272_248_0_10_0_272_248_R0_1_224_200_0_10_0_224_200_R0_1_128_8_0_10_0_128_8_R0_1_32_8_0_10_0_32_8_R0_1_32_392_0_10_0_32_392_R0_1_176_248_0_10_0_176_248_R0_1_80_344_0_10_0_80_344_R0_1_176_152_0_10_0_176_152_R0_1_128_296_0_10_0_128_296_R0_1_32_296_0_10_0_32_296_R0_1_80_56_0_10_0_80_56_R0_1_128_104_0_10_0_128_104_R0_1_32_104_0_10_0_32_104_R0_1_80_152_0_10_0_80_152_R0_1_128_200_0_10_0_128_200_R0_1_80_248_0_10_0_80_248_R0_1_32_200_0_10_0_32_200_R0_1_176_56_0_10_0_176_56_R0_1_272_152_0_10_0_272_152_R0_1_512_8_0_10_0_512_8_R0_99_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_R0_1_87_0_0_0_0_0_R0_1_88_0_0_0_0_0_R0_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_0_0_0_0_0_R0_1_95_0_0_0_0_0_R0_1_96_0_0_0_0_0_R0_1_97_0_0_0_0_0_R0_1_98_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData6 = function () {
this.lvlsdata[296] = "v7_0__68_4_24_208_344_20_-1.57_280_376_0_0_0_0_0_0_0_0_100_0.1_4_272_24_344_20_0_280_376_R0_4_280_376_344_20_0_280_376_R0_4_528_208_344_20_-1.57_280_376_R0_4_88_288_0_20_0_280_376_R0_4_275_288_120_20_0_283_376_R0_4_272_112_120_20_0_280_376_R0_4_456_288_0_20_0_280_376_R0_4_456_112_0_20_0_280_376_R0_4_88_112_0_20_0_280_376_R0_4_227_192_8_20_0_283_376_R0_4_211_234_36_20_-1.57_291_394_R0_4_331_232_36_20_-1.57_283_376_R0_4_317_192_8_20_0_285_376_R0_4_392_168_44_20_-1.57_280_376_R0_4_152_168_44_20_-1.57_280_376_R0_4_120_212_24_20_0_280_380_R0_4_432_212_32_20_0_280_380_R0_1_488_288_0_10_0_280_376_R0_1_320_336_0_10_0_280_376_R0_1_368_336_0_10_0_280_376_R0_1_424_336_0_10_0_280_376_R0_1_424_288_0_10_0_280_376_R0_1_488_248_0_10_0_280_376_R0_1_456_248_0_10_0_280_376_R0_1_424_248_0_10_0_280_376_R0_1_368_248_0_10_0_280_376_R0_1_360_200_0_10_0_280_376_R0_1_360_144_0_10_0_280_376_R0_1_311_144_0_10_0_287_376_R0_1_270_144_0_10_0_286_376_R0_1_232_144_0_10_0_288_376_R0_1_184_144_0_10_0_280_376_R0_1_184_200_0_10_0_280_376_R0_1_168_248_0_10_0_280_376_R0_1_56_288_0_10_0_280_376_R0_1_224_336_0_10_0_280_376_R0_1_168_336_0_10_0_280_376_R0_1_120_336_0_10_0_280_376_R0_1_120_288_0_10_0_280_376_R0_1_120_248_0_10_0_280_376_R0_1_88_248_0_10_0_280_376_R0_1_56_248_0_10_0_280_376_R0_1_56_160_0_10_0_280_376_R0_1_56_208_0_10_0_280_376_R0_1_456_160_0_10_0_280_376_R0_1_88_160_0_10_0_280_376_R0_1_120_160_0_10_0_280_376_R0_1_56_112_0_10_0_280_376_R0_0_120_112_0_10_0_280_376_R0_1_120_64_0_10_0_280_376_R0_1_168_64_0_10_0_280_376_R0_1_224_64_0_10_0_280_376_R0_1_320_64_0_10_0_280_376_R0_1_368_64_0_10_0_280_376_R0_1_416_64_0_10_0_280_376_R0_0_424_112_0_10_0_280_376_R0_1_424_160_0_10_0_280_376_R0_1_488_112_0_10_0_280_376_R0_1_496_208_0_10_0_280_376_R0_1_488_160_0_10_0_280_376_R0_0_272_192_28_10_0_288_376_R0_2_272_336_0_10_0_272_336_0_0_0_0_0_0_0_0_0_0_1_480_328_0_20_0_280_376_R0_1_480_72_0_20_0_280_376_R0_1_72_328_0_20_0_280_376_R0_1_72_72_0_20_0_280_376_R0_1_272_64_0_10_0_280_376_R0_68_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_";
this.lvlsdata[795] = "v7_0_If you wait 5 sec the wall will be crazy!_13_2_488_200_0_20_0_488_200_0_0_0_0_0_0_0_0_0_0_1_232_24_0_10_0_232_24_R0_0_368_400_112_14_-1.57_368_400_R0_0_184_96_108_14_-1.57_184_96_R0_0_184_360_72_14_-1.57_184_360_R0_4_272_200_368_14_-1.57_272_200_R0_1_272_376_0_10_0_272_376_R0_1_408_184_0_10_0_408_184_R0_1_312_24_0_10_0_312_24_R0_0_368_88_112_14_-1.57_368_88_R0_0_424_144_52_16_0_424_144_R0_0_128_144_52_16_0_128_144_R0_1_136_184_0_10_0_136_184_R0_13_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_130_0.1_0_5_0_0_0.9_0.1_0.5_6_0_0_0.5_0_-35_0_184_0_48_16_0.5_0_-35_0_272_0_32_48_0.5_0_-35_0_0_0_-48_16_0.5_0_-35_0_0_0_32_0_0.5_0_-35_0_0_0_32_-32_0.5_0_-35_0_88_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_";
this.lvlsdata[651] = "v7_0__9_0_288_200_368_20_0_288_200_0_0_0_0_0_0_0_0_0_0_0_288_200_140_20_2.04_288_200_R0_2_32_32_0_20_0_32_32_R0_2_32_256_0_20_0_32_256_R0_0_328_352_56_20_-1.1_328_352_R0_0_296_80_0_20_0_352_80_0.1_0_0_0_0_0_0_0_0_0_1_384_368_0_20_0_384_368_R0_1_520_144_0_20_0_520_144_R0_0_520_368_0_20_0_472_368_0.1_0.1_0.1_0_0_0_0_0_0_0_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_";
this.lvlsdata[312] = "v7_0_Well, sorry, it's not totally a bonus level..._40_4_416_200_0_16_0_416_200_0_0_0_0_0_0_0_0_30_-0.1_1_320_-40_0_10_0_320_-56_0.1_0_0_0_0_0_0_0_0_0_4_464_200_0_20_0_464_200_R0_4_416_56_0_16_0_416_56_0_0_0_0_0_0_0_0_30_0.1_4_272_392_288_10_0_272_392_0_0_0_0_0_0_0_0_0_0_4_272_56_0_20_0_272_56_R3_4_272_200_0_20_0_272_200_R0_4_464_56_0_20_0_464_56_R3_4_80_56_0_20_0_80_56_R3_4_128_56_0_16_0_128_56_R3_4_128_200_0_16_0_128_200_R0_4_416_128_0_16_0_416_128_R4_4_272_128_0_20_0_272_128_R4_4_464_128_0_20_0_464_128_R4_4_128_128_0_16_0_128_128_R4_4_80_128_0_20_0_80_128_R4_4_80_200_0_20_0_80_200_R0_4_368_128_0_20_0_368_128_R4_4_320_128_0_16_0_320_128_R4_4_176_128_0_20_0_176_128_R4_4_224_128_0_16_0_224_128_R4_4_224_56_0_16_0_224_56_R3_4_176_56_0_20_0_176_56_R3_4_368_56_0_20_0_368_56_R3_4_320_56_0_16_0_320_56_R3_4_368_200_0_20_0_368_200_R0_4_320_200_0_16_0_320_200_R0_4_176_200_0_20_0_176_200_R0_4_224_200_0_16_0_224_200_R0_1_224_-40_0_10_0_224_-56_R1_0_272_-184_0_10_0_272_-184_R4_1_368_-88_0_10_0_368_-88_R4_1_176_-88_0_10_0_176_-88_R4_2_288_312_0_10_0_288_312_R4_2_272_296_0_10_0_272_296_R4_2_272_328_0_10_0_272_328_R4_2_240_328_0_10_0_240_328_R4_2_256_312_0_10_0_256_312_R4_1_272_-88_0_10_0_272_-88_R4_1_272_-144_0_10_0_272_-144_R4_40_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_4_1_0_4_1_0_0.5_0.1_0.1_1_5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_4_1_0_R1_1_29_130_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.8_1_0_0_0.5_0_0_0_0_0_1_30_0_0_4_1_0_4_1.5_0_0.5_0.1_0.1_1_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_31_0_0_4_1_0_R31_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_4_1_0_0.5_0.6_0.5_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_34_0_0_0_0_0_R34_1_35_0_0_0_0_0_R34_1_36_0_0_0_0_0_R34_1_37_0_0_0_0_0_R30_1_38_200_0_0_0_0_R30_1_39_0_0_4_33_34_35_34_37_36_37_35_";
this.lvlsdata[226] = "v6_0_39_0_24_176_304_20_1.57_24_176_0_0_0_0_100_0_0.1_0_0_0_0_256_376_304_20_0_256_376_R0_0_256_24_304_20_0_256_24_R0_0_528_184_304_20_1.57_528_184_R0_2_80_72_0_10_0_80_72_0_0_0_0_0_0_0_0_0_0_1_464_120_0_20_0_464_120_R4_1_160_72_0_20_0_160_72_R4_1_112_112_0_20_0_112_112_R4_1_240_72_0_20_0_240_72_R4_1_328_72_0_20_0_328_72_R4_1_416_72_0_20_0_416_72_R4_1_280_120_0_20_0_280_120_R4_1_368_120_0_20_0_368_120_R4_1_200_120_0_20_0_200_120_R4_1_320_248_0_20_0_320_248_R4_1_72_160_0_20_0_72_160_R4_1_152_160_0_20_0_152_160_R4_1_240_160_0_20_0_240_160_R4_1_320_160_0_20_0_320_160_R4_1_416_160_0_20_0_416_160_R4_1_464_200_0_20_0_464_200_R4_1_368_200_0_20_0_368_200_R4_1_280_200_0_20_0_280_200_R4_1_200_200_0_20_0_200_200_R4_1_112_208_0_20_0_112_208_R4_1_72_248_0_20_0_72_248_R4_1_160_248_0_20_0_160_248_R4_1_240_248_0_20_0_240_248_R4_1_152_328_0_20_0_152_328_R4_1_416_248_0_20_0_416_248_R4_1_472_288_0_20_0_472_288_R4_1_368_288_0_20_0_368_288_R4_1_280_288_0_20_0_280_288_R4_1_200_288_0_20_0_200_288_R4_1_112_288_0_20_0_112_288_R4_1_72_328_0_20_0_72_328_R4_1_240_328_0_20_0_240_328_R4_1_328_328_0_20_0_328_328_R4_1_416_328_0_20_0_416_328_R4_38_100_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R1_2_5_13_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_100_0_0_0_0_R0_1_2_100_0_0_0_0_R0_1_0_100_0_0_0_0_R0_1_1_0_1_1_14_0_";
this.lvlsdata[115] = "v7_0_Shake it! Find the right pace._2_2_280_144_0_20_0_280_144_0_0_0_0_0_0_0_0_0_0_1_280_256_0_20_0_280_256_R0_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.4_0.6_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_1_1_0_";
this.lvlsdata[901] = "v7_0_Same as the original Jokari, but you have to catch two blue Capsules._3_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_1_416_200_0_20_0_416_200_R0_1_128_200_0_20_0_128_200_R0_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.1_0.4_0.4_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_2_0_1_0_2_";
this.lvlsdata[67] = "v5_0_19_1_280_200_0_16_0_280_200_0_0_0_0_0_0_0_0_2_280_288_0_20_0_280_288_R0_0_280_200_16_24_0_280_200_0.1_0_0_0_0_0_0_0_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_0_280_200_16_24_0_280_200_R2_19_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0.5_3_2_0_0.9_1_0_0_0.5_1_2_0_0.5_R2_1_3_0_0.5_R2_1_4_0_0.5_R2_1_5_0_0.5_3_1_0_0.9_1_0_0_0.5_1_6_0_0.5_R2_1_7_0_0.5_R6_1_8_0_0.5_R6_1_9_0_0.5_R2_1_10_0_0.5_R2_1_11_0_0.5_R2_1_12_0_0.5_R2_1_13_0_0.5_R2_1_14_0_0.5_R2_1_15_0_0.5_R6_1_16_0_0.5_R6_1_17_0_0.5_R2_1_18_0_";
this.lvlsdata[649] = "v7_0_Release the ballooooon!_39_1_512_344_0_40_-1.57_512_344_0_0_0_0_0_0_0_0_0_0_4_280_96_420_18_0_280_96_R0_1_72_48_0_20_-0.79_72_48_R0_4_72_48_0_16_-0.79_24_96_R0_2_512_56_0_10_0_512_56_R0_4_48_72_24_10_-0.79_24_96_R0_4_440_72_24_10_-0.79_416_96_R0_4_464_48_0_18_-0.79_416_96_R0_1_464_48_0_20_-0.79_464_48_R0_4_368_72_24_10_-0.79_344_96_R0_4_392_48_0_18_-0.79_344_96_R0_1_392_48_0_20_-0.79_392_48_R0_4_288_72_24_10_-0.79_264_96_R0_4_312_48_0_18_-0.79_264_96_R0_1_312_48_0_20_-0.79_312_48_R0_4_208_72_24_10_-0.79_184_96_R0_4_232_48_0_18_-0.79_184_96_R0_1_232_48_0_20_-0.79_232_48_R0_4_128_72_24_10_-0.79_104_96_R0_4_152_48_0_18_-0.79_104_96_R0_1_152_48_0_20_-0.79_152_48_R0_0_280_104_344_10_0_280_104_R0_4_64_344_28_10_0_64_344_R0_2_64_304_0_14_0_64_304_R0_4_152_184_48_10_0_152_184_0.03_0_0_0_0_0_0_0_0_0_4_200_200_12_10_1.57_152_184_R24_4_104_168_12_10_1.57_152_184_R24_4_320_256_12_10_1.57_320_256_R0_4_280_272_40_10_0_280_272_R0_4_240_256_12_10_1.57_240_256_R0_1_96_344_0_10_0_96_344_R0_4_248_320_40_10_0.31_248_320_R0_4_352_344_40_10_-1.57_352_344_0.05_0_0_0_0_0_0_0_0_0_4_352_344_40_10_0_352_344_R32_0_224_304_0_10_0_224_304_R0_4_448_312_140_20_-1.57_448_312_R0_4_416_296_20_10_0_416_296_R0_4_512_280_40_20_0_512_280_R0_1_512_264_56_12_0_512_264_R0_37_0_1_0_0_0_4_1_0_0.5_0.1_0.1_0_2.6_270_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_0_0_0_0_0_45_0.3_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R3_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_0_-208_0.5_0_0_0_0_0_16_-144_0_0_0_0_43_0.3_1_22_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.9_90_0.7_1_0_0_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_0_-128_0_0.5_0_0_0_0_0_-208_96_0.5_0_0_0_0_0_-16_96_0.5_0_0_0_0_0_-32_48_0_0_0_0_0_0_3_27_28_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_0_1_0_0.5_4_0_0_0.5_0_0_0_0_1_0_112_0.5_0_0_0_0_0.1_16_-32_0.5_0_0_0_0_0.6_32_0_0_0_0_0_0_0.8_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_0_1_0_0.5_6_0_0_0.5_0_0_0_0_0_0_96_0.5_0_0_0_0_0_0_-128_0.5_0_0_0_0_1_48_-128_0.5_0_0_0_91_0.3_48_96_0.5_0_0_0_173_0.3_32_48_0_0_0_0_0_0.3_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_1_2_23_38_8_6_3_2_5_27_28_29_4_18_19_20_31_6_15_16_17_24_25_26_4_12_13_14_22_4_9_10_11_36_5_6_7_8_32_33_0_2_0_38_0_";
this.lvlsdata[257] = "v6_0_86_4_280_152_24_10_0_280_200_0.1_0_0_0_0_0_0_0_0_0_4_456_200_56_10_1.57_280_200_R0_4_200_280_24_10_0.79_280_200_-0.1_0_0_0_0_0_0_0_0_0_4_360_280_24_10_2.36_280_200_R2_4_360_120_24_10_0.79_280_200_R2_4_168_200_24_10_1.57_280_200_R2_4_280_312_24_10_0_280_200_R2_4_328_200_24_10_1.57_280_200_R0_4_232_200_24_10_1.57_280_200_R0_4_280_248_24_10_0_280_200_R0_4_200_120_24_10_-0.79_280_200_R2_4_280_88_24_10_0_280_200_R2_4_392_200_24_10_1.57_280_200_R2_1_280_200_0_10_0_280_200_0_0_0_0_13_0_0.1_0_0_0_1_304_224_0_10_0_280_200_R2_1_304_176_0_10_0_280_200_R2_1_256_224_0_10_0_280_200_R2_1_256_176_0_10_0_280_200_R2_1_312_120_0_10_0_280_200_R0_1_248_120_0_10_0_280_200_R0_1_200_168_0_10_0_280_200_R0_1_336_256_0_10_0_280_200_R2_1_280_280_0_10_0_280_200_R2_1_224_256_0_10_0_280_200_R2_1_360_200_0_10_0_280_200_R2_1_336_144_0_10_0_280_200_R2_1_280_120_0_10_0_280_200_R2_1_224_144_0_10_0_280_200_R2_1_200_200_0_10_0_280_200_R2_1_360_168_0_10_0_280_200_R0_1_360_232_0_10_0_280_200_R0_1_424_200_0_10_0_280_200_R0_1_416_144_0_10_0_280_200_R0_1_384_96_0_10_0_280_200_R0_1_336_64_0_10_0_280_200_R0_1_280_56_0_10_0_280_200_R0_1_224_64_0_10_0_280_200_R0_1_144_144_0_10_0_280_200_R0_1_176_96_0_10_0_280_200_R0_1_136_200_0_10_0_280_200_R0_1_200_232_0_10_0_280_200_R0_1_248_280_0_10_0_280_200_R0_1_312_280_0_10_0_280_200_R0_4_104_200_56_10_1.57_280_200_R0_4_152_72_56_10_2.36_280_200_R0_4_280_24_56_10_0_280_200_R0_4_280_376_56_10_-3.14_280_200_R0_4_152_328_56_10_0.79_280_200_R0_4_408_72_56_10_0.79_280_200_R0_4_408_328_56_10_2.36_280_200_R0_1_144_256_0_10_0_280_200_R0_1_384_304_0_10_0_280_200_R0_1_336_336_0_10_0_280_200_R0_1_280_344_0_10_0_280_200_R0_1_224_336_0_10_0_280_200_R0_1_176_304_0_10_0_280_200_R0_1_176_96_0_10_0_280_200_R2_1_416_264_0_10_0_280_200_R0_1_144_256_0_10_0_280_200_R2_1_424_200_0_10_0_280_200_R2_1_416_144_0_10_0_280_200_R2_1_384_96_0_10_0_280_200_R2_1_336_64_0_10_0_280_200_R2_1_280_56_0_10_0_280_200_R2_1_224_64_0_10_0_280_200_R2_1_136_200_0_10_0_280_200_R2_1_144_144_0_10_0_280_200_R2_1_176_304_0_10_0_280_200_R2_1_224_336_0_10_0_280_200_R2_1_280_344_0_10_0_280_200_R2_1_336_336_0_10_0_280_200_R2_1_384_304_0_10_0_280_200_R2_1_416_264_0_10_0_280_200_R2_2_64_72_0_10_0_64_72_0_0_0_0_0_0_0_0_0_0_1_304_224_0_10_0_280_200_R0_1_304_176_0_10_0_280_200_R0_1_256_176_0_10_0_280_200_R0_1_256_224_0_10_0_280_200_R0_1_256_200_0_10_0_280_200_R2_1_256_200_0_10_0_280_200_R0_1_280_224_0_10_0_280_200_R2_1_280_224_0_10_0_280_200_R0_1_304_200_0_10_0_280_200_R2_1_304_200_0_10_0_280_200_R0_1_280_176_0_10_0_280_200_R0_1_280_176_0_10_0_280_200_R2_86_0_0_0_0_0_0_1_0_0.5_1_0_48_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_";
this.lvlsdata[116] = "v7_0_Grab top and bottom capsules first._9_0_264_96_0_20_0_264_96_0_0_0_0_0_0_0_0_0_0_2_264_208_0_20_0_264_208_R0_0_136_208_0_20_0_136_208_R0_0_264_304_0_20_0_264_304_R0_0_400_208_0_20_0_400_208_R0_1_264_24_0_20_0_264_24_R0_1_488_208_0_20_0_488_208_R0_1_264_376_0_20_0_264_376_R0_1_56_208_0_20_0_56_208_R0_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.4_0.2_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.3_0.2_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R1_1_5_0_0_0_0_0_R2_1_4_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_0_0_0_0_0_0_R2_1_2_0_0_0_0_0_R2_1_8_0_0_26_1_0_2_1_3_1_4_1_6_4_5_0_8_2_7_3_2_0_0_4_2_3_4_3_5_6_8_5_6_7_3_0_2_4_5_2_4_5_6_0_3_6_7_2_4_7_8_0_7_8_3_8_";
this.lvlsdata[1049] = "v7_0_Don't get to close or it will explode!!!!_29_0_40_40_0_20_0_40_40_0.02_0_0_0_0_0_0_0_0_0_2_56_488_0_10_0_40_40_0_0_0_0_0_0_0_0_0_0_1_56_488_0_38_0_56_488_R1_4_40_40_0_16_0_40_40_R0_2_272_200_0_136_1.57_272_200_0_0_0_0_5_0_0.04_0_0_0_1_400_320_0_10_0_400_320_R1_1_24_40_0_10_0_40_40_R0_1_40_24_0_10_0_40_40_R0_1_56_40_0_10_0_40_40_R0_1_40_56_0_10_0_40_40_R0_1_144_320_0_10_0_144_320_R1_1_56_56_0_10_0_40_40_R0_1_392_72_0_10_0_392_72_R1_1_448_200_0_10_0_448_200_R1_1_272_24_0_10_0_272_24_R1_1_24_24_0_10_0_40_40_R0_1_272_376_0_10_0_272_376_R1_1_144_80_0_10_0_144_80_R1_1_96_200_0_10_0_96_200_R1_1_56_24_0_10_0_40_40_R0_1_24_56_0_10_0_40_40_R0_1_440_264_0_10_0_440_264_R1_1_432_128_0_10_0_432_128_R1_1_336_40_0_10_0_336_40_R1_1_200_40_0_10_0_200_40_R1_1_104_136_0_10_0_104_136_R1_1_104_264_0_10_0_104_264_R1_1_200_360_0_10_0_200_360_R1_1_344_360_0_10_0_344_360_R1_19_0_0_5_1_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_11_1_20_19_15_11_9_8_7_6_3_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_21_0_0_0_0_0_R3_1_22_0_0_0_0_0_R3_1_23_0_0_0_0_0_R3_1_24_0_0_0_0_0_R3_1_25_0_0_0_0_0_R3_1_26_0_0_0_0_0_R3_1_27_0_0_0_0_0_R3_1_28_1_2_1_2_0_16_14_4_18_4_13_4_16_4_5_4_12_4_17_4_10_4_21_4_22_4_23_4_24_4_25_4_26_4_27_4_28_4_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData7 = function () {
this.lvlsdata[298] = "v7_0_Green dude seems tough !_25_0_120_24_0_20_0_120_128_0.05_0_0_0_0_0_0_0_0_0_4_440_72_0_38_1.57_440_72_0_0_0_0_0_0_0_0_0_0_0_72_40_0_20_0_120_128_R0_0_40_176_0_20_0_120_128_R0_0_24_128_0_20_0_120_128_R0_0_40_80_0_20_0_120_128_R0_0_72_216_0_20_0_120_128_R0_1_120_104_0_20_0_120_104_R1_2_288_240_0_26_0_288_240_R1_0_440_232_64_10_0_440_232_R1_0_440_376_64_10_0_440_376_R1_0_504_304_72_10_1.57_504_304_R1_0_376_304_72_10_1.57_376_304_R1_0_216_128_0_20_0_120_128_R0_0_168_216_0_20_0_120_128_R0_0_120_232_0_20_0_120_128_R0_0_200_176_0_20_0_120_128_R0_0_200_80_0_20_0_120_128_R0_0_168_40_0_20_0_120_128_R0_1_440_280_0_14_0_440_280_R1_1_432_328_12_10_2.04_432_328_R1_1_120_120_12_10_1.57_120_120_R1_1_440_304_12_10_1.57_440_304_R1_1_440_304_20_10_0_440_304_R1_1_448_328_12_10_1.1_448_328_R1_25_0_0_0_0_0_4_2_0_0.6_0.1_0.1_1_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_19_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R8_1_17_0_0_0_0_0_R8_1_16_0_0_0_0_0_R8_1_15_0_0_0_0_0_R8_1_14_0_0_0_0_0_R8_1_13_0_0_0_0_0_R8_1_6_0_0_0_0_0_R8_1_5_0_0_0_0_0_R8_1_3_0_0_0_0_0_R8_1_2_0_0_0_0_0_R8_1_0_0_0_0_0_0_R8_1_4_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_2_0_5_12_10_11_9_7_0_0_";
this.lvlsdata[558] = "v7_1_Just push the ball to the end without letting it go over the edge (Only if it doesn't have to)!_84_2_144_248_0_10_0_144_248_0_0_0_0_0_0_0_0_0_0_4_225_284_104_20_0_225_284_R0_4_271_239_0_20_0_271_239_R0_4_233_265_0_20_0_233_265_R0_4_307_264_0_20_0_307_264_R0_4_526_271_0_20_0_526_271_R0_4_349_271_0_20_0_349_271_R0_4_379_271_0_20_0_379_271_R0_4_409_271_0_20_0_409_271_R0_4_439_271_0_20_0_439_271_R0_4_470_271_0_20_0_470_271_R0_4_499_271_0_20_0_499_271_R0_4_711_361_182_20_0.38_711_361_R0_4_531_193_192_20_0_531_193_R0_0_686_269_60_20_1.55_686_269_R0_4_1011_329_130_20_0_1011_329_R0_4_880_376_46_20_-1.56_880_376_R0_4_949_193_180_20_0_949_193_R0_4_1392_200_0_144_0_1392_200_R0_4_1145_434_0_144_0_1145_434_R0_4_1560_293_228_20_0_1560_293_R0_4_1247_193_169_20_0_1247_193_R0_4_1506_474_228_20_0_1506_474_R0_0_1782_474_53_10_0_1782_474_R0_4_1803_315_24_20_0.95_1803_315_R0_4_1841_427_50_20_1.59_1841_427_R0_4_1774_538_66_20_0.85_1774_538_R0_4_1921_641_109_20_0.47_1921_641_R0_4_2025_623_70_20_-1.56_2025_623_R0_4_2361_550_330_20_-0.01_2361_550_R0_4_2294_438_433_20_-0.01_2294_438_R0_4_2780_601_97_20_0.58_2780_601_R0_0_2916_656_48_10_0_2916_656_R0_0_2683_480_43_10_-1.61_2683_480_R0_4_2973_533_122_20_-1.62_2973_533_R0_4_2978_606_0_20_0_2978_606_R0_1_2898_523_0_20_0_2898_523_R0_4_2587_293_815_20_0_2587_293_R0_4_3051_410_79_20_0_3051_410_R0_0_3168_411_38_10_0_3168_411_R0_4_3256_413_35_20_0_3256_413_R0_0_3380_367_48_93_-1.58_3380_367_R0_1_3184_367_10_10_2.26_3184_367_R0_1_3175_357_17_10_1.6_3175_357_R0_1_3167_367_10_10_0.81_3167_367_R0_4_3163_476_48_20_0_3163_476_R0_1_3380_368_23_65_-1.6_3380_368_R0_4_1970_768_49_10_0_1970_768_R0_4_2019_713_50_10_-1.57_2019_713_R0_4_1921_713_54_10_-1.57_1921_713_R0_1_1912_368_52_20_-1.55_1912_368_R0_4_2047_363_0_20_0_2047_363_R0_4_2076_391_0_33_0_2076_391_R0_4_2085_330_0_20_0_2085_330_R0_4_2129_352_0_30_0_2129_352_R0_4_2160_400_0_27_0_2160_400_R0_4_2161_326_0_20_0_2161_326_R0_4_2210_405_0_20_0_2210_405_R0_4_2260_396_0_31_0_2260_396_R0_4_2304_368_0_30_0_2304_368_R0_4_2271_331_0_20_0_2271_331_R0_4_2396_330_0_20_0_2396_330_R0_4_2334_323_0_20_0_2334_323_R0_4_2466_323_0_20_0_2466_323_R0_4_2117_400_0_20_0_2117_400_R0_4_2413_403_0_27_0_2413_403_R0_4_2555_334_0_20_0_2555_334_R0_4_2534_389_0_20_0_2534_389_R0_4_2490_393_0_20_0_2490_393_R0_4_2182_363_0_20_0_2182_363_R0_4_2440_368_0_31_0_2440_368_R0_4_2336_400_0_20_0_2336_400_R0_4_2372_368_0_31_0_2372_368_R0_4_2506_347_0_20_0_2506_347_R0_4_254_84_56_22_0_254_84_R0_4_304_112_38_10_-0.79_304_112_R0_4_263_41_0_124_0_263_41_R0_1_525_231_19_10_-1.54_525_231_R0_4_3133_606_147_20_0_3133_606_R0_4_3064_506_88_20_1.57_3064_506_R0_4_3259_509_88_20_1.57_3259_509_R0_4_304_56_38_10_0.79_304_56_R0_4_1923_1771_2220_20_0_1923_1771_R0_4_2226_345_0_28_0_2226_345_R0_81_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_100_0_0_0_0_4_1_0.5_0_0_0_0_0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_2_45_41_0_0_0_0_0_R0_1_46_0_0_0_0_0_0_2_0_0.5_4_0_0_0.5_0_0_0_0_0_1_-209_0.5_0_0_0_0_0_764_-218_0.5_0_0_0_0_0_757_-23_0.5_0_0_0_0_0_3_49_48_47_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0.1_0_0_0_0_0.1_0_0.5_1_0_0_0.3_0_0_0_0_1_1_65_0_0.1_0_0_0_R57_1_63_0_0.1_0_0_0_0_0.3_0_0.5_1_0_0_0.5_0_0_0_0_1_1_83_0_0.1_0_0_0_R59_1_73_0_0.1_0_0_0_R59_1_72_0_0.1_0_0_0_R59_1_71_0_0.1_0_0_0_R59_1_70_0_0.1_0_0_0_R59_1_69_0_0.1_0_0_0_R59_1_68_0_0.1_0_0_0_R59_1_67_0_0.1_0_0_0_R59_1_66_0_0.1_0_0_0_R59_1_64_0_0.1_0_0_0_R59_1_62_0_0.1_0_0_0_R59_1_61_0_0.1_0_0_0_R59_1_60_0_0.1_0_0_0_R59_1_59_0_0.1_0_0_0_R59_1_58_0_0.1_0_0_0_R59_1_57_0_0.1_0_0_0_R59_1_56_0_0.1_0_0_0_R59_1_55_0_0.1_0_0_0_R59_1_54_0_0.1_0_0_0_R59_1_53_0_0.1_0_0_0_R59_1_52_0_0.1_0_0_0_R59_1_51_1_2_76_77_2_2_35_36_4_47_48_49_50_0_";
this.lvlsdata[136] = "v6_0_11_4_296_240_0_20_0_296_240_0_0_0_0_0_0_0_0_0_0_4_320_200_0_20_0_320_200_R0_4_248_240_0_20_0_248_240_R0_4_224_200_0_20_0_224_200_R0_2_272_200_0_20_0_272_200_R0_4_248_160_0_20_0_248_160_R0_4_296_160_0_20_0_296_160_R0_1_208_88_0_10_0_280_216_0.03_0_0_0_0_0_0_0_0_0_1_208_320_0_10_0_296_160_-0.05_0_0_0_0_0_0_0_0_0_1_336_320_0_10_0_272_200_0.06_0_0_0_0_0_0_0_0_0_0_328_88_0_10_0_248_240_0.04_0_0_0_0_0_0_0_0_0_11_0_0_0_0_0_4_1_0_0.5_0.5_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.9_0.5_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_4_1_0_0.5_0.3_0.3_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_16_1_0_0_2_3_2_5_3_6_5_6_1_3_4_4_6_0_4_7_5_8_2_5_4_1_4_2_4_9_0_6_10_";
this.lvlsdata[1269] = "v7_1__59_2_260_268_0_10_0_260_268_0_0_0_0_0_0_0_0_0_0_3_513_160_0_20_0_513_160_0.1_0_0_0_0_0_0_0_0_0_4_561_88_24_10_0_561_88_R0_4_465_88_24_10_0_465_88_R0_4_585_112_24_10_-1.57_585_112_R0_4_561_232_24_10_0_561_232_R0_4_465_232_24_10_0_465_232_R0_4_585_208_24_10_-1.57_585_208_R0_4_441_208_24_10_-1.57_441_208_R0_4_441_112_24_10_-1.57_441_112_R0_4_513_32_128_10_0_513_32_R0_4_641_104_72_10_1.57_641_104_R0_4_513_304_128_10_0_513_304_R0_4_641_240_60_10_1.57_641_240_R0_4_898_240_60_10_1.57_898_240_R0_4_770_304_128_10_0_770_304_R0_4_898_104_72_10_1.57_898_104_R0_4_770_32_128_10_0_770_32_R0_4_698_112_24_10_-1.57_698_112_R0_4_698_208_24_10_-1.57_698_208_R0_4_842_208_24_10_-1.57_842_208_R0_4_722_232_24_10_0_722_232_R0_4_818_232_24_10_0_818_232_R0_4_842_112_24_10_-1.57_842_112_R0_4_722_88_24_10_0_722_88_R0_4_818_88_24_10_0_818_88_R0_1_770_160_0_20_0_770_160_R0_0_770_160_0_12_0_770_160_R0_0_513_199_22_10_0_513_160_R1_0_1024_200_0_20_0_1024_200_R0_1_1027_158_0_20_0_1027_158_R0_4_1074_88_24_10_0_1074_88_R0_4_978_88_24_10_0_978_88_R0_4_1098_112_24_10_-1.57_1098_112_R0_4_1074_232_24_10_0_1074_232_R0_4_978_232_24_10_0_978_232_R0_4_1098_208_24_10_-1.57_1098_208_R0_4_954_208_24_10_-1.57_954_208_R0_4_954_112_24_10_-1.57_954_112_R0_4_1026_32_128_10_0_1026_32_R0_4_1154_104_72_10_1.57_1154_104_R0_4_1026_304_128_10_0_1026_304_R0_4_1154_240_60_10_1.57_1154_240_R0_4_384_240_60_10_1.57_384_240_R0_4_256_304_128_10_0_256_304_R0_4_384_104_72_10_1.57_384_104_R0_4_256_32_128_10_0_256_32_R0_4_128_168_132_10_1.57_128_168_R0_4_184_112_24_10_-1.57_184_112_R0_4_184_208_24_10_-1.57_184_208_R0_4_328_208_24_10_-1.57_328_208_R0_4_208_232_24_10_0_208_232_R0_4_304_232_24_10_0_304_232_R0_4_328_112_24_10_-1.57_328_112_R0_4_208_88_24_10_0_208_88_R0_4_304_88_24_10_0_304_88_R0_1_255_159_0_20_0_255_159_R0_0_254_200_0_20_0_254_200_R0_1_1189_148_198_20_-1.57_1189_148_R0_59_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_1_2_0_0.2_1_0_0_0.5_0_0_0_0_0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_3_1_0_0_1_0_0_0.5_0_0_0_0_0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_3_1_0_0.3_1_0_0_0.5_0_0_0_0_0_1_57_0_0_0_0_0_R0_1_58_4_2_1_11_3_16_26_27_3_30_40_29_3_56_57_45_0_0_";
this.lvlsdata[252] = "v7_0_The key here is speed. Grab them all before they reappear._12_2_272_344_0_20_0_272_344_0_0_0_0_0_0_0_0_0_0_1_272_152_0_20_0_272_152_R0_1_272_104_0_20_0_272_104_R0_1_272_56_0_20_0_272_56_R0_1_368_200_0_20_0_368_200_R0_0_416_200_0_20_0_416_200_R0_4_128_200_0_20_0_128_200_R0_1_176_200_0_20_0_176_200_R0_1_272_296_0_20_0_272_296_R0_1_224_200_0_20_0_224_200_R0_1_272_248_0_20_0_272_248_R0_1_320_200_0_20_0_320_200_R0_12_0_0_200_1_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_0_0_0_200_1.5_0_R0_1_2_0_0_200_0.5_0_R0_1_3_0_0_200_1.5_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_200_1.5_0_R0_1_7_0_0_200_1_0_R0_1_11_0_0_200_1_0_R0_1_10_0_0_200_2_0_R0_1_8_0_0_200_1_0_R0_1_9_0_0_0_";
this.lvlsdata[542] = "v7_0_Push the blue capsule in the opening_20_4_456_264_128_26_1.57_456_264_0_0_0_0_0_0_0_0_0_0_4_272_376_348_28_0_272_376_R0_1_504_328_0_20_0_504_328_R0_4_392_272_136_26_1.57_392_272_R0_2_424_336_0_10_0_424_336_R0_2_120_-40_0_10_0_120_200_R0_4_120_200_0_20_0_120_200_R0_1_120_-40_0_20_0_120_-40_R0_2_63_336_0_10_0_63_336_R0_1_132_293_0_49_0_132_293_R0_2_231_337_0_10_0_231_337_R0_4_207_305_124_18_1.57_207_305_R0_1_296_325_0_19_0_296_325_R0_4_256_320_140_18_1.57_256_320_R0_0_456_304_0_24_0_456_304_R0_0_392_304_0_24_0_392_304_R0_0_256_304_0_18_0_256_304_R0_0_207_305_0_18_0_207_305_R0_4_324_273_60_26_0_324_273_R0_4_528_272_64_26_0_528_272_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_3_90_0.05_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_2_5_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_10_90_0_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.5_90_0.1_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.08_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_4_2_5_7_2_4_2_3_8_9_18_3_10_12_19_1_1_1_0_";
this.lvlsdata[551] = "v7_0__15_2_264_312_0_20_0_264_312_0_0_0_0_0_0_0_0_0_0_4_160_0_0_34_0_160_0_R0_0_352_40_56_10_1.57_352_40_R0_4_352_296_176_30_1.57_352_296_R0_1_464_224_60_10_0_464_224_R0_2_464_256_60_10_0_464_256_R0_0_168_56_176_14_0_168_56_R0_4_160_56_28_10_0_160_56_R0_4_264_208_0_34_0_264_208_R0_4_48_0_0_34_0_48_0_R0_4_48_56_28_10_0_48_56_R0_2_464_384_60_10_0_464_384_R0_1_464_352_60_10_0_464_352_R0_2_464_320_60_10_0_464_320_R0_1_464_288_60_10_0_464_288_R0_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.1_90_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R4_1_14_3_1_0_4_4_5_7_8_4_1_10_13_14_0_0_";
this.lvlsdata[245] = "v6_1_35_4_-2768_1248_0_3018_0_-2768_1248_0_0_0_0_0_0_0_0_0_0_2_312_232_0_20_0_312_232_R0_1_-377_-773_0_20_0_-377_-773_R0_1_-3560_4288_0_20_0_-3560_4288_R0_1_-3760_4232_0_20_0_-3760_4232_R0_1_-3975_4151_0_20_0_-3975_4151_R0_1_-4168_4064_0_20_0_-4168_4064_R0_1_-4363_3955_0_20_0_-4363_3955_R0_1_-4552_3832_0_20_0_-4552_3832_R0_1_-4720_3704_0_20_0_-4720_3704_R0_1_-4928_3528_0_20_0_-4928_3528_R0_1_-5112_3344_0_20_0_-5112_3344_R0_1_-5288_3112_0_20_0_-5288_3112_R0_1_-5459_2867_0_20_0_-5459_2867_R0_1_-5602_2599_0_20_0_-5602_2599_R0_1_-5728_2312_0_20_0_-5728_2312_R0_1_-5815_1999_0_20_0_-5815_1999_R0_1_-5867_1711_0_20_0_-5867_1711_R0_1_-5896_1368_0_20_0_-5896_1368_R0_1_-5885_1031_0_20_0_-5885_1031_R0_1_-5848_696_0_20_0_-5848_696_R0_1_-5772_320_0_20_0_-5772_320_R0_1_-5640_-16_0_20_0_-5640_-16_R0_1_-5458_-375_0_20_0_-5458_-375_R0_1_-5221_-701_0_20_0_-5221_-701_R0_1_-14_-249_0_20_0_-14_-249_R0_1_-4915_-1025_0_20_0_-4915_-1025_R0_1_-4552_-1324_0_20_0_-4552_-1324_R0_1_-4141_-1572_0_20_0_-4141_-1572_R0_1_-3693_-1747_0_20_0_-3693_-1747_R0_1_-3120_-1859_0_20_0_-3120_-1859_R0_1_-2488_-1867_0_20_0_-2488_-1867_R0_1_-1904_-1768_0_20_0_-1904_-1768_R0_1_-1360_-1544_0_20_0_-1360_-1544_R0_1_-837_-1211_0_20_0_-837_-1211_R0_35_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_";
this.lvlsdata[667] = "v7_0_Try to to get in the \"C\" and take the blue capsules then go out and take the other capsules._38_0_264_200_28_10_0_264_200_0.1_0_0_0_0_0_0_0_0_0_4_240_152_16_10_-0.47_240_152_0_0_0_0_0_0_0_0_0_0_4_288_152_16_10_-2.67_288_152_R1_4_288_248_16_10_-0.47_288_248_R1_4_240_248_16_10_-2.67_240_248_R1_1_264_232_0_10_0_264_232_R1_4_216_224_16_10_-2.04_216_224_R1_4_216_176_16_10_-1.1_216_176_R1_4_208_200_4_12_-1.57_208_200_R1_4_264_256_4_12_0_264_256_R1_4_264_144_4_12_0_264_144_R1_0_264_336_60_14_0_264_336_R1_0_360_112_60_14_0.94_360_112_R1_0_208_320_28_10_0.47_208_320_R1_0_264_64_60_14_0_264_64_R1_0_320_80_28_10_0.47_320_80_R1_0_168_288_60_14_0.94_168_288_R1_0_168_112_60_14_2.2_168_112_R1_0_208_80_28_10_-0.47_208_80_R1_0_360_288_60_14_2.2_360_288_R1_0_320_320_28_10_-0.47_320_320_R1_0_400_200_36_14_-1.57_400_200_R1_0_264_200_28_10_0_264_200_0.08_0_0_0_0_0_0_0_0_0_0_264_200_28_10_0_264_200_0.06_0_0_0_0_0_0_0_0_0_0_520_376_0_10_0_520_376_R1_1_232_200_0_10_0_232_200_R1_1_264_168_0_10_0_264_168_R1_0_472_368_40_10_-1.57_472_368_R1_0_512_328_36_10_0_512_328_R1_1_520_376_0_20_0_520_376_R1_1_520_24_0_20_0_520_24_R1_0_512_72_36_10_0_512_72_R1_0_472_32_40_10_-1.57_472_32_R1_0_264_400_44_10_0_264_400_-0.1_0_0_0_0_0_0_1_0_0_0_264_0_44_10_0_264_0_R33_0_264_200_36_10_-1.57_264_200_R0_2_464_200_0_10_0_464_200_R1_0_520_24_0_10_0_520_24_R1_38_0_0_0_0_0_0_0.1_0_0.5_2_0_0_0_0_0_100_0_1_0_0_1_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_0_0.1_0_0.5_2_0_0_0_0_0_100_0_0_0_0_1_100_92_91_0_0.4_1_22_0_0_0_0_0_R22_1_23_0_0_0_0_0_1_2_0.2_0.9_1_0_0_0.5_0_0_0_0_0_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R24_1_37_3_3_5_27_28_3_26_31_32_1_25_0_0_";
this.lvlsdata[95] = "v5_0_17_3_32_368_0_20_0_32_368_0_0_0_0_0_0_0_0_3_520_32_0_20_0_520_32_R0_3_520_368_0_20_0_520_368_R0_3_32_32_0_20_0_32_32_R0_0_272_200_292_20_-2.51_272_200_0.03_0.1_-0.1_68_99_0.04_0.1_1_2_272_32_0_20_0_272_32_R0_3_32_192_0_20_0_32_192_R0_3_32_112_0_20_0_32_112_R0_3_32_280_0_20_0_32_280_R0_3_520_192_0_20_0_520_192_R0_3_400_32_0_20_0_400_32_R0_3_520_112_0_20_0_520_112_R0_3_520_280_0_20_0_520_280_R0_3_400_368_0_20_0_400_368_R0_3_144_368_0_20_0_144_368_R0_3_272_368_0_20_0_272_368_R0_3_152_32_0_20_0_152_32_R0_17_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_0_0.9_0.1_0.5_1_0_0_0.5_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_1_1_4_";
this.lvlsdata[140] = "v6_1_55_4_280_224_52_20_2.36_280_224_0_0_0_0_0_0_0_0_0_0_4_176_320_52_20_0.79_176_320_R0_4_280_416_52_20_2.36_280_416_R0_4_272_600_52_20_2.36_272_600_R0_4_280_792_52_20_2.36_280_792_R0_4_176_120_52_20_0.79_176_120_R0_4_176_704_52_20_0.79_176_704_R0_4_176_504_52_20_0.79_176_504_R0_4_128_504_516_20_1.57_128_504_R0_4_328_504_516_20_1.57_328_504_R0_2_234_68_0_20_0_234_68_R0_0_152_984_0_30_0_152_984_R0_0_152_896_0_30_0_152_896_R0_4_408_1136_136_20_0.94_408_1136_R0_4_224_1120_136_20_0.79_224_1120_R0_4_312_1216_0_88_0_312_1216_R0_4_488_1464_216_20_1.57_488_1464_R0_4_320_1528_240_20_1.57_320_1528_R0_4_406_1641_80_20_1.57_406_1641_0.05_0.07_0.1_0_0_0_0_0_0_0_4_406_1641_70_20_0_406_1641_R18_0_462_1585_0_10_0_406_1641_R18_0_350_1697_0_10_0_406_1641_R18_0_350_1472_0_10_0_406_1416_R18_0_462_1360_0_10_0_406_1416_R18_4_406_1416_70_20_0_406_1416_R18_4_406_1416_80_20_1.57_406_1416_R18_4_255_2027_262_20_1.82_255_2027_R0_4_387_1922_262_20_1.97_387_1922_R0_4_358_1848_0_29_0_358_1848_0_0_0_0_12_0_0.1_0_0_0_4_288_2280_0_35_1.57_288_2280_R0_4_192_2368_0_48_1.57_192_2296_0_0_0_0_4_0_0.1_0_0_0_4_192_3040_184_20_1.57_192_3040_R0_4_288_2984_240_20_1.57_288_2984_R0_0_345_2914_184_20_1.57_344_2728_0_0.03_0.07_0_0_0_0_0_0_0_1_245_2773_0_13_0_245_2773_R0_1_240_3248_0_60_0_240_3248_R0_0_232_0_213_13_0_232_0_R0_4_288_2168_0_35_1.57_288_2168_R0_4_288_2576_0_35_1.57_288_2576_R0_4_288_2224_0_35_1.57_288_2224_R0_4_288_2520_0_35_1.57_288_2520_R0_4_288_2472_0_35_1.57_288_2472_R0_4_288_2424_0_35_1.57_288_2424_R0_4_288_2376_0_35_1.57_288_2376_R0_4_288_2328_0_35_1.57_288_2328_R0_4_192_2296_0_48_1.57_192_2296_R30_4_192_2656_0_48_1.57_192_2296_R30_4_192_2512_0_48_1.57_192_2296_R30_4_192_2440_0_48_1.57_192_2296_R30_4_288_2624_0_35_1.57_288_2624_R0_4_288_2672_0_35_1.57_288_2672_R0_4_288_2720_0_35_1.57_288_2720_R0_4_192_2584_0_48_1.57_192_2296_R30_4_192_2728_0_48_1.57_192_2296_R30_4_192_2808_0_48_1.57_192_2296_R30_55_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_0_1.7_0_0.5_2_0_0_0.5_0_0_0_0_0_152_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_20_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_20_0_0_0_0_R11_1_11_0_0_0_0_0_R0_1_35_0_0_0_0_0_0_1.6_0_0.5_6_0_0_0_0_0_0_0_0_1_1062_0.9_0_0_0_0_0_177_1297_0.7_0_0_0_0_0_177_1793_0.6_0_0_0_0_0_7_2261_0.7_0_0_0_0_0_8_3427_0.8_0_0_0_0_0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_20_0_0_0_0_R0_1_46_20_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_20_0_0_0_0_R0_1_54_0_1_2_33_34_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData8 = function () {
this.lvlsdata[305] = "v7_0_Hit the gren ball, that will hit the 2 yellow balls, that will end on the blue balls._8_4_408_200_0_30_0_408_200_0_0_0_0_0_0_0_0_0_0_4_480_200_0_28_0_480_200_R0_2_520_200_0_10_0_480_200_R0_2_184_224_0_20_0_184_224_R0_0_400_200_216_10_1.57_400_200_R0_2_184_176_0_20_0_184_176_R0_1_56_48_0_20_0_56_48_R0_1_56_352_0_20_0_56_352_R0_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.98_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_2_1_0_0_0_0_0_R0_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.93_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R5_1_7_0_0_0_";
this.lvlsdata[1236] = "v7_0_beging by the up,by the right, and by the down_27_4_496_56_36_10_0_496_56_0_0_0_0_0_0_0_0_0_0_4_536_32_20_10_1.57_536_32_R0_2_512_32_0_10_0_512_32_R0_4_80_112_44_10_0.47_80_112_R0_4_152_160_0_28_0_152_160_R0_4_152_160_60_10_0_152_160_0.06_0_0_0_0_0_0_0_0_0_4_152_160_56_10_1.57_152_160_R5_4_224_256_32_10_0.79_256_288_0.1_0_0_0_0_0_0_0_0_0_4_256_288_0_20_0_256_288_R0_4_368_368_128_10_-0.31_368_368_R0_2_352_144_0_10_1.57_352_144_R0_4_464_376_16_10_0_464_376_R0_4_352_192_48_16_0_352_192_R0_4_240_376_24_12_1.26_256_408_0_0_0_0_0_0_0_1_0_0_0_-8_200_208_10_1.57_-8_200_R0_0_552_208_216_10_1.57_552_208_R0_0_448_408_132_10_0_448_408_R0_0_88_408_132_10_0_88_408_R0_4_400_144_48_16_-1.57_400_144_R0_4_304_144_48_16_1.57_304_144_R0_4_352_96_48_16_0_352_96_R0_1_352_176_0_10_0_352_176_R0_1_464_136_28_10_0_464_136_R0_1_384_144_0_10_0_384_144_R0_1_352_112_0_10_0_352_112_R0_0_436_163_24_10_1.57_436_163_R0_0_492_162_24_10_1.57_492_162_R0_26_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_-480_0_0.5_0_0_0_0_0_2_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2.8_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_1_0_-224_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0.8_240_-80_0.5_0_0_0_0_0.8_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R2_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R2_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_R2_1_23_0_0_0_0_0_R2_1_24_0_0_0_0_0_R2_1_25_0_0_0_0_0_R2_1_26_0_3_2_11_21_2_13_23_3_0_24_1_0_";
this.lvlsdata[521] = "v7_0__5_2_360_272_44_14_1.57_360_272_0_0_0_0_0_0_0_0_0_0_1_200_272_0_20_0_200_272_R0_0_200_240_28_10_0_200_240_R0_0_232_288_48_10_1.57_232_288_R0_0_168_288_48_10_1.57_168_288_R0_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_5_1_0_4_1_0_0.5_0.8_0.1_0_1.6_90_0.88_1_0_0_0.5_0_0_0_0_0_4_1_2_3_4_1_4_1_2_3_4_0_1_1_0_";
this.lvlsdata[177] = "v6_1_71_0_-72_488_0_20_0_-72_488_0_0_0_0_0_0_0_0_0_0_1_-24_488_0_20_0_-24_488_R0_1_-120_488_0_20_0_-120_488_R0_2_472_80_0_20_0_472_80_R0_4_-16_440_56_20_0.31_-16_440_R0_4_24_552_92_20_1.73_24_552_R0_4_-168_536_56_20_0.16_-168_536_R0_4_-224_440_84_20_1.57_-224_440_R0_4_-144_328_84_20_-0.31_-144_328_R0_1_64_400_0_10_0_64_408_0_0_0_0_0_0_0_0_10_0.1_4_8_352_0_46_0_8_360_0_0_0_0_0_0_0_0_25_0.06_0_56_280_0_22_0_56_288_0_0_0_0_0_0_0_0_10_-0.08_4_240_376_160_20_0.16_240_376_R0_4_168_280_156_20_-1.26_168_280_R0_4_-72_368_0_22_0_-72_376_R9_4_80_448_36_20_-0.47_80_448_R0_4_160_160_64_20_-0.47_160_160_R0_4_96_128_76_20_-0.63_96_128_R0_4_-16_240_76_20_-0.94_-16_240_R0_1_128_240_0_20_0_128_240_R0_4_-128_648_96_20_1.73_-128_648_R0_0_-104_592_0_20_0_-104_592_R0_4_272_648_80_20_0_272_648_R0_0_8_720_0_20_0_8_720_R0_0_-112_688_0_20_0_-112_688_R0_4_96_744_236_20_0_96_744_R0_0_96_696_44_10_-1.57_96_696_R0_0_176_528_0_70_0_176_528_R0_1_336_696_0_10_0_336_696_R0_1_144_696_0_10_0_144_696_R0_1_192_696_0_10_0_192_696_R0_1_240_696_0_10_0_240_696_R0_1_288_696_0_10_0_288_696_R0_4_392_744_56_20_0_392_744_R0_4_448_744_152_20_1.57_448_744_R0_1_400_600_0_20_0_400_600_R0_4_448_984_104_20_0_448_984_R0_4_552_864_120_20_1.57_552_864_R0_4_336_864_120_20_1.57_336_864_R0_4_448_936_0_10_0_448_880_0.1_0_0_0_0_0_0_0_0_0_4_504_832_0_10_0_448_832_R39_4_392_832_0_10_0_448_832_R39_0_288_792_0_20_0_288_792_R0_1_392_744_0_10_0_392_744_R0_4_504_896_0_10_0_504_896_0_0_0_0_0_0_0_0_16_0.1_4_448_896_0_10_0_448_896_R44_4_448_856_0_10_0_448_896_R39_0_448_512_72_20_-1.57_448_512_R0_0_552_664_72_20_-1.57_552_664_R0_1_504_704_0_20_0_504_696_0_0_0_0_0_0_0_0_10_0.08_4_552_472_120_20_-1.57_552_472_R0_4_448_392_0_60_0_448_392_R0_4_552_288_56_20_1.57_552_288_R0_4_448_288_56_20_1.57_448_288_R0_1_496_232_48_20_0_496_232_R0_4_464_808_0_20_0_464_808_R0_4_432_864_0_20_0_432_864_R0_4_528_960_0_20_0_528_960_R0_4_408_968_0_20_0_408_968_R0_4_368_32_148_20_0_368_32_R0_4_368_128_148_20_0_368_128_R0_4_520_80_48_20_1.57_520_80_R0_4_187_56_36_20_-0.75_187_56_R0_1_248_80_0_20_0_248_80_R0_0_48_64_28_10_0.94_48_64_R0_0_-176_408_0_10_0_-144_408_R39_4_504_936_0_10_0_504_936_R0_4_392_936_0_10_0_392_936_R0_4_392_896_0_10_0_392_896_R44_4_448_936_0_10_0_448_896_R39_4_448_840_0_10_0_448_888_R39_71_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_80_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_128_0_0.5_0_0_0_0_0_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_336_0_1_0_0_0_0_0_1_26_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_272_64_1_0_0_0_0_0_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R1_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_0_2_0_0.5_5_0_0_0_0_0_0_0_0_0_240_1_0_0_0_0_0_320_160_1_0_0_0_0_0_304_-160_1_0_0_0_0_0_192_-80_0.3_0_0_0_0_0_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R1_1_44_0_0_0_0_0_R1_1_45_0_0_0_0_0_R1_1_46_0_0_0_0_0_R1_1_47_0_0_0_0_0_R1_1_48_0_0_0_0_0_R1_1_49_0_0_0_0_0_R1_1_50_0_0_0_0_0_R1_1_51_0_0_0_0_0_R1_1_52_0_0_0_0_0_R1_1_53_0_0_0_0_0_R1_1_54_0_0_0_0_0_R1_1_55_0_0_0_0_0_R1_1_56_0_0_0_0_0_R1_1_57_0_0_0_0_0_R1_1_58_0_0_0_0_0_R1_1_59_0_0_0_0_0_R1_1_60_0_0_0_0_0_R1_1_61_0_0_0_0_0_R1_1_62_0_0_0_0_0_R1_1_63_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_64_112_0.5_0_0_0_0_0_1_64_0_0_0_0_0_R1_1_65_0_0_0_0_0_1_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_66_0_0_0_0_0_R66_1_67_0_0_0_0_0_R1_1_68_0_0_0_0_0_R1_1_69_0_0_0_0_0_R1_1_70_1_2_35_33_7_3_0_2_21_2_11_19_2_26_29_2_27_31_2_42_43_2_63_64_2_9_65_0_";
this.lvlsdata[880] = "v7_0__29_4_416_200_196_20_-1.57_416_200_0_0_0_0_0_0_0_0_100_0.1_4_128_200_196_20_-1.57_128_200_R0_2_344_200_0_20_0_344_200_0_0_0_0_0_0_0_0_0_0_2_200_200_0_20_0_200_200_R2_1_80_32_0_20_0_80_32_R2_1_80_128_0_20_0_80_128_R2_1_80_320_0_20_0_80_320_R2_0_80_368_0_20_0_80_368_R2_0_80_272_0_20_0_80_272_R2_0_80_80_0_20_0_80_80_R2_0_80_176_0_20_0_80_176_R2_1_80_224_0_20_0_80_224_R2_1_464_176_0_20_0_464_176_R2_0_464_128_0_20_0_464_128_R2_0_464_32_0_20_0_464_32_R2_0_464_224_0_20_0_464_224_R2_0_464_320_0_20_0_464_320_R2_1_464_272_0_20_0_464_272_R2_1_464_80_0_20_0_464_80_R2_1_464_368_0_20_0_464_368_R2_0_368_-48_0_20_0_368_-48_R2_0_176_-48_0_20_0_176_-48_R2_0_272_-48_0_20_0_272_-48_R2_0_224_448_0_20_0_224_448_R2_0_320_448_0_20_0_320_448_R2_1_272_200_196_20_-1.57_272_200_R0_1_272_200_196_20_-1.57_272_200_R0_0_80_200_196_24_-1.57_80_200_R2_0_464_200_196_24_-1.57_464_200_R2_28_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_240_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1_90_0.7_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R20_1_21_160_0_0_0_0_R20_1_22_200_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1_270_0.7_1_0_0_0.5_0_0_0_0_0_1_23_80_0_0_0_0_R23_1_24_0_0_0_0_0_R0_2_25_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_2_0_3_26_28_27_1_6_20_24_23_22_21_26_0_";
this.lvlsdata[5] = "v2_17_0_496_208_208_10_0_280_200_0.03_0_0_0_0_0_0_0_80_416_76_10_2.36_280_200_R0_0_264_184_104_10_0.79_280_200_R0_0_448_368_88_10_0.79_280_200_R0_0_288_232_104_10_1.57_280_200_R0_0_288_488_96_10_-1.57_280_200_R0_0_288_-80_148_10_1.57_280_200_R0_0_64_208_144_10_0_280_200_R0_0_264_232_120_10_2.36_280_200_R0_0_72_-8_104_10_0.79_280_200_R0_0_480_16_124_10_2.36_280_200_R0_0_408_120_20_10_0.79_280_200_R0_0_168_128_28_10_2.36_280_200_R0_0_400_288_20_10_2.36_280_200_R0_2_496_352_0_10_0_496_352_0_0_0_0_0_0_0_1_440_104_0_10_0.31_280_200_R0_0_160_304_20_10_0.79_280_200_R0_17_0_0_1_0_0.5_1_0_0_0.5_1_0_0_R0_1_1_0_R0_1_2_0_0_0_0_0.5_1_0_0_0.5_1_3_0_R0_1_4_0_R0_1_5_0_R0_1_6_0_R0_1_7_0_R0_1_8_0_R0_1_9_0_R0_1_10_0_0_1.8_0.3_0.5_1_0_0_0.5_1_11_0_R0_1_12_0_R0_1_13_0_R0_1_14_0_R0_1_15_0_R11_1_16_";
this.lvlsdata[288] = "v7_0_Hit it again and again, anywhere!_19_4_360_208_0_36_0_360_208_0_0_0_0_0_0_0_0_0_0_1_360_208_0_10_0_360_208_R0_2_72_56_0_20_0_72_56_R0_4_360_208_0_60_0_360_208_R0_1_360_208_0_36_0_360_208_R0_4_360_208_0_86_0_360_208_R0_1_360_208_0_58_0_360_208_R0_1_360_208_0_86_0_360_208_R0_4_360_208_0_122_0_360_208_R0_4_360_208_0_112_0_360_208_R0_1_360_208_0_100_0_360_208_R0_4_360_208_0_138_0_360_208_R0_1_360_208_0_114_0_360_208_R0_4_360_208_0_160_0_360_208_R0_1_360_208_0_140_0_360_208_R0_1_360_208_0_166_0_360_208_R0_4_360_208_0_188_0_360_208_R0_4_360_208_0_210_0_360_208_R0_1_360_208_2_186_0_360_208_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_9_2_0_1_2_4_3_2_6_5_2_7_9_2_10_8_2_12_11_2_14_13_2_15_16_2_18_17_0_0_";
this.lvlsdata[631] = "v7_0__26_2_56_48_0_10_0_56_48_0_0_0_0_0_0_0_0_0_0_0_56_88_80_10_0_56_88_R0_0_136_176_76_10_1.57_136_176_0.1_0_0_0_0_0_0_0_0_0_0_136_176_76_10_0_136_176_R2_0_136_176_0_20_0_136_176_R0_0_240_176_88_10_1.57_240_176_R0_0_160_272_80_10_0_160_272_R0_0_352_264_0_40_0_352_264_R0_0_8_304_208_10_1.57_8_304_R0_0_288_264_52_10_0_288_264_R0_0_232_264_0_40_0_232_264_R0_0_288_304_0_20_0_288_304_R0_0_352_40_228_10_-1.57_352_40_R0_1_288_224_0_20_0_288_224_R0_0_272_128_28_22_-1.57_272_128_R2_0_352_128_36_10_-1.57_352_128_R0_0_232_544_108_20_-1.57_232_544_R0_1_232_360_64_20_-1.57_232_360_R0_0_288_424_72_20_-1.57_288_424_R0_0_464_328_240_20_-1.57_464_328_R0_0_384_120_52_10_0_384_120_R0_0_520_192_52_10_0_520_192_R0_0_520_96_52_10_0_520_96_R0_0_384_168_52_10_0_384_168_R0_0_520_144_52_10_0_520_144_R0_1_512_352_0_20_0_512_352_R0_26_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_1_1_0_0.2_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_80_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-144_0_1_0_0_0_0_0_1_15_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-208_1_0_0_0_0_0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_0_1_0_0.5_2_0_0_1_0_0_0_0_0_144_0_1_0_0_0_0_0_1_20_0_0_0_0_0_R15_1_21_0_0_0_0_0_R15_1_22_0_0_0_0_0_R20_1_23_0_0_0_0_0_R15_1_24_0_0_0_0_0_R0_1_25_1_3_13_14_15_1_2_16_17_0_";
this.lvlsdata[642] = "v7_0_The Tip is.... Ummmm...... I forgot the Tip!_26_2_40_40_0_10_0_40_40_0_0_0_0_0_0_0_0_0_0_0_32_80_88_10_0_32_80_R0_0_128_0_0_40_0_128_0_0_0_0_0_13_0_0.1_0_0_0_0_128_80_0_16_0_128_80_R2_0_168_80_100_10_0_168_80_R0_0_272_48_40_20_0_272_48_0.1_0_0_0_0_0_0_0_47_0.1_0_336_80_128_10_0_336_80_R0_0_408_144_320_10_0_408_144_R0_0_48_224_364_10_0_48_224_R0_0_472_224_0_20_0_472_224_R0_0_472_224_72_10_-1.57_472_224_0.1_0_0_0_0_0_0_0_0_0_0_472_224_72_10_0_472_224_R10_0_368_296_288_10_0_368_296_R0_0_416_224_64_10_0_416_224_R0_0_192_296_72_10_0_192_296_-0.1_0_0_0_0_0_0_0_0_0_0_192_296_72_10_-1.57_192_296_R14_0_192_296_0_20_0_192_296_R0_4_192_384_268_10_0_192_384_R0_1_8_400_0_20_0_8_400_R0_0_192_368_268_10_0_192_368_R0_4_464_376_20_20_-0.63_464_376_R0_0_464_80_0_10_0_464_80_0_0_0_0_100_0_0.1_0_0_0_0_216_168_24_10_0_216_168_0_0_0_0_0_0_0_0_100_-0.1_0_216_200_24_10_0_216_200_0_0_0_0_0_0_0_0_100_0.1_1_40_40_0_10_0_40_40_R0_0_88_32_48_10_-1.57_88_32_R0_26_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_1_3_9_24_25_0_0_";
this.lvlsdata[1248] = "v7_0__9_2_272_200_0_28_0_272_200_0_0_0_0_0_0_0_0_0_0_1_272_152_0_20_0_272_152_R0_1_224_200_0_20_0_224_200_R0_1_320_200_0_20_0_320_200_R0_1_320_152_0_20_0_320_152_R0_1_272_248_0_20_0_272_248_R0_1_224_152_0_20_0_224_152_R0_1_224_248_0_20_0_224_248_R0_1_320_248_0_20_0_320_248_R0_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_200_0.5_0_R0_3_1_2_3_0_0_200_0_0_R0_3_4_5_6_0_0_200_0_0_R0_2_7_8_1_1_1_0_0_";
this.lvlsdata[665] = "v7_0_Hmph.... It's not active enough! Why don't we make it active!_20_2_24_24_0_10_0_24_24_0_0_0_0_0_0_0_0_0_0_4_24_80_352_20_0_24_80_R0_3_88_56_0_10_0_88_56_R0_0_88_192_84_10_0_88_192_0.1_0_0_0_68_0_0.1_0_0_0_0_88_192_84_10_1.57_88_192_R3_4_344_216_252_20_-0.31_344_216_R0_3_192_56_0_10_0_192_56_R0_0_192_128_0_66_0_192_128_R0_0_296_128_0_20_0_296_128_0.1_0_0_0_0_0_0_0_43_0.1_3_296_56_0_10_0_296_56_R0_0_88_80_36_10_0_88_80_0.1_0_0_0_0_0_0_0_0_0_0_320_320_96_20_0_320_320_R10_0_296_80_36_10_0_296_80_R10_0_368_144_36_10_0_368_144_R10_4_256_384_360_20_0_256_384_R0_1_536_336_156_20_-1.57_536_336_R0_0_440_80_52_20_0_440_80_0_0_0_0_0_0_0_0_100_0.1_0_528_8_128_40_-1.57_528_8_R0_0_440_80_52_20_0_440_80_0_0_0_0_0_0_0_0_100_-0.1_1_320_160_60_20_-1.57_320_160_R0_20_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_1_0.1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_1_2_7_19_3_3_2_3_4_2_6_7_2_8_9_0_";
this.lvlsdata[1103] = "v7_0__14_0_288_120_2656_10_0_288_120_0_0_0_0_0_0_0_0_0_0_1_312_48_0_20_0_312_48_R0_1_216_48_0_20_0_216_48_R0_1_360_48_0_20_0_360_48_R0_1_72_48_0_20_0_72_48_R0_1_408_48_0_20_0_408_48_R0_0_272_184_1892_10_0_272_184_R0_1_168_48_0_20_0_168_48_R0_1_264_48_0_20_0_264_48_R0_1_456_48_0_20_0_456_48_R0_1_504_48_0_20_0_504_48_R0_1_24_48_0_20_0_24_48_R0_1_120_48_0_20_0_120_48_R0_2_216_152_0_10_0_216_152_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_180_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_160_0_0_0_0_R1_1_2_140_0_0_0_0_R1_1_3_40_0_0_0_0_R1_1_4_100_0_0_0_0_R1_1_5_0_0_0_0_0_R0_1_6_120_0_0_0_0_R1_1_7_200_0_0_0_0_R1_1_8_60_0_0_0_0_R1_1_9_20_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_80_0_0_0_0_R1_1_12_0_0_0_0_0_R0_1_13_0_0_0_";
this.lvlsdata[462] = "v7_0_Press the Bunnys down in their stables. _25_2_72_88_28_10_-2.2_72_88_0_0_0_0_0_0_0_0_0_0_2_88_88_28_10_-0.94_88_88_R0_2_480_96_28_10_-0.94_480_96_R0_2_280_96_28_10_-0.94_280_96_R0_2_264_96_28_10_-2.2_264_96_R0_2_464_96_28_10_-2.2_464_96_R0_1_80_336_0_10_0_80_336_R0_1_472_344_0_10_0_472_344_R0_1_272_344_0_10_0_272_344_R0_2_472_112_0_20_0_472_112_R0_2_272_112_0_20_0_272_112_R0_2_80_104_0_20_0_80_104_R0_1_168_88_0_10_0_168_88_R0_2_168_88_0_10_0_176_88_R0_4_176_88_0_20_0_176_88_R0_0_176_192_16_20_0_176_192_R0_0_544_192_0_10_0_544_192_R0_0_376_192_16_20_0_376_192_R0_0_8_192_0_10_0_8_192_R0_0_376_304_92_10_1.57_376_304_R0_0_176_304_92_10_1.57_176_304_R0_0_336_192_0_10_0_376_192_0.1_0_0_0_0_0_0_0_0_0_0_416_192_0_10_0_376_192_R21_0_216_192_0_10_0_176_192_R21_0_136_192_0_10_0_176_192_R21_24_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R6_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R6_1_12_0_0_0_0_0_R6_2_13_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_16_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R6_1_19_0_0_0_0_0_R6_1_20_0_0_0_0_0_R6_1_21_0_0_0_0_0_R6_1_22_0_0_0_0_0_R6_1_23_0_0_0_0_0_R6_1_24_1_2_12_13_0_9_1_0_4_3_5_2_10_3_10_4_9_2_9_5_11_1_11_0_";
this.lvlsdata[174] = "v6_1_2_2_272_32_0_26_0_272_32_0_0_0_0_16_0_0.1_0_0_0_1_272_312_0_20_0_272_312_0_0_0_0_0_0_0_0_0_0_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.2_1_0_0_0.5_0_0_0_0_0_1_1_0_0_1_1_0_";
this.lvlsdata[436] = "v7_0_When you get a Capsule in your hook, go to the far right of the depths and then the Capsule will reach the surface - Don't pick up the red Capsules!_19_4_280_392_380_20_0_280_392_0_0_0_0_0_0_0_0_0_0_4_336_184_0_54_0_336_184_R0_4_520_184_40_54_0_520_184_R0_4_480_312_132_54_1.57_480_312_R0_4_528_312_132_54_1.57_528_312_R0_0_120_152_224_20_0_120_152_R0_2_272_16_0_10_0_272_16_R0_4_272_200_156_10_-1.57_272_200_R0_4_208_328_32_10_1.57_208_328_R0_4_240_360_32_10_0_240_360_R0_0_88_320_0_20_0_88_320_R0_4_416_432_44_36_0_416_432_R0_4_408_192_48_18_0_408_192_R0_1_136_320_0_20_0_136_320_R0_1_240_320_0_20_0_240_320_R0_1_408_152_0_20_0_408_152_R0_1_408_344_0_20_0_408_344_R0_0_240_256_0_20_0_240_256_R0_0_136_256_0_20_0_136_256_R0_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_4_9_8_7_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.04_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_0_0_-256_0.5_0_0_0_0_0_96_-256_0.5_0_0_0_0_0_112_0_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R7_1_13_0_0_0_0_0_R7_1_14_0_0_0_0_0_R7_1_15_0_0_0_0_0_R7_1_16_0_0_0_0_0_R7_1_17_0_0_0_0_0_R7_1_18_0_0_0_";
this.lvlsdata[302] = "v7_0_Well it's a question of balance..._15_0_432_200_140_20_1.57_280_200_0.04_0_0_0_0_0_0_0_0_0_0_128_200_140_20_1.57_280_200_R0_0_280_352_140_20_0_280_200_R0_0_280_48_140_20_0_280_200_R0_2_280_120_0_20_0_280_120_0_0_0_0_0_0_0_0_0_0_2_280_240_0_10_0_280_192_R4_4_280_192_0_32_0_280_192_R4_1_432_-24_0_20_0_432_-24_R4_0_168_-216_0_20_0_168_-216_R4_1_696_-96_0_20_0_696_-96_R4_1_16_120_0_16_0_16_120_R4_1_664_-424_0_26_0_664_-424_R4_1_280_240_0_20_0_280_240_R4_1_-216_88_0_20_0_-216_88_R4_0_432_-216_0_20_0_432_-216_R4_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.6_90_0.9_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_2_5_6_0_0_0_0_0_4_1_0_0.5_0.4_0.4_1_1.8_90_0.9_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_0_2_0_0.5_2_0_0_1_0_0_0_0_0_448_0_1_0_0_0_0_0_1_8_0_0_0_0_0_R6_1_9_0_0_0_0_0_R6_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_4_1_0_0.5_0.2_0.4_1_1.8_90_0.9_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_0_2_0_0.5_2_0_0_1_0_0_0_0_0_-368_0_1_0_0_0_0_0_1_14_1_2_5_12_0_5_8_7_9_8_13_8_10_14_14_11_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData9 = function () {
this.lvlsdata[321] = "v7_1_Finally a chance to get a break.... before the chaos starts!_37_4_272_72_0_202_0_272_72_0_0_0_0_0_0_0_0_0_0_4_272_72_0_164_0_272_72_R0_4_272_72_0_134_0_272_72_R0_4_272_72_0_104_0_272_72_R0_4_272_72_0_76_0_272_72_R0_4_272_72_0_52_0_272_72_R0_4_272_72_0_36_0_272_72_R0_4_272_72_0_234_0_272_72_R0_1_272_72_0_20_0_272_72_R0_4_6_332_0_202_0_6_332_R0_4_6_332_0_164_0_6_332_R0_4_6_332_0_134_0_6_332_R0_4_6_332_0_104_0_6_332_R0_4_6_332_0_76_0_6_332_R0_4_6_332_0_52_0_6_332_R0_4_6_332_0_36_0_6_332_R0_4_6_332_0_234_0_6_332_R0_1_6_332_0_20_0_6_332_R0_2_266_337_0_10_0_266_337_R0_1_561_383_0_20_0_561_383_R0_4_561_383_0_234_0_561_383_R0_4_561_383_0_36_0_561_383_R0_4_561_383_0_52_0_561_383_R0_4_561_383_0_76_0_561_383_R0_4_561_383_0_104_0_561_383_R0_4_561_383_0_134_0_561_383_R0_4_561_383_0_164_0_561_383_R0_4_561_383_0_202_0_561_383_R0_1_265_602_0_20_0_265_602_R0_4_265_602_0_234_0_265_602_R0_4_265_602_0_36_0_265_602_R0_4_265_602_0_52_0_265_602_R0_4_265_602_0_76_0_265_602_R0_4_265_602_0_104_0_265_602_R0_4_265_602_0_134_0_265_602_R0_4_265_602_0_164_0_265_602_R0_4_265_602_0_202_0_265_602_R0_37_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R8_1_17_0_0_0_0_0_R8_1_18_0_0_0_0_0_R8_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R8_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_";
this.lvlsdata[623] = "v7_1_Watch your back, anything will charge and will only stop if it hits a green Capsule! At the end is the major challenge..._16_4_256_752_0_48_0_256_752_0_0_0_0_0_0_0_0_0_0_4_272_288_60_10_-1.57_272_288_R0_4_264_376_276_64_0_264_376_R0_2_256_176_0_10_0_256_176_R0_0_272_224_56_20_0_272_224_R0_0_240_272_16_16_-1.57_240_272_R0_0_296_272_16_12_-1.57_296_272_R0_0_288_-296_0_14_0_255_-295_0.1_0_0_0_0_0_0_0_0_0_0_224_-296_0_14_0_256_-294_R7_4_344_-1264_1584_20_-1.57_344_-1264_R0_4_192_-1264_1584_20_-1.57_192_-1264_R0_0_256_-680_0_20_0_256_-680_0_0_0_0_23_0_0.1_0_100_0_0_264_-1232_0_10_0_264_-1232_0_0_0_34_0_0.1_0_0_0_0_1_264_-2944_89_63_0.01_264_-2944_R0_4_344_-2832_33_38_0_344_-2832_R0_4_192_-2832_36_38_0_192_-2832_R0_13_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_2_3_0_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_2_6_5_0_0_0_0_0_R4_2_8_7_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_";
this.lvlsdata[13] = "v2_39_0_168_56_0_20_0_168_56_0_0_0_0_0_0_0_0_72_56_0_20_0_72_56_R0_0_168_152_0_20_0_168_152_R0_0_72_152_0_20_0_72_152_R0_0_272_344_0_20_0_272_344_R0_0_368_344_0_20_0_368_344_R0_0_272_248_0_20_0_272_248_R0_0_368_248_0_20_0_368_248_R0_0_72_344_0_20_0_72_344_R0_0_168_344_0_20_0_168_344_R0_0_72_248_0_20_0_72_248_R0_0_168_248_0_20_0_168_248_R0_0_368_56_0_20_0_368_56_R0_0_272_56_0_20_0_272_56_R0_0_368_152_0_20_0_368_152_R0_0_272_152_0_20_0_272_152_R0_2_400_112_0_16_0_400_112_R0_2_496_112_0_16_0_496_112_R0_2_400_16_0_16_0_400_16_R0_2_496_16_0_16_0_496_16_R0_0_272_344_44_10_-1.57_272_344_R0_0_464_248_44_10_0_464_248_R0_0_168_344_44_10_-1.57_168_344_R0_0_464_56_44_10_0_464_56_R0_0_464_248_0_20_0_464_248_R0_0_464_344_0_20_0_464_344_R0_0_464_152_0_20_0_464_152_R0_0_464_56_0_20_0_464_56_R0_0_368_344_44_10_-1.57_368_344_R0_0_72_152_44_10_0_72_152_R0_1_272_456_0_14_0_272_456_R0_1_648_56_0_14_0_648_56_R0_1_648_344_0_14_0_648_344_R0_1_464_456_0_14_0_464_456_R0_1_168_456_0_14_0_168_456_R0_1_368_456_0_14_0_368_456_R0_1_72_456_0_14_0_72_456_R0_1_648_152_0_14_0_648_152_R0_1_648_248_0_14_0_648_248_R0_39_0_0_1_0_0.5_1_0_0_0.5_1_0_0_R0_1_1_0_R0_1_2_0_R0_1_3_0_R0_1_4_0_R0_1_5_0_R0_1_6_0_R0_1_7_0_R0_1_8_0_R0_1_9_0_R0_1_10_0_R0_1_11_0_R0_1_12_0_R0_1_13_0_R0_1_14_0_R0_1_15_0_R0_1_16_0_R0_1_17_0_R0_1_18_0_R0_1_19_200_0_1_0_0.5_2_0_0_0.5_0_-288_0.5_1_20_80_0_1_0_0.5_2_0_0_0.5_-384_0_0.5_1_21_160_R20_1_22_0_R21_1_23_0_R0_1_24_0_R0_1_25_0_R0_1_26_0_R0_1_27_40_R20_1_28_200_0_1.2_0_0.5_2_0_0_0.5_384_0_0.5_1_29_200_0_1.3_0_0.5_2_80_0_0.8_-752_0_0.7_1_31_360_0_1.3_0_0.5_4_0_32_0.7_0_-16_0.1_0_-512_0.7_0_-560_0.1_1_30_380_R31_1_33_140_R31_1_34_560_R31_1_35_40_R31_1_36_0_R30_1_32_320_R30_1_37_200_R30_1_38_";
this.lvlsdata[709] = "v7_0__22_4_272_344_40_10_1.57_272_344_0.04_0_0_0_0_0_0_0_0_0_4_272_344_40_10_0_272_344_R0_2_56_64_0_20_0_56_64_0_0_0_0_0_0_0_0_0_0_2_272_344_0_10_0_272_344_R2_1_272_344_0_20_0_272_344_R2_0_328_104_96_10_0_328_104_R2_0_424_192_84_10_1.57_424_192_R2_0_560_208_216_10_1.57_560_208_R2_0_288_-8_304_10_0_288_-8_R2_1_56_336_0_20_0_56_336_R2_1_488_336_0_20_0_488_336_R2_0_-8_192_216_10_1.57_-8_192_R2_0_280_408_304_10_0_280_408_R2_0_120_64_212_10_1.57_120_64_R2_1_488_64_0_20_0_488_64_R2_1_272_160_28_10_0_272_160_R2_1_184_160_28_10_0_184_160_R2_1_360_160_28_10_0_360_160_R2_1_184_200_28_10_1.57_184_200_R2_1_272_200_28_10_1.57_272_200_R2_1_360_200_28_10_1.57_360_200_R2_0_272_280_152_10_0_272_280_R2_20_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_3_1_0_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_1_2_3_4_0_0_";
this.lvlsdata[790] = "v7_0_Red = danger Blue = get! Green = push_34_4_320_152_0_36_0_320_152_0_0_0_0_0_0_0_0_0_0_0_160_192_120_10_-1.57_160_192_R0_0_400_192_120_10_-1.57_400_192_R0_0_280_312_120_10_0_280_312_R0_0_280_72_120_10_0_280_72_R0_2_320_168_0_14_0_320_168_R0_1_368_104_0_10_0_368_104_R0_1_224_104_0_10_0_224_104_R0_1_192_104_0_10_0_192_104_R0_1_224_280_0_10_0_224_280_R0_1_192_248_0_10_0_192_248_R0_1_192_280_0_10_0_192_280_R0_1_192_136_0_10_0_192_136_R0_1_296_280_0_10_0_296_280_R0_1_368_248_0_10_0_368_248_R0_1_368_136_0_10_0_368_136_R0_1_336_104_0_10_0_336_104_R0_4_240_192_0_34_0_240_192_R0_1_368_280_0_10_0_368_280_R0_1_296_104_0_10_0_296_104_R0_1_264_104_0_10_0_264_104_R0_1_192_176_0_10_0_192_176_R0_1_192_208_0_10_0_192_208_R0_1_368_176_0_10_0_368_176_R0_1_368_208_0_10_0_368_208_R0_1_264_280_0_10_0_264_280_R0_4_240_152_0_36_0_240_152_R0_4_320_232_0_36_0_320_232_R0_1_336_280_0_10_0_336_280_R0_4_280_232_0_34_0_280_232_R0_4_320_192_0_34_0_320_192_R0_4_240_232_0_34_0_240_232_R0_4_280_152_0_34_0_280_152_R0_0_280_192_116_10_-1.57_280_192_0.05_0_0_0_0_0_0_0_0_0_34_0_0.1_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0.1_0_0_0_R0_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0.1_0_0_0_R0_1_26_0_0.1_0_0_0_R0_1_27_0_0_0_0_0_R1_1_28_0_0.1_0_0_0_R0_1_29_0_0.1_0_0_0_R0_1_30_0_0.1_0_0_0_R0_1_31_0_0.1_0_0_0_R0_1_32_0_0_0_0_0_R1_1_33_0_0_0_";
this.lvlsdata[708] = "v7_0_Tip??? get the blue (-;_23_1_416_184_0_10_0_416_184_0_0_0_0_0_0_0_0_0_0_0_488_184_0_10_0_488_184_R0_2_272_72_0_10_0_272_72_R0_2_272_224_0_10_0_272_224_R0_4_272_288_24_10_-1.57_272_288_0.02_0_0_0_0_0_0_0_0_0_4_208_224_24_10_0_208_224_R4_4_336_224_24_10_0_336_224_R4_4_272_160_24_10_-1.57_272_160_R4_1_272_224_0_36_0_272_224_R0_4_272_416_272_20_0_272_416_R0_4_272_-16_272_20_0_272_-16_R0_4_-16_200_196_20_1.57_-16_200_R0_4_568_200_196_22_1.57_568_200_R0_0_128_296_0_10_0_128_296_R0_1_56_296_0_10_0_56_296_R0_0_56_184_0_10_0_56_184_R0_1_128_184_0_10_0_128_184_R0_0_416_296_0_10_0_416_296_R0_1_488_296_0_10_0_488_296_R0_1_488_72_0_10_0_488_72_R0_0_416_72_0_10_0_416_72_R0_0_128_72_0_10_0_128_72_R0_1_56_72_0_10_0_56_72_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_5_3_6_5_7_4_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_1_2_3_8_1_1_11_0_";
this.lvlsdata[727] = "v7_0_Dont drink and drive! (Push the2 balls instead of pulling them)_26_4_432_80_0_10_0_432_80_0_0_0_0_0_0_0_0_0_0_2_440_80_0_10_0_440_80_R0_0_480_352_68_10_1.57_480_352_R0_0_224_376_88_10_1.57_224_376_R0_4_280_272_72_10_0_280_272_R0_4_216_352_68_10_1.57_216_352_R0_4_488_352_68_10_1.57_488_352_R0_1_352_360_0_10_0_352_360_R0_0_352_392_124_10_0_352_392_R0_4_352_400_136_10_0_352_400_R0_2_432_88_0_10_0_432_88_R0_2_432_72_0_10_0_432_72_R0_1_432_80_0_10_0_432_80_R0_0_88_176_92_10_-1.57_88_176_R0_4_184_88_92_10_0_184_88_R0_0_184_80_92_10_0_184_80_R0_4_96_176_92_10_-1.57_96_176_R0_0_136_128_0_10_0_136_128_R0_1_112_104_0_10_0_112_104_R0_0_96_272_96_10_0_96_272_0.06_0_0_0_0_0_0_0_0_0_1_248_32_0_10_0_248_32_R0_0_288_16_72_10_-1.57_288_16_R0_4_280_16_72_10_-1.57_280_16_R0_1_192_184_0_10_0_192_184_R0_1_528_376_0_10_0_528_376_R0_0_280_272_0_20_0_280_272_R0_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_0_10_11_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_144_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_1_0.6_0_0.2_1_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_1_2_0_0.1_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R18_1_23_0_0_0_0_0_R18_1_24_0_0_0_0_0_R4_1_25_6_3_11_12_10_3_20_21_22_2_17_18_2_8_23_3_2_3_24_3_4_7_25_0_1_1_0_";
this.lvlsdata[794] = "v7_0_Make the bad guys stay still..._13_2_520_48_0_10_0_520_48_0_0_0_0_0_0_0_0_0_0_0_128_-48_140_10_-1.57_128_-48_R0_0_128_304_140_10_-1.57_128_304_R0_0_96_0_140_10_-1.57_96_0_R0_0_96_352_140_10_-1.57_96_352_R0_0_464_32_140_10_-1.57_464_32_R0_0_432_80_140_10_-1.57_432_80_R0_0_432_432_140_10_-1.57_432_432_R0_0_464_384_140_10_-1.57_464_384_R0_0_280_48_0_30_0_280_48_R0_0_168_280_0_14_0_168_280_R0_1_40_40_0_20_0_40_40_R0_3_384_368_0_20_0_384_368_R0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_2_0_96_0.5_0_0_0_0_0_0_176_0.5_0_0_0_0_0_2_1_2_0_0_0_0_0_0_0.9_0_0.5_2_0_96_0.5_0_0_0_0_0_0_176_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_1_0.5_0_0.5_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_1_2_0_0.5_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_1_1_1_0_";
this.lvlsdata[250] = "v7_0_The first capsules to grab : top-midle then bottom-right. Maybe not the only way..._21_2_272_320_0_26_0_272_320_0_0_0_0_0_0_0_0_0_0_4_328_200_56_10_1.57_328_256_R0_0_440_200_56_10_1.57_440_200_R0_1_272_80_0_20_0_272_80_R0_4_496_256_56_10_0_496_312_R0_0_328_320_56_10_-1.57_328_320_R0_1_496_80_0_20_0_496_80_R0_4_440_80_56_10_1.57_440_136_R0_1_496_320_0_20_0_496_320_R0_1_384_80_0_20_0_384_80_R0_4_216_200_56_10_-1.57_216_144_R0_0_328_80_56_10_1.57_328_136_R0_1_272_464_0_20_0_272_464_R0_0_216_80_56_10_-1.57_216_80_R0_1_48_80_0_20_0_48_80_R0_1_160_80_0_20_0_160_80_R0_1_48_320_0_20_0_48_320_R0_4_104_320_56_10_1.57_104_264_R0_4_48_144_56_10_0_104_144_R0_0_104_200_56_10_1.57_104_256_R0_0_216_320_56_10_1.57_216_320_R0_21_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_270_0_16_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_-133_-2_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_90_0_16_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_135_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-168_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_0_2_0_0.1_1_0_0_0.5_0_0_0_0_0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_90_0_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_R17_1_18_0_0_0_0_0_R11_1_19_0_0_0_0_0_R2_1_20_0_7_2_1_3_2_6_7_3_4_8_12_4_11_9_10_2_3_15_17_18_2_19_16_2_20_14_0_";
this.lvlsdata[275] = "v6_0_23_2_176_344_0_10_0_176_344_0_0_0_0_0_0_0_0_0_0_2_176_56_0_10_0_176_56_R0_2_176_128_0_10_0_176_128_R0_2_176_200_0_10_0_176_200_R0_2_176_272_0_10_0_176_272_R0_0_480_40_52_10_-1.57_480_40_R0_0_384_392_164_20_0_384_392_R0_0_376_8_164_20_0_376_8_R0_1_520_344_0_20_0_520_344_R0_0_344_304_132_10_0_344_304_R0_0_344_96_132_10_0_344_96_R0_1_440_56_0_20_0_440_56_R0_0_480_96_0_10_0_480_96_R0_0_384_232_168_10_0_384_232_R0_0_344_160_132_10_0_344_160_R0_0_72_392_144_10_0_72_392_R0_0_72_8_144_10_0_72_8_R0_1_552_128_28_10_-1.57_552_128_R0_1_520_40_0_20_0_520_40_R0_0_88_128_0_20_0_88_128_R0_1_88_128_0_10_0_88_128_R0_0_88_168_152_20_-1.57_88_168_R0_1_32_64_0_20_0_32_64_R0_23_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_100_0_0_0_0_0_0_0.5_100_0_0_0_0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_496_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_4_2_1_8_2_0_11_2_4_17_2_2_20_1_3_12_18_20_0_";
this.lvlsdata[452] = "v7_0_Bombard the small yellow bar enough times and.._18_2_0_200_296_10_1.57_0_200_0_0_0_0_0_0_0_0_0_0_2_272_400_296_10_0_272_400_R0_4_320_200_0_20_0_320_200_R0_2_272_8_296_10_0_272_8_R0_2_544_200_296_10_1.57_544_200_R0_2_464_296_56_10_0_464_296_R0_1_464_368_56_10_0_464_368_R0_4_464_296_56_10_0_464_296_R0_1_80_56_0_20_0_80_56_R0_1_128_56_0_20_0_128_56_R0_2_272_104_0_20_0_272_104_R0_2_320_224_0_10_0_320_224_R0_2_320_176_0_10_0_320_176_R0_1_320_224_0_10_0_320_224_R0_4_416_152_0_20_0_416_152_R0_4_40_104_0_20_0_40_104_R0_4_176_248_0_20_0_176_248_R0_4_392_296_0_20_0_392_296_R0_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_2_11_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_2_5_7_0_0_0_0_0_R2_1_6_0_0_200_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.9_1_0_0_0.5_0_0_0_0_0_1_8_0_0_200_0_0_R7_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R2_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R2_1_17_2_3_12_11_13_0_1_2_3_6_0_";
this.lvlsdata[1057] = "v7_0_Blue gates may activate certain changes._56_4_512_200_192_20_-1.57_512_200_0_0_0_0_0_0_0_0_0_0_1_80_128_0_20_0_80_128_R0_2_80_152_0_20_0_80_104_R0_4_80_104_0_20_0_80_104_R0_4_224_296_0_20_0_224_296_R0_4_320_200_0_20_0_320_200_R0_4_272_8_240_20_0_272_8_R0_4_32_200_192_20_-1.57_32_200_R0_4_416_296_0_20_0_416_296_R0_4_224_200_0_20_0_224_200_R0_4_464_104_28_10_-3.14_464_104_R0_0_128_56_28_10_-1.57_128_56_R0_0_128_248_28_10_-1.57_128_248_R0_0_416_56_28_10_1.57_416_56_R0_4_224_104_0_20_0_224_104_R0_2_272_104_28_10_0_272_104_R0_1_176_104_28_10_3.14_176_104_R0_2_224_56_28_10_-1.57_224_56_R0_0_224_152_28_10_-1.57_224_152_R0_4_128_104_0_20_0_128_104_R0_4_320_104_0_20_0_320_104_R0_0_416_344_28_10_-1.57_416_296_R0_4_320_56_28_10_1.57_320_56_R0_1_80_296_28_10_3.14_80_296_R0_4_128_200_0_20_0_128_200_R0_4_128_296_0_20_0_128_296_R0_4_416_104_0_20_0_416_104_R0_4_416_200_0_20_0_416_200_R0_4_320_296_0_20_0_320_296_R0_2_128_152_28_10_-1.57_128_152_R0_4_224_344_28_10_1.57_224_344_R0_2_368_296_28_10_3.14_368_296_R0_4_320_152_28_10_1.57_320_152_R0_4_368_200_28_10_0_368_200_R0_4_272_392_240_20_0_272_392_R0_0_80_200_28_10_0_80_200_R0_2_128_344_28_10_-1.57_128_344_R0_3_464_296_28_10_3.14_464_296_R0_1_368_104_28_10_0_368_104_R0_4_176_200_28_10_3.14_176_200_R0_0_320_248_28_10_1.57_320_248_R0_0_352_392_28_10_3.14_352_392_R0_2_80_56_0_20_0_80_56_R0_2_320_344_28_10_-1.57_320_344_R0_2_416_248_28_10_1.57_416_248_R0_0_272_56_0_20_0_272_56_R0_2_272_200_28_10_0_272_200_R0_0_272_296_28_10_3.14_272_296_R0_3_416_152_28_10_1.57_416_152_R0_1_536_56_0_10_0_536_56_R0_4_496_56_0_20_0_496_56_R0_2_568_56_56_10_-1.57_568_56_R0_3_176_296_28_10_0_176_296_R0_0_464_200_28_10_3.14_464_152_R0_2_224_248_28_10_-1.57_224_248_R0_1_464_56_0_20_0_464_56_R0_53_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_1_2_3_0_0_0_0_0_R0_1_0_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R13_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_180_0_0_0_0.5_0_0_0_0_0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R13_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R13_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R13_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.95_1_0_0_0.5_0_0_0_0_0_1_42_0_0_0_0_0_R13_1_43_0_0_0_0_0_R13_1_44_0_0_0_0_0_R40_1_45_0_0_0_0_0_R13_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R13_1_48_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.95_1_0_0_0.5_0_0_0_0_0_2_49_50_0_0_0_0_0_R47_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_90_0_0_0_0.5_0_0_0_0_0_1_53_0_0_0_0_0_R13_1_54_0_0_0_0_0_R0_1_55_6_2_1_2_2_15_16_2_30_23_2_44_37_4_51_49_50_33_2_38_10_2_2_37_21_2_38_53_0_";
this.lvlsdata[973] = "v7_1_The target is on the right (go up or down to try again)_21_4_216_200_4_20_1.57_168_2120_0_0_0_0_0_0_0_0_0_0_2_216_-1744_0_20_0_216_200_R0_1_672_200_120_10_1.57_672_200_R0_2_424_200_0_18_0_424_200_0_0_0_0_135_0_-0.01_0_0_0_1_1864_216_0_12_0_1864_216_R0_1_1880_200_0_12_0_1880_200_R0_1_1928_248_0_12_0_1928_248_R0_1_1912_232_0_12_0_1912_232_R0_1_1896_216_0_12_0_1896_216_R0_1_1832_248_0_12_0_1832_248_R0_1_1848_232_0_12_0_1848_232_R0_1_1832_152_0_12_0_1832_152_R0_1_1848_168_0_12_0_1848_168_R0_1_1864_184_0_12_0_1864_184_R0_1_1912_168_0_12_0_1912_168_R0_1_1896_184_0_12_0_1896_184_R0_1_1928_152_0_12_0_1928_152_R0_0_3136_-1744_224_10_1.57_3136_-1744_R0_0_1320_-1952_1812_106_0_1320_-1952_R0_0_1320_-1544_1812_96_0_1320_-1544_R0_0_-496_-1744_224_82_1.57_-496_-1744_R0_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.98_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_4_17_18_19_20_1_2_2_0_0_1_17_1_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData10 = function () {
this.lvlsdata[16] = "v2_20_0_48_200_0_14_0_336_208_0_0_0_0_100_0.09_0.1_0_192_72_0_14_0_336_216_R0_0_480_72_0_14_0_336_208_R0_0_480_352_0_14_0_336_208_R0_0_336_488_0_14_0_336_208_R0_0_336_-72_0_14_0_336_208_R0_0_48_-80_0_14_0_336_208_R0_0_-96_56_0_14_0_336_208_R0_0_192_344_0_14_0_336_208_R0_0_48_480_0_14_0_336_208_R0_0_-96_336_0_14_0_336_208_R0_0_624_216_0_14_0_336_208_R0_2_192_208_0_16_0_192_208_0_0_0_0_0_0_0_0_336_208_0_14_0_336_208_R0_1_336_208_0_20_0_336_208_R12_1_480_72_0_20_0_480_72_R12_1_192_72_0_20_0_192_72_R12_1_192_344_0_20_0_192_344_R12_1_480_352_0_20_0_480_352_R12_1_48_200_0_20_0_48_200_R12_20_0_0_1_0_0.5_1_0_0_0.5_1_12_20_R0_1_13_20_R0_1_8_20_R0_1_3_20_R0_1_2_20_R0_1_1_20_R0_1_0_20_R0_1_11_20_R0_1_10_20_R0_1_9_20_R0_1_4_20_R0_1_7_20_R0_1_6_20_R0_1_5_0_R0_1_14_0_R0_1_15_0_R0_1_16_0_R0_1_17_0_R0_1_18_0_R0_1_19_";
this.lvlsdata[1235] = "v7_0_First, dodge the cannons (the red capsules) and then escape! Keep on the lookout for stray red capsules!_40_2_408_184_0_10_0_408_184_0_0_0_0_0_0_0_0_0_0_4_488_184_76_10_-1.57_488_184_0_0_0_0_8_0_0.1_0_0_0_0_328_184_52_10_1.57_328_184_R0_0_400_240_68_10_0_400_240_R0_0_400_128_68_10_0_400_128_R0_0_472_184_52_10_1.57_472_184_R0_4_104_120_76_10_-0.47_104_120_R0_4_64_176_28_10_-1.57_64_176_R0_4_216_376_160_10_-0.79_216_376_R0_4_72_168_28_10_-1.57_72_168_R0_4_40_152_0_20_0_40_152_R0_0_104_152_0_10_0_104_152_R0_4_408_264_76_10_0_408_264_0_0_0_0_30_0_0.1_0_0_0_4_408_104_76_10_0_408_104_R1_4_48_184_28_10_-1.57_48_184_R0_4_104_704_212_10_-1.57_104_704_R0_4_120_176_76_10_-0.47_120_176_R0_4_120_304_76_10_-0.47_120_304_R0_4_48_312_28_10_-1.57_48_312_R0_0_104_280_0_10_0_104_280_R0_4_40_280_0_20_0_40_280_R0_4_64_304_28_10_-1.57_64_304_R0_4_64_304_28_10_-1.57_64_304_R0_4_104_184_76_10_-0.47_104_184_R0_4_40_392_76_10_-1.41_40_392_R0_4_24_680_212_10_-1.57_24_680_R0_4_24_464_0_20_0_24_464_R0_4_104_496_0_20_0_104_496_R0_4_104_248_76_10_-0.47_104_248_R0_4_120_240_76_10_-0.47_120_240_R0_4_48_248_28_10_-1.57_48_248_R0_0_104_216_0_10_0_104_216_R0_4_40_216_0_20_0_40_216_R0_4_72_232_28_10_-1.57_72_232_R0_4_64_240_28_10_-1.57_64_240_R0_4_104_184_76_10_-0.47_104_184_R0_0_272_-24_68_10_0_272_-24_0_0_0_65_0_0.1_0_0_0_0_0_152_-72_0_14_0_152_-72_R0_1_72_-48_0_20_0_72_-48_R0_1_32_72_40_28_-1.57_32_72_R0_40_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_240_0_0_0_0_0_1_0_0.5_2_0_0_0.1_0_0_0_0_0_96_-48_1_0_0_0_0_0_1_9_0_0_0_0_0_R0_1_10_0_0_200_0_1_4_1_0_0.5_0.1_0.1_1_0.1_90_1_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_200_0_1_R11_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R9_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R11_1_31_0_0_0_0_0_R0_1_32_70_0_0_0_0_R9_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_330_0_0_0_0_0_1_0_0.5_7_0_0_0.5_0_0_0_0_0_0_240_0.5_0_0_0_0_0_0_176_0.5_0_0_0_0_0_-32_304_0.5_0_0_0_0_0_-192_464_0.5_0_0_0_0_0_-208_688_0.5_0_0_0_0_0_16_592_0_0_0_0_0_0_1_36_510_0_0_0_0_0_1_0_0.5_10_0_0_0.5_0_0_0_0_0_112_176_0.5_0_0_0_0_0_112_224_0.5_0_0_0_0_0_192_224_0.5_0_0_0_0_0_272_224_1_0_0_0_0_0_272_288_1_0_0_0_0_0_192_288_1_0_0_0_0_0_96_288_0.8_0_0_0_0_0_-96_560_0.7_0_0_0_0_0_-208_576_0_0_0_0_0_0_1_37_800_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_0_192_208_0.5_0_0_0_0_0_336_208_0.5_0_0_0_0_0_208_208_0.5_0_0_0_0_0_16_0_0.5_0_0_0_0_0_1_38_0_0_0_0_0_R0_1_39_1_8_1_2_3_4_5_12_13_38_0_0_";
this.lvlsdata[318] = "v7_1_EVACUATE IMMEDIATLY_11_2_264_376_0_10_0_264_376_0_0_0_0_0_0_0_0_0_0_0_438_188_172_118_-1.57_438_188_0_0_0_0_100_0_0.01_0_0_0_0_438_-122_172_118_-1.57_438_-122_R1_4_265_317_83_20_0_265_317_R0_0_266_420_133_20_0_266_420_R0_0_88_200_172_118_-1.57_88_200_R1_0_89_-119_172_118_-1.57_89_-119_R1_0_438_-470_172_118_-1.57_438_-470_R1_0_89_-475_172_118_-1.57_89_-475_R1_1_272_-720_170_20_0_272_-720_R0_1_270_-886_0_20_0_270_-886_R0_11_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_20_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_20_0_0_0_0_R0_1_6_50_0_0_0_0_R0_1_7_50_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_1_2_3_9_0_1_3_0_";
this.lvlsdata[589] = "v7_0_Try to find all the blue capsules!_24_2_272_200_0_10_0_272_200_0_0_0_0_0_0_0_0_0_0_4_504_224_44_20_-2.36_504_224_R0_4_56_152_60_20_0.47_56_152_R0_4_328_176_216_24_0_328_176_R0_4_256_408_0_122_0_256_408_R0_4_264_40_0_122_0_264_40_R0_1_264_264_0_20_0_264_264_R0_1_264_-104_0_20_0_264_-104_R0_4_512_152_60_20_0.47_512_152_R0_1_496_360_0_20_0_496_360_R0_1_496_264_0_20_0_496_264_R0_4_496_312_44_20_-2.36_496_312_R0_4_496_408_44_20_-2.36_496_408_R0_1_496_456_0_20_0_496_456_R0_4_64_24_56_20_-0.63_64_24_R0_1_24_8_0_20_0_24_8_R0_1_16_376_0_20_0_16_376_R0_4_32_328_56_20_1.1_32_328_R0_0_16_376_0_10_0_16_376_R0_0_264_144_212_14_0_264_144_R0_0_496_264_0_10_0_496_264_R0_0_24_8_0_10_0_24_8_R0_0_496_360_0_10_0_496_360_R0_0_264_264_0_10_0_264_264_R0_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_";
this.lvlsdata[285] = "v6_0_26_2_144_96_0_11_0_144_96_0_0_0_0_0_0_0_0_0_0_4_144_156_72_19_-3.14_144_156_R0_4_144_24_72_19_3.14_144_24_R0_4_73_88_60_20_-1.57_73_88_R0_4_216_88_60_19_-1.57_216_88_R0_1_272_224_4_10_0_272_224_0.1_0.1_0_0_0_0_0_0_0_0_0_320_360_28_10_1.57_320_360_-0.1_0.01_0.01_2_2_0.01_0.01_0_2_0.01_0_192_120_0_10_0_192_120_R0_0_248_48_0_10_0_248_48_R0_0_248_8_268_10_0_248_8_R0_0_368_229_72_10_1.57_368_229_R0_0_392_176_0_10_0_392_176_R0_0_440_352_0_10_0_440_352_R0_0_368_280_0_10_0_368_280_R0_0_384_216_0_20_0_384_216_R0_0_496_208_0_20_0_496_208_R0_0_472_256_0_20_0_472_256_R0_0_296_296_64_18_0_296_296_R0_0_320_96_44_10_1.57_320_96_0.1_0.01_0.01_2_2_0.01_0.01_0_2_0.01_0_516_276_120_10_1.57_516_276_R0_0_176_152_192_10_0_176_152_R0_0_516_84_72_10_-1.57_516_84_R0_0_120_312_0_20_0_120_312_R0_0_192_296_0_20_0_192_296_R0_0_160_184_0_20_0_160_184_R0_1_24_88_0_10_0_24_88_R0_26_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_6_0_0_0.5_0_0_0_0_0_304_0_0.5_0_0_0_0_0_304_288_0.5_0_0_0_0_0_-32_288_0.5_0_0_0_0_0_-32_112_0.5_0_0_0_0_0_144_112_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_144_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_2_8_6_10_11_12_14_15_16_21_5_5_1_3_4_2_0_0_";
this.lvlsdata[1295] = "v7_0_If the ball falls down, fail the level._19_2_24_128_0_10_0_24_128_0_0_0_0_0_0_0_0_0_0_4_312_328_144_10_-1.57_312_328_R0_4_496_208_36_20_0_496_208_R0_4_72_208_24_20_0_72_208_R0_4_64_168_0_20_0_64_168_R0_4_312_176_20_20_0_312_176_R0_4_392_176_20_20_0_392_176_R0_4_392_328_144_10_-1.57_392_328_R0_0_104_88_120_10_-1.57_104_88_R0_0_24_232_32_10_0_24_232_R0_4_232_176_20_20_0_232_176_R0_4_232_328_144_10_-1.57_232_328_R0_4_152_328_144_10_-1.57_152_328_R0_4_152_176_20_20_0_152_176_R0_1_488_128_44_10_-1.57_488_128_R0_2_464_128_44_10_-1.57_464_128_R0_0_344_208_0_10_0_344_208_R0_0_192_208_0_10_0_192_208_R0_1_496_312_40_38_-1.57_496_312_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_20_0_0_0_0_0_1_0_0.5_2_0_0_1_0_0_0_0_0_0_352_1_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.4_90_1_1_0_0_0.5_0_0_0_0_0_1_4_20_0_0_0_0_R1_1_5_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_0_352_1_0_0_0_0_0_1_6_0_0_0_0_0_R6_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_40_0_0_0_0_R1_1_10_40_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R14_1_15_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_0_0_100_0_0_0_0_1_16_0_0_0_0_0_R16_1_17_0_0_0_0_0_R0_1_18_1_4_15_14_4_9_1_3_14_17_16_0_";
this.lvlsdata[1032] = "v7_0_Not ot hard..._32_0_32_200_204_10_1.57_32_200_0_0_0_0_0_0_0_0_0_0_1_368_200_0_20_0_368_200_R0_4_360_200_8_20_0_360_200_R0_2_680_200_0_10_0_496_200_R0_4_376_200_8_20_0_376_200_R0_1_384_200_0_20_0_384_200_R0_1_416_200_0_20_0_416_200_R0_4_400_200_8_20_0_400_200_R0_4_392_200_8_20_0_392_200_R0_1_400_200_0_20_0_400_200_R0_1_352_200_0_20_0_352_200_R0_4_344_200_8_20_0_344_200_R0_4_296_200_8_20_0_296_200_R0_1_304_200_0_20_0_304_200_R0_1_320_200_0_20_0_320_200_R0_4_312_200_8_20_0_312_200_R0_4_328_200_8_20_0_328_200_R0_1_336_200_0_20_0_336_200_R0_1_680_200_0_60_0_680_200_R0_2_176_200_852_34_1.57_176_200_R0_1_480_200_0_20_0_480_200_R0_4_472_200_8_20_0_472_200_R0_4_488_200_8_20_0_488_200_R0_1_496_200_0_20_0_496_200_R0_1_448_200_0_20_0_448_200_R0_4_440_200_8_20_0_440_200_R0_1_496_200_0_20_0_496_200_R0_4_488_200_8_20_0_488_200_R0_4_456_200_8_20_0_456_200_R0_1_464_200_0_20_0_464_200_R0_1_432_200_0_20_0_432_200_R0_4_424_200_8_20_0_424_200_R0_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_29_3_31_30_29_28_27_26_25_24_23_22_21_20_17_16_15_14_13_12_11_10_9_8_7_6_5_4_2_1_0_0_0_0_0_R0_1_18_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2.5_360_0.2_1_0_0_0.5_0_0_0_0_0_1_19_14_2_3_18_2_6_7_2_8_9_2_4_5_2_1_2_2_16_17_2_14_15_2_12_13_2_10_11_4_22_23_26_27_2_20_21_2_24_25_2_28_29_2_30_31_0_0_";
this.lvlsdata[486] = "v7_0_Tribute to Pepere!_127_1_344_136_0_10_0_344_136_0_0_0_0_0_0_0_0_0_0_1_392_152_0_10_0_392_152_R0_1_368_136_0_10_0_368_136_R0_1_368_184_0_10_0_368_184_R0_1_392_176_0_10_0_392_176_R0_1_344_160_0_10_0_344_160_R0_1_344_184_0_10_0_344_184_R0_1_344_232_0_10_0_344_232_R0_1_344_208_0_10_0_344_208_R0_1_432_232_0_10_0_432_232_R0_1_392_232_0_10_0_392_232_R0_1_528_232_0_10_0_528_232_R0_1_480_136_0_10_0_480_136_R0_1_480_232_0_10_0_480_232_R0_1_456_136_0_10_0_456_136_R0_1_456_184_0_10_0_456_184_R0_1_432_208_0_10_0_432_208_R0_1_456_232_0_10_0_456_232_R0_1_376_208_0_10_0_376_208_R0_1_432_160_0_10_0_432_160_R0_1_432_136_0_10_0_432_136_R0_1_432_184_0_10_0_432_184_R0_1_528_160_0_10_0_528_160_R0_1_528_136_0_10_0_528_136_R0_4_344_136_0_10_0_344_136_R0_4_392_152_0_10_0_392_152_R0_4_368_136_0_10_0_368_136_R0_4_368_184_0_10_0_368_184_R0_4_392_176_0_10_0_392_176_R0_4_344_160_0_10_0_344_160_R0_4_344_184_0_10_0_344_184_R0_4_344_232_0_10_0_344_232_R0_4_344_208_0_10_0_344_208_R0_4_432_232_0_10_0_432_232_R0_4_392_232_0_10_0_392_232_R0_4_528_232_0_10_0_528_232_R0_4_480_136_0_10_0_480_136_R0_4_480_232_0_10_0_480_232_R0_4_456_136_0_10_0_456_136_R0_4_456_184_0_10_0_456_184_R0_4_432_208_0_10_0_432_208_R0_4_456_232_0_10_0_456_232_R0_4_376_208_0_10_0_376_208_R0_4_432_160_0_10_0_432_160_R0_4_432_136_0_10_0_432_136_R0_4_432_184_0_10_0_432_184_R0_4_528_160_0_10_0_528_160_R0_4_528_136_0_10_0_528_136_R0_2_272_344_0_10_0_272_344_R0_1_184_208_0_10_0_184_208_R0_1_184_232_0_10_0_184_232_R0_1_184_184_0_10_0_184_184_R0_1_184_160_0_10_0_184_160_R0_1_232_152_0_10_0_232_152_R0_1_208_136_0_10_0_208_136_R0_1_208_184_0_10_0_208_184_R0_1_232_176_0_10_0_232_176_R0_1_184_136_0_10_0_184_136_R0_4_184_208_0_10_0_184_208_R0_4_184_232_0_10_0_184_232_R0_4_184_184_0_10_0_184_184_R0_4_184_160_0_10_0_184_160_R0_4_232_152_0_10_0_232_152_R0_4_208_136_0_10_0_208_136_R0_4_208_184_0_10_0_208_184_R0_4_232_176_0_10_0_232_176_R0_4_184_136_0_10_0_184_136_R0_1_264_184_0_10_0_264_184_R0_1_264_136_0_10_0_264_136_R0_1_264_160_0_10_0_264_160_R0_1_288_184_0_10_0_288_184_R0_1_288_232_0_10_0_288_232_R0_1_264_208_0_10_0_264_208_R0_1_288_136_0_10_0_288_136_R0_1_312_136_0_10_0_312_136_R0_1_312_232_0_10_0_312_232_R0_1_264_232_0_10_0_264_232_R0_4_264_184_0_10_0_264_184_R0_4_264_136_0_10_0_264_136_R0_4_264_160_0_10_0_264_160_R0_4_288_184_0_10_0_288_184_R0_4_288_232_0_10_0_288_232_R0_4_264_208_0_10_0_264_208_R0_4_288_136_0_10_0_288_136_R0_4_312_136_0_10_0_312_136_R0_4_312_232_0_10_0_312_232_R0_4_264_232_0_10_0_264_232_R0_1_24_208_0_10_0_24_208_R0_1_24_232_0_10_0_24_232_R0_1_24_184_0_10_0_24_184_R0_1_24_160_0_10_0_24_160_R0_1_72_152_0_10_0_72_152_R0_1_48_136_0_10_0_48_136_R0_1_48_184_0_10_0_48_184_R0_1_72_176_0_10_0_72_176_R0_1_24_136_0_10_0_24_136_R0_4_24_208_0_10_0_24_208_R0_4_24_232_0_10_0_24_232_R0_4_24_184_0_10_0_24_184_R0_4_24_160_0_10_0_24_160_R0_4_72_152_0_10_0_72_152_R0_4_48_136_0_10_0_48_136_R0_4_48_184_0_10_0_48_184_R0_4_72_176_0_10_0_72_176_R0_4_24_136_0_10_0_24_136_R0_1_104_184_0_10_0_104_184_R0_1_104_136_0_10_0_104_136_R0_1_104_160_0_10_0_104_160_R0_1_128_184_0_10_0_128_184_R0_1_128_232_0_10_0_128_232_R0_1_104_208_0_10_0_104_208_R0_1_128_136_0_10_0_128_136_R0_1_152_136_0_10_0_152_136_R0_1_152_232_0_10_0_152_232_R0_1_104_232_0_10_0_104_232_R0_4_104_184_0_10_0_104_184_R0_4_104_136_0_10_0_104_136_R0_4_104_160_0_10_0_104_160_R0_4_128_184_0_10_0_128_184_R0_4_128_232_0_10_0_128_232_R0_4_104_208_0_10_0_104_208_R0_4_128_136_0_10_0_128_136_R0_4_152_136_0_10_0_152_136_R0_4_152_232_0_10_0_152_232_R0_4_104_232_0_10_0_104_232_R0_1_528_184_0_10_0_528_184_R0_4_528_184_0_10_0_528_184_R0_127_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_R0_1_87_0_0_0_0_0_R0_1_88_0_0_0_0_0_R0_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_0_0_0_0_0_R0_1_95_0_0_0_0_0_R0_1_96_0_0_0_0_0_R0_1_97_0_0_0_0_0_R0_1_98_0_0_0_0_0_R0_1_99_0_0_0_0_0_R0_1_100_0_0_0_0_0_R0_1_101_0_0_0_0_0_R0_1_102_0_0_0_0_0_R0_1_103_0_0_0_0_0_R0_1_104_0_0_0_0_0_R0_1_105_0_0_0_0_0_R0_1_106_0_0_0_0_0_R0_1_107_0_0_0_0_0_R0_1_108_0_0_0_0_0_R0_1_109_0_0_0_0_0_R0_1_110_0_0_0_0_0_R0_1_111_0_0_0_0_0_R0_1_112_0_0_0_0_0_R0_1_113_0_0_0_0_0_R0_1_114_0_0_0_0_0_R0_1_115_0_0_0_0_0_R0_1_116_0_0_0_0_0_R0_1_117_0_0_0_0_0_R0_1_118_0_0_0_0_0_R0_1_119_0_0_0_0_0_R0_1_120_0_0_0_0_0_R0_1_121_0_0_0_0_0_R0_1_122_0_0_0_0_0_R0_1_123_0_0_0_0_0_R0_1_124_0_0_0_0_0_R0_1_125_0_0_0_0_0_R0_1_126_0_0_0_";
this.lvlsdata[682] = "v7_0__36_4_272_224_0_16_0_272_200_0_0.08_0.1_0_0_0_0_0_0_0_4_272_176_0_16_0_272_200_R0_2_248_200_0_16_0_272_200_R0_2_296_200_0_16_0_272_200_R0_0_344_128_0_20_0_344_128_0_0_0_0_0_0_0_0_0_0_1_344_128_0_20_0_344_128_R4_1_200_272_0_20_0_200_272_R4_0_200_272_0_20_0_200_272_R4_1_272_272_0_20_0_272_272_R4_0_272_272_0_20_0_272_272_R4_1_272_344_0_20_0_272_344_R4_0_344_272_0_20_0_344_272_R4_1_344_272_0_20_0_344_272_R4_1_128_200_0_20_0_128_200_R4_1_272_56_0_20_0_272_56_R4_1_416_200_0_20_0_416_200_R4_0_200_128_0_20_0_200_128_R4_1_200_128_0_20_0_200_128_R4_0_272_128_0_20_0_272_128_R4_1_272_128_0_20_0_272_128_R4_0_344_200_0_20_0_344_200_R4_1_344_200_0_20_0_344_200_R4_0_200_200_0_20_0_200_200_R4_1_200_200_0_20_0_200_200_R4_4_128_56_0_20_0_128_56_R4_4_128_128_0_20_0_128_128_R4_4_344_344_0_20_0_344_344_R4_4_416_128_0_20_0_416_128_R4_4_416_56_0_20_0_416_56_R4_4_416_344_0_20_0_416_344_R4_4_416_272_0_20_0_416_272_R4_4_128_344_0_20_0_128_344_R4_4_128_272_0_20_0_128_272_R4_4_344_56_0_20_0_344_56_R4_4_200_56_0_20_0_200_56_R4_4_200_344_0_20_0_200_344_R4_34_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_3_0_0_0_0_0_R0_2_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_";
this.lvlsdata[56] = "v7_0_Turn around the red circle, and see what happens..._3_0_288_208_0_82_0_288_208_0_0_0_0_0_0_0_0_0_0_1_288_208_0_20_0_288_208_R0_2_104_24_0_20_0_176_32_0.1_0_0_0_0_0_0_0_0_0_3_0_0_0_0_0_2_1_0_0.3_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_2_0.8_0_0.3_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_";
this.lvlsdata[23] = "v4_0_86_0_-32_80_0_10_0_-32_80_0_0_0_0_0_0_0_0_-416_80_0_10_0.16_-416_80_R0_0_-352_80_0_10_0_-352_80_R0_0_-480_80_0_10_0_-480_80_R0_0_-544_80_0_10_0_-544_80_R0_0_-288_80_0_10_0_-288_80_R0_0_-224_80_0_10_0_-224_80_R0_0_-96_80_0_10_0_-96_80_R0_0_-160_80_0_10_0_-160_80_R0_0_712_80_0_10_0_712_80_R0_0_776_80_0_10_0_776_80_R0_0_648_80_0_10_-1.41_648_80_R0_0_584_80_0_10_0_584_80_R0_0_840_80_0_10_0_840_80_R0_0_904_80_0_10_0_904_80_R0_0_1032_80_0_10_0_1032_80_R0_0_968_80_0_10_0_968_80_R0_0_1096_80_0_10_0_1096_80_R0_0_-32_320_0_10_0_-32_320_R0_0_-160_320_0_10_0_-160_320_R0_0_-96_320_0_10_0_-96_320_R0_0_-224_320_0_10_0_-224_320_R0_0_-288_320_0_10_0_-288_320_R0_0_-544_320_0_10_0_-544_320_R0_0_-480_320_0_10_0_-480_320_R0_0_-352_320_0_10_0_-352_320_R0_0_-416_320_0_10_0_-416_320_R0_1_1128_24_0_10_0_1128_24_R0_1_1128_376_0_10_0_1128_376_R0_1_-576_24_0_10_0_-576_24_R0_1_-576_376_0_10_0_-576_376_R0_0_1096_24_0_10_0_1096_24_R0_0_968_24_0_10_0_968_24_R0_0_1032_24_0_10_0_1032_24_R0_0_904_24_0_10_0_904_24_R0_0_840_24_0_10_0_840_24_R0_0_584_24_0_10_0_584_24_R0_0_648_24_0_10_0_648_24_R0_0_776_24_0_10_0_776_24_R0_0_712_24_0_10_0_712_24_R0_0_712_320_0_10_0_712_320_R0_0_776_320_0_10_0_776_320_R0_0_648_320_0_10_0_648_320_R0_0_584_320_0_10_0_584_320_R0_0_840_320_0_10_0_840_320_R0_0_904_320_0_10_0_904_320_R0_0_1032_320_0_10_0_1032_320_R0_0_968_320_0_10_0_968_320_R0_0_1096_320_0_10_0_1096_320_R0_0_1096_376_0_10_0_1096_376_R0_0_968_376_0_10_0_968_376_R0_0_1032_376_0_10_0_1032_376_R0_0_904_376_0_10_0_904_376_R0_0_840_376_0_10_0_840_376_R0_0_584_376_0_10_0_584_376_R0_0_648_376_0_10_0_648_376_R0_0_776_376_0_10_0_776_376_R0_0_712_376_0_10_0_712_376_R0_0_1096_320_0_10_0_1096_320_R0_0_968_320_0_10_0_968_320_R0_0_1032_320_0_10_0_1032_320_R0_0_904_320_0_10_0_904_320_R0_0_840_320_0_10_0_840_320_R0_0_584_320_0_10_0_584_320_R0_0_648_320_0_10_0_648_320_R0_0_776_320_0_10_0_776_320_R0_0_712_320_0_10_0_712_320_R0_0_-416_376_0_10_0_-416_376_R0_0_-352_376_0_10_0_-352_376_R0_0_-480_376_0_10_0_-480_376_R0_0_-544_376_0_10_0_-544_376_R0_0_-288_376_0_10_0_-288_376_R0_0_-224_376_0_10_0_-224_376_R0_0_-96_376_0_10_0_-96_376_R0_0_-160_376_0_10_0_-160_376_R0_0_-32_376_0_10_0_-32_376_R0_0_-160_24_0_10_0_-160_24_R0_0_-96_24_0_10_0_-96_24_R0_0_-224_24_0_10_0_-224_24_R0_0_-288_24_0_10_0_-288_24_R0_0_-544_24_0_10_0_-544_24_R0_0_-480_24_0_10_0_-480_24_R0_0_-352_24_0_10_0_-352_24_R0_0_-416_24_0_10_0_-416_24_R0_0_-32_24_0_10_0_-32_24_R0_2_272_200_0_10_0_272_200_R0_41_160_0_1_2_0_0.9_1_0_0_0.5_2_0_84_80_0_R0_2_17_31_0_0_R0_2_18_75_0_0_R0_2_19_74_0_0_R0_2_20_73_0_0_R0_2_21_72_0_0_R0_2_22_71_0_0_R0_2_23_70_0_0_R0_2_24_69_0_0_R0_2_25_68_0_0_R0_2_26_67_160_0_R0_1_29_0_0_R0_1_30_80_0_R0_2_16_32_80_0_R0_2_15_33_80_0_R0_2_14_34_80_0_R0_2_13_35_80_0_R0_2_12_36_80_0_R0_2_11_37_80_0_R0_2_10_38_80_0_R0_2_9_39_240_0_R0_3_48_49_58_240_0_R0_3_47_50_59_240_0_R0_3_46_51_60_240_0_R0_3_45_52_61_240_0_R0_3_44_53_62_240_0_R0_3_43_54_63_240_0_R0_3_42_55_64_240_0_R0_3_41_56_65_240_0_R0_3_40_57_66_160_0_R0_2_8_76_160_0_R0_2_7_77_160_0_R0_2_6_78_160_0_R0_2_5_79_160_0_R0_2_4_80_160_0_R0_2_3_81_160_0_R0_2_2_82_160_0_R0_2_1_83_240_0_R0_1_28_80_0_R0_1_27_0_0_0_1_0_0.5_1_0_0_0.5_1_85_4_19_0_1_2_3_4_5_6_7_8_29_76_77_78_79_80_81_82_83_84_19_18_19_20_21_22_23_24_25_26_30_67_68_69_70_71_72_73_74_75_19_9_10_11_12_13_14_15_16_17_27_31_32_33_34_35_36_37_38_39_28_28_40_41_42_43_44_45_46_47_48_49_50_51_52_53_54_55_56_57_58_59_60_61_62_63_64_65_66_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData11 = function () {
this.lvlsdata[334] = "v7_0_Hit the first yellow ball more slowly than the second one. Then synchronise your last shot..._15_2_184_280_0_20_0_184_280_0_0_0_0_0_0_0_0_0_0_0_480_120_0_20_0_480_120_R0_4_304_240_204_20_0_304_240_R0_4_304_160_204_20_0_304_160_R0_4_304_80_204_20_0_304_80_R0_4_304_320_204_20_0_304_320_R0_2_184_200_0_20_0_184_200_R0_4_72_120_0_20_0_72_120_R0_2_8_120_20_20_0_72_120_R0_2_184_120_0_20_0_184_120_R0_1_424_120_0_20_0_424_120_R0_1_424_200_0_20_0_424_200_R0_0_480_200_0_20_0_480_200_R0_1_424_280_0_20_0_424_280_R0_0_480_280_0_20_0_480_280_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_2_8_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R5_1_6_0_0_0_0_0_R5_1_0_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_10_0_0_0_0_0_R5_1_1_1_1_8_0_0_";
this.lvlsdata[604] = "v7_0_Keep the yellow one balanced above the green one. (Tip: Consider taking which one last)_15_2_264_56_36_10_0_264_56_0_0_0_0_0_0_0_0_0_0_2_264_256_0_10_1.57_264_256_R0_1_264_248_0_10_0_264_248_R0_0_264_472_28_38_1.57_264_472_R0_4_264_248_0_20_0_264_248_R0_1_152_56_0_40_0_152_56_R0_0_56_48_0_20_0_56_48_R0_0_152_200_0_34_0_152_200_R0_0_344_16_0_10_0_344_16_R0_0_312_176_0_20_0_312_176_R0_0_504_104_0_36_0_504_104_R0_1_408_176_0_46_0_408_176_R0_1_224_152_0_20_0_224_152_R0_1_64_152_0_42_0_64_152_R0_1_456_8_0_38_0_456_8_R0_13_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_1_3_4_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_10_90_0.75_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_1_2_1_2_0_1_4_0_";
this.lvlsdata[825] = "v7_0_Knock the green capsules out of the red square!_24_0_128_200_112_12_-1.57_128_200_0_0_0_0_0_0_0_0_0_0_0_280_312_152_12_0_280_312_R0_0_280_88_152_12_0_280_88_R0_0_432_200_112_12_-1.57_432_200_R0_2_-16_200_100_20_1.57_-16_200_R0_0_-72_200_100_20_-1.57_-72_200_R0_2_272_200_0_20_0_272_200_R0_4_672_176_0_20_0_672_176_R0_4_1160_144_0_20_0_1160_144_R0_4_1088_224_0_20_0_1088_224_R0_4_920_232_0_20_0_920_232_R0_4_872_160_0_20_0_872_160_R0_4_624_232_0_20_0_624_232_R0_4_824_224_0_20_0_824_224_R0_4_712_240_0_20_0_712_240_R0_4_752_168_0_20_0_752_168_R0_4_1456_144_0_20_0_1456_144_R0_4_1304_144_0_20_0_1304_144_R0_4_1624_240_0_20_0_1624_240_R0_1_2080_200_0_20_0_2080_200_R0_4_1688_144_0_20_0_1688_144_R0_4_1376_224_0_20_0_1376_224_R0_4_1832_144_0_20_0_1832_144_R0_4_1792_240_0_20_0_1792_240_R0_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_180_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R7_1_8_0_0_0_0_0_R7_1_9_0_0_0_0_0_R7_1_10_0_0_0_0_0_R7_1_11_0_0_0_0_0_R7_1_12_0_0_0_0_0_R7_1_13_0_0_0_0_0_R7_1_14_0_0_0_0_0_R7_1_15_0_0_0_0_0_R7_1_16_0_0_0_0_0_R7_1_17_0_0_0_0_0_R7_1_18_0_0_0_0_0_R7_1_19_0_0_0_0_0_R7_1_20_0_0_0_0_0_R7_1_21_0_0_0_0_0_R7_1_22_0_0_0_0_0_R7_1_23_0_0_0_";
this.lvlsdata[738] = "v7_0__18_2_272_200_0_34_0_272_200_0_0_0_0_0_0_0_0_0_0_4_424_112_0_26_0_424_112_R0_2_1376_104_0_16_0_424_112_R0_1_1376_104_0_62_0_1376_104_R0_0_272_104_0_20_0_272_200_0.1_0_0_0_0_0_0_0_0_0_1_224_280_0_20_0_272_200_R4_0_192_248_0_20_0_272_200_R4_1_320_280_0_20_0_272_200_R4_0_352_248_0_20_0_272_200_R4_0_352_152_0_20_0_272_200_R4_1_320_120_0_20_0_272_200_R4_1_224_120_0_20_0_272_200_R4_1_176_200_0_20_0_272_200_R4_1_368_200_0_20_0_272_200_R4_0_192_152_0_20_0_272_200_R4_0_272_296_0_20_0_272_200_R4_4_232_200_0_10_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_4_312_200_0_10_0_272_200_R16_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R3_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_2_2_2_3_16_12_13_16_17_0_1_4_5_6_7_8_9_10_11_14_15_0_0_";
this.lvlsdata[754] = "v7_0__18_2_944_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_0_200_240_0_20_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_0_344_240_0_20_0_272_200_R1_1_232_272_0_20_0_272_200_R1_0_200_160_0_20_0_272_200_R1_1_232_128_0_20_0_272_200_R1_0_344_160_0_20_0_272_200_R1_1_184_200_0_20_0_272_200_R1_1_360_200_0_20_0_272_200_R1_0_272_288_0_20_0_272_200_R1_1_312_128_0_20_0_272_200_R1_0_272_112_0_20_0_272_200_R1_1_312_272_0_20_0_272_200_R1_4_272_200_0_20_0_272_200_R0_2_272_48_152_10_0_272_48_R0_2_120_200_152_10_1.57_120_200_R0_2_272_352_152_10_0_272_352_R0_2_424_200_152_10_1.57_424_200_R0_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R13_1_15_0_0_0_0_0_R13_1_16_0_0_0_0_0_R13_1_17_0_0_0_";
this.lvlsdata[1268] = "v7_0_Guide the green capsule into the blue capsules to get them out!_45_2_496_184_0_10_0_496_184_0_0_0_0_0_0_0_0_0_0_4_448_184_0_20_0_448_184_R0_0_104_192_100_20_1.57_104_192_R0_0_248_296_140_20_0_248_296_R0_0_248_88_140_20_0_248_88_R0_0_392_192_100_20_1.57_392_192_R0_4_544_168_396_20_1.57_544_168_R0_4_248_384_396_20_0_248_384_R0_4_256_8_396_20_0_256_8_R0_4_8_168_396_20_1.57_8_168_R0_1_248_160_0_14_0_248_160_R0_1_248_192_0_14_0_248_192_R0_1_248_224_0_14_0_248_224_R0_1_248_256_0_14_0_248_256_R0_1_248_128_0_14_0_248_128_R0_1_152_160_0_14_0_152_160_R0_1_152_192_0_14_0_152_192_R0_1_152_224_0_14_0_152_224_R0_1_152_256_0_14_0_152_256_R0_1_152_128_0_14_0_152_128_R0_1_312_128_0_14_0_312_128_R0_1_312_256_0_14_0_312_256_R0_1_312_224_0_14_0_312_224_R0_1_312_192_0_14_0_312_192_R0_1_312_160_0_14_0_312_160_R0_1_344_128_0_14_0_344_128_R0_1_344_256_0_14_0_344_256_R0_1_344_224_0_14_0_344_224_R0_1_344_192_0_14_0_344_192_R0_1_344_160_0_14_0_344_160_R0_1_280_160_0_14_0_280_160_R0_1_280_192_0_14_0_280_192_R0_1_280_224_0_14_0_280_224_R0_1_280_256_0_14_0_280_256_R0_1_280_128_0_14_0_280_128_R0_1_216_128_0_14_0_216_128_R0_1_216_256_0_14_0_216_256_R0_1_216_224_0_14_0_216_224_R0_1_216_192_0_14_0_216_192_R0_1_216_160_0_14_0_216_160_R0_1_184_160_0_14_0_184_160_R0_1_184_192_0_14_0_184_192_R0_1_184_224_0_14_0_184_224_R0_1_184_256_0_14_0_184_256_R0_1_184_128_0_14_0_184_128_R0_45_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_2_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R10_1_11_0_0_0_0_0_R10_1_12_0_0_0_0_0_R10_1_13_0_0_0_0_0_R10_1_14_0_0_0_0_0_R10_1_15_0_0_0_0_0_R10_1_16_0_0_0_0_0_R10_1_17_0_0_0_0_0_R10_1_18_0_0_0_0_0_R10_1_19_0_0_0_0_0_R10_1_20_0_0_0_0_0_R10_1_21_0_0_0_0_0_R10_1_22_0_0_0_0_0_R10_1_23_0_0_0_0_0_R10_1_24_0_0_0_0_0_R10_1_25_0_0_0_0_0_R10_1_26_0_0_0_0_0_R10_1_27_0_0_0_0_0_R10_1_28_0_0_0_0_0_R10_1_29_0_0_0_0_0_R10_1_30_0_0_0_0_0_R10_1_31_0_0_0_0_0_R10_1_32_0_0_0_0_0_R10_1_33_0_0_0_0_0_R10_1_34_0_0_0_0_0_R10_1_35_0_0_0_0_0_R10_1_36_0_0_0_0_0_R10_1_37_0_0_0_0_0_R10_1_38_0_0_0_0_0_R10_1_39_0_0_0_0_0_R10_1_40_0_0_0_0_0_R10_1_41_0_0_0_0_0_R10_1_42_0_0_0_0_0_R10_1_43_0_0_0_0_0_R10_1_44_0_0_0_";
this.lvlsdata[488] = "v7_0_If you not see any Capsule, you need eyeglasses :D_24_2_280_-240_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_2_272_200_0_20_0_272_200_R0_1_280_-416_0_20_0_280_-240_0.1_0_0_0_0_0_0_0_0_0_1_280_-64_0_20_0_280_-240_R2_1_488_-240_44_10_1.57_488_-240_-0.1_0_0_0_0_0_0_0_0_0_1_456_-240_0_20_0_280_-240_R2_1_104_-240_0_20_0_280_-240_R2_1_392_-104_0_20_0_280_-240_R2_1_424_-144_0_20_0_280_-240_R2_1_424_-336_0_20_0_280_-240_R2_1_392_-376_0_20_0_280_-240_R2_1_168_-376_0_20_0_280_-240_R2_1_136_-336_0_20_0_280_-240_R2_1_168_-104_0_20_0_280_-240_R2_1_136_-144_0_20_0_280_-240_R2_1_80_-72_44_10_0_80_-72_R2_1_480_-72_44_10_0_480_-72_R2_1_392_-240_0_10_0_392_-240_R0_1_280_-128_0_10_0_280_-128_R0_1_168_-240_0_10_0_168_-240_R0_1_280_-352_0_10_0_280_-352_R0_1_72_-240_44_10_-1.57_72_-240_R4_1_64_-408_44_10_0_64_-408_R2_1_488_-408_44_10_0_488_-408_R2_23_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_";
this.lvlsdata[34] = "v5_1_26_2_272_200_0_16_0_272_200_0_0_0_0_0_0_0_0_0_328_1952_24_10_0_328_1952_0_0_0_0_4_0_0.06_1_1_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_1_328_1952_24_10_0_328_1952_R1_0_328_1952_24_10_0_328_1952_R1_0_328_1976_0_10_0_328_1952_0.03_0_0_0_0_0_0_1_0_328_1928_0_10_0_328_1952_R17_0_328_1976_0_10_0_328_1952_0_0_0_0_0_0_0_1_0_328_1928_0_10_0_328_1952_R19_0_272_128_68_10_0_272_128_R0_0_200_200_68_10_1.57_200_200_R0_0_344_200_68_10_1.57_344_200_R0_0_272_272_68_10_0_272_272_R0_1_272_40_0_10_0_272_96_0.01_0_0_0_0_0_0_0_26_0_0_0_1_0_0.5_1_0_0_0.5_1_0_130_0_0_2_0.4_0.5_23_0_48_0.5_-256_256_1_-272_576_1_-96_672_0.6_96_448_0.8_16_256_0.7_-336_400_0.9_0_560_0.8_320_304_0.7_624_544_0.6_736_176_0.6_544_-224_0.6_848_-368_0.6_800_-592_0.6_544_-592_0.6_496_-432_0.6_720_-256_0.6_880_-528_0.6_416_-576_0.6_352_-304_0.6_-288_-480_0.6_-192_-272_0.6_-272_-32_0.6_1_1_120_0_R1_1_2_80_0_R1_1_3_110_0_R1_1_4_150_0_R1_1_5_100_0_R1_1_6_140_0_R1_1_7_90_0_R1_1_8_10_0_R1_1_9_0_0_R1_1_10_20_0_R1_1_11_30_0_R1_1_12_50_0_R1_1_13_40_0_R1_1_14_60_0_R1_1_15_70_0_R1_1_16_140_0_R1_1_18_140_0_R1_1_17_0_0_R1_1_19_0_0_R1_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_1_5_22_24_23_21_25_";
this.lvlsdata[80] = "v5_0_18_0_272_272_348_10_0_272_272_0_0_0_0_0_0_0_0_1_288_0_0_20_0_288_0_R0_2_280_144_0_10_1.57_280_96_0_0_0_100_0_0.09_0_0_2_280_336_0_10_0_280_336_R0_0_136_64_0_20_0_136_64_R0_0_232_64_0_20_0_232_64_R0_0_328_64_0_20_0_328_64_R0_0_424_64_0_20_0_424_64_R0_0_520_64_0_20_0_520_64_R0_0_40_64_0_20_0_40_64_R0_0_600_160_28_10_0_624_160_0_0_0_0_0_0_0_1_0_640_160_28_10_0_624_160_R10_1_0_0_0_20_0_0_0_R0_1_96_0_0_20_0_96_0_R0_1_192_0_0_20_0_192_0_R0_1_384_0_0_20_0_384_0_R0_0_640_200_28_10_0_624_200_R10_0_600_200_28_10_0_624_200_R10_14_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_210_0_0_1.6_1_0.5_8_0_0_0.5_-160_-64_0.5_-352_16_0.5_-480_-80_0.5_-640_0_0.5_-480_32_0.5_-336_-80_0.5_-160_48_0.5_1_10_200_0_R9_1_11_0_0_0_1_0_0.5_2_0_0_0.5_176_0_0.5_5_15_14_13_12_1_0_0_R9_1_16_10_0_R9_1_17_0_";
this.lvlsdata[838] = "v7_1__29_2_272_192_0_10_0_272_192_0_0_0_0_0_0_0_0_0_0_1_280_600_72_10_0_280_600_R0_0_248_520_52_10_1.41_248_520_R0_0_312_520_52_10_1.73_312_520_R0_1_272_376_0_10_0_272_376_R0_1_272_376_0_10_0_272_376_R0_1_312_736_12_10_0_312_760_0.1_0_0_0_0_0_0_0_0_0_4_184_640_788_10_1.57_184_640_R0_0_256_624_48_10_0_256_624_R0_4_376_640_788_10_1.57_376_640_R0_0_312_760_28_10_1.57_312_760_R6_1_280_656_48_10_0_280_656_R0_0_344_536_4_10_0_344_536_R0_0_216_536_0_10_0_216_536_R0_0_216_536_4_10_0_216_536_R0_0_304_688_48_10_0_304_688_R0_1_280_520_0_10_0_280_520_R0_0_256_736_48_10_1.57_256_736_R0_0_312_1040_16_10_2.36_272_1080_0.1_0.05_0.05_0_0_0_0_0_0_0_1_280_1200_88_10_0_280_1160_R0_0_240_1072_16_10_0_272_1072_R6_1_280_1032_16_10_1.57_280_1080_R6_1_280_888_16_10_1.57_280_936_R6_0_240_928_16_10_0_272_928_R6_1_280_968_16_10_1.57_280_928_R6_0_320_928_16_10_3.14_280_928_R6_0_320_1072_16_10_3.14_280_1072_R6_1_280_1112_16_10_1.57_280_1072_R6_0_280_16_88_10_0_280_-24_R0_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4_90_0.8_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_4.1_90_0.8_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R18_1_19_0_0_0_0_0_R18_1_26_0_0_0_0_0_R18_1_18_0_0_0_0_0_R18_1_21_0_0_0_0_0_R18_1_24_0_0_0_0_0_R18_1_23_0_0_0_0_0_R18_1_25_0_0_0_0_0_R18_1_22_0_0_0_0_0_R18_1_27_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_4.6_90_0.8_1_0_0_0.5_0_0_0_0_0_1_28_0_0_0_";
this.lvlsdata[943] = "v7_0_It is gonna blow!_14_0_288_120_60_10_1.57_352_216_-0.03_0_0_0_0_0_0_0_0_0_0_192_184_60_10_0_288_120_R0_0_352_216_60_10_0_256_280_R0_0_256_280_60_10_1.57_192_184_R0_1_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_1_256_184_8_10_0_288_120_R0_2_488_136_0_10_0_488_136_0_0_0_0_50_0_0.1_0_0_0_1_288_216_8_10_0_256_280_R0_1_288_56_8_10_1.57_352_216_R0_1_128_184_8_10_0_288_120_R0_1_416_216_8_10_0_256_280_R0_1_256_216_8_10_1.57_192_184_R0_1_256_344_8_10_1.57_192_184_R0_1_288_184_8_10_1.57_352_216_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_200_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_";
this.lvlsdata[72] = "v5_0_8_0_272_200_0_10_1.57_272_200_0_0_0_0_100_0_0.1_1_1_272_200_28_10_-1.57_272_200_0.1_0_0_0_0_0_0_1_2_272_72_0_20_0_272_72_0_0_0_0_0_0_0_0_0_272_200_24_10_-1.57_272_200_0_0_0_0_0_0_0_1_3_272_200_0_10_1.57_272_200_R3_0_272_200_24_10_-1.57_272_200_R3_0_272_200_0_10_0_272_200_R3_0_272_200_32_14_-1.57_272_200_R3_8_0_0_0_2_0_0.5_7_0_0_0.5_0_160_0.5_144_160_0.5_144_0_0.5_0_-128_0.5_-144_0_0.5_0_160_0.5_1_0_0_0_R0_1_1_0_0_0_1_0_0.5_1_0_0_0.5_1_2_10_0_R0_1_3_30_0_R0_1_4_20_0_R0_1_5_20_0_1_2_0_0.9_3_0_0_0.5_0_160_0.5_0_160_0.5_1_6_0_0_R0_1_7_0_";
this.lvlsdata[956] = "v7_0__24_2_272_56_0_10_0_272_56_0_0_0_0_0_0_0_0_0_0_0_272_88_84_10_0_272_88_R0_0_184_0_88_10_1.57_184_0_R0_0_88_56_84_10_0_88_56_0.1_0_0_0_0_0_0_0_0_0_1_160_64_0_12_0_160_64_R0_0_360_64_24_10_-1.57_360_64_R0_0_392_40_32_10_0_392_40_R0_0_416_104_12_10_-1.57_416_104_R0_0_448_120_32_10_0_448_120_R0_0_488_64_56_10_-1.57_488_64_R0_0_144_88_84_10_0_144_88_R0_0_360_112_72_10_1.57_360_112_R0_0_400_184_32_10_0_400_184_R0_0_488_160_80_10_1.57_488_160_R0_0_448_240_32_10_0_448_240_R0_0_360_208_20_10_1.57_360_208_R0_0_416_264_24_10_1.57_416_264_R0_0_160_288_256_10_0_160_288_R0_0_472_264_0_10_-3.14_472_264_0_0_0_100_0_0.1_0_0_100_-0.1_0_208_232_148_10_0_208_232_R0_0_8_264_0_10_0_8_264_0_0_0_100_0_0.1_0_0_100_0.1_0_56_160_72_10_1.57_56_160_R0_0_272_376_0_20_0_272_200_R3_1_336_208_0_10_0_336_208_R0_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_1_2_4_10_0_0_";
this.lvlsdata[27] = "v4_0_83_0_-24_176_36_10_1.57_-24_176_0_0_0_0_0_0_0_1_472_320_0_20_0_472_320_R0_0_432_160_40_10_1.57_432_160_R0_0_472_40_36_10_0_472_40_R0_0_472_360_36_10_0_472_360_R0_0_72_360_36_10_0_72_360_R0_0_32_320_40_10_1.57_32_320_R0_0_72_40_36_10_0_72_40_R0_0_432_80_40_10_1.57_432_80_R0_1_72_320_0_20_0_72_320_R0_0_152_360_36_10_0_152_360_R0_0_152_40_36_10_0_152_40_R0_3_152_320_0_20_0_152_320_R0_0_232_360_36_10_0_232_360_R0_0_232_40_36_10_0_232_40_R0_0_272_320_40_10_1.57_272_320_R0_3_232_320_0_20_0_232_320_R0_0_312_360_36_10_0_312_360_R0_0_312_40_36_10_0_312_40_R0_1_312_320_0_20_0_312_320_R0_0_392_360_36_10_0_392_360_R0_0_392_40_36_10_0_392_40_R0_1_392_320_0_20_0_392_320_R0_1_392_80_0_20_0_392_80_R0_1_312_80_0_20_0_312_80_R0_0_312_120_36_10_0_312_120_R0_3_232_80_0_20_0_232_80_R0_0_272_80_40_10_1.57_272_80_R0_1_152_80_0_20_0_152_80_R0_0_312_200_36_10_0_312_200_R0_2_72_80_0_14_0_72_80_R0_0_32_80_40_10_1.57_32_80_R0_0_72_120_36_10_0_72_120_R0_0_512_80_40_10_1.57_512_80_R0_1_472_80_0_20_0_472_80_R0_3_392_160_0_20_0_392_160_R0_0_392_200_36_10_0_392_200_R0_3_312_160_0_20_0_312_160_R0_0_352_160_40_10_1.57_352_160_R0_1_232_160_0_20_0_232_160_R0_1_152_160_0_20_0_152_160_R0_0_192_160_40_10_1.57_192_160_R0_0_472_120_36_10_0_472_120_R0_1_72_160_0_20_0_72_160_R0_0_272_240_40_10_1.57_272_240_R0_0_32_160_40_10_1.57_32_160_R0_0_72_200_36_10_0_72_200_R0_0_392_280_36_10_0_392_280_R0_0_512_160_40_10_1.57_512_160_R0_3_472_160_0_20_0_472_160_R0_3_392_240_0_20_0_392_240_R0_1_312_240_0_20_0_312_240_R0_0_352_240_40_10_1.57_352_240_R0_1_232_240_0_20_0_232_240_R0_0_232_280_36_10_0_232_280_R0_1_152_240_0_20_0_152_240_R0_0_192_320_40_10_1.57_192_320_R0_3_72_240_0_20_0_72_240_R0_0_112_240_40_10_1.57_112_240_R0_0_32_240_40_10_1.57_32_240_R0_0_232_120_36_10_0_232_120_R0_0_512_240_40_10_1.57_512_240_R0_3_472_240_0_20_0_472_240_R0_0_352_320_36_10_-1.57_352_320_R0_0_352_80_36_10_-1.57_352_80_R0_0_192_80_40_10_1.57_192_80_R0_0_432_320_40_10_1.57_432_320_R0_0_232_200_36_10_0_232_200_R0_0_152_120_36_10_0_152_120_R0_0_432_240_40_10_1.57_432_240_R0_0_472_200_36_10_0_472_200_R0_0_152_280_36_10_0_152_280_R0_0_312_280_36_10_0_312_280_R0_0_472_280_36_10_0_472_280_R0_0_272_160_40_10_1.57_272_160_R0_0_192_240_40_10_1.57_192_240_R0_0_512_320_40_10_1.57_512_320_R0_0_72_280_36_10_0_72_280_R0_0_112_320_40_10_1.57_112_320_R0_0_392_120_36_10_0_392_120_R0_0_152_200_36_10_0_152_200_R0_0_112_80_40_10_1.57_112_80_R0_0_112_160_40_10_1.57_112_160_R0_83_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_20_0_0_1_0.8_0.5_2_0_-32_1_0_32_0.7_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_80_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_0_0_R0_1_26_0_0_R0_1_27_60_0_R0_1_28_40_0_0_1_0.8_0.5_2_32_0_1_-32_0_0.7_1_29_0_0_R0_1_30_0_0_R0_1_31_0_0_0_1_0.8_0.5_2_-32_0_1_32_0_0.7_1_32_0_0_R0_1_33_0_0_R0_1_34_0_0_R0_1_35_0_0_R0_1_36_0_0_R0_1_37_0_0_R0_1_38_0_0_R0_1_39_0_0_R0_1_40_0_0_R0_1_41_100_0_R29_1_42_0_0_R0_1_43_0_0_0_1_0.8_0.5_2_0_48_0.7_0_-32_0.7_1_44_0_0_R0_1_45_60_0_R32_1_46_0_0_R0_1_47_0_0_R0_1_48_120_0_R0_1_49_40_0_R0_1_50_0_0_R0_1_51_0_0_R0_1_52_0_0_R0_1_53_0_0_0_1.5_0_0.5_2_32_0_0.9_-32_0_0.7_1_54_0_0_R0_1_55_100_0_0_1_0.7_0.5_2_0_32_1_0_-32_0.7_1_56_200_0_R0_1_57_0_0_R0_1_58_0_0_R0_1_59_0_0_0_1.5_0_0.5_2_-48_0_0.9_32_0_0.7_1_60_0_0_R0_1_61_0_0_R0_1_62_100_0_0_1.5_0_0.5_2_0_32_0.9_0_-32_0.7_1_63_40_0_0_1.5_0_0.5_2_0_-32_0.9_0_32_0.7_1_64_80_0_0_1_0.8_0.5_2_0_-48_0.7_0_32_0.7_1_65_60_0_R44_1_66_0_0_R32_1_67_40_0_R29_1_68_20_0_R65_1_69_0_0_R54_1_70_0_0_R0_1_71_40_0_R60_1_72_40_0_R54_1_73_40_0_R65_1_74_60_0_0_1_0.7_0.5_2_0_-32_1_0_32_0.7_1_75_0_0_R0_1_76_0_0_R60_1_77_20_0_0_1_0.8_0.5_2_0_32_1_0_-32_0.7_1_78_60_0_R32_1_79_100_0_R29_1_80_20_0_R65_1_81_60_0_R44_1_82_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData12 = function () {
this.lvlsdata[519] = "v7_0__42_2_275_224_0_20_0_275_224_0_0_0_0_0_0_0_0_0_0_4_277_328_44_30_0_277_328_R0_1_539_80_0_20_0_539_80_R0_4_539_80_0_10_0_539_80_R0_2_181_328_0_20_0_181_328_R0_4_107_80_0_20_0_107_80_R0_4_299_80_0_20_0_299_80_R0_4_203_80_0_20_0_203_80_R0_4_11_80_0_20_0_11_80_R0_4_491_80_0_20_0_491_80_R0_4_395_80_0_20_0_395_80_R0_4_251_80_0_10_0_251_80_R0_1_251_80_0_20_0_251_80_R0_4_155_80_0_10_0_155_80_R0_1_155_80_0_20_0_155_80_R0_1_443_80_0_20_0_443_80_R0_4_443_80_0_10_0_443_80_R0_4_347_80_0_10_0_347_80_R0_1_347_80_0_20_0_347_80_R0_2_373_328_0_20_0_373_328_R0_1_277_336_96_20_0_277_336_R0_0_272_416_280_20_0_272_416_R0_4_272_464_288_20_0_272_464_R0_4_-176_264_500_180_-1.57_-176_264_R0_4_736_264_504_190_-1.57_736_264_R0_2_277_520_0_20_0_277_328_R0_4_59_80_0_10_0_59_80_R0_1_59_80_0_20_0_59_80_R0_4_272_-424_408_488_0_272_-424_R0_1_179_224_0_20_0_179_224_R0_1_419_176_0_20_0_419_176_R0_1_467_128_0_20_0_467_128_R0_1_371_128_0_20_0_371_128_R0_1_275_128_0_20_0_275_128_R0_1_179_128_0_20_0_179_128_R0_1_83_128_0_20_0_83_128_R0_1_371_224_0_20_0_371_224_R0_1_323_176_0_20_0_323_176_R0_1_323_272_0_20_0_323_272_R0_1_227_272_0_20_0_227_272_R0_1_131_176_0_20_0_131_176_R0_1_227_176_0_20_0_227_176_R0_41_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_0.98_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_4_0_0_0_0_0_0_1_0_0.5_3_0_0_0_0_0_0_0_0_32_0_0.5_0_25_0_0_0_64_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R3_1_16_0_0_0_0_0_R1_1_15_0_0_0_0_0_R3_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R3_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R2_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_R2_1_23_0_0_0_0_0_R2_1_24_0_0_0_0_0_R2_1_25_0_0_0_0_0_R3_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_28_0_0_0_0_0_R2_1_29_0_0_0_0_0_R2_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R2_1_32_0_0_0_0_0_R2_1_33_0_0_0_0_0_R2_1_34_0_0_0_0_0_R2_1_35_0_0_0_0_0_R2_1_36_0_0_0_0_0_R2_1_37_0_0_0_0_0_R2_1_38_0_0_0_0_0_R2_1_39_0_0_0_0_0_R2_1_40_0_0_0_0_0_R2_1_41_1_3_19_4_20_6_2_2_3_2_14_13_2_12_11_2_17_18_2_15_16_2_27_26_1_28_22_";
this.lvlsdata[58] = "v5_0_16_2_504_328_32_10_1.57_472_328_0.06_0_0_0_0_0_0_0_2_480_360_24_10_0_472_328_R0_2_480_296_24_10_0_472_328_R0_0_448_184_272_22_-3.14_448_184_0_0_0_0_0_0_0_0_0_112_200_0_10_1.57_112_200_R3_0_336_416_20_10_-1.57_336_416_R3_0_-8_200_20_10_0_-8_200_R3_0_336_312_0_10_0_336_312_R3_0_160_176_20_14_0_160_176_R3_0_336_224_12_10_-1.57_336_224_R3_0_280_88_36_10_0_312_88_R0_0_336_160_24_10_0_312_88_R0_0_336_16_24_10_0_312_88_R0_1_504_80_32_36_1.57_504_80_R3_0_136_160_20_10_-1.57_136_160_R3_0_168_176_20_10_0_168_176_R3_16_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_";
this.lvlsdata[493] = "v7_0_Go and shove the Capsules into the walls! (If you want to go for high score use the green soccerballs.)_60_2_464_328_0_10_0_464_328_0_0_0_0_0_0_0_0_0_0_4_472_328_0_10_0_472_328_R0_1_464_328_0_10_0_464_328_R0_2_528_208_360_20_1.57_528_208_R0_2_248_376_360_20_0_248_376_R0_2_248_24_360_20_0_248_24_R0_2_24_200_360_20_1.57_24_200_R0_1_472_88_0_20_0_472_88_R0_4_472_280_0_20_0_472_280_R0_4_88_136_0_20_0_88_136_R0_1_88_184_0_20_0_88_184_R0_1_88_88_0_20_0_88_88_R0_4_472_136_0_20_0_472_136_R0_1_472_232_0_20_0_472_232_R0_1_472_184_0_20_0_472_184_R0_1_88_232_0_20_0_88_232_R0_1_88_328_0_20_0_88_328_R0_4_88_280_0_20_0_88_280_R0_4_424_280_0_20_0_424_280_R0_4_424_328_0_20_0_424_328_R0_1_424_232_0_20_0_424_232_R0_4_424_88_0_20_0_424_88_R0_1_424_184_0_20_0_424_184_R0_4_424_136_0_20_0_424_136_R0_1_376_280_0_20_0_376_280_R0_1_376_328_0_20_0_376_328_R0_1_376_232_0_20_0_376_232_R0_1_376_88_0_20_0_376_88_R0_1_376_184_0_20_0_376_184_R0_1_376_136_0_20_0_376_136_R0_1_328_280_0_20_0_328_280_R0_1_328_328_0_20_0_328_328_R0_1_328_232_0_20_0_328_232_R0_1_328_88_0_20_0_328_88_R0_1_328_184_0_20_0_328_184_R0_1_328_136_0_20_0_328_136_R0_1_280_280_0_20_0_280_280_R0_1_280_328_0_20_0_280_328_R0_1_280_232_0_20_0_280_232_R0_1_280_88_0_20_0_280_88_R0_1_280_184_0_20_0_280_184_R0_1_280_136_0_20_0_280_136_R0_1_232_280_0_20_0_232_280_R0_1_232_328_0_20_0_232_328_R0_1_232_232_0_20_0_232_232_R0_1_232_88_0_20_0_232_88_R0_1_232_184_0_20_0_232_184_R0_1_232_136_0_20_0_232_136_R0_1_184_280_0_20_0_184_280_R0_1_184_328_0_20_0_184_328_R0_1_184_232_0_20_0_184_232_R0_1_184_88_0_20_0_184_88_R0_1_184_184_0_20_0_184_184_R0_1_184_136_0_20_0_184_136_R0_4_136_280_0_20_0_136_280_R0_4_136_328_0_20_0_136_328_R0_1_136_232_0_20_0_136_232_R0_4_136_88_0_20_0_136_88_R0_1_136_184_0_20_0_136_184_R0_4_136_136_0_20_0_136_136_R0_59_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R6_1_9_0_0_0_0_0_R6_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R6_1_12_0_0_0_0_0_R6_1_13_0_0_0_0_0_R6_1_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_16_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R6_1_19_0_0_0_0_0_R6_1_20_0_0_0_0_0_R6_1_21_0_0_0_0_0_R6_1_22_0_0_0_0_0_R6_1_23_0_0_0_0_0_R6_1_24_0_0_0_0_0_R6_1_25_0_0_0_0_0_R6_1_26_0_0_0_0_0_R6_1_27_0_0_0_0_0_R6_1_28_0_0_0_0_0_R6_1_29_0_0_0_0_0_R6_1_30_0_0_0_0_0_R6_1_31_0_0_0_0_0_R6_1_32_0_0_0_0_0_R6_1_33_0_0_0_0_0_R6_1_34_0_0_0_0_0_R6_1_35_0_0_0_0_0_R6_1_36_0_0_0_0_0_R6_1_37_0_0_0_0_0_R6_1_38_0_0_0_0_0_R6_1_39_0_0_0_0_0_R6_1_40_0_0_0_0_0_R6_1_41_0_0_0_0_0_R6_1_42_0_0_0_0_0_R6_1_43_0_0_0_0_0_R6_1_44_0_0_0_0_0_R6_1_45_0_0_0_0_0_R6_1_46_0_0_0_0_0_R6_1_47_0_0_0_0_0_R6_1_48_0_0_0_0_0_R6_1_49_0_0_0_0_0_R6_1_50_0_0_0_0_0_R6_1_51_0_0_0_0_0_R6_1_52_0_0_0_0_0_R6_1_53_0_0_0_0_0_R6_1_54_0_0_0_0_0_R6_1_55_0_0_0_0_0_R6_1_56_0_0_0_0_0_R6_1_57_0_0_0_0_0_R6_1_58_0_0_0_0_0_R6_1_59_1_2_0_2_0_0_";
this.lvlsdata[885] = "v7_1_Avoid the asteroids and don't lose your balance._51_0_168_112_40_10_2.36_168_112_0_0_0_0_0_0_0_0_0_0_0_128_200_40_10_-1.57_128_200_R0_0_384_200_40_10_-1.57_384_200_R0_0_344_112_40_10_-2.36_344_112_R0_0_168_288_40_10_-2.36_168_288_R0_0_256_72_40_10_3.14_256_72_R0_0_256_328_40_10_3.14_256_328_R0_0_344_288_40_10_2.36_344_288_R0_2_264_192_0_20_0_264_192_R0_1_544_216_220_20_1.57_544_216_R0_0_1456_-200_0_20_0_1456_-200_R0_0_-168_280_0_20_0_-168_280_R0_0_-440_96_0_20_0_-440_96_R0_0_-576_280_0_20_0_-576_280_R0_0_1704_960_0_50_0_1704_960_R0_0_-896_-160_0_20_0_-896_-160_R0_0_-648_-368_0_20_0_-648_-368_R0_0_-840_-528_0_50_0_-840_-528_R0_0_-536_-760_0_50_0_-536_-760_R0_0_-128_-648_0_50_0_-128_-648_R0_0_264_-872_0_50_0_264_-872_R0_0_728_-784_0_50_0_728_-784_R0_0_-736_104_0_20_0_-736_104_R0_0_-240_-896_0_20_0_-240_-896_R0_0_152_-648_0_20_0_152_-648_R0_0_1152_-784_0_50_0_1152_-784_R0_0_1656_-464_0_50_0_1656_-464_R0_0_584_-600_0_20_0_584_-600_R0_0_1176_392_0_20_0_1176_392_R0_0_1808_-56_0_50_0_1808_-56_R0_0_1592_256_0_50_0_1592_256_R0_0_336_912_0_50_0_336_912_R0_0_1704_960_0_50_0_1704_960_R0_0_1256_992_0_50_0_1256_992_R0_0_744_1264_0_50_0_744_1264_R0_0_928_920_0_50_0_928_920_R0_0_1680_616_0_50_0_1680_616_R0_0_336_912_0_50_0_336_912_R0_0_344_1216_0_50_0_344_1216_R0_0_-80_760_0_50_0_-80_760_R0_0_840_552_0_50_0_840_552_R0_0_864_184_0_50_0_864_184_R0_0_1176_-488_0_20_0_1176_-488_R0_0_1904_312_0_20_0_1904_312_R0_0_1424_560_0_20_0_1424_560_R0_0_1944_1032_0_20_0_1944_1032_R0_0_1272_1296_0_20_0_1272_1296_R0_0_576_1528_0_20_0_576_1528_R0_0_576_992_0_20_0_576_992_R0_0_-32_1120_0_20_0_-32_1120_R0_0_456_680_0_20_0_456_680_R0_44_0_0_0_0_0_0_2_0_0.5_10_0_0_1_0_0_0_360_0_-992_32_1_0_0_0_0_0_-1056_-752_1_0_0_0_0_0_128_-960_1_0_0_0_0_0_1376_-896_1_0_0_0_0_0_1792_352_1_0_0_0_0_0_672_1456_1_0_0_0_0_0_-336_992_1_0_0_0_0_0_1136_352_1_0_0_0_0_0_832_80_1_0_0_0_0_0_8_0_1_2_3_4_5_6_7_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R1_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_R1_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R1_1_44_0_0_0_0_0_R1_1_45_0_0_0_0_0_R1_1_46_0_0_0_0_0_R1_1_47_0_0_0_0_0_R1_1_48_0_0_0_0_0_R1_1_49_0_0_0_0_0_R1_1_50_0_0_0_";
this.lvlsdata[459] = "v7_0_Move around. Watchout where you move though!_22_2_275_313_0_10_0_275_313_0_0_0_0_0_0_0_0_0_0_4_609_305_30_266_0_609_305_R0_4_263_-49_0_312_0_263_-49_R0_4_-145_295_16_366_0_-145_295_R0_4_277_689_0_327_0_277_689_R0_0_408_200_96_20_-0.61_408_200_R0_0_273_364_44_20_0_273_364_R0_0_224_296_68_20_1.57_224_296_R0_0_326_311_53_20_1.57_326_311_R0_0_400_0_68_20_3.14_400_0_R0_4_-157_689_0_278_0_-157_689_R0_4_595_753_0_282_0_595_753_R0_4_555_-63_0_296_0_555_-63_R0_4_-165_-55_0_270_0_-165_-55_R0_0_21_20_88_20_0.8_21_20_R0_0_336_136_88_20_-0.68_336_136_R0_0_488_80_60_20_1.57_488_80_R0_0_240_216_0_44_0_240_216_R0_0_280_56_80_10_0_280_56_0.1_0_0_0_0_0_0_0_0_0_1_90_344_0_20_0_90_344_R0_0_152_216_0_20_0_96_216_0.04_0_0_0_0_0_0_0_0_0_0_40_216_0_20_0_96_216_R20_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_9_0_10_11_4_12_2_13_3_1_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_1_1_0_0.2_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R12_1_21_0_0_0_";
this.lvlsdata[314] = "v7_0_The good all time when we were trying to save people jumping from buildings in fire..._17_4_176_256_52_28_0.31_176_256_0_0_0_0_0_0_0_0_0_0_2_176_464_0_10_0_176_256_R0_4_280_400_492_20_0_280_400_R0_1_-40_128_0_34_0_-40_128_R0_2_664_280_176_26_0_664_280_R0_0_688_568_0_20_0_688_568_R0_0_680_48_0_20_0_680_48_R0_0_280_456_0_20_0_280_456_R0_2_280_520_0_20_0_280_520_R0_0_280_456_0_20_0_280_456_R0_4_-112_144_0_52_0_-112_144_R0_1_-64_96_0_34_0_-64_96_R0_1_176_480_0_20_0_176_480_R0_4_-96_296_0_52_0_-96_296_R0_1_-56_264_0_34_0_-56_264_R0_1_-64_256_0_34_0_-64_256_R0_4_-128_168_372_20_1.57_-128_168_R0_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_2_2_7_280_0_6_1.5_2_4_1_0_0.5_0.1_0.1_1_1.5_90_0.94_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_4_1_0_0.5_0.6_0.6_1_1.7_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.5_0.5_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_6_2.5_2_R2_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_90_0_14_0.5_2_R2_1_14_100_0_4_2_2_R2_1_15_0_0_0_0_0_R0_1_16_1_2_1_12_0_3_6_4_5_4_9_8_";
this.lvlsdata[448] = "v7_0_The more you get in, the faster it goes down!!_21_2_40_384_28_10_0_40_384_0_0_0_0_0_0_0_0_0_0_4_88_272_108_26_1.57_88_272_R0_4_8_80_300_10_1.57_8_80_R0_4_336_112_0_10_0_336_112_R0_4_504_160_164_10_0_504_160_R0_2_208_216_0_26_0_208_216_R0_1_40_200_8_16_0_40_200_R0_4_456_40_164_10_-0.79_456_40_R0_0_40_160_28_10_0_40_160_R0_4_400_48_0_10_0_400_48_R0_4_528_-184_0_10_0_528_-184_R0_4_528_-136_0_10_0_528_-136_R0_4_432_16_0_10_0_432_16_R0_4_456_-8_0_10_0_456_-8_R0_4_480_-40_0_10_0_480_-40_R0_4_504_-64_0_10_0_504_-64_R0_4_528_-88_0_10_0_528_-88_R0_4_368_80_0_10_0_368_80_R0_4_288_-224_296_20_0_288_-224_R0_4_304_400_296_20_0_304_400_R0_4_552_304_132_20_1.57_552_304_R0_21_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.19_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_3_3_0_1_2_2_4_7_0_0_";
this.lvlsdata[449] = "v7_0_The more you get in the faster it goes up!!_24_2_40_0_32_10_3.14_40_0_0_0_0_0_0_0_0_0_0_0_4_552_264_252_10_1.57_552_264_R0_0_80_240_216_10_1.57_80_240_R0_1_40_152_20_10_0_40_152_R0_4_80_96_88_10_1.57_80_96_R0_2_272_136_0_26_0_272_136_R0_4_376_624_0_10_0_376_624_R0_4_376_544_0_10_0_376_544_R0_4_376_704_0_10_0_376_704_R0_4_280_-16_216_20_0_280_-16_R0_4_472_96_88_10_1.57_472_96_R0_1_512_152_20_10_0_512_152_R0_0_472_248_216_10_1.57_472_248_R0_2_512_0_32_10_3.14_512_0_R0_4_0_256_252_10_1.57_0_256_R0_4_376_464_0_10_0_376_464_R0_4_376_304_0_10_0_376_304_R0_4_376_384_0_10_0_376_384_R0_4_168_384_0_10_0_168_384_R0_4_168_304_0_10_0_168_304_R0_4_168_464_0_10_0_168_464_R0_4_168_704_0_10_0_168_704_R0_4_168_544_0_10_0_168_544_R0_4_168_624_0_10_0_168_624_R0_24_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.2_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.5_271_0.91_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R6_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_16_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R6_1_19_0_0_0_0_0_R6_1_20_0_0_0_0_0_R6_1_21_0_0_0_0_0_R6_1_22_0_0_0_0_0_R6_1_23_0_2_3_0_2_4_4_1_13_10_12_0_";
this.lvlsdata[1055] = "v7_0_You may only touch the center line 5 times._37_2_272_360_0_20_0_272_360_0_0_0_0_0_0_0_0_0_0_1_8_96_0_10_0_8_96_R0_2_8_384_0_10_0_8_384_R0_0_40_200_220_10_-1.57_40_200_R0_1_272_200_228_10_0_272_208_R0_4_536_168_0_10_0_536_168_R0_4_536_216_0_10_0_536_216_R0_4_536_360_0_10_0_536_360_R0_4_536_264_0_10_0_536_264_R0_4_536_120_0_10_0_536_120_R0_0_504_200_220_10_-1.57_504_200_R0_2_536_384_0_10_0_536_384_R0_4_8_120_0_10_0_8_120_R0_4_8_168_0_10_0_8_168_R0_4_8_240_0_10_0_8_240_R0_4_8_216_0_10_0_8_216_R0_4_8_336_0_10_0_8_336_R0_4_8_264_0_10_0_8_264_R0_0_536_96_0_10_0_536_96_R0_4_8_288_0_10_0_8_288_R0_4_536_312_0_10_0_536_312_R0_1_416_264_0_20_0_416_264_R0_1_128_136_0_20_0_128_136_R0_1_128_40_0_20_0_128_40_R0_1_272_136_0_20_0_272_136_R0_1_272_264_0_20_0_272_264_R0_1_416_40_0_20_0_416_40_R0_1_272_40_0_20_0_272_40_R0_1_416_136_0_20_0_416_136_R0_1_416_360_0_20_0_416_360_R0_1_128_264_0_20_0_128_264_R0_1_128_360_0_20_0_128_360_R0_4_8_312_0_10_0_8_312_R0_0_200_312_72_10_-1.57_200_312_R0_0_200_88_72_10_1.57_200_88_R0_0_344_88_72_10_1.57_344_88_R0_0_344_312_72_10_-1.57_344_312_R0_37_0_0_8_0.5_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_5_0.5_0_R0_1_4_0_0_8_0.5_0_R0_1_6_0_0_8_0.5_0_R0_1_8_0_0_8_0.5_0_R0_1_7_0_0_8_0.5_0_R0_1_5_0_0_8_0.5_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_90_0.7_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R0_1_19_0_0_8_0.5_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_9_7_4_5_6_7_8_9_20_3_12_26_31_3_13_23_29_2_15_30_2_14_21_2_17_22_2_19_28_3_16_27_25_2_32_24_0_0_";
this.lvlsdata[508] = "v7_1_Score one goal (on the right side)!_22_4_-16_160_372_26_1.57_-16_160_0_0_0_0_0_0_0_0_0_0_4_440_536_104_26_3.14_440_536_R0_4_544_160_372_26_1.57_544_160_R0_4_440_-216_104_26_3.14_440_-216_R0_1_264_-256_36_12_0_264_-256_R0_4_264_-144_36_10_0_264_-144_R0_2_264_112_0_10_0_264_112_R0_4_264_136_24_14_-3.14_264_136_R0_4_240_112_24_14_1.57_240_112_R0_4_264_88_24_14_0_264_88_R0_4_288_112_20_14_1.57_288_112_R0_4_264_184_0_10_0_264_184_R0_4_88_536_104_26_3.14_88_536_R0_4_88_-216_104_26_3.14_88_-216_R0_0_264_-216_56_10_0_264_-216_R0_0_264_544_36_10_0_264_544_R0_0_112_-56_0_10_0_112_-56_R0_0_152_264_0_20_0_208_264_0.1_0_0_0_0_0_0_1_0_0_0_440_432_0_20_0_408_400_0.06_0_0_0_0_0_0_1_0_0_0_408_-8_0_22_0_408_-8_0_0_0_0_18_0_0.1_1_34_0.1_2_264_-288_36_12_0_264_-288_R0_2_264_576_36_12_0_264_576_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_0_2_0_0.5_3_0_0_1_0_0_0_0_0_112_0_1_0_0_0_0_0_-80_0_1_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_4_7_8_9_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R4_1_15_0_0.4_6_0_0_1_2_1_0.9_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_0_1_0_0.5_4_0_0_0.5_0_0_0_0_0_272_0_0.5_0_0_0_0_0_128_-256_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_0_-64_-48_0.5_0_0_0_0_0_-160_-96_0.5_0_0_0_0_0_-256_-48_0.5_0_0_0_0_0_-352_16_0.5_0_0_0_0_0_1_18_0_0_0_0_0_0_2_0_0.5_12_0_0_0.5_0_0_0_0_0_-336_160_0.5_0_0_0_0_0_0_224_0.5_0_0_0_0_0_-336_352_0.5_0_0_0_0_0_16_480_0.5_0_0_0_0_0_16_352_0.5_0_0_0_0_0_-336_240_0.5_0_0_0_0_0_0_112_0.5_0_0_0_0_0_-336_0_0.5_0_0_0_0_0_0_-96_0.5_0_0_0_0_0_-320_-144_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_19_0_0_0_0_0_R7_1_20_0_0_0_0_0_R7_1_21_0_1_1_7_0_";
this.lvlsdata[1284] = "v7_0__22_2_104_368_0_20_0_104_368_0_0_0_0_0_0_0_0_0_0_4_168_448_104_20_-1.57_168_448_R0_0_456_232_0_10_1.57_456_232_0_0_0_100_0_0.1_0_0_0_0_0_312_232_0_10_1.57_312_232_R2_0_432_232_0_10_1.57_432_232_R2_0_480_232_0_10_1.57_480_232_R2_0_264_232_0_10_1.57_264_232_R2_0_288_232_0_10_1.57_288_232_R2_0_216_232_0_10_1.57_216_232_R2_0_192_232_0_10_1.57_192_232_R2_0_240_232_0_10_1.57_240_232_R2_0_384_232_0_10_1.57_384_232_R2_0_408_232_0_10_1.57_408_232_R2_0_336_232_0_10_1.57_336_232_R2_0_360_232_0_10_1.57_360_232_R2_0_504_232_0_10_1.57_504_232_R2_1_544_232_120_20_-1.57_544_232_R0_4_336_344_164_20_0_336_344_R0_4_336_120_164_20_0_336_120_R0_1_112_24_0_20_0_112_24_R0_4_160_232_280_20_-1.57_160_232_R0_4_168_16_104_20_-1.57_168_16_R0_22_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_20_0_0_0_0_R0_1_2_70_0_0_0_0_R0_1_3_30_0_0_0_0_R0_1_4_30_0_0_0_0_R0_1_5_50_0_0_0_0_R0_1_6_70_0_0_0_0_R0_1_7_70_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_10_0_0_0_0_R0_1_10_120_0_0_0_0_R0_1_11_40_0_0_0_0_R0_1_12_80_0_0_0_0_R0_1_13_20_0_0_0_0_R0_1_14_40_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_1_2_19_20_0_0_";
this.lvlsdata[121] = "v6_0_22_2_72_368_0_20_0_72_328_0.05_0_0_0_0_0_0_0_0_0_2_72_288_0_20_0_72_328_R0_0_72_328_0_10_0_72_328_0_0_0_0_0_0_0_0_0_0_0_496_160_0_10_0_496_160_R2_0_472_88_0_10_0_472_88_R2_0_488_120_0_10_0_488_120_R2_0_72_64_0_46_0_72_64_R2_1_320_368_0_20_0_320_368_R2_0_408_352_0_10_0_408_352_R2_0_368_360_0_10_0_368_360_R2_0_440_328_0_10_0_440_328_R2_1_504_208_0_20_0_504_208_R2_0_336_200_0_82_0_336_200_R2_0_200_352_0_52_0_200_352_R2_1_72_64_0_20_0_72_64_R2_0_168_160_0_10_0_168_160_R2_0_184_120_0_10_0_184_120_R2_0_208_88_0_10_0_208_88_R2_0_96_216_0_10_0_96_216_R2_0_360_40_0_10_0_360_40_R2_1_200_352_0_20_0_200_352_R2_1_248_56_0_20_0_248_56_R2_22_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_2_2_7_13_2_6_20_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData13 = function () {
this.lvlsdata[516] = "v7_0_Bounce the YELLOW Ball into the blue Capsules!_61_2_200_320_0_10_0_200_320_0_0_0_0_0_0_0_0_0_0_4_208_320_0_10_0_208_320_R0_1_200_320_0_10_0_200_320_R0_4_528_192_368_20_1.57_528_192_R0_4_264_384_368_20_0_264_384_R0_4_256_24_368_20_0_256_24_R0_4_24_216_368_20_1.57_24_216_R0_2_176_224_0_20_0_176_224_R0_1_80_80_0_20_0_80_80_R0_1_80_224_0_20_0_80_224_R0_1_176_176_0_20_0_176_176_R0_1_176_128_0_20_0_176_128_R0_1_176_80_0_20_0_176_80_R0_1_80_176_0_20_0_80_176_R0_1_80_128_0_20_0_80_128_R0_1_224_128_0_20_0_224_128_R0_1_224_176_0_20_0_224_176_R0_1_224_224_0_20_0_224_224_R0_1_224_80_0_20_0_224_80_R0_1_272_128_0_20_0_272_128_R0_1_272_176_0_20_0_272_176_R0_1_272_224_0_20_0_272_224_R0_1_272_80_0_20_0_272_80_R0_1_320_128_0_20_0_320_128_R0_1_320_176_0_20_0_320_176_R0_1_320_224_0_20_0_320_224_R0_1_320_80_0_20_0_320_80_R0_1_368_128_0_20_0_368_128_R0_1_368_176_0_20_0_368_176_R0_1_368_224_0_20_0_368_224_R0_1_368_80_0_20_0_368_80_R0_1_80_272_0_20_0_80_272_R0_1_80_320_0_20_0_80_320_R0_1_416_80_0_20_0_416_80_R0_1_464_128_0_20_0_464_128_R0_1_464_176_0_20_0_464_176_R0_1_464_224_0_20_0_464_224_R0_1_464_80_0_20_0_464_80_R0_1_128_128_0_20_0_128_128_R0_1_128_176_0_20_0_128_176_R0_1_128_224_0_20_0_128_224_R0_1_128_80_0_20_0_128_80_R0_1_416_224_0_20_0_416_224_R0_1_416_176_0_20_0_416_176_R0_1_416_128_0_20_0_416_128_R0_1_464_320_0_20_0_464_320_R0_1_464_272_0_20_0_464_272_R0_1_416_320_0_20_0_416_320_R0_1_416_272_0_20_0_416_272_R0_1_368_320_0_20_0_368_320_R0_1_368_272_0_20_0_368_272_R0_1_320_320_0_20_0_320_320_R0_1_320_272_0_20_0_320_272_R0_1_272_320_0_20_0_272_320_R0_1_272_272_0_20_0_272_272_R0_1_224_320_0_20_0_224_320_R0_1_224_272_0_20_0_224_272_R0_1_176_320_0_20_0_176_320_R0_1_176_272_0_20_0_176_272_R0_1_128_320_0_20_0_128_320_R0_1_128_272_0_20_0_128_272_R0_60_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_1_2_0_2_0_0_";
this.lvlsdata[25] = "v3_0_46_0_1160_64_140_16_0_1160_64_0_0_0_0_0_0_0_0_1016_240_176_16_1.57_1016_240_R0_0_1248_152_132_16_0_1248_152_R0_0_1381_350_196_16_1.57_1381_350_R0_0_832_152_68_16_1.57_832_152_R0_0_792_312_124_16_0_792_312_R0_0_920_272_40_16_1.57_920_272_R0_0_920_40_84_16_1.57_920_40_R0_0_744_176_120_16_1.57_744_176_R0_0_661_296_148_16_1.57_661_296_R0_0_584_144_76_16_0_584_144_R0_0_624_56_116_16_0_624_56_R0_2_280_184_0_14_0_280_184_R0_1_704_264_0_12_0_704_264_R0_1_704_352_0_12_0_704_352_R0_1_832_272_0_12_0_832_272_R0_1_1336_192_0_12_0_1336_192_R0_1_704_352_0_12_0_704_352_R0_1_704_352_0_12_0_704_352_R0_1_1336_384_0_12_0_1336_384_R0_1_1152_192_0_12_0_1152_192_R0_1_1576_176_0_12_0_1576_176_R0_1_1808_136_0_12_0_1808_136_R0_1_1752_248_0_12_0_1752_248_R0_1_1472_176_0_12_0_1472_176_R0_1_1640_256_0_12_0_1640_256_R0_1_1608_216_0_12_0_1608_216_R0_1_1608_256_0_12_0_1608_256_R0_1_1640_176_0_12_0_1640_176_R0_1_1576_256_0_12_0_1576_256_R0_1_1608_176_0_12_0_1608_176_R0_1_1576_216_0_12_0_1576_216_R0_1_1688_168_0_12_0_1688_168_R0_1_1688_200_0_12_0_1688_200_R0_1_1688_256_0_12_0_1688_256_R0_1_1720_256_0_12_0_1720_256_R0_1_1536_176_0_12_0_1536_176_R0_1_1504_256_0_12_0_1504_256_R0_1_1504_216_0_12_0_1504_216_R0_1_1720_160_0_12_0_1720_160_R0_1_1720_208_0_12_0_1720_208_R0_1_1752_216_0_12_0_1752_216_R0_1_1752_160_0_12_0_1752_160_R0_1_1808_200_0_12_0_1808_200_R0_1_1808_168_0_12_0_1808_168_R0_1_1808_248_0_22_0_1808_248_R0_2_0_0_0_1_0_0.5_4_64_0_0.5_-2944_0_0.5_-2944_-672_1_64_-672_0.8_45_1_0_2_3_4_5_6_7_8_9_10_11_13_14_15_17_18_16_19_20_45_44_43_42_41_40_39_38_37_36_35_34_33_32_31_30_29_28_27_26_25_24_23_22_21_0_0_0_1_0_0.5_1_0_0_0.5_1_12_";
this.lvlsdata[851] = "v7_0_Meh, no tip_50_4_0_208_208_20_-1.57_0_208_0_0_0_0_0_0_0_0_0_0_4_240_160_0_20_0_240_160_R0_4_80_160_0_20_0_80_160_R0_4_160_160_0_20_0_160_160_R0_4_400_160_0_20_0_400_160_R0_4_320_160_0_20_0_320_160_R0_4_240_240_0_20_0_240_240_R0_4_80_240_0_20_0_80_240_R0_4_160_240_0_20_0_160_240_R0_4_400_240_0_20_0_400_240_R0_4_320_240_0_20_0_320_240_R0_4_240_320_0_20_0_240_320_R0_4_80_320_0_20_0_80_320_R0_4_160_320_0_20_0_160_320_R0_4_400_320_0_20_0_400_320_R0_4_320_320_0_20_0_320_320_R0_0_320_80_0_10_0_320_80_R0_4_400_80_0_20_0_400_80_R0_4_160_80_0_20_0_160_80_R0_4_80_80_0_20_0_80_80_R0_4_240_80_0_20_0_240_80_R0_4_480_80_0_20_0_480_80_R0_4_480_320_0_20_0_480_320_R0_4_480_240_0_20_0_480_240_R0_4_480_160_0_20_0_480_160_R0_4_264_0_332_20_0_264_0_R0_4_560_208_276_20_-1.57_560_208_R0_2_360_48_0_16_0_360_48_R0_4_296_400_348_20_0_296_400_R0_2_40_48_0_16_0_40_48_R0_0_400_40_24_10_-1.57_400_80_R0_0_360_160_32_10_0_400_160_R0_0_160_120_24_10_-1.57_160_120_R0_0_120_240_24_10_0_160_240_R0_1_520_120_0_10_0_520_120_R0_0_40_240_24_10_0_80_240_R0_0_480_200_24_10_1.57_480_200_R0_0_200_160_28_10_0_200_160_R0_0_160_360_24_10_-1.57_160_360_R0_1_512_280_0_10_0_512_280_R0_0_440_240_28_10_0_400_240_R0_0_120_240_24_10_0_160_240_R0_1_320_80_0_10_0_360_80_R0_0_360_160_32_10_0_360_160_R0_1_8_8_0_10_0_48_8_R0_1_512_200_0_10_0_512_200_R0_1_160_80_0_10_0_200_80_R0_4_320_80_0_20_0_320_80_R0_0_160_80_0_10_0_200_80_R0_0_8_8_0_10_0_48_8_R0_49_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_2_27_29_0_0_0_0_0_R0_1_28_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_0_0_0_0_0_90_0_1_30_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_0_0_0_0_0_270_0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_0_0_0_0_0_180_0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R30_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-48_0_0_0_0_0_90_0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R30_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R30_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R30_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_3_2_44_31_2_42_33_2_45_37_3_4_34_35_31_44_5_39_40_30_42_33_2_45_46_0_";
this.lvlsdata[293] = "v7_0_Take them in the right order!_13_0_296_88_0_10_0_296_88_0.1_0_0_0_0_0_0_0_100_0.1_1_144_144_0_64_0_144_144_0_0_0_0_0_0_0_0_0_0_0_144_144_0_64_0_144_144_R1_1_56_40_0_20_0_56_40_R1_1_488_64_0_20_0_488_64_0_0_0_0_100_0_0.1_0_0_0_0_488_64_0_20_0_488_64_R4_0_504_376_0_74_0_504_376_R1_1_504_376_0_66_0_504_376_R1_2_344_312_0_10_0_344_312_R0_0_336_128_0_10_0_336_128_R0_1_336_88_0_20_0_336_88_R1_0_376_88_0_10_0_376_88_R0_0_336_48_0_10_0_336_48_R0_7_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_2_2_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_2_5_4_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R0_5_12_11_10_9_0_2_3_2_3_6_2_5_7_1_3_3_4_5_0_";
this.lvlsdata[53] = "v4_0_22_2_120_88_0_16_0_120_88_0_0_0_0_0_0_0_2_424_304_0_16_0_424_304_R0_0_272_200_352_10_0_272_200_R0_0_272_200_340_10_1.57_272_200_R0_0_120_336_0_10_0_120_336_R0_0_32_336_0_10_0_32_336_R0_0_328_88_0_10_0_328_88_R0_1_16_96_76_10_1.57_16_96_R0_1_536_304_76_10_1.57_536_304_R0_0_88_272_0_10_1.57_88_272_R0_0_392_304_0_10_0_392_304_R0_0_216_344_0_10_0_216_344_R0_0_520_56_0_10_0_520_56_R0_0_160_232_0_10_0_160_232_R0_2_120_304_0_16_0_120_304_R0_2_424_88_0_16_0_424_88_R0_0_216_16_0_10_0_216_16_R0_0_216_88_0_10_0_216_88_R0_0_152_88_0_10_0_152_88_R0_0_352_376_0_10_0_352_376_R0_0_328_272_0_10_0_328_272_R0_0_424_16_0_10_0_424_16_R0_22_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_";
this.lvlsdata[549] = "v7_0_It doesn't look like you can fit through there???_12_2_243_212_32_14_0_243_212_0_0_0_0_0_0_0_1_0_0_2_339_212_32_14_0_339_212_R0_0_284_277_114_20_0_284_277_0_0_0_0_0_0_0_0_0_0_0_408_218_52_10_-1.57_408_218_R2_0_408_121_49_10_-1.57_408_121_R2_1_463_219_0_20_0_463_219_R2_0_292_104_44_10_-1.57_292_104_R2_0_162_109_168_20_-1.57_162_109_R2_1_72_50_80_20_0_72_50_R2_0_520_74_88_20_-1.57_520_74_R2_0_73_260_44_10_-1.57_73_260_0_-0.02_0.09_0_0_0_0_0_0_0_0_71_135_44_10_-1.57_71_135_0_0.02_0.09_0_0_0_0_0_0_0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_1_2_3_5_0_0_";
this.lvlsdata[130] = "v6_0_20_4_360_200_84_14_1.57_448_200_0.05_0.02_0.06_0_0_0_0_0_0_0_2_496_152_0_20_0_496_152_0_0_0_0_0_0_0_0_0_0_4_448_112_84_14_0_448_200_R0_4_448_288_84_14_0_448_200_R0_4_536_200_84_14_1.57_448_200_R0_4_448_232_52_14_1.57_448_200_R0_1_144_336_0_20_0_280_200_0.03_0_0_0_0_0_0_0_35_0.06_0_144_336_0_20_0_280_200_R6_0_144_336_0_20_0_280_200_R6_1_144_336_0_20_0_280_200_R6_0_144_336_0_20_0_280_200_R6_1_144_336_0_20_0_280_200_R6_0_144_336_0_20_0_280_200_R6_1_144_336_0_20_0_280_200_R6_0_144_336_0_20_0_280_200_R6_1_144_336_0_20_0_280_200_R6_0_144_336_0_20_0_280_200_R6_1_144_336_0_20_0_280_200_R6_0_144_336_0_20_0_280_200_R6_1_144_336_0_20_0_280_200_R6_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0.9_0.5_6_0_0_0.5_0_0_0_0_0_-64_-96_0.5_0_0_0_0_0_-272_-96_0.5_0_0_0_0_0_-352_16_0.5_0_0_0_0_0_-272_128_0.5_0_0_0_0_0_-64_128_0.5_0_0_0_0_0_5_5_3_4_2_0_130_0_0_0_0_R0_1_6_140_0_0_0_0_R0_1_7_120_0_0_0_0_R0_1_8_110_0_0_0_0_R0_1_9_100_0_0_0_0_R0_1_10_90_0_0_0_0_R0_1_11_80_0_0_0_0_R0_1_12_70_0_0_0_0_R0_1_13_50_0_0_0_0_R0_1_14_40_0_0_0_0_R0_1_15_30_0_0_0_0_R0_1_16_20_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_10_0_0_0_0_R0_1_19_0_0_0_";
this.lvlsdata[239] = "v7_0_The blue is inside. Yes you can, try again._4_4_288_144_68_74_0_288_144_0_0_0_0_0_0_0_0_0_0_2_288_352_0_20_0_288_352_R0_1_288_192_0_10_0_288_192_R0_4_288_240_68_74_0_288_240_R0_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.2_0.2_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_4_1_0_0.5_0.3_0.3_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R1_1_0_0_0_3_3_0_3_2_0_2_";
this.lvlsdata[560] = "v7_0_Let them go through the gap, not you!_9_2_720_328_272_10_0_720_328_0_0_0_0_0_0_0_0_0_0_2_80_328_260_10_0_80_328_R0_1_304_-1104_0_10_-1.57_304_-1104_0_0_0_0_0_0_0_0_100_0.1_0_280_168_0_10_0_280_168_R2_0_360_88_0_10_0_360_88_R2_0_184_8_0_10_0_184_8_R2_0_280_-160_92_10_-1.57_280_-160_R2_0_376_-440_92_10_-1.57_376_-440_R2_0_136_-808_92_10_-1.57_136_-808_R2_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R2_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_";
this.lvlsdata[1112] = "v7_0_Splash! Use your green capsules to make the water sink!_19_2_272_-272_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_1_272_200_0_20_0_272_200_R0_1_296_384_420_342_0_296_384_R0_4_344_200_0_10_0_272_200_0.1_0_0_0_0_0_0_0_0_0_4_208_200_0_10_0_280_200_-0.1_0_0_0_0_0_0_0_0_0_4_344_200_0_10_0_272_200_R4_4_208_200_0_10_0_280_200_R3_2_600_16_0_10_0_600_16_R0_1_296_440_420_342_0_296_440_R0_2_-40_16_0_10_0_-40_16_R0_1_296_496_420_342_0_296_496_R0_2_616_16_0_10_0_616_16_R0_1_296_552_420_342_0_296_552_R0_2_-56_16_0_10_0_-56_16_R0_1_296_608_420_342_0_296_608_R0_2_632_16_0_10_0_632_16_R0_1_296_664_420_342_0_296_664_R0_2_-72_16_0_10_0_-72_16_R0_2_272_-288_312_236_0_272_-288_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_6_0_1_3_4_5_6_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.7_180_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.7_360_0.7_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.7_90_0.7_1_0_0_0.5_0_0_0_0_0_1_18_7_5_5_3_1_4_6_2_2_7_2_9_8_2_10_11_2_12_13_2_14_15_2_16_17_6_2_9_2_2_8_11_2_10_13_2_12_15_2_14_17_2_16_18_0_";
this.lvlsdata[530] = "v7_0_Catch on track!... If you know what I mean..._65_1_496_128_0_10_0_400_192_0.1_0_0_0_0_0_0_0_0_0_1_496_192_0_10_0_400_192_R0_1_496_160_0_10_0_400_192_R0_1_320_104_0_10_0_400_192_R0_1_472_104_0_10_0_400_192_R0_1_376_304_0_10_0_400_192_R0_1_416_304_0_10_0_400_192_R0_1_448_80_0_10_0_400_192_R0_1_496_224_0_10_0_400_192_R0_1_496_256_0_10_0_400_192_R0_1_296_256_0_10_0_400_192_R0_1_296_224_0_10_0_400_192_R0_1_296_160_0_10_0_400_192_R0_1_296_192_0_10_0_400_192_R0_1_296_128_0_10_0_400_192_R0_1_320_280_0_10_0_400_192_R0_1_344_304_0_10_0_400_192_R0_1_344_80_0_10_0_400_192_R0_1_472_280_0_10_0_400_192_R0_1_448_304_0_10_0_400_192_R0_1_416_80_0_10_0_400_192_R0_1_376_80_0_10_0_400_192_R0_1_136_80_0_10_0_160_192_R0_1_176_80_0_10_0_160_192_R0_1_144_264_0_10_0_160_192_R0_1_168_264_0_10_0_160_192_R0_1_208_304_0_10_0_160_192_R0_1_232_280_0_10_0_160_192_R0_1_104_80_0_10_0_160_192_R0_1_192_248_0_10_0_160_192_R0_1_104_304_0_10_0_160_192_R0_1_80_280_0_10_0_160_192_R0_1_120_248_0_10_0_160_192_R0_1_96_224_0_10_0_160_192_R0_1_56_128_0_10_0_160_192_R0_1_56_192_0_10_0_160_192_R0_1_56_160_0_10_0_160_192_R0_1_56_224_0_10_0_160_192_R0_1_56_256_0_10_0_160_192_R0_1_256_256_0_10_0_160_192_R0_1_256_224_0_10_0_160_192_R0_1_208_80_0_10_0_160_192_R0_1_96_192_0_10_0_160_192_R0_1_96_160_0_10_0_160_192_R0_1_176_304_0_10_0_160_192_R0_1_136_304_0_10_0_160_192_R0_1_144_120_0_10_0_160_192_R0_1_232_104_0_10_0_160_192_R0_1_80_104_0_10_0_160_192_R0_1_192_136_0_10_0_160_192_R0_1_120_136_0_10_0_160_192_R0_1_256_160_0_10_0_160_192_R0_1_168_120_0_10_0_160_192_R0_1_256_192_0_10_0_160_192_R0_1_256_128_0_10_0_160_192_R0_1_216_224_0_10_0_160_192_R0_1_216_192_0_10_0_160_192_R0_1_136_176_0_10_0_160_192_R0_1_136_208_0_10_0_160_192_R0_1_160_224_0_10_0_160_192_R0_1_184_208_0_10_0_160_192_R0_1_184_176_0_10_0_160_192_R0_1_160_160_0_10_0_160_192_R0_1_216_160_0_10_0_160_192_R0_2_160_192_0_10_0_160_192_R0_65_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_";
this.lvlsdata[306] = "v7_0_Resist during 20 seconds before the blue ball arrives._13_0_392_-104_0_28_0_392_-104_0_0_0_0_0_0_0_0_0_0_2_272_232_0_10_0_272_232_R0_4_304_200_28_26_0.16_304_200_R0_4_240_200_28_26_-0.16_240_200_R0_2_272_360_128_20_0_272_360_R0_0_216_-104_0_28_0_216_-104_R0_0_312_-256_0_28_0_312_-256_R0_0_256_-160_0_28_0_256_-160_R0_0_168_-32_0_28_0_168_-32_R0_0_336_-32_0_28_0_336_-32_R0_0_208_464_0_20_0_208_464_R0_0_344_464_0_20_0_344_464_R0_1_264_-80_0_38_0_264_-80_R0_11_40_0_43_0_1_4_1_0_0.5_0.1_0.1_1_1.7_90_0.91_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_1_3_2_0_0_0_0_0_4_1_0_0.5_0.6_0.6_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_59_0_1_R0_1_5_0_0_38_0_1_R0_1_6_10_0_44_0_1_R0_1_7_30_0_48_0_1_R0_1_8_60_0_38_0_1_R0_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_370_0_200_3.5_2_4_1_0_0.5_0.1_0.1_1_1_90_0.89_1_0_0_0.5_0_0_0_0_0_1_12_1_1_1_0_2_10_4_11_4_";
this.lvlsdata[1064] = "v7_0__109_4_392_312_72_10_1.57_392_312_0_0_0_0_0_0_0_0_0_0_2_464_360_0_10_0_464_360_R0_0_488_360_0_10_0_488_360_R0_0_464_336_0_10_0_464_336_R0_0_488_264_0_10_0_488_264_R0_4_464_264_0_10_0_464_264_R0_0_488_336_0_10_0_488_336_R0_0_440_336_0_10_0_440_336_R0_0_440_264_0_10_0_440_264_R0_0_440_360_0_10_0_440_360_R0_0_512_336_0_10_0_512_336_R0_0_416_264_0_10_0_416_264_R0_0_512_264_0_10_0_512_264_R0_0_416_336_0_10_0_416_336_R0_0_512_360_0_10_0_512_360_R0_0_416_360_0_10_0_416_360_R0_0_416_312_0_10_0_416_312_R0_0_512_312_0_10_0_512_312_R0_0_416_288_0_10_0_416_288_R0_0_512_288_0_10_0_512_288_R0_0_440_312_0_10_0_440_312_R0_0_440_288_0_10_0_440_288_R0_0_488_288_0_10_0_488_288_R0_0_464_288_0_10_0_464_288_R0_0_488_312_0_10_0_488_312_R0_0_464_312_0_10_0_464_312_R0_4_464_384_72_10_0_464_384_R0_4_536_312_72_10_1.57_536_312_R0_4_464_240_72_10_0_464_240_R0_2_744_312_0_20_0_184_312_R0_1_464_376_0_10_0_464_376_R0_4_712_152_0_10_1.73_712_152_R0_4_648_152_0_10_1.73_648_152_R0_4_776_152_0_10_1.73_776_152_R0_4_840_152_0_10_1.73_840_152_R0_4_712_216_0_10_1.73_712_216_R0_4_648_216_0_10_1.73_648_216_R0_4_776_216_0_10_1.73_776_216_R0_4_840_216_0_10_1.73_840_216_R0_4_712_280_0_10_1.73_712_280_R0_4_648_280_0_10_1.73_648_280_R0_4_776_280_0_10_1.73_776_280_R0_4_840_280_0_10_1.73_840_280_R0_4_840_88_0_10_1.73_840_88_R0_4_776_88_0_10_1.73_776_88_R0_4_648_88_0_10_1.73_648_88_R0_4_712_88_0_10_1.73_712_88_R0_4_152_88_0_10_1.73_152_88_R0_4_88_88_0_10_1.73_88_88_R0_4_216_88_0_10_1.73_216_88_R0_4_280_88_0_10_1.73_280_88_R0_4_280_280_0_10_1.73_280_280_R0_4_216_280_0_10_1.73_216_280_R0_4_88_280_0_10_1.73_88_280_R0_4_152_280_0_10_1.73_152_280_R0_4_280_216_0_10_1.73_280_216_R0_4_216_216_0_10_1.73_216_216_R0_4_88_216_0_10_1.73_88_216_R0_4_152_216_0_10_1.73_152_216_R0_4_280_152_0_10_1.73_280_152_R0_4_216_152_0_10_1.73_216_152_R0_4_88_152_0_10_1.73_88_152_R0_4_152_152_0_10_1.73_152_152_R0_2_184_312_0_20_0_184_312_R0_0_872_56_0_20_0_872_56_R0_4_904_184_160_10_-1.57_904_184_R0_0_872_184_0_20_0_872_184_R0_4_744_24_160_10_0_744_24_R0_4_744_344_160_10_0_744_344_R0_4_584_184_160_10_-1.57_584_184_R0_0_872_120_0_20_0_872_120_R0_0_616_312_0_20_0_616_312_R0_0_872_312_0_20_0_872_312_R0_0_680_312_0_20_0_680_312_R0_0_616_248_0_20_0_616_248_R0_0_616_120_0_20_0_616_120_R0_0_616_184_0_20_0_616_184_R0_0_616_56_0_20_0_616_56_R0_0_680_248_0_20_0_680_248_R0_0_680_120_0_20_0_680_120_R0_0_680_184_0_20_0_680_184_R0_0_680_56_0_20_0_680_56_R0_0_808_312_0_20_0_808_312_R0_1_744_184_0_20_0_744_184_R0_0_744_184_0_20_0_744_184_R0_0_808_56_0_20_0_808_56_R0_0_808_248_0_20_0_808_248_R0_0_872_248_0_20_0_872_248_R0_0_808_184_0_20_0_808_184_R0_0_808_120_0_20_0_808_120_R0_0_744_120_0_20_0_744_120_R0_1_744_56_0_20_0_744_56_R0_1_744_248_0_20_0_744_248_R0_1_680_120_0_20_0_680_120_R0_1_680_184_0_20_0_680_184_R0_1_680_312_0_20_0_680_312_R0_1_616_312_0_20_0_616_312_R0_1_616_248_0_20_0_616_248_R0_1_808_248_0_20_0_808_248_R0_1_808_312_0_20_0_808_312_R0_1_872_312_0_20_0_872_312_R0_1_872_248_0_20_0_872_248_R0_1_872_184_0_20_0_872_184_R0_1_872_120_0_20_0_872_120_R0_1_808_120_0_20_0_808_120_R0_1_616_184_0_20_0_616_184_R0_1_616_120_0_20_0_616_120_R0_1_616_56_0_20_0_616_56_R0_1_808_56_0_20_0_808_56_R0_109_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_R0_1_87_0_0_0_0_0_R0_1_88_0_0_0_0_0_R0_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_0_0_0_0_0_R0_1_95_0_0_0_0_0_R0_1_96_0_0_0_0_0_R0_1_97_0_0_0_0_0_R0_1_98_0_0_0_0_0_R0_1_99_0_0_0_0_0_R0_1_100_0_0_0_0_0_R0_1_101_0_0_0_0_0_R0_1_102_0_0_0_0_0_R0_1_103_0_0_0_0_0_R0_1_104_0_0_0_0_0_R0_1_105_0_0_0_0_0_R0_1_106_0_0_0_0_0_R0_1_107_0_0_0_0_0_R0_1_108_21_2_30_3_3_25_84_92_3_20_80_83_3_9_73_94_0_3_74_13_96_0_3_71_15_95_3_86_97_6_3_2_82_98_3_72_14_99_3_10_87_100_3_17_66_101_3_21_79_102_3_76_16_93_3_18_75_105_3_11_77_106_3_19_70_107_3_89_22_103_3_4_85_104_2_5_108_1_1_65_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData14 = function () {
this.lvlsdata[264] = "v7_0_Each green circle has a blue capsule on its top._5_4_272_408_0_112_0_272_408_0_0_0_0_0_0_0_0_0_0_1_272_264_0_20_0_272_264_R0_2_272_184_0_20_0_272_184_R0_1_272_-136_0_20_0_272_-136_R0_4_272_8_0_112_0_272_8_R0_5_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_";
this.lvlsdata[978] = "v7_0_Slide and Slash baby! Slide and Slash!_27_1_296_184_0_10_0_296_184_0_0_0_0_0_0_0_0_0_0_2_288_-56_0_20_0_320_200_R0_1_288_-56_0_20_0_288_-56_R0_0_280_264_0_10_0_280_264_R0_0_320_360_0_10_0_320_360_R0_1_408_344_0_10_0_408_344_R0_1_448_80_0_10_0_448_80_R0_1_320_40_0_10_0_320_40_R0_0_352_184_0_10_0_352_184_R0_1_264_352_0_10_0_264_352_R0_0_456_328_0_10_0_456_328_R0_1_336_320_0_10_0_336_320_R0_1_448_224_0_10_0_448_224_R0_0_392_56_0_10_0_392_56_R0_1_384_144_0_10_0_384_144_R0_0_312_128_0_10_0_312_128_R0_0_456_136_0_10_0_456_136_R0_4_48_200_0_10_0_48_200_R0_2_8_272_0_10_0_8_272_R0_1_232_112_0_10_0_232_112_R0_1_336_256_0_10_0_336_256_R0_1_344_80_0_10_0_344_80_R0_1_392_232_0_10_0_392_232_R0_1_240_280_0_10_0_240_280_R0_0_264_72_0_10_0_264_72_R0_0_240_184_0_10_0_240_184_R0_0_392_280_0_10_0_392_280_R0_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_24_0_1_3_4_5_6_7_8_9_10_11_12_13_14_15_16_19_20_21_22_23_24_25_26_0_0_0_0_0_R0_1_2_0_0_0_0_0_0_1_0_0.5_20_0_0_1_0_0_0_0_0_48_-112_1_0_0_0_0_0_144_-128_1_0_0_0_0_0_160_-192_1_0_0_0_0_0_208_-64_1_0_0_0_0_0_160_-32_1_0_0_0_0_0_192_48_1_0_0_0_0_0_320_-64_1_0_0_0_0_0_288_-160_1_0_0_0_0_0_464_-112_1_0_0_0_0_0_384_80_1_0_0_0_0_0_432_144_1_0_0_0_0_0_272_96_1_0_0_0_0_0_208_160_1_0_0_0_0_0_144_32_1_0_0_0_0_0_80_144_1_0_0_0_0_0_112_16_1_0_0_0_0_0_-32_176_1_0_0_0_0_0_-32_16_1_0_0_0_0_0_0_0_1_0_0_0_0_0_1_17_0_0_0_0_0_4_2_0_0.5_0.5_0.5_0_0_90_0.7_20_0_0_1_0_0_0_0_0_48_-112_1_0_0_0_0_0_144_-128_1_0_0_0_0_0_160_-192_1_0_0_0_0_0_208_-64_1_0_0_0_0_0_160_-32_1_0_0_0_0_0_192_48_1_0_0_0_0_0_320_-64_1_0_0_0_0_0_288_-160_1_0_0_0_0_0_464_-112_1_0_0_0_0_0_384_80_1_0_0_0_0_0_432_144_1_0_0_0_0_0_272_96_1_0_0_0_0_0_208_160_1_0_0_0_0_0_144_32_1_0_0_0_0_0_80_144_1_0_0_0_0_0_112_16_1_0_0_0_0_0_-32_176_1_0_0_0_0_0_-32_16_1_0_0_0_0_0_0_0_1_0_0_0_0_0_1_18_1_2_1_2_0_1_18_17_";
this.lvlsdata[983] = "v7_0_Kick the blue capsules in the air. Or use the green capsule to take them down..._14_0_280_192_324_10_0_280_192_0_0_0_0_0_0_0_0_0_0_4_280_112_0_20_0_280_112_R0_4_-24_200_328_32_1.57_-24_200_R0_2_272_328_0_20_0_272_328_R0_4_280_400_328_32_0_280_400_R0_4_576_216_328_32_1.57_576_216_R0_2_272_-16_328_10_0_272_-16_R0_4_272_-64_328_32_0_272_-64_R0_1_152_72_0_10_0_152_72_R0_1_208_40_0_10_0_208_40_R0_1_432_40_0_10_0_432_40_R0_1_312_40_0_10_0_312_40_R0_1_96_40_0_10_0_96_40_R0_1_376_72_0_10_0_376_72_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R8_1_9_0_0_0_0_0_R8_1_10_0_0_0_0_0_R8_1_11_0_0_0_0_0_R8_1_12_0_0_0_0_0_R8_1_13_1_1_4_1_4_7_2_5_4_0_";
this.lvlsdata[319] = "v7_0_Hit the green soccer ball into the goal!_8_2_96_200_0_22_0_96_200_0_0_0_0_0_0_0_0_0_0_2_504_184_68_10_-1.57_504_184_R0_1_528_184_68_10_-1.57_528_184_R0_0_187_192_210_10_-1.57_187_192_R0_4_144_198_0_20_0_144_198_R0_4_504_272_88_10_0_504_272_R0_4_504_96_88_10_0_504_96_R0_0_464_184_0_20_0_464_184_R0_8_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_360_0_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_200_0_2_4_2_1_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_1_0_0_0_";
this.lvlsdata[320] = "v7_0_If you played Soccer 1 you should know how to do this..._10_2_96_192_0_24_0_96_192_0_0_0_0_0_0_0_0_0_0_0_216_192_224_10_-1.57_216_192_R0_2_504_192_68_10_-1.57_504_192_R0_1_528_192_68_10_-1.57_528_192_R0_4_512_96_112_10_0_512_96_R0_4_512_288_112_10_0_512_288_R0_4_160_192_0_20_0_160_192_R0_0_363_171_0_20_0_363_171_R0_0_465_207_0_20_0_465_207_R0_0_363_219_0_20_0_363_219_R0_10_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_0_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R2_1_9_0_0_0_";
this.lvlsdata[329] = "v7_0_Think you're so good at Soccer? Try this shot!_8_4_472_152_92_26_0_472_152_0_0_0_0_0_0_0_0_0_0.1_2_240_240_0_16_0_240_240_0.1_0_0_0_0_0_0_0_100_0.1_4_476_302_92_27_0_476_302_R0_1_495_226_42_10_-1.57_495_226_0_0_0_0_0_0_0_0_0_0_0_448_226_40_10_-1.57_448_226_R3_4_152_240_0_10_-1.57_152_240_R3_2_472_226_40_10_-1.57_472_226_R3_4_400_288_0_20_0_400_288_R3_8_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-128_0.5_0_0_0_0_0_1_7_0_0_0_";
this.lvlsdata[331] = "v7_0__17_4_24_272_76_10_0_24_272_0_0_0_0_0_0_0_0_0_0_4_24_112_76_10_0_24_112_R0_4_8_192_80_10_1.57_8_192_R0_4_544_192_80_10_1.57_544_192_R0_4_528_112_76_10_0_528_112_R0_4_528_272_76_10_0_528_272_R0_0_352_192_216_10_1.57_352_192_R0_0_208_192_216_10_1.57_208_192_R0_4_320_200_0_10_0_320_200_R0_0_104_192_28_20_0_104_192_-0.04_0_0_0_0_0_0_0_0_0_0_448_192_28_20_0_448_192_0.04_0_0_0_0_0_0_0_0_0_1_16_192_64_10_1.57_16_192_R0_1_536_192_64_10_1.57_536_192_R0_2_40_192_68_10_1.57_40_192_R0_2_512_192_68_10_1.57_512_192_R0_2_280_200_0_18_0_280_200_R0_4_240_200_0_10_0_240_200_R0_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.91_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.99_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R13_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.95_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R15_1_10_0_0_0_";
this.lvlsdata[552] = "v7_0__39_4_272_352_196_20_0_272_352_0_0_0_0_0_0_0_0_0_0_2_272_224_0_20_0_272_224_R0_4_272_96_204_36_0_272_96_R0_1_72_32_0_20_0_72_32_R0_1_464_32_0_20_0_464_32_R0_1_72_400_0_20_0_72_400_R0_1_464_400_0_20_0_464_400_R0_1_352_32_0_20_0_352_32_R0_1_408_32_0_20_0_408_32_R0_1_184_32_0_20_0_184_32_R0_1_128_32_0_20_0_128_32_R0_1_296_32_0_20_0_296_32_R0_1_240_32_0_20_0_240_32_R0_1_536_88_0_20_0_536_88_R0_1_8_96_0_20_0_8_96_R0_1_240_400_0_20_0_240_400_R0_1_296_400_0_20_0_296_400_R0_1_128_400_0_20_0_128_400_R0_1_184_400_0_20_0_184_400_R0_1_408_400_0_20_0_408_400_R0_1_352_400_0_20_0_352_400_R0_1_464_160_0_20_0_464_160_R0_1_72_160_0_20_0_72_160_R0_1_352_160_0_20_0_352_160_R0_1_408_160_0_20_0_408_160_R0_1_184_160_0_20_0_184_160_R0_1_128_160_0_20_0_128_160_R0_1_296_160_0_20_0_296_160_R0_1_240_160_0_20_0_240_160_R0_1_240_304_0_20_0_240_304_R0_1_296_304_0_20_0_296_304_R0_1_128_304_0_20_0_128_304_R0_1_184_304_0_20_0_184_304_R0_1_408_304_0_20_0_408_304_R0_1_352_304_0_20_0_352_304_R0_1_72_304_0_20_0_72_304_R0_1_464_304_0_20_0_464_304_R0_4_-48_208_220_20_1.57_-48_208_R0_4_600_200_220_20_1.57_600_200_R0_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_9_90_0.3_1_0_0_0.5_0_0_0_0_0_36_36_35_34_33_32_31_30_29_28_27_26_25_24_23_22_21_20_19_18_17_16_15_14_13_12_11_10_9_8_7_6_5_4_3_2_0_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_4_0_37_0_38_37_2_38_2_";
this.lvlsdata[375] = "v7_0_Use them well......_26_4_456_256_92_10_0_456_256_0_0_0_0_0_0_0_0_0_0_4_456_128_92_10_0_456_128_R0_1_536_192_48_10_1.57_536_192_R0_2_408_192_48_10_1.57_408_192_R0_1_440_192_48_10_1.57_440_192_R0_1_472_192_48_10_1.57_472_192_R0_1_504_192_48_10_1.57_504_192_R0_2_40_64_0_20_0_40_64_R0_4_128_176_0_10_0_128_176_R0_4_128_208_0_10_0_128_208_R0_4_128_240_0_10_0_128_240_R0_4_128_304_0_10_0_128_304_R0_4_128_272_0_10_0_128_272_R0_0_184_192_212_10_1.57_184_192_R0_4_128_144_0_10_0_128_144_R0_4_128_80_0_10_0_128_80_R0_0_328_192_12_16_0_328_192_0.03_0_0_0_0_0_0_0_29_0.05_4_128_112_0_10_0_128_112_R0_4_288_288_24_10_-0.63_288_288_R0_4_288_96_24_10_0.63_288_96_R0_4_336_120_24_10_0.31_336_120_R0_4_336_264_24_10_-0.31_336_264_R0_4_576_208_280_20_1.57_576_208_R0_4_264_-16_280_20_0_264_-16_R0_4_280_416_280_20_0_280_416_R0_4_-16_208_280_20_1.57_-16_208_R0_26_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.64_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R8_1_9_0_0_0_0_0_R8_1_10_0_0_0_0_0_R8_1_11_0_0_0_0_0_R8_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R8_1_14_0_0_0_0_0_R8_1_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.5_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R8_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_";
this.lvlsdata[810] = "v7_0_Can you bend it like Beckham?_16_4_488_128_32_10_0_488_128_0_0_0_0_0_0_0_0_0_0_4_488_256_32_10_0_488_256_R0_1_520_192_64_10_-1.57_520_192_R0_0_440_192_0_14_0_440_152_0_0_0_0_0_0_0_0_45_0.05_2_496_192_60_10_-1.57_496_192_R0_4_296_176_0_10_0_296_176_R0_4_296_224_0_10_0_296_224_R0_4_296_200_0_10_0_296_200_R0_4_128_56_0_12_0_128_56_R0_0_224_224_232_10_-1.57_224_224_R0_2_40_240_0_20_0_40_240_R0_4_296_152_0_10_0_296_152_R0_4_296_272_0_10_0_296_272_R0_4_296_248_0_10_0_296_248_R0_0_56_152_168_10_0_56_152_R0_0_56_304_160_10_0_56_304_R0_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.95_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R5_1_6_0_0_0_0_0_R5_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_1_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_";
this.lvlsdata[814] = "v7_0_It's a corner! You can shoot for yourself or send it to one of your team mates!_15_0_248_232_248_10_-1.57_248_232_0_0_0_0_0_0_0_0_0_0_4_536_16_0_10_0_536_16_R0_4_488_168_56_10_0_488_168_R0_4_496_280_64_10_0_496_280_R0_2_520_224_40_10_-1.57_520_224_R0_1_544_224_40_10_-1.57_544_224_R0_0_440_232_0_14_0_440_200_0_0_0_0_0_0_0_0_39_0.08_0_352_144_0_10_0_352_144_0_0_0_0_0_0_0_0_22_0.1_0_312_272_0_10_0_312_256_0_0_0_0_0_0_0_0_18_0.06_0_360_216_0_10_0_360_216_0_0_0_0_0_0_0_0_25_0.1_4_376_152_0_10_0_376_128_0_0_0_0_0_0_0_0_16_0.1_4_344_272_0_10_0_360_256_0_0_0_0_0_0_0_0_23_0.1_4_344_200_0_10_0_376_224_0_0_0_0_0_0_0_0_21_0.1_4_392_272_0_10_0_408_256_0_0_0_0_0_0_0_0_35_0.1_2_104_216_0_20_0_104_216_R0_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_152_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.96_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_4_2_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_";
this.lvlsdata[1028] = "v7_0_Faster and faster! More saves better score!_27_2_384_208_8_24_-1.57_384_208_0_0_0_0_0_0_0_0_0_0_0_264_200_204_10_-1.57_264_200_R0_4_504_112_52_14_0_504_112_R0_4_504_296_52_14_0_504_296_R0_0_552_208_84_10_-1.57_552_208_R0_2_472_200_80_18_-1.57_472_200_R0_1_920_200_1668_228_-1.57_920_200_R0_2_2856_272_1700_20_-1.57_2856_272_R0_4_136_144_0_10_0_136_144_R0_4_16_288_0_10_0_16_288_R0_4_-1528_256_0_10_0_-1528_256_R0_4_-1208_160_0_10_0_-1208_160_R0_4_-888_272_0_10_0_-888_272_R0_4_-624_136_0_10_0_-624_136_R0_4_-352_256_0_10_0_-352_256_R0_4_-144_160_0_10_0_-144_160_R0_4_-2784_152_0_10_0_-2784_152_R0_4_-7456_240_0_10_0_-7456_240_R0_4_-2248_200_0_10_0_-2248_200_R0_4_-1792_176_0_10_0_-1792_176_R0_4_-5104_168_0_10_0_-5104_168_R0_4_-3584_216_0_10_0_-3584_216_R0_4_-5952_184_0_10_0_-5952_184_R0_4_-9056_176_0_10_0_-9056_176_R0_4_-4400_192_0_10_0_-4400_192_R0_4_592_200_68_34_-1.57_592_200_R0_4_-3176_240_0_10_0_-3176_240_R0_27_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_360_1_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R8_1_9_0_0_0_0_0_R8_1_10_0_0_0_0_0_R8_1_11_0_0_0_0_0_R8_1_12_0_0_0_0_0_R8_1_13_0_0_0_0_0_R8_1_14_0_0_0_0_0_R8_1_15_0_0_0_0_0_R8_1_16_0_0_0_0_0_R8_1_17_0_0_0_0_0_R8_1_18_0_0_0_0_0_R8_1_19_0_0_0_0_0_R8_1_20_0_0_0_0_0_R8_1_21_0_0_0_0_0_R8_1_22_0_0_0_0_0_R8_1_23_0_0_0_0_0_R8_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R8_1_26_0_0_0_";
this.lvlsdata[893] = "v7_0_Get to the four corners and take the blue capsules!_13_0_288_56_144_14_0_288_200_0.05_0_0_0_0_0_0_0_0_0_0_288_344_144_14_0_288_200_R0_0_440_200_144_14_-1.57_288_200_R0_0_136_200_144_14_-1.57_288_200_R0_2_288_200_0_20_0_288_200_0_0_0_0_0_0_0_0_0_0_1_176_96_0_20_0_176_96_R4_1_400_96_0_20_0_400_96_R4_1_176_304_0_20_0_176_304_R4_1_400_304_0_20_0_400_304_R4_4_288_336_104_38_0_288_336_R4_4_144_200_104_38_-1.57_144_200_R4_4_288_64_104_38_0_288_64_R4_4_432_200_104_38_-1.57_432_200_R4_13_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_268_0.17_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_362_0.17_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.17_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_180_0.17_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_";
this.lvlsdata[347] = "v7_0_Don't know why you're dying? Look to the right._38_4_520_280_0_10_0_520_280_0_0_0_0_0_0_0_0_0_0_4_520_360_0_10_0_520_360_R0_4_488_320_0_10_0_488_320_R0_4_520_40_0_10_0_520_40_R0_0_496_-40_0_10_0_496_-40_R0_4_488_240_0_10_0_488_240_R0_4_488_160_0_10_0_488_160_R0_4_520_200_0_10_0_520_200_R0_4_520_120_0_10_0_520_120_R0_2_488_400_0_10_0_488_400_R0_1_496_-40_0_10_0_496_-40_R0_1_496_-40_0_10_0_496_-40_R0_1_496_-40_0_10_0_496_-40_R0_0_120_-16_0_20_0_120_-16_R0_4_0_200_212_14_-1.57_0_200_R0_4_440_200_212_14_-1.57_440_200_R0_2_224_184_0_10_0_224_184_R0_1_224_184_0_10_0_224_184_R0_2_224_-16_0_20_0_224_-16_R0_4_224_-64_224_14_0_224_-64_R0_4_328_-64_36_10_0_328_-64_R0_4_120_24_36_10_0_120_24_R0_4_224_184_4_36_0_224_184_0_0_0_0_0_0_0_1_0_0_1_224_-112_0_20_0_224_-112_R0_2_328_-112_0_20_0_328_-112_R0_4_224_-160_224_14_0_224_-160_R0_1_496_-40_0_10_0_496_-40_R0_0_496_-40_0_10_0_496_-40_R0_0_496_-40_0_10_0_496_-40_R0_2_224_464_192_10_0_224_464_R0_4_224_400_220_10_0_224_400_R0_0_224_432_192_10_0_224_432_R0_4_488_80_0_10_0_488_80_R0_1_224_-208_0_20_0_224_-208_R0_1_328_-208_0_20_0_328_-208_R0_4_224_-160_36_10_0_224_-160_R0_4_120_-160_36_10_0_120_-160_R0_1_120_-208_0_20_0_120_-208_R0_37_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_200_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R4_1_10_80_0_0_0_0_R4_1_11_160_0_0_0_0_R4_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.8_90_0.9_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_2_16_22_0_0_0_0_0_R0_1_17_0_0_0_0_0_R13_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R13_1_23_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.6_90_0.9_1_0_0_0.5_0_0_0_0_0_1_24_0_0_0_0_0_R0_1_25_320_0_0_0_0_R4_1_26_40_0_0_0_0_R4_1_27_360_0_0_0_0_R4_1_28_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_29_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_1_30_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R13_1_33_0_0_0_0_0_R13_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R13_1_37_7_2_16_17_2_21_10_2_19_11_2_12_20_3_25_26_24_0_4_34_35_36_13_0_0_";
this.lvlsdata[761] = "v7_0__76_2_272_200_0_12_0_272_200_0_0_0_0_0_0_0_0_0_0_0_272_312_0_10_0_272_312_R0_1_272_328_0_10_0_272_328_R0_1_240_328_0_10_0_240_328_R0_0_240_312_0_10_0_240_312_R0_0_208_312_0_10_0_208_312_R0_1_208_328_0_10_0_208_328_R0_0_176_312_0_10_0_176_312_R0_1_176_328_0_10_0_176_328_R0_0_144_312_0_10_0_144_312_R0_1_136_320_0_10_0_136_320_R0_0_304_312_0_10_0_304_312_R0_1_304_328_0_10_0_304_328_R0_1_336_328_0_10_0_336_328_R0_0_336_312_0_10_0_336_312_R0_1_368_328_0_10_0_368_328_R0_0_368_312_0_10_0_368_312_R0_1_408_320_0_10_0_408_320_R0_0_400_312_0_10_0_400_312_R0_0_400_88_0_10_0_400_88_R0_1_408_80_0_10_0_408_80_R0_0_368_88_0_10_0_368_88_R0_1_368_72_0_10_0_368_72_R0_0_336_88_0_10_0_336_88_R0_1_336_72_0_10_0_336_72_R0_1_304_72_0_10_0_304_72_R0_0_304_88_0_10_0_304_88_R0_1_136_80_0_10_0_136_80_R0_0_144_88_0_10_0_144_88_R0_1_176_72_0_10_0_176_72_R0_0_176_88_0_10_0_176_88_R0_1_208_72_0_10_0_208_72_R0_0_208_88_0_10_0_208_88_R0_0_240_88_0_10_0_240_88_R0_1_240_72_0_10_0_240_72_R0_1_272_72_0_10_0_272_72_R0_0_272_88_0_10_0_272_88_R0_1_128_280_0_10_0_128_280_R0_0_144_280_0_10_0_144_280_R0_0_144_120_0_10_0_144_120_R0_1_128_120_0_10_0_128_120_R0_0_144_152_0_10_0_144_152_R0_1_128_152_0_10_0_128_152_R0_0_144_184_0_10_0_144_184_R0_1_128_184_0_10_0_128_184_R0_0_144_216_0_10_0_144_216_R0_1_128_216_0_10_0_128_216_R0_0_144_248_0_10_0_144_248_R0_1_128_248_0_10_0_128_248_R0_1_416_248_0_10_0_416_248_R0_0_400_248_0_10_0_400_248_R0_1_416_216_0_10_0_416_216_R0_0_400_216_0_10_0_400_216_R0_1_416_184_0_10_0_416_184_R0_0_400_184_0_10_0_400_184_R0_1_416_152_0_10_0_416_152_R0_0_400_152_0_10_0_400_152_R0_1_416_120_0_10_0_416_120_R0_0_400_120_0_10_0_400_120_R0_0_400_280_0_10_0_400_280_R0_1_416_280_0_10_0_416_280_R0_1_272_224_0_10_0_272_200_0.1_0_0_0_0_0_0_0_0_0_1_216_144_0_10_0_216_144_0_0_0_0_10_0_-0.1_0_0_0_1_296_200_0_10_0_272_200_R61_1_272_176_0_10_0_272_200_R61_1_296_224_0_10_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_1_296_176_0_10_0_272_200_R65_1_248_224_0_10_0_272_200_R65_1_272_120_0_10_0_272_120_R62_1_248_176_0_10_0_272_200_R65_1_272_200_0_10_0_272_200_R0_1_328_144_0_10_0_328_144_R62_1_328_248_0_10_0_328_248_0_0_0_0_10_0_0.1_0_0_0_1_272_280_0_10_0_272_280_R72_1_216_248_0_10_0_216_248_R72_1_248_200_0_10_0_272_200_R61_76_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R2_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R2_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R2_1_24_0_0_0_0_0_R2_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R2_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R2_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R2_1_34_0_0_0_0_0_R2_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R2_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R2_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_R2_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R2_1_44_0_0_0_0_0_R1_1_45_0_0_0_0_0_R2_1_46_0_0_0_0_0_R1_1_47_0_0_0_0_0_R2_1_48_0_0_0_0_0_R2_1_49_0_0_0_0_0_R1_1_50_0_0_0_0_0_R2_1_51_0_0_0_0_0_R1_1_52_0_0_0_0_0_R2_1_53_0_0_0_0_0_R1_1_54_0_0_0_0_0_R2_1_55_0_0_0_0_0_R1_1_56_0_0_0_0_0_R2_1_57_0_0_0_0_0_R1_1_58_0_0_0_0_0_R1_1_59_0_0_0_0_0_R2_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_30_2_1_2_2_11_12_2_13_14_2_15_16_2_17_18_2_3_4_2_5_6_2_7_8_2_9_10_2_37_38_2_47_48_2_45_46_2_41_42_2_39_40_2_27_28_2_29_30_2_31_32_2_33_34_2_35_36_2_25_26_2_23_24_2_21_22_2_19_20_2_57_58_2_55_56_2_51_52_2_49_50_2_59_60_2_54_53_2_43_44_16_0_5_43_44_61_41_42_5_27_28_39_40_62_5_29_30_31_32_68_5_33_34_35_36_67_5_23_24_25_26_66_5_19_20_21_22_65_5_55_56_57_58_64_5_51_52_53_54_63_5_49_50_59_60_70_5_15_16_17_18_71_5_11_12_13_14_72_5_1_2_3_4_73_5_5_6_7_8_69_5_45_46_47_48_75_5_9_10_37_38_74_30_2_1_12_11_14_13_16_15_18_17_4_3_6_5_8_7_10_9_38_37_48_47_46_45_44_43_42_41_40_39_28_27_30_29_32_31_34_33_36_35_26_25_24_23_22_21_20_19_58_57_56_55_54_53_52_51_50_49_60_59_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData15 = function () {
this.lvlsdata[244] = "v7_0_Grab them all before they come back._14_2_275_219_0_20_0_275_219_0_0_0_0_0_0_0_0_0_0_1_115_107_0_20_0_115_107_R0_1_195_107_0_20_0_195_107_R0_1_275_107_0_20_0_275_107_R0_1_355_107_0_20_0_355_107_R0_1_435_107_0_20_0_435_107_R0_4_51_163_112_20_1.57_51_163_R0_4_275_283_224_20_0_275_283_R0_4_275_51_224_20_0_275_51_R0_4_499_163_112_20_1.57_499_163_R0_4_395_115_72_10_1.57_395_115_R0_4_155_115_72_10_1.57_155_115_R0_4_235_115_72_10_1.57_235_115_R0_4_315_115_72_10_1.57_315_115_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_20_1.5_0_R0_1_1_0_0_19_3_0_R0_1_3_0_0_23_3_0_R0_1_4_0_0_19_2.5_0_R0_1_5_0_0_22_3_0_R0_1_2_0_0_0_";
this.lvlsdata[1245] = "v7_1__123_2_168_224_0_10_0_168_224_-0.04_0.05_0.04_11_5_0.03_0.01_0_14_0.02_1_432_184_0_120_0_432_184_0_0_0_0_0_0_0_0_0_0_4_432_184_0_152_0_432_184_R1_4_432_184_0_150_0_432_184_R1_4_432_184_0_148_0_432_184_R1_4_432_184_0_146_0_432_184_R1_4_432_184_0_144_0_432_184_R1_4_432_184_0_142_0_432_184_R1_4_432_184_0_140_0_432_184_R1_4_432_184_0_138_0_432_184_R1_4_432_184_0_136_0_432_184_R1_4_432_184_0_134_0_432_184_R1_4_432_184_0_132_0_432_184_R1_4_432_184_0_130_0_432_184_R1_4_432_184_0_128_0_432_184_R1_4_432_184_0_126_0_432_184_R1_4_432_184_0_124_0_432_184_R1_4_432_184_0_122_0_432_184_R1_4_432_184_0_106_0_432_184_R1_4_432_184_0_118_0_432_184_R1_4_432_184_0_116_0_432_184_R1_4_432_184_0_114_0_432_184_R1_4_432_184_0_112_0_432_184_R1_4_432_184_0_108_0_432_184_R1_4_432_184_0_48_0_432_184_R1_4_432_184_0_106_0_432_184_R1_4_432_184_0_102_0_432_184_R1_4_432_184_0_100_0_432_184_R1_4_432_184_0_98_0_432_184_R1_4_432_184_0_96_0_432_184_R1_4_432_184_0_94_0_432_184_R1_4_432_184_0_90_0_432_184_R1_4_432_184_0_88_0_432_184_R1_4_432_184_0_86_0_432_184_R1_4_432_184_0_84_0_432_184_R1_4_432_184_0_82_0_432_184_R1_4_432_184_0_80_0_432_184_R1_4_432_184_0_76_0_432_184_R1_4_432_184_0_74_0_432_184_R1_4_432_184_0_72_0_432_184_R1_4_432_184_0_70_0_432_184_R1_4_432_184_0_68_0_432_184_R1_4_432_184_0_66_0_432_184_R1_4_432_184_0_64_0_432_184_R1_4_432_184_0_62_0_432_184_R1_4_432_184_0_58_0_432_184_R1_4_432_184_0_56_0_432_184_R1_1_432_184_0_10_0_432_184_R1_4_432_184_0_54_0_432_184_R1_4_432_184_0_50_0_432_184_R1_4_432_184_0_48_0_432_184_R1_4_432_184_0_44_0_432_184_R1_4_432_184_0_40_0_432_184_R1_4_432_184_0_38_0_432_184_R1_4_432_184_0_34_0_432_184_R1_4_432_184_0_30_0_432_184_R1_4_432_184_0_26_0_432_184_R1_4_432_184_0_20_0_432_184_R1_4_432_184_0_18_0_432_184_R1_4_432_184_0_12_0_432_184_R1_4_432_184_0_10_0_432_184_R1_4_432_184_0_10_0_432_184_R1_4_432_184_0_10_0_432_184_R1_4_432_184_0_10_0_432_184_R1_4_432_184_0_12_0_432_184_R1_4_432_184_0_18_0_432_184_R1_4_432_184_0_20_0_432_184_R1_4_432_184_0_26_0_432_184_R1_4_432_184_0_30_0_432_184_R1_4_432_184_0_34_0_432_184_R1_4_432_184_0_38_0_432_184_R1_4_432_184_0_40_0_432_184_R1_4_432_184_0_44_0_432_184_R1_4_432_184_0_48_0_432_184_R1_4_432_184_0_50_0_432_184_R1_4_432_184_0_54_0_432_184_R1_1_432_184_0_10_0_432_184_R1_4_432_184_0_56_0_432_184_R1_4_432_184_0_58_0_432_184_R1_4_432_184_0_62_0_432_184_R1_4_432_184_0_64_0_432_184_R1_4_432_184_0_66_0_432_184_R1_4_432_184_0_68_0_432_184_R1_4_432_184_0_70_0_432_184_R1_4_432_184_0_72_0_432_184_R1_4_432_184_0_74_0_432_184_R1_4_432_184_0_76_0_432_184_R1_4_432_184_0_80_0_432_184_R1_4_432_184_0_82_0_432_184_R1_4_432_184_0_84_0_432_184_R1_4_432_184_0_86_0_432_184_R1_4_432_184_0_88_0_432_184_R1_4_432_184_0_90_0_432_184_R1_4_432_184_0_94_0_432_184_R1_4_432_184_0_96_0_432_184_R1_4_432_184_0_98_0_432_184_R1_4_432_184_0_100_0_432_184_R1_4_432_184_0_102_0_432_184_R1_4_432_184_0_106_0_432_184_R1_4_432_184_0_48_0_432_184_R1_4_432_184_0_108_0_432_184_R1_4_432_184_0_112_0_432_184_R1_4_432_184_0_114_0_432_184_R1_4_432_184_0_116_0_432_184_R1_4_432_184_0_118_0_432_184_R1_4_432_184_0_106_0_432_184_R1_4_432_184_0_122_0_432_184_R1_4_432_184_0_124_0_432_184_R1_4_432_184_0_126_0_432_184_R1_4_432_184_0_128_0_432_184_R1_4_432_184_0_130_0_432_184_R1_4_432_184_0_132_0_432_184_R1_4_432_184_0_134_0_432_184_R1_4_432_184_0_136_0_432_184_R1_4_432_184_0_138_0_432_184_R1_4_432_184_0_140_0_432_184_R1_4_432_184_0_142_0_432_184_R1_4_432_184_0_144_0_432_184_R1_4_432_184_0_146_0_432_184_R1_4_432_184_0_148_0_432_184_R1_4_432_184_0_150_0_432_184_R1_4_432_184_0_152_0_432_184_R1_4_432_184_0_120_0_432_184_R1_123_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_2_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_4_2_0_0.5_0.1_0.1_0_0_90_0.69_1_0_0_0.5_0_0_0_0_0_1_24_0_0_0_0_0_R24_1_25_0_0_0_0_0_R24_1_26_0_0_0_0_0_R24_1_27_0_0_0_0_0_R24_1_28_0_0_0_0_0_R24_1_29_0_0_0_0_0_R24_1_30_0_0_0_0_0_R24_1_31_0_0_0_0_0_R24_1_32_0_0_0_0_0_R24_1_33_0_0_0_0_0_R24_1_34_0_0_0_0_0_R24_1_35_0_0_0_0_0_R24_1_36_0_0_0_0_0_R24_1_37_0_0_0_0_0_R24_1_38_0_0_0_0_0_R24_1_39_0_0_0_0_0_R24_1_40_0_0_0_0_0_R24_1_41_0_0_0_0_0_R24_1_42_0_0_0_0_0_R24_1_43_0_0_0_0_0_R24_1_44_0_0_0_0_0_R24_1_45_0_0_0_0_0_R24_1_46_0_0_0_0_0_R24_1_47_0_0_0_0_0_R24_1_48_0_0_0_0_0_R24_1_49_0_0_0_0_0_R24_1_50_0_0_0_0_0_R24_1_51_0_0_0_0_0_R24_1_52_0_0_0_0_0_R24_1_53_0_0_0_0_0_R24_1_54_0_0_0_0_0_R24_1_55_0_0_0_0_0_R24_1_56_0_0_0_0_0_R24_1_57_0_0_0_0_0_R24_1_58_0_0_0_0_0_R24_1_59_0_0_0_0_0_R24_1_60_0_0_0_0_0_R24_1_61_0_0_0_0_0_R24_1_62_0_0_0_0_0_R24_1_63_0_0_0_0_0_R24_1_64_0_0_0_0_0_R24_1_65_0_0_0_0_0_R24_1_66_0_0_0_0_0_R24_1_67_0_0_0_0_0_R24_1_68_0_0_0_0_0_R24_1_69_0_0_0_0_0_R24_1_70_0_0_0_0_0_R24_1_71_0_0_0_0_0_R24_1_72_0_0_0_0_0_R24_1_73_0_0_0_0_0_R24_1_74_0_0_0_0_0_R24_1_75_0_0_0_0_0_R24_1_76_0_0_0_0_0_R24_1_77_0_0_0_0_0_R24_1_78_0_0_0_0_0_R24_1_79_0_0_0_0_0_R24_1_80_0_0_0_0_0_R24_1_81_0_0_0_0_0_R24_1_82_0_0_0_0_0_R24_1_83_0_0_0_0_0_R24_1_84_0_0_0_0_0_R24_1_85_0_0_0_0_0_R24_1_86_0_0_0_0_0_R24_1_87_0_0_0_0_0_R24_1_88_0_0_0_0_0_R24_1_89_0_0_0_0_0_R24_1_90_0_0_0_0_0_R24_1_91_0_0_0_0_0_R24_1_92_0_0_0_0_0_R24_1_93_0_0_0_0_0_R24_1_94_0_0_0_0_0_R24_1_95_0_0_0_0_0_R24_1_96_0_0_0_0_0_R24_1_97_0_0_0_0_0_R24_1_98_0_0_0_0_0_R24_1_99_0_0_0_0_0_R1_1_100_0_0_0_0_0_R1_1_101_0_0_0_0_0_R1_1_102_0_0_0_0_0_R1_1_103_0_0_0_0_0_R1_1_104_0_0_0_0_0_R1_1_105_0_0_0_0_0_R1_1_106_0_0_0_0_0_R1_1_107_0_0_0_0_0_R1_1_108_0_0_0_0_0_R1_1_109_0_0_0_0_0_R1_1_110_0_0_0_0_0_R1_1_111_0_0_0_0_0_R1_1_112_0_0_0_0_0_R1_1_113_0_0_0_0_0_R1_1_114_0_0_0_0_0_R1_1_115_0_0_0_0_0_R1_1_116_0_0_0_0_0_R1_1_117_0_0_0_0_0_R1_1_118_0_0_0_0_0_R1_1_119_0_0_0_0_0_R1_1_120_0_0_0_0_0_R1_1_121_0_0_0_0_0_R1_1_122_0_0_0_";
this.lvlsdata[556] = "v7_1_Follow the arrows and keep an eye on the blue count down (bottom-left)._17_1_-152_1632_0_10_0_-152_1632_0_0_0_0_0_0_0_0_0_0_2_272_200_0_540_0_272_200_R0_1_3136_-1584_0_10_0_3136_-1584_R0_1_1624_-1264_0_10_0_1624_-1264_R0_1_2008_1744_0_10_0_2008_1744_R0_1_-1568_1592_0_10_0_-1568_1592_R0_1_3728_-3000_0_10_0_3728_-3000_R0_1_2696_464_0_10_0_2696_464_R0_1_-2160_144_0_10_0_-2160_144_R0_1_-1384_-1120_0_10_0_-1384_-1120_R0_1_2312_-632_0_10_0_2312_-632_R0_1_584_-1008_0_10_0_584_-1008_R0_1_1600_120_0_10_0_1600_120_R0_1_1064_1296_0_10_0_1064_1296_R0_1_-856_968_0_10_0_-856_968_R0_1_-688_-792_0_10_0_-688_-792_R0_1_2184_-2488_0_10_0_2184_-2488_R0_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_";
this.lvlsdata[444] = "v7_1_Keep your blue capsules until you reach the end! Quick restart: push the yellow capsule on the right._37_1_272_-1336_0_20_0_272_-1336_0_0_0_0_0_0_0_0_0_0_2_232_368_208_10_0_232_368_R0_4_272_-40_184_20_0_272_-32_0_0_0_0_0_0_0_0_100_0.1_2_504_-536_920_10_1.57_504_-536_R0_4_88_-536_920_20_1.57_88_-536_R0_4_272_248_0_26_0_272_248_R0_1_272_288_0_10_0_272_248_0.1_0.1_0.1_0_0_0_0_0_0_0_1_272_208_0_10_0_272_248_R6_2_232_248_0_10_0_232_248_R0_2_312_248_0_10_0_312_248_R0_4_272_-1456_184_20_0_272_-1456_R0_4_272_384_184_20_0_272_384_R0_4_272_384_184_20_0_272_384_R0_4_152_-328_56_10_0.47_152_-328_R0_4_392_-136_56_10_-0.47_392_-136_R0_1_40_-1096_0_20_0_40_-1096_R0_1_272_104_0_20_0_272_104_R0_4_272_-208_0_20_0_272_-208_R0_0_272_-1336_0_24_0_272_-1336_R0_0_272_8_0_24_0_272_8_R0_1_272_8_0_20_0_272_8_R0_1_40_248_0_20_0_40_248_R0_4_360_-760_92_10_0_360_-760_R0_4_144_-760_36_10_0_144_-760_R0_4_400_-616_36_10_0_400_-616_R0_4_184_-616_92_10_0_184_-616_R0_4_320_-904_0_20_0_320_-904_0_0_0_0_0_0_0_0_100_-0.1_4_272_-904_0_20_0_272_-904_R2_4_224_-904_0_20_0_224_-904_R26_4_136_-1096_0_20_0_136_-1096_R0_4_408_-1096_0_20_0_408_-1096_R0_2_272_-1096_0_20_0_272_-1096_R0_0_272_-568_0_24_0_272_-568_R0_1_272_-568_0_20_0_272_-568_R0_1_40_-328_0_20_0_40_-328_R0_0_552_248_0_20_0_552_248_R0_4_456_-536_920_20_1.57_456_-536_R0_30_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_1_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.5_1_0_0_0.5_0_0_0_0_0_4_1_2_12_35_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R3_5_5_6_7_8_9_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_19_0_0_0_0_0_R10_1_20_0_0_0_0_0_R3_1_21_0_0_0_0_0_R3_1_22_0_0_0_0_0_R3_1_23_0_0_0_0_0_R3_1_24_0_0_0_0_0_R3_1_25_0_0_0_0_0_R3_1_26_0_0_0_0_0_R3_1_27_0_0_0_0_0_R3_1_28_0_0_0_0_0_R3_1_29_0_0_0_0_0_R3_1_30_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_31_0_0_0_0_0_R3_1_32_0_0_0_0_0_R10_1_33_0_0_0_0_0_R3_1_34_0_0_0_0_0_R3_1_36_4_4_6_9_7_8_2_15_18_2_21_19_2_34_32_3_2_15_0_2_21_20_2_34_33_0_";
this.lvlsdata[744] = "v7_0_Grab all the blue capsules!XD_59_4_272_232_0_20_0_272_232_0_0_0_0_0_0_0_0_0_0_0_272_136_0_20_0_272_136_R0_0_224_136_0_20_0_224_136_R0_0_368_232_0_20_0_368_232_R0_1_368_280_0_20_0_368_280_R0_0_224_184_0_20_0_224_184_R0_4_224_280_0_20_0_224_280_R0_0_320_280_0_20_0_320_280_R0_4_272_280_0_20_0_272_280_R0_1_272_184_0_20_0_272_184_R0_0_320_232_0_20_0_320_232_R0_0_224_232_0_20_0_224_232_R0_2_176_328_0_10_0_176_328_R0_1_272_328_0_20_0_272_328_R0_0_320_328_0_20_0_320_328_R0_0_416_328_0_20_0_416_328_R0_0_368_328_0_20_0_368_328_R0_0_416_280_0_20_0_416_280_R0_0_368_88_0_20_0_368_88_R0_0_272_88_0_20_0_272_88_R0_0_320_88_0_20_0_320_88_R0_0_368_136_0_20_0_368_136_R0_4_176_184_0_20_0_176_184_R0_1_176_136_0_20_0_176_136_R0_0_176_280_0_20_0_176_280_R0_0_176_232_0_20_0_176_232_R0_0_128_232_0_20_0_128_232_R0_0_128_280_0_20_0_128_280_R0_0_128_328_0_20_0_128_328_R0_0_128_376_0_20_0_128_376_R0_0_464_88_0_20_0_464_88_0_0_0_0_100_0_0.1_0_0_0_0_464_136_0_20_0_464_136_R0_0_464_184_0_20_0_464_184_R0_0_464_232_0_20_0_464_232_R0_0_464_280_0_20_0_464_280_R0_0_464_376_0_20_0_464_376_R0_4_464_328_0_20_0_464_328_R0_0_416_376_0_20_0_416_376_R0_0_368_376_0_20_0_368_376_R0_0_320_376_0_20_0_320_376_R0_0_272_376_0_20_0_272_376_R0_0_224_376_0_20_0_224_376_R0_0_176_376_0_20_0_176_376_R0_0_176_88_0_20_0_176_88_R0_0_224_88_0_20_0_224_88_R0_0_416_88_0_20_0_416_88_R0_3_416_136_0_20_0_416_136_R0_0_416_184_0_20_0_416_184_R0_0_416_232_0_20_0_416_232_R0_0_320_136_0_20_0_320_136_R0_4_224_328_0_20_0_224_328_R0_0_128_88_0_20_0_128_88_R0_4_128_136_0_20_0_128_136_R0_4_128_184_0_20_0_128_184_R0_4_320_184_0_20_0_320_184_0_0_0_0_100_0_0.03_0_0_0_0_368_184_0_20_0_368_184_R0_1_264_-48_52_10_0_264_-48_R0_1_296_-31_28_10_-0.63_296_-31_R0_1_296_-65_28_10_0.63_296_-65_R0_59_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_1_2_1_0.9_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_0.1_1_0_0_0.5_0_0_0_0_0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_0_160_1_0_0_0_0_0_1_56_0_0_0_0_0_R56_1_57_0_0_0_0_0_R56_1_58_3_1_13_3_9_11_3_3_4_54_15_3_2_13_11_2_9_54_5_23_30_56_57_58_0_";
this.lvlsdata[1054] = "v7_0_Some holes are only for yellow capsules; others are only for red and blue capsules._48_1_48_376_56_12_0_48_376_0_0_0_0_0_0_0_0_0_0_4_72_200_160_20_0_72_200_R0_4_272_8_280_20_0_272_8_R0_1_256_376_0_10_0_288_376_R0_2_256_376_0_10_0_280_376_R0_0_360_296_0_10_0_360_296_R0_4_-8_328_36_20_0_-8_328_R0_4_280_376_0_10_-1.57_280_376_R0_4_32_136_84_20_0_32_136_R0_2_120_312_12_10_0_120_312_R0_1_32_168_0_10_0_32_168_R0_4_-8_72_12_20_0_-8_72_R0_4_272_328_188_20_0_272_328_R0_4_328_136_156_20_0_328_136_R0_4_440_72_156_20_0_440_72_R0_4_496_376_56_12_0_496_376_R0_4_448_200_160_20_0_448_200_R0_4_272_264_124_20_0_272_264_R0_2_496_408_56_12_0_496_408_R0_4_576_136_36_20_0_576_136_R0_4_552_328_36_20_0_552_328_R0_4_0_264_92_20_0_0_264_R0_4_144_72_84_20_0_144_72_R0_0_424_312_12_10_0_424_312_R0_0_376_104_0_10_0_376_104_R0_0_272_232_0_10_0_272_232_R0_2_584_376_36_10_-1.57_584_376_R0_2_408_376_36_10_-1.57_408_376_R0_2_440_40_0_10_0_440_40_R0_1_328_168_0_10_0_328_168_R0_2_256_120_12_10_0_256_120_R0_0_144_184_12_10_0_144_184_R0_1_168_296_0_10_0_168_296_R0_0_304_40_0_10_0_304_40_R0_1_72_40_0_10_0_72_40_R0_2_240_440_0_10_0_240_440_R0_2_288_440_0_10_0_288_440_R0_4_504_264_52_20_0_504_264_R0_0_240_488_0_10_0_240_488_R0_4_288_464_0_10_0_288_464_R0_4_240_464_0_10_0_240_464_R0_0_288_488_0_10_0_288_488_R0_0_192_488_0_10_0_192_488_R0_4_144_464_0_10_0_144_464_R0_4_192_464_0_10_0_192_464_R0_0_144_488_0_10_0_144_488_R0_2_192_440_0_10_0_192_440_R0_2_144_440_0_10_0_144_440_R0_46_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_3_3_4_7_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R7_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R4_1_24_0_0_0_0_0_R4_1_25_0_0_0_0_0_R7_1_26_0_0_0_0_0_R7_1_27_0_0_0_0_0_R4_1_28_0_0_0_0_0_R4_1_29_0_0_0_0_0_R7_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R4_1_32_0_0_0_0_0_R4_1_33_0_0_0_0_0_R4_1_34_0_0_0_0_0_R4_1_35_0_0_0_0_0_R4_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R4_1_46_0_0_0_0_0_R4_1_47_6_2_3_4_6_15_0_45_42_38_41_2_34_43_2_10_44_2_32_40_2_39_29_0_0_";
this.lvlsdata[117] = "v6_0_23_0_272_200_260_10_0_272_200_0_0_0_0_0_0_0_0_0_0_0_272_200_180_10_-1.57_272_200_R0_2_512_248_0_20_0_512_248_R0_2_512_40_0_20_0_512_40_R0_2_232_248_0_20_0_232_248_R0_2_232_40_0_20_0_232_40_R0_3_48_248_0_20_0_48_248_R0_0_464_104_84_10_1.57_464_104_R0_1_328_248_0_20_0_328_248_R0_3_328_248_0_20_0_328_248_R0_3_328_248_0_20_0_328_248_R0_1_328_248_0_20_0_328_248_R0_1_48_40_0_20_0_48_40_R0_3_48_40_0_20_0_48_40_R0_3_48_40_0_20_0_48_40_R0_1_48_40_0_20_0_48_40_R0_1_48_248_0_20_0_48_248_R0_1_48_248_0_20_0_48_248_R0_3_48_248_0_20_0_48_248_R0_3_328_40_0_20_0_328_40_R0_1_328_40_0_20_0_328_40_R0_3_328_40_0_20_0_328_40_R0_1_328_40_0_20_0_328_40_R0_23_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_0_1_0_0.5_4_0_-16_0.5_0_0_0_0_0_112_-16_0.5_0_0_0_0_0_112_96_0.5_0_0_0_0_0_0_96_0.5_0_0_0_0_0_1_6_70_0_0_0_0_0_2_0_0.5_2_0_-112_0_0_0_0_0_0_0_-368_0.5_0_0_0_0_0_1_7_80_0_0_0_0_0_1_0_0.5_4_0_-16_0.5_0_0_0_0_0_0_96_0.5_0_0_0_0_0_112_96_0.5_0_0_0_0_0_112_-16_0.5_0_0_0_0_0_1_8_40_0_0_0_0_R8_1_9_0_0_0_0_0_R8_1_10_120_0_0_0_0_R8_1_11_80_0_0_0_0_R8_1_12_40_0_0_0_0_R8_1_13_0_0_0_0_0_R8_1_14_120_0_0_0_0_R8_1_15_80_0_0_0_0_R6_1_16_120_0_0_0_0_R6_1_17_40_0_0_0_0_R6_1_18_40_0_0_0_0_R6_1_19_120_0_0_0_0_R6_1_20_80_0_0_0_0_R6_1_21_0_0_0_0_0_R6_1_22_0_0_0_";
this.lvlsdata[977] = "v7_0_Use the 2 green attachments to move!_24_2_104_72_0_10_0_104_72_0_0_0_0_0_0_0_0_0_0_4_152_72_0_20_0_152_72_R0_4_56_72_0_20_0_56_72_R0_4_488_72_0_20_0_488_72_R0_2_488_-1616_0_20_0_488_72_R0_0_-16_192_296_20_-1.57_-16_192_R0_0_280_-16_296_20_0_280_-16_R0_0_280_416_296_20_0_280_416_R0_0_568_208_296_20_-1.57_568_208_R0_0_512_200_104_10_0_512_200_R0_0_200_72_108_10_1.57_200_72_R0_0_200_352_76_10_1.57_200_352_R0_0_312_200_112_10_1.57_312_200_R0_0_104_224_40_10_1.57_104_224_R0_0_368_312_52_10_0_368_312_R0_0_208_184_104_10_0_208_184_R0_0_368_88_56_10_0_368_88_R0_1_256_96_0_20_0_256_96_R0_1_64_328_0_20_0_64_328_R0_1_200_232_0_20_0_200_232_R0_1_264_344_0_20_0_264_344_R0_1_472_312_0_20_0_472_312_R0_1_360_200_0_20_0_360_200_R0_1_488_136_0_20_0_488_136_R0_23_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_3_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R3_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_19_0_0_0_0_0_R3_1_20_0_0_0_0_0_R3_1_21_0_0_0_0_0_R3_1_22_0_0_0_0_0_R3_1_23_0_0_2_1_0_2_0_";
this.lvlsdata[372] = "v7_0_You must hit all the green balls to win this level!_22_4_440_152_0_14_0_440_152_0_0_0_0_0_0_0_0_0_0_4_392_192_0_14_0_392_192_R0_4_488_192_0_14_0_488_192_R0_1_664_192_0_14_0_664_192_R0_4_496_112_0_14_0_496_112_R0_4_440_232_0_14_0_440_232_R0_1_664_192_0_14_0_664_192_R0_1_664_192_0_14_0_664_192_R0_1_664_192_0_14_0_664_192_R0_1_664_192_0_14_0_664_192_R0_1_664_192_0_14_0_664_192_R0_4_488_272_0_14_0_488_272_R0_2_664_160_20_10_0_664_160_R0_2_664_224_20_10_0_664_224_R0_2_632_192_20_10_1.57_632_192_R0_2_696_192_20_10_1.57_696_192_R0_4_264_400_328_20_0_264_400_R0_4_264_0_328_20_0_264_0_R0_4_600_192_232_10_1.57_600_192_R0_2_32_192_0_20_0_32_192_R0_4_152_192_0_34_0_152_192_R0_0_208_192_232_10_1.57_208_192_R0_16_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.98_1_0_0_0.5_0_0_0_0_0_2_0_8_0_0_0_0_0_R0_2_1_9_0_0_0_0_0_R0_2_2_7_0_0_0_0_0_R0_2_3_11_0_0_0_0_0_R0_2_4_6_0_0_0_0_0_R0_2_5_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R6_1_13_0_0_0_0_0_R6_1_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R10_1_17_0_0_0_0_0_R10_1_18_0_0_0_0_0_R10_1_19_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.96_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R10_1_21_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData16 = function () {
this.lvlsdata[368] = "v7_0_2 shots to push all the blue balls onthe yellow grid._20_4_280_400_324_10_0_280_400_0_0_0_0_0_0_0_0_0_0_0_272_0_324_10_0_272_0_R0_4_272_0_324_10_0_272_0_R0_0_280_400_324_10_0_280_400_R0_2_72_200_0_14_0_72_200_R0_1_504_136_0_14_0_504_136_R0_2_544_40_16_10_1.57_544_40_R0_2_544_120_16_10_1.57_544_120_R0_2_544_200_16_10_1.57_544_200_R0_2_544_200_16_10_1.57_544_200_R0_2_544_280_16_10_1.57_544_280_R0_2_544_360_16_10_1.57_544_360_R0_4_144_112_0_28_0_144_112_R0_1_464_168_0_14_0_464_168_R0_1_504_200_0_14_0_504_200_R0_1_504_256_0_14_0_504_256_R0_1_464_232_0_14_0_464_232_R0_1_424_200_0_14_0_424_200_R0_4_144_264_0_28_0_144_264_R0_0_224_200_264_10_1.57_224_200_R0_20_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_1_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R6_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R6_1_9_0_0_0_0_0_R6_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_15_0_0_0_0_0_R5_1_16_0_0_0_0_0_R5_1_17_0_0_0_0_0_R5_1_18_0_0_0_0_0_R0_1_19_0_0_0_";
this.lvlsdata[802] = "v7_1_Its only 1 lap!_85_2_232_88_0_10_0_232_88_0_0_0_0_0_0_0_0_0_0_0_224_56_80_10_0_224_56_R0_0_312_384_0_18_0_312_384_R0_0_704_8_0_20_0_704_8_R0_0_-50_7_0_20_0_-50_7_R0_0_208_392_136_10_0_208_392_R0_0_320_8_367_10_0_320_8_R0_0_160_165_146_10_1.41_160_165_R0_0_312_160_144_10_1.57_312_160_R0_4_184_328_0_20_0_184_328_R0_4_312_320_0_20_0_312_320_R0_0_16_208_104_36_0_16_208_0.1_0.01_0.01_6_4_0.01_0.01_0_8_0.01_0_-24_296_136_10_0.79_-24_296_R0_0_67_166_191_10_0.94_67_166_R0_0_-344_-288_428_10_0.79_-344_-288_R0_0_-464_-152_524_10_0.79_-464_-152_R0_0_-200_64_0_20_0_-200_64_R0_4_-856_-704_92_10_0_-856_-704_0.1_0.1_-0.1_0_0_0_0_0_0_0_1_-648_-496_0_126_0_-648_-496_R0_4_-536_-288_0_12_0_-536_-288_R0_0_-216_-40_84_20_-1.41_-216_-40_0.01_0.1_0.1_0_0_0_0_0_0_0_1_-368_-224_0_20_0_-368_-224_R0_4_-528_-256_0_20_0_-528_-256_R0_4_-472_-320_0_70_0_-472_-320_R0_0_-360_-144_0_20_0_-360_-144_R0_0_-240_-144_0_10_0_-240_-144_R0_4_-856_-704_92_10_-1.57_-856_-704_R17_1_232_176_60_10_1.57_232_176_R0_4_-648_-496_92_10_-1.57_-648_-496_R17_4_-648_-496_92_10_0_-648_-496_R17_4_-752_-600_92_10_-1.57_-752_-600_R17_4_-752_-600_92_10_0_-752_-600_R17_0_-935_-625_137_10_0.77_-935_-625_R0_0_-949_-787_102_10_-0.67_-949_-787_R0_0_-552_-800_316_10_0.16_-552_-800_R0_0_120_-440_744_10_0.16_120_-440_R0_0_-240_-664_85_10_-1.57_-240_-664_R0_0_328_-488_580_10_0.16_328_-488_R0_0_-392_-616_0_20_0_-392_-616_R0_4_-240_-512_0_20_0_-240_-512_R0_0_-336_-696_0_20_0_-336_-696_R0_0_-560_-648_0_20_0_-560_-648_R0_0_-480_-592_0_20_0_-480_-592_R0_0_-480_-704_0_20_0_-480_-704_R0_0_-648_-688_0_20_0_-648_-688_R0_0_-584_-744_0_20_0_-584_-744_R0_1_928_-280_40_10_1.73_928_-280_R0_1_933_-244_17_10_-0.72_933_-244_R0_1_912_-248_16_10_-2.04_912_-248_R0_1_912_-168_0_10_0_912_-168_R0_1_784_184_0_10_0_784_184_R0_1_848_88_0_10_0_848_88_R0_1_888_8_0_10_0_888_8_R0_1_896_-88_0_10_0_896_-88_R0_0_480_392_148_10_0_480_392_R0_0_640_392_0_20_0_640_392_R0_0_704_88_68_10_-1.57_704_88_R0_0_640_312_80_10_-1.57_640_312_R0_1_720_224_0_10_0_720_224_R0_1_656_184_0_10_0_656_184_R0_0_520_200_204_14_3.14_520_200_-0.1_0_0_0_0_0_0_0_0_0_0_576_232_60_10_0_576_232_R0_1_568_312_0_20_0_568_312_R0_4_-240_-576_0_20_0_-240_-576_R0_4_312_-424_0_20_0_312_-424_R0_4_872_-360_0_10_0_872_-360_R0_4_352_-468_0_20_0_352_-468_R0_4_288_-480_0_20_0_288_-480_R0_4_375_-415_0_20_0_375_-415_R0_4_888_-384_0_10_0_888_-384_R0_4_410_-458_0_20_0_410_-458_R0_4_856_-336_0_10_0_856_-336_R0_1_-856_-704_0_112_0_-856_-704_R0_1_-752_-600_0_118_0_-752_-600_R0_1_218_209_28_10_1.1_218_209_R0_1_246_208_28_10_2.04_246_208_R0_1_232_272_0_10_0_232_272_R0_1_128_352_0_10_0_128_352_R0_1_160_368_0_10_0_160_368_R0_1_200_368_0_10_0_200_368_R0_1_224_344_0_10_0_224_344_R0_1_232_312_0_10_0_232_312_R0_1_224_40_72_10_0_224_40_R0_0_512_312_80_10_-1.57_512_312_R0_1_584_152_0_10_0_584_152_R0_85_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_0.3_1_0_0_0.5_0_0_0_0_0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R27_1_74_0_0_0_0_0_R27_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_2_3_60_62_1_2_83_84_1_1_62_0_";
this.lvlsdata[995] = "v7_0_You're going up, but try to stay down!_97_0_288_416_464_20_0_288_416_0_0_0_0_0_0_0_0_0_0_2_-744_1984_0_20_0_264_272_R0_4_-672_272_608_24_-1.57_-672_272_R0_4_-816_272_608_26_-1.57_-816_272_R0_2_264_272_0_20_0_264_272_R0_4_256_568_48_12_0_256_568_R0_1_440_648_0_12_0_440_648_R0_4_96_792_48_12_0_96_792_R0_4_352_856_48_12_0_352_856_R0_1_440_952_0_12_0_440_952_R0_4_280_1112_48_12_0_280_1112_R0_1_40_1208_0_12_0_40_1208_R0_4_272_1336_48_12_0_272_1336_R0_4_136_1488_48_12_0_136_1488_R0_4_392_1616_48_12_0_392_1616_R0_2_-744_272_0_20_0_-744_272_R0_4_136_1544_48_12_0_136_1544_R0_4_392_1424_48_12_0_392_1424_R0_1_96_1272_0_12_0_96_1272_R0_1_240_1120_0_12_0_240_1120_R0_4_64_1040_48_12_0_64_1040_R0_1_264_896_0_12_0_264_896_R0_1_440_760_0_12_0_440_760_R0_1_328_640_0_12_0_328_640_R0_4_96_600_48_12_0_96_600_R0_1_432_456_0_12_0_432_456_R0_4_256_376_48_12_0_256_376_R0_4_256_424_48_12_0_256_424_R0_4_440_528_48_12_0_440_528_R0_1_120_624_0_12_0_120_624_R0_1_384_688_0_12_0_384_688_R0_1_464_808_0_12_0_464_808_R0_4_280_968_48_12_0_280_968_R0_1_40_1064_0_12_0_40_1064_R0_1_296_1168_0_12_0_296_1168_R0_1_160_1320_0_12_0_160_1320_R0_1_368_1448_0_12_0_368_1448_R0_1_416_1496_0_12_0_416_1496_R0_1_152_1368_0_12_0_152_1368_R0_4_272_1240_48_12_0_272_1240_R0_1_88_1112_0_12_0_88_1112_R0_1_296_992_0_12_0_296_992_R0_4_432_880_48_12_0_432_880_R0_4_352_760_48_12_0_352_760_R0_1_72_672_0_12_0_72_672_R0_4_440_576_48_12_0_440_576_R0_1_272_448_0_12_0_272_448_R0_4_392_1568_48_12_0_392_1568_R0_4_136_1440_48_12_0_136_1440_R0_1_280_1264_0_12_0_280_1264_R0_1_96_1160_0_12_0_96_1160_R0_1_312_1040_0_12_0_312_1040_R0_1_408_904_0_12_0_408_904_R0_1_336_784_0_12_0_336_784_R0_4_96_744_48_12_0_96_744_R0_1_424_600_0_12_0_424_600_R0_1_240_496_0_12_0_240_496_R0_1_280_592_0_12_0_280_592_R0_4_440_720_48_12_0_440_720_R0_1_112_816_0_12_0_112_816_R0_1_336_880_0_12_0_336_880_R0_4_432_1040_48_12_0_432_1040_R0_4_440_480_48_12_0_440_480_R0_4_440_624_48_12_0_440_624_R0_4_256_472_48_12_0_256_472_R0_4_256_520_48_12_0_256_520_R0_4_256_616_48_12_0_256_616_R0_4_440_672_48_12_0_440_672_R0_4_352_664_48_12_0_352_664_R0_4_96_648_48_12_0_96_648_R0_4_96_696_48_12_0_96_696_R0_4_352_712_48_12_0_352_712_R0_4_352_808_48_12_0_352_808_R0_4_432_784_48_12_0_432_784_R0_4_432_832_48_12_0_432_832_R0_4_96_840_48_12_0_96_840_R0_4_352_912_48_12_0_352_912_R0_4_432_928_48_12_0_432_928_R0_4_432_976_48_12_0_432_976_R0_4_280_920_48_12_0_280_920_R0_4_280_1016_48_12_0_280_1016_R0_4_280_1064_48_12_0_280_1064_R0_4_64_1088_48_12_0_64_1088_R0_4_64_1136_48_12_0_64_1136_R0_4_64_1184_48_12_0_64_1184_R0_4_64_1232_48_12_0_64_1232_R0_4_272_1144_48_12_0_272_1144_R0_4_272_1192_48_12_0_272_1192_R0_4_272_1288_48_12_0_272_1288_R0_4_136_1296_48_12_0_136_1296_R0_4_136_1344_48_12_0_136_1344_R0_4_136_1392_48_12_0_136_1392_R0_1_128_1464_0_12_0_128_1464_R0_4_392_1472_48_12_0_392_1472_R0_4_392_1520_48_12_0_392_1520_R0_1_368_1592_0_12_0_368_1592_R0_0_296_-16_464_20_0_296_-16_R0_47_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_3_1_2_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_3_90_0.7_1_0_0_0.5_0_0_0_0_0_2_4_15_660_0_0_0_0_0_2_0_0.5_5_0_0_0.7_0_0_0_0_0_0_-1744_0.7_0_0_0_0_0_992_-1744_0.7_0_0_0_0_0_992_592_0.7_0_0_0_0_0_0_592_0.7_0_0_0_0_0_15_5_6_7_8_9_10_11_12_13_14_67_78_85_92_95_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_2_18_89_0_0_0_0_0_R3_2_19_86_0_0_0_0_0_R3_1_20_0_0_0_0_0_R3_2_21_79_0_0_0_0_0_R3_2_22_73_0_0_0_0_0_R3_2_23_68_0_0_0_0_0_R3_1_24_0_0_0_0_0_R3_2_25_62_0_0_0_0_0_R3_1_26_180_0_0_0_0_R3_1_27_180_0_0_0_0_R3_1_28_180_0_0_0_0_R3_2_29_69_180_0_0_0_0_R3_2_30_71_180_0_0_0_0_R3_2_31_74_180_0_0_0_0_R3_1_32_180_0_0_0_0_R3_2_33_82_180_0_0_0_0_R3_2_34_87_180_0_0_0_0_R3_2_35_90_180_0_0_0_0_R3_2_36_93_340_0_0_0_0_R3_2_37_94_340_0_0_0_0_R3_2_38_91_340_0_0_0_0_R3_1_39_340_0_0_0_0_R3_2_40_83_340_0_0_0_0_R3_2_41_80_340_0_0_0_0_R3_1_42_340_0_0_0_0_R3_1_43_340_0_0_0_0_R3_2_44_70_340_0_0_0_0_R3_1_45_340_0_0_0_0_R3_2_46_64_500_0_0_0_0_R3_1_47_500_0_0_0_0_R3_1_48_500_0_0_0_0_R3_2_49_88_500_0_0_0_0_R3_2_50_84_500_0_0_0_0_R3_2_51_81_500_0_0_0_0_R3_2_52_77_500_0_0_0_0_R3_2_53_72_500_0_0_0_0_R3_1_54_500_0_0_0_0_R3_2_55_63_500_0_0_0_0_R3_2_56_65_820_0_0_0_0_R3_8_61_60_59_58_57_66_75_76_0_0_0_0_0_R0_1_96_0_0_0_";
this.lvlsdata[582] = "v7_0__38_4_97_194_206_56_1.57_97_194_0_0_0_0_0_0_0_0_0_0_4_376_352_36_16_0_376_352_R0_2_35_171_253_10_1.57_35_171_R0_2_280_392_285_10_0_280_392_R0_1_280_352_48_10_0_280_352_R0_4_280_344_0_20_0_280_344_R0_2_280_376_0_40_0_280_352_R0_1_280_104_0_50_0_280_104_R0_4_176_160_0_12_0_176_160_R0_4_200_256_0_30_0_200_256_R0_4_184_312_0_18_0_184_312_R0_4_376_312_0_18_0_376_312_R0_4_280_184_0_10_0_280_184_R0_4_280_296_0_20_0_280_296_R0_4_280_232_0_30_0_280_232_R0_1_232_312_0_22_0_232_312_R0_1_328_312_0_22_0_328_312_R0_4_248_272_0_10_0_248_272_R0_4_368_112_0_26_0_368_112_R0_4_344_72_0_16_0_344_72_R0_1_376_208_0_16_0_376_208_R0_1_176_64_0_10_0_176_64_R0_4_312_272_0_10_0_312_272_R0_4_328_224_0_10_0_328_224_R0_4_216_72_0_16_0_216_72_R0_4_461_194_206_60_1.57_461_194_R0_4_336_176_0_30_0_336_176_R0_4_384_160_0_12_0_384_160_R0_4_360_256_0_30_0_360_256_R0_4_224_176_0_30_0_224_176_R0_1_184_208_0_16_0_184_208_R0_4_192_112_0_26_0_192_112_R0_4_232_224_0_10_0_232_224_R0_1_384_64_0_10_0_384_64_R0_4_283_-10_132_58_0_283_-10_R0_2_280_-66_251_10_0_280_-66_R0_4_184_352_36_16_0_184_352_R0_2_517_175_240_10_1.57_517_175_R0_37_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R2_1_3_0_0_0_0_0_R0_2_5_6_0_0_0_0_0_R0_1_4_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R2_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R2_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_R2_1_23_0_0_0_0_0_R2_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R2_1_26_0_0_0_0_0_R2_1_27_0_0_0_0_0_R2_1_28_0_0_0_0_0_R2_1_29_0_0_0_0_0_R2_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R2_1_32_0_0_0_0_0_R2_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R2_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R2_1_37_1_2_4_6_7_1_1_1_25_1_2_1_0_1_3_1_35_1_37_0_";
this.lvlsdata[1273] = "v7_1_Juggle in a volcano that is about to erupt! Keep going upwards and don't lose any of the capsules!_26_0_256_7872_0_7490_0_256_7872_0_0_0_0_0_0_0_0_0_0_4_329_275_0_20_0_329_275_R0_4_427_215_168_20_1.56_427_215_R0_4_248_224_168_20_-1.46_248_224_R0_2_370_185_0_20_0_370_185_R0_2_329_306_0_10_0_329_306_R0_1_328_305_0_10_0_328_305_R0_4_408_-220_277_20_-1.64_408_-220_R0_4_248_-226_277_20_-1.64_248_-226_R0_4_408_-642_146_20_-1.45_408_-642_R0_4_247_-643_146_20_-1.45_247_-643_R0_2_339_133_0_20_0_339_133_R0_2_302_184_0_20_0_302_184_R0_4_154_-907_156_20_-2.33_154_-907_R0_4_555_-880_156_20_-0.62_555_-880_R0_4_680_-1179_194_20_-1.58_680_-1179_R0_4_46_-1217_194_20_-1.58_46_-1217_R0_4_496_-2991_991_20_1.57_496_-2991_R0_4_170_-1573_201_20_-0.9_170_-1573_R0_4_588_-1557_201_20_1.09_588_-1557_R0_4_496_-1939_201_20_1.57_496_-1939_R0_4_296_-1941_201_20_1.57_296_-1941_R0_4_296_-3001_991_20_1.57_296_-3001_R0_4_656_-3818_231_20_0.81_656_-3818_R0_4_109_-3858_231_20_-0.63_109_-3858_R0_1_401_-3964_100_20_0_401_-3964_R0_25_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R1_2_5_1_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_1_2_5_6_0_0_";
this.lvlsdata[393] = "v7_0__62_0_272_8_280_10_0_272_8_0_0_0_0_0_0_0_0_0_0_0_264_392_288_10_0_264_392_R0_0_544_208_184_10_1.57_544_208_R0_0_8_208_184_10_1.57_8_208_R0_2_272_208_0_10_0_272_208_R0_0_40_-384_0_10_0_40_-384_R0_0_456_-256_0_10_0_456_-256_R0_0_424_-96_0_10_0_424_-96_R0_0_256_-64_0_10_0_256_-64_R0_0_96_-48_0_10_0_96_-48_R0_0_56_-184_0_10_0_56_-184_R0_0_224_-336_0_10_0_224_-336_R0_0_256_-152_0_10_0_256_-152_R0_0_352_-272_0_10_0_352_-272_R0_0_200_-224_0_10_0_200_-224_R0_0_520_-384_0_10_0_520_-384_R0_0_304_-368_0_10_0_304_-368_R0_0_360_-48_0_10_0_360_-48_R0_0_32_-112_0_10_0_32_-112_R0_0_160_-104_0_10_0_160_-104_R0_0_280_-256_0_10_0_280_-256_R0_0_504_-104_0_10_0_504_-104_R0_0_152_-368_0_10_0_152_-368_R0_0_384_-368_0_10_0_384_-368_R0_0_88_-296_0_10_0_88_-296_R0_0_352_-160_0_10_0_352_-160_R0_4_144_504_0_10_0_144_504_R0_4_344_696_0_10_0_344_696_R0_4_448_616_0_10_0_448_616_R0_4_392_488_0_10_0_392_488_R0_4_272_480_0_10_0_272_480_R0_4_360_616_0_10_0_360_616_R0_4_168_720_0_10_0_168_720_R0_4_264_744_0_10_0_264_744_R0_4_112_624_0_10_0_112_624_R0_4_184_584_0_10_0_184_584_R0_4_504_792_0_10_0_504_792_R0_4_40_784_0_10_0_40_784_R0_4_32_504_0_10_0_32_504_R0_4_384_768_0_10_0_384_768_R0_4_504_504_0_10_0_504_504_R0_4_56_624_0_10_0_56_624_R0_4_128_792_0_10_0_128_792_R0_4_288_648_0_10_0_288_648_R0_4_208_504_0_10_0_208_504_R0_1_-432_152_0_10_0_-432_152_R0_1_-64_248_0_10_0_-64_248_R0_1_-136_312_0_10_0_-136_312_R0_1_-248_152_0_10_0_-248_152_R0_1_-168_200_0_10_0_-168_200_R0_1_-240_336_0_10_0_-240_336_R0_1_-296_224_0_10_0_-296_224_R0_1_-448_80_0_10_0_-448_80_R0_1_-424_344_0_10_0_-424_344_R0_1_-240_64_0_10_0_-240_64_R0_1_-312_104_0_10_0_-312_104_R0_1_-104_56_0_10_0_-104_56_R0_1_-416_248_0_10_0_-416_248_R0_1_-344_264_0_10_0_-344_264_R0_1_-360_160_0_10_0_-360_160_R0_1_-224_272_0_10_0_-224_272_R0_1_-128_136_0_10_0_-128_136_R0_62_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_0_816_1_0_0_0_0_0_1_5_0_0_0_0_0_R5_1_6_0_0_0_0_0_R5_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_15_0_0_0_0_0_R5_1_16_0_0_0_0_0_R5_1_17_0_0_0_0_0_R5_1_18_0_0_0_0_0_R5_1_19_0_0_0_0_0_R5_1_20_0_0_0_0_0_R5_1_21_0_0_0_0_0_R5_1_22_0_0_0_0_0_R5_1_23_0_0_0_0_0_R5_1_24_0_0_0_0_0_R5_1_25_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-816_1_0_0_0_0_0_1_26_0_0_0_0_0_R26_1_27_0_0_0_0_0_R26_1_28_0_0_0_0_0_R26_1_29_0_0_0_0_0_R26_1_30_0_0_0_0_0_R26_1_31_0_0_0_0_0_R26_1_32_0_0_0_0_0_R26_1_33_0_0_0_0_0_R26_1_34_0_0_0_0_0_R26_1_35_0_0_0_0_0_R26_1_36_0_0_0_0_0_R26_1_37_0_0_0_0_0_R26_1_38_0_0_0_0_0_R26_1_39_0_0_0_0_0_R26_1_40_0_0_0_0_0_R26_1_41_0_0_0_0_0_R26_1_42_0_0_0_0_0_R26_1_43_0_0_0_0_0_R26_1_44_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_1040_0_1_0_0_0_0_0_1_45_0_0_0_0_0_R45_1_46_0_0_0_0_0_R45_1_47_0_0_0_0_0_R45_1_48_0_0_0_0_0_R45_1_49_0_0_0_0_0_R45_1_50_0_0_0_0_0_R45_1_51_0_0_0_0_0_R45_1_52_0_0_0_0_0_R45_1_53_0_0_0_0_0_R45_1_54_0_0_0_0_0_R45_1_55_0_0_0_0_0_R45_1_56_0_0_0_0_0_R45_1_57_0_0_0_0_0_R45_1_58_0_0_0_0_0_R45_1_59_0_0_0_0_0_R45_1_60_0_0_0_0_0_R45_1_61_0_0_0_";
this.lvlsdata[563] = "v7_0__31_2_272_216_0_10_0_272_216_0_0_0_0_0_0_0_0_0_0_0_280_8_0_12_0_280_8_R0_4_240_216_0_14_0_240_216_R0_1_328_240_0_10_0_328_240_R0_0_16_184_0_12_0_16_184_R0_0_256_8_0_12_0_256_8_R0_0_16_208_0_12_0_16_208_R0_0_256_384_0_12_0_256_384_R0_0_304_384_0_12_0_304_384_R0_0_280_384_0_12_0_280_384_R0_0_536_200_0_12_0_536_200_R0_1_216_192_0_10_0_216_192_R0_1_216_216_0_10_0_216_216_R0_1_256_168_0_10_0_256_168_R0_1_288_168_0_10_0_288_168_R0_1_256_264_0_10_0_256_264_R0_1_216_240_0_10_0_216_240_R0_1_328_192_0_10_0_328_192_R0_1_288_264_0_10_0_288_264_R0_1_328_216_0_10_0_328_216_R0_4_240_184_0_14_0_240_184_R0_4_240_248_0_14_0_240_248_R0_4_304_184_0_14_0_304_184_R0_4_272_184_0_14_0_272_184_R0_4_304_216_0_14_0_304_216_R0_4_272_248_0_14_0_272_248_R0_4_304_248_0_14_0_304_248_R0_0_536_224_0_12_0_536_224_R0_0_16_232_0_12_0_16_232_R0_0_536_176_0_12_0_536_176_R0_0_304_8_0_12_0_304_8_R0_31_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_40_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0.5_0_0_0_1_2_0_0_1_0_0_0.5_0_0_0_0_0_1_2_0_1_0_0_0_0_2_0_0.3_1_0_0_0.5_0_0_0_0_0_1_3_0_0.9_0_0_0_1_2_0.1_0.9_1_0_0_0.5_0_0_0_0_0_1_4_0_0.8_0_0_0_R4_1_5_40_0.3_0_0_0_R4_1_6_0_0.3_0_0_0_R4_1_7_0_0.9_0_0_0_R4_1_8_40_0.3_0_0_0_R4_1_9_40_0.3_0_0_0_R4_1_10_0_1_0_0_0_R3_1_11_0_1_0_0_0_R3_1_12_0_1_0_0_0_R3_1_13_0_1_0_0_0_R3_1_14_0_1_0_0_0_R3_1_15_0_1_0_0_0_R3_1_16_0_1_0_0_0_R3_1_17_0_1_0_0_0_R3_1_18_0_1_0_0_0_R3_1_19_0_0.5_0_0_0_R2_1_20_0_0.5_0_0_0_R2_1_21_0_0.5_0_0_0_R2_1_22_0_0.5_0_0_0_R2_1_23_0_0.5_0_0_0_R2_1_24_0_0.5_0_0_0_R2_1_25_0_0.5_0_0_0_R2_1_26_0_0.3_0_0_0_R4_1_27_0_0.3_0_0_0_R4_1_28_0_0.3_0_0_0_R4_1_29_0_0.9_0_0_0_R4_1_30_0_0_0_";
this.lvlsdata[700] = "v7_0_Push the yelow the right way_19_0_-104_224_428_10_0_-104_224_0_0_0_0_0_0_0_0_0_0_2_272_256_0_10_0_272_256_R0_1_272_256_0_38_0_272_256_R0_2_160_40_0_10_0_160_40_R0_1_160_344_0_10_0_160_344_R0_0_536_296_312_10_0_536_296_R0_1_272_344_0_10_0_272_344_R0_2_272_40_0_10_0_272_40_R0_2_384_40_0_10_0_384_40_R0_1_384_344_0_10_0_384_344_R0_4_328_224_16_10_0_328_224_R0_4_384_64_16_10_0_384_64_R0_4_160_64_16_10_0_160_64_R0_4_272_64_16_10_0_272_64_R0_4_216_296_16_10_0_216_296_R0_0_272_400_304_10_0_272_400_R0_0_328_360_32_10_1.57_328_360_R0_0_216_360_32_10_1.57_216_360_R0_0_216_360_32_10_1.57_216_360_R0_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_5_1_0_5_10_14_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_4_2_1_2_2_3_4_2_6_7_2_8_9_0_0_";
this.lvlsdata[986] = "v7_0_Wow it's a Matty 2000! That's the fastes Vacuum Cleaner in the world!! =O_45_2_216_200_40_10_-1.57_216_200_0_0_0_0_0_0_0_0_0_0_4_160_168_56_10_-0.47_160_168_R0_4_160_232_56_10_0.47_160_232_R0_4_128_200_20_16_0_128_200_R0_4_176_200_0_34_0_176_200_R0_4_96_200_0_10_0_96_200_R0_4_48_200_0_10_0_48_200_R0_4_64_200_0_10_0_64_200_R0_4_80_200_0_10_0_80_200_R0_4_200_200_44_10_-1.57_200_200_R0_4_184_200_40_10_-1.57_184_200_R0_4_-128_200_0_10_0_-128_200_R0_4_-160_200_0_10_0_-160_200_R0_4_-96_200_0_10_0_-96_200_R0_4_-32_200_0_10_0_-32_200_R0_4_-16_200_0_10_0_-16_200_R0_4_-48_200_0_10_0_-48_200_R0_4_-80_200_0_10_0_-80_200_R0_4_-64_200_0_10_0_-64_200_R0_4_-112_200_0_10_0_-112_200_R0_4_-144_200_0_10_0_-144_200_R0_4_32_200_0_10_0_32_200_R0_4_0_200_0_10_0_0_200_R0_4_16_200_0_10_0_16_200_R0_4_-400_200_276_108_-1.57_-400_200_R0_4_-176_200_0_10_0_-176_200_R0_4_-192_200_0_10_0_-192_200_R0_4_-224_200_0_10_0_-224_200_R0_4_-208_200_0_10_0_-208_200_R0_0_512_16_0_10_0_512_16_R0_0_384_112_0_10_0_384_112_R0_1_512_192_0_10_0_512_192_R0_4_440_48_0_10_0_440_48_R0_1_456_360_0_10_0_456_360_R0_0_448_280_0_10_0_448_280_R0_0_392_360_0_10_0_392_360_R0_4_520_320_0_10_0_520_320_R0_1_376_288_0_10_0_376_288_R0_0_384_200_0_10_0_384_200_R0_4_456_216_0_10_0_456_216_R0_1_432_160_0_10_0_432_160_R0_0_488_136_0_10_0_488_136_R0_1_424_88_0_10_0_424_88_R0_1_512_88_0_10_0_512_88_R0_0_384_40_0_10_0_384_40_R0_39_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_7_0_1_2_3_4_9_10_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_4_1_0_0.5_0.2_0.2_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_1_1_0_0.4_1_0_0_0.5_0_0_0_0_0_1_29_0_0_0_0_0_R23_1_30_0_0_0_0_0_R23_1_31_0_0_0_0_0_R23_1_32_0_0_0_0_0_R23_1_33_0_0_0_0_0_R23_1_34_0_0_0_0_0_R23_1_35_0_0_0_0_0_R23_1_36_0_0_0_0_0_R23_1_37_0_0_0_0_0_R23_1_38_0_0_0_0_0_R23_1_39_0_0_0_0_0_R23_1_40_0_0_0_0_0_R23_1_41_0_0_0_0_0_R23_1_42_0_0_0_0_0_R23_1_43_0_0_0_0_0_R23_1_44_0_0_23_8_7_7_6_5_1_5_2_8_5_21_6_23_21_22_23_15_22_14_15_16_14_18_16_17_18_13_17_19_13_11_19_20_11_12_20_25_12_26_25_28_26_27_28_27_24_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData17 = function () {
this.lvlsdata[233] = "v7_1__33_4_192_-8_52_20_3.14_192_-8_0_0_0_0_0_0_0_0_0_0_1_-112_376_0_20_0_-32_376_R0_1_-112_296_0_20_0_-32_376_R0_4_-112_96_52_20_1.57_-112_96_R0_4_40_192_52_20_3.14_40_192_R0_4_536_544_52_20_3.14_536_544_R0_1_-32_296_0_20_0_-32_376_R0_4_536_88_52_20_0_536_88_R0_4_192_144_52_20_1.57_192_144_R0_4_384_192_52_20_3.14_384_192_R0_4_192_392_52_20_3.14_192_392_R0_4_632_192_52_20_1.57_632_192_R0_4_244_448_52_20_1.57_244_448_R0_4_40_296_52_20_1.57_40_296_R0_4_-112_-104_52_20_1.57_-112_-104_R0_4_384_-160_52_20_1.57_384_-160_R0_4_40_-104_52_20_3.14_40_-104_R0_4_336_40_52_20_1.57_336_40_R0_4_232_-104_52_20_3.14_232_-104_R0_4_536_296_52_20_1.57_536_296_R0_4_632_448_52_20_1.57_632_448_R0_4_392_448_52_20_3.14_392_448_R0_2_232_104_0_20_0_232_184_R0_2_152_104_0_20_0_232_184_R0_2_152_184_0_20_0_232_184_R0_0_-32_376_0_20_0_-32_376_R0_1_440_344_0_20_0_440_344_R0_2_232_184_0_20_0_232_184_R0_4_336_296_52_20_3.14_336_296_R0_1_40_40_0_20_0_40_40_R0_1_576_488_0_20_0_576_488_R0_4_40_96_52_20_3.14_40_96_R0_1_576_144_0_20_0_576_144_R0_33_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-118_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_4000_0_0_0_0_0_1_1_0.5_1_0_0_0.5_0_0_0_0_0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_1_1_0_0.1_1_0_0_0.5_0_0_0_0_0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_4_1_22_2_27_26_2_29_28_2_4_32_2_2_10_29_0_0_";
this.lvlsdata[877] = "v7_0_The walls are getting closer..._30_0_16_216_232_20_-1.57_16_216_0_0_0_0_0_0_0_0_0_0_2_312_200_0_20_0_312_200_R0_1_96_40_0_16_0_96_40_R0_1_128_344_0_16_0_128_344_R0_1_168_216_0_26_0_168_216_R0_1_288_72_0_34_0_288_72_R0_1_392_344_0_10_0_392_344_R0_1_472_8_0_28_0_472_8_R0_1_376_200_0_12_0_376_200_R0_1_488_240_0_20_0_488_240_R0_1_96_144_0_20_0_96_144_R0_1_480_136_0_20_0_480_136_R0_1_272_312_0_20_0_272_312_R0_1_208_120_0_20_0_208_120_R0_1_480_336_0_44_0_480_336_R0_1_400_64_0_14_0_400_64_R0_4_232_192_0_20_0_232_192_0_0_0_0_50_0_0.1_0_0_0_4_160_56_0_34_0_160_56_0_0_0_0_0_0_0_0_74_0.1_4_192_280_0_20_0_192_280_0_0_0_100_50_0.1_0_0_0_0_4_408_120_0_52_0_408_88_0.1_0_0_0_7_0_0.1_0_0_0_4_408_256_0_16_0_448_240_0.1_0_0_49_0_0.1_0_0_0_0_4_496_72_0_10_0_456_56_0.1_0_0_0_0_0_0_0_0_0_4_456_192_0_10_0_496_176_0.1_0_0_0_38_0_0.07_0_0_0_4_344_320_12_14_-1.57_344_248_0_0_0_51_0_0.1_0_0_0_0_4_248_368_0_22_0_248_368_0_0_0_54_0_0.1_0_0_0_0_1_440_256_0_12_0_440_256_R0_4_288_8_60_14_0_288_120_R0_4_416_344_0_20_0_416_344_R0_4_320_152_0_12_0_320_152_R0_0_544_216_232_20_-1.57_544_216_R0_30_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1.2_361_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_0_0_64_0.5_0_0_0_0_0_-48_-64_0.5_0_0_0_0_0_48_-48_0.5_0_0_0_0_0_0_64_0.5_0_0_0_0_0_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_0_1_0_0.5_8_0_48_0.5_0_0_0_0_0_0_-80_0.5_0_0_0_0_0_0_-80_0.5_0_0_0_0_0_0_-80_0.5_0_0_0_0_0_0_-80_0.5_0_0_0_0_0_0_48_0.5_0_0_0_0_0_0_48_0.5_0_0_0_0_0_0_-80_0.5_0_0_0_0_0_1_23_0_0_0_0_0_0_1_0_0.5_5_0_0_0.5_0_0_0_0_0_-16_-112_0.5_0_0_0_0_0_48_-96_0.5_0_0_0_0_0_64_0_0.5_0_0_0_0_0_0_0_1_0_0_0_0_1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_0_1_0_0.5_9_0_0_1_0_0_0_0_0_0_112_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_0_112_0.5_0_0_0_0_0_0_112_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_0_112_0.5_0_0_0_0_0_0_112_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_26_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-48_0.5_0_0_0_0_0_1_27_10_0_0_0_2_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_28_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_29_0_0_0_";
this.lvlsdata[1024] = "v7_0_It takes a lot of consentration_39_4_256_384_304_20_0_256_384_0_0_0_0_0_0_0_0_0_0_4_400_352_104_20_0.47_400_352_R0_1_40_112_0_10_0_40_112_R0_0_432_184_0_10_0_432_184_R0_0_176_312_0_10_0_176_312_R0_1_40_256_0_10_0_40_256_R0_0_240_280_0_10_0_240_280_R0_1_208_296_0_10_0_208_296_R0_0_304_248_0_10_0_304_248_R0_1_272_264_0_10_0_272_264_R0_0_368_216_0_10_0_368_216_R0_1_336_232_0_10_0_336_232_R0_2_96_344_0_10_0_96_344_R0_4_40_344_16_10_0_40_344_R0_1_40_504_0_20_0_40_504_R0_2_40_504_0_10_0_40_344_R0_4_568_216_304_20_1.57_568_216_R0_4_-16_208_304_20_1.57_-16_208_R0_4_224_328_292_20_-0.47_224_328_R0_4_552_248_104_20_-0.47_552_248_R0_1_528_344_0_10_0_528_344_R0_4_288_352_48_42_0_288_352_R0_0_24_280_64_10_0_24_280_R0_1_144_328_0_10_0_144_328_R0_0_24_232_60_10_0_24_232_R0_1_40_208_0_10_0_40_208_R0_0_24_184_60_10_0_24_184_R0_1_40_160_0_10_0_40_160_R0_0_24_136_60_10_0_24_136_R0_1_400_200_0_10_0_400_200_R0_0_24_88_60_10_0_24_88_R0_1_40_64_0_10_0_40_64_R0_0_88_136_140_10_1.57_88_136_R0_0_496_344_60_10_1.57_496_344_R0_1_464_168_0_10_0_464_168_R0_1_40_16_0_10_0_40_16_R0_0_24_40_60_10_0_24_40_R0_0_376_136_316_10_-0.47_376_136_R0_4_0_352_28_10_0.79_0_352_R0_38_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.97_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_2_15_13_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_13_2_14_15_2_4_5_2_22_23_2_7_24_2_6_25_2_9_26_2_8_27_2_11_28_2_2_10_2_29_30_2_3_31_2_33_35_2_34_36_0_0_";
this.lvlsdata[61] = "v5_0_16_2_328_320_56_10_0_328_320_0_0_0_0_0_0_0_0_2_288_136_32_10_0_288_136_R0_2_184_264_48_10_-2.36_184_264_R0_2_256_168_32_10_1.57_256_168_R0_0_496_344_0_10_0_496_344_R0_0_248_296_0_10_0_248_296_R0_1_16_16_0_10_0_16_16_R0_0_144_368_0_10_0_144_368_R0_0_288_168_0_10_0_288_168_R0_0_320_104_0_10_0_320_104_R0_0_56_240_0_10_0_56_240_R0_0_528_16_0_10_0_528_16_R0_0_496_288_0_10_0_496_288_R0_0_120_136_0_10_0_120_136_R0_0_48_16_0_10_0_48_16_R0_0_192_16_0_10_0_192_16_R0_16_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_";
this.lvlsdata[637] = "v7_0_Dont let that caterpillar get in your way!_102_4_296_160_0_50_0_296_160_0_0_0_0_0_0_0_0_0_0_4_264_160_0_50_0_264_160_R0_4_272_160_0_50_0_272_160_R0_4_280_160_0_50_0_280_160_R0_4_288_160_0_50_0_288_160_R0_4_528_176_248_20_1.57_528_176_R0_4_272_384_324_20_0_272_384_R0_4_272_16_316_20_0_272_16_R0_4_16_168_268_20_1.57_16_168_R0_4_616_200_164_70_-1.57_616_200_R0_1_480_112_0_10_0_480_112_R0_1_480_144_0_10_0_480_144_R0_1_480_176_0_10_0_480_176_R0_1_480_208_0_10_0_480_208_R0_1_480_240_0_10_0_480_240_R0_1_480_272_0_10_0_480_272_R0_1_480_304_0_10_0_480_304_R0_1_480_80_0_10_0_480_80_R0_2_480_336_0_10_0_480_336_R0_1_448_336_0_10_0_448_336_R0_1_448_80_0_10_0_448_80_R0_1_448_304_0_10_0_448_304_R0_1_448_272_0_10_0_448_272_R0_1_448_240_0_10_0_448_240_R0_1_448_208_0_10_0_448_208_R0_1_448_176_0_10_0_448_176_R0_1_448_144_0_10_0_448_144_R0_1_448_112_0_10_0_448_112_R0_1_416_112_0_10_0_416_112_R0_1_416_144_0_10_0_416_144_R0_1_416_176_0_10_0_416_176_R0_1_416_208_0_10_0_416_208_R0_1_416_240_0_10_0_416_240_R0_1_416_272_0_10_0_416_272_R0_1_416_304_0_10_0_416_304_R0_1_416_80_0_10_0_416_80_R0_1_416_336_0_10_0_416_336_R0_1_144_336_0_10_0_144_336_R0_1_144_80_0_10_0_144_80_R0_1_144_304_0_10_0_144_304_R0_1_144_272_0_10_0_144_272_R0_1_144_240_0_10_0_144_240_R0_1_144_208_0_10_0_144_208_R0_1_144_176_0_10_0_144_176_R0_1_144_144_0_10_0_144_144_R0_1_144_112_0_10_0_144_112_R0_1_80_112_0_10_0_80_112_R0_1_80_144_0_10_0_80_144_R0_1_80_176_0_10_0_80_176_R0_1_80_208_0_10_0_80_208_R0_1_80_240_0_10_0_80_240_R0_1_80_272_0_10_0_80_272_R0_1_80_304_0_10_0_80_304_R0_1_80_80_0_10_0_80_80_R0_1_80_336_0_10_0_80_336_R0_1_352_336_0_10_0_352_336_R0_1_352_80_0_10_0_352_80_R0_1_352_304_0_10_0_352_304_R0_1_352_272_0_10_0_352_272_R0_1_352_240_0_10_0_352_240_R0_1_352_208_0_10_0_352_208_R0_1_352_176_0_10_0_352_176_R0_1_352_144_0_10_0_352_144_R0_1_352_112_0_10_0_352_112_R0_1_384_112_0_10_0_384_112_R0_1_384_144_0_10_0_384_144_R0_1_384_176_0_10_0_384_176_R0_1_384_208_0_10_0_384_208_R0_1_384_240_0_10_0_384_240_R0_1_384_272_0_10_0_384_272_R0_1_384_304_0_10_0_384_304_R0_1_384_80_0_10_0_384_80_R0_1_384_336_0_10_0_384_336_R0_1_176_336_0_10_0_176_336_R0_1_176_80_0_10_0_176_80_R0_1_176_304_0_10_0_176_304_R0_1_176_272_0_10_0_176_272_R0_1_176_240_0_10_0_176_240_R0_1_176_208_0_10_0_176_208_R0_1_176_176_0_10_0_176_176_R0_1_176_144_0_10_0_176_144_R0_1_176_112_0_10_0_176_112_R0_1_208_112_0_10_0_208_112_R0_1_208_144_0_10_0_208_144_R0_1_208_176_0_10_0_208_176_R0_1_208_208_0_10_0_208_208_R0_1_208_240_0_10_0_208_240_R0_1_208_272_0_10_0_208_272_R0_1_208_304_0_10_0_208_304_R0_1_208_80_0_10_0_208_80_R0_1_208_336_0_10_0_208_336_R0_1_112_336_0_10_0_112_336_R0_1_112_80_0_10_0_112_80_R0_1_112_304_0_10_0_112_304_R0_1_112_272_0_10_0_112_272_R0_1_112_240_0_10_0_112_240_R0_1_112_208_0_10_0_112_208_R0_1_112_176_0_10_0_112_176_R0_1_112_144_0_10_0_112_144_R0_1_112_112_0_10_0_112_112_R0_4_288_80_44_10_-1.57_288_80_R0_1_480_336_0_10_0_480_336_R0_102_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R5_1_6_0_0_0_0_0_R5_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_15_0_0_0_0_0_R5_1_16_0_0_0_0_0_R5_1_17_0_0_0_0_0_R5_1_18_0_0_0_0_0_R5_1_19_0_0_0_0_0_R5_1_20_0_0_0_0_0_R5_1_21_0_0_0_0_0_R5_1_22_0_0_0_0_0_R5_1_23_0_0_0_0_0_R5_1_24_0_0_0_0_0_R5_1_25_0_0_0_0_0_R5_1_26_0_0_0_0_0_R5_1_27_0_0_0_0_0_R5_1_28_0_0_0_0_0_R5_1_29_0_0_0_0_0_R5_1_30_0_0_0_0_0_R5_1_31_0_0_0_0_0_R5_1_32_0_0_0_0_0_R5_1_33_0_0_0_0_0_R5_1_34_0_0_0_0_0_R5_1_35_0_0_0_0_0_R5_1_36_0_0_0_0_0_R5_1_37_0_0_0_0_0_R5_1_38_0_0_0_0_0_R5_1_39_0_0_0_0_0_R5_1_40_0_0_0_0_0_R5_1_41_0_0_0_0_0_R5_1_42_0_0_0_0_0_R5_1_43_0_0_0_0_0_R5_1_44_0_0_0_0_0_R5_1_45_0_0_0_0_0_R5_1_46_0_0_0_0_0_R5_1_47_0_0_0_0_0_R5_1_48_0_0_0_0_0_R5_1_49_0_0_0_0_0_R5_1_50_0_0_0_0_0_R5_1_51_0_0_0_0_0_R5_1_52_0_0_0_0_0_R5_1_53_0_0_0_0_0_R5_1_54_0_0_0_0_0_R5_1_55_0_0_0_0_0_R5_1_56_0_0_0_0_0_R5_1_57_0_0_0_0_0_R5_1_58_0_0_0_0_0_R5_1_59_0_0_0_0_0_R5_1_60_0_0_0_0_0_R5_1_61_0_0_0_0_0_R5_1_62_0_0_0_0_0_R5_1_63_0_0_0_0_0_R5_1_64_0_0_0_0_0_R5_1_65_0_0_0_0_0_R5_1_66_0_0_0_0_0_R5_1_67_0_0_0_0_0_R5_1_68_0_0_0_0_0_R5_1_69_0_0_0_0_0_R5_1_70_0_0_0_0_0_R5_1_71_0_0_0_0_0_R5_1_72_0_0_0_0_0_R5_1_73_0_0_0_0_0_R5_1_74_0_0_0_0_0_R5_1_75_0_0_0_0_0_R5_1_76_0_0_0_0_0_R5_1_77_0_0_0_0_0_R5_1_78_0_0_0_0_0_R5_1_79_0_0_0_0_0_R5_1_80_0_0_0_0_0_R5_1_81_0_0_0_0_0_R5_1_82_0_0_0_0_0_R5_1_83_0_0_0_0_0_R5_1_84_0_0_0_0_0_R5_1_85_0_0_0_0_0_R5_1_86_0_0_0_0_0_R5_1_87_0_0_0_0_0_R5_1_88_0_0_0_0_0_R5_1_89_0_0_0_0_0_R5_1_90_0_0_0_0_0_R5_1_91_0_0_0_0_0_R5_1_92_0_0_0_0_0_R5_1_93_0_0_0_0_0_R5_1_94_0_0_0_0_0_R5_1_95_0_0_0_0_0_R5_1_96_0_0_0_0_0_R5_1_97_0_0_0_0_0_R5_1_98_0_0_0_0_0_R5_1_99_0_0_0_0_0_R5_1_100_0_0_0_0_0_R5_1_101_1_2_100_101_0_4_4_0_4_3_3_2_2_1_";
this.lvlsdata[1217] = "v7_0__11_2_312_200_32_10_-1.57_280_200_0.1_0_0_0_0_0_0_0_0_0_2_296_168_16_10_0_280_200_R0_1_288_-200_592_10_0_288_200_R0_2_296_232_16_10_0_280_200_R0_4_168_256_48_10_3.14_168_200_0.1_0_0_0_30_0_0.05_0_0_0_4_168_144_48_10_0_168_200_R4_4_120_256_0_10_-1.57_168_200_0.1_0_0_50_30_0.05_0.05_0_0_0_4_168_200_0_10_3.14_168_200_R4_4_216_256_0_10_-1.57_168_200_R6_4_216_144_0_10_-1.57_168_200_R6_4_120_144_0_10_-1.57_168_200_R6_11_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_";
this.lvlsdata[237] = "v6_0_20_0_24_200_336_20_1.57_24_200_0_0_0_0_100_0_0.1_0_0_0_0_264_376_336_20_0_264_376_R0_0_264_24_336_20_0_264_24_R0_0_528_208_336_20_1.57_528_208_R0_2_72_72_0_10_0_72_72_0_0_0_0_0_0_0_0_0_0_4_344_336_208_20_-1.57_344_336_R4_4_128_336_208_20_-1.57_128_336_R4_4_232_336_208_20_-1.57_232_336_R4_4_448_336_208_20_-1.57_448_336_R4_1_72_328_0_20_0_72_328_R4_4_128_88_48_20_-1.57_128_88_R4_1_488_328_0_20_0_488_328_R4_1_400_328_0_20_0_400_328_R4_1_288_328_0_20_0_288_328_R4_1_184_328_0_20_0_184_328_R4_4_232_88_48_20_-1.57_232_88_R4_4_448_88_48_20_-1.57_448_88_R4_4_344_96_48_20_-1.57_344_96_R4_4_320_216_4_20_0_320_216_R4_4_248_216_12_20_0_248_216_R4_20_100_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_0_100_0_0_0_0_R0_1_1_100_0_0_0_0_R0_1_2_100_0_0_0_0_R0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R4_1_5_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_7_0_0_0_0_0_R4_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R4_1_14_0_0_0_0_0_R4_1_15_0_0_0_0_0_R4_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_R4_1_18_0_0_0_0_0_R4_1_19_4_2_9_10_2_14_15_2_13_17_2_12_16_0_0_";
this.lvlsdata[376] = "v7_0__53_2_272_200_8_10_0_272_200_0_0_0_0_0_0_0_0_0_0_2_288_200_16_10_0.47_288_200_R0_2_296_216_20_10_0_296_216_R0_2_288_232_16_10_-0.47_288_232_R0_2_272_232_8_10_0_272_232_R0_0_624_392_0_70_0_624_392_R0_0_600_240_0_10_0_600_240_R0_0_1272_-560_0_276_0_1272_-560_R0_0_1512_744_0_396_0_1512_744_R0_0_2320_-56_192_10_0_2320_-56_-0.04_0_0_0_0_0_0_0_0_0_0_2184_504_0_396_0_2184_504_R0_4_904_344_0_20_0_904_344_R0_0_880_104_124_10_0_880_104_-0.1_0_0_0_0_0_0_0_0_0_1_3064_168_0_340_0_3064_168_R0_4_2448_-16_0_10_0_2448_-16_R0_0_2368_320_0_10_0_2368_320_R0_0_2688_128_0_10_0_2688_128_R0_4_2552_40_0_10_0_2552_40_R0_4_2576_216_0_10_0_2576_216_R0_4_2544_120_0_10_0_2544_120_R0_4_2544_176_0_10_0_2544_176_R0_4_2624_208_0_10_0_2624_208_R0_0_2464_0_0_10_0_2464_0_R0_0_2496_80_0_10_0_2496_80_R0_0_2640_328_0_10_0_2640_328_R0_4_2632_88_0_10_0_2632_88_R0_4_2808_96_0_10_0_2808_96_R0_4_2464_56_0_10_0_2464_56_R0_0_2584_-32_0_10_0_2584_-32_R0_4_2544_16_0_10_0_2544_16_R0_0_2192_64_0_10_0_2192_64_R0_0_2376_48_0_10_0_2376_48_R0_4_2344_80_0_10_0_2344_80_R0_0_2536_336_0_10_0_2536_336_R0_4_2504_-8_0_10_0_2504_-8_R0_4_2304_112_0_10_0_2304_112_R0_4_2672_272_0_10_0_2672_272_R0_4_2504_208_0_10_0_2504_208_R0_4_2408_152_0_10_0_2408_152_R0_0_2600_24_0_10_0_2600_24_R0_4_2640_40_0_10_0_2640_40_R0_4_2656_160_0_10_0_2656_160_R0_0_2456_192_0_10_0_2456_192_R0_4_2336_0_0_10_0_2336_0_R0_4_2256_144_0_10_0_2256_144_R0_4_2304_224_0_10_0_2304_224_R0_4_2416_248_0_10_0_2416_248_R0_0_2552_272_0_10_0_2552_272_R0_4_2584_80_0_10_0_2584_80_R0_4_2584_-64_0_10_0_2584_-64_R0_0_2104_56_92_10_0_2104_56_0.1_0.07_0.03_69_16_0.07_0.05_0_62_0.1_4_2544_120_0_10_0_2544_120_R0_0_1504_-128_0_386_0_1504_-128_R0_53_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_0_0.9_0_0.5_5_0_0_0.4_0_0_0_0_0_-768_32_1_0_0_0_0_0_-848_-592_0.8_0_0_0_0_0_192_-528_0.7_0_0_0_0_0_128_-80_0.6_0_0_0_0_0_1_5_0_0_0_0_0_0_2_0_0.5_5_0_0_0.5_0_0_0_0_0_-768_32_1_0_0_0_0_0_-784_-320_0.8_0_0_0_0_0_128_-304_0.7_0_0_0_0_0_16_-32_0.6_0_0_0_0_0_1_6_0_0_0_0_0_0_2_0_0.5_3_0_0_0_0_0_0_0_0_-752_304_0.2_0_0_0_0_0_-2224_896_1_0_0_0_0_0_1_7_0_0_0_0_0_0_2_0_0.5_4_0_0_0.5_0_0_0_0_0_-2688_0_1_0_0_0_0_0_-2304_-1632_0_0_0_0_0_0_384_-1552_0.3_0_0_0_0_0_1_8_0_0_0_0_0_0_2_0_0.5_4_0_0_0.6_0_0_0_0_0_-2688_0_1_0_0_0_0_0_-2304_-1632_0_0_0_0_0_0_384_-1552_0.3_0_0_0_0_0_1_9_0_0_0_0_0_R8_1_10_0_0_0_0_0_0_2_0_0.5_10_0_0_1_0_0_0_0_0_-304_32_1_0_0_0_0_0_-432_-48_1_0_0_0_0_0_-496_-192_1_0_0_0_0_0_-624_-224_1_0_0_0_0_0_-800_-192_1_0_0_0_0_0_-912_-112_1_0_0_0_0_0_-1024_-16_1_0_0_0_0_0_-1072_304_1_0_0_0_0_0_-64_304_1_0_0_0_0_0_1_11_0_0_0_0_0_0_2_0_0.5_4_0_0_0.5_0_0_0_0_0_-1056_16_0.5_0_0_0_0_0_-1040_-320_0.5_0_0_0_0_0_-160_-304_0.5_0_0_0_0_0_1_12_0_0_0_0_0_0_1.8_0_0.5_2_0_0_0.5_0_0_0_0_0_-3360_0_0.4_0_0_0_0_0_1_13_0_0_0_0_0_0_2_0_0.5_4_16_0_0.9_0_0_0_0_0_-2832_112_0.8_0_0_0_0_0_-2608_-608_0.5_0_0_0_0_0_-1888_-800_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R14_1_15_0_0_0_0_0_R14_1_16_0_0_0_0_0_R14_1_17_0_0_0_0_0_R14_1_18_0_0_0_0_0_R14_1_19_0_0_0_0_0_R14_1_20_0_0_0_0_0_R14_1_21_0_0_0_0_0_R14_1_22_0_0_0_0_0_R14_1_23_0_0_0_0_0_R14_1_24_0_0_0_0_0_R14_1_25_0_0_0_0_0_R14_1_26_0_0_0_0_0_R14_1_27_0_0_0_0_0_R14_1_28_0_0_0_0_0_R14_1_29_0_0_0_0_0_R14_1_30_0_0_0_0_0_R14_1_31_0_0_0_0_0_R14_1_32_0_0_0_0_0_R14_1_33_0_0_0_0_0_R14_1_34_0_0_0_0_0_R14_1_35_0_0_0_0_0_R14_1_36_0_0_0_0_0_0_0.8_0_0.5_4_16_0_0.4_0_0_0_0_0_-2832_112_0.8_0_0_0_0_0_-2608_-608_0.5_0_0_0_0_0_-1888_-800_0.5_0_0_0_0_0_1_37_0_0_0_0_0_R14_1_38_0_0_0_0_0_R14_1_39_0_0_0_0_0_R14_1_40_0_0_0_0_0_R14_1_41_0_0_0_0_0_R14_1_42_0_0_0_0_0_R14_1_43_0_0_0_0_0_R14_1_44_0_0_0_0_0_R14_1_45_0_0_0_0_0_R14_1_46_0_0_0_0_0_R14_1_47_0_0_0_0_0_R14_1_48_0_0_0_0_0_R14_1_49_0_0_0_0_0_0_2_0_0.5_3_0_0_0.3_0_0_0_0_0_-2432_224_0.4_0_0_0_0_0_-2144_-480_1_0_0_0_0_0_1_50_0_0_0_0_0_R14_1_51_0_0_0_0_0_R8_1_52_0_0_0_";
this.lvlsdata[1009] = "v7_1_Calculate your shot!_63_2_176_184_40_10_-3.14_176_184_-0.06_0_0_0_0_0_0_0_0_0_4_304_192_0_20_0_304_192_0_0_0_0_0_0_0_0_0_0_2_312_1984_0_20_0_312_1984_R1_1_688_1952_620_20_-1.57_688_1952_R1_0_264_48_208_10_0_264_48_R1_0_472_200_152_10_-1.57_472_200_R1_0_56_200_152_10_-1.57_56_200_R1_0_264_352_208_10_0_264_352_R1_2_136_200_12_10_-1.57_176_184_R0_4_5168_696_52_20_-1.57_5168_696_R1_4_4832_696_52_20_-1.57_4832_696_R1_4_4784_696_52_20_-1.57_4784_696_R1_4_4736_696_52_20_-1.57_4736_696_R1_4_4688_696_52_20_-1.57_4688_696_R1_4_4368_696_52_20_-1.57_4368_696_R1_4_2952_696_52_20_-1.57_2952_696_R1_4_4416_696_52_20_-1.57_4416_696_R1_4_3456_696_52_20_-1.57_3456_696_R1_4_3384_696_52_20_-1.57_3384_696_R1_4_3312_696_52_20_-1.57_3312_696_R1_4_3240_696_52_20_-1.57_3240_696_R1_4_3168_696_52_20_-1.57_3168_696_R1_4_3096_696_52_20_-1.57_3096_696_R1_4_3024_696_52_20_-1.57_3024_696_R1_4_3600_696_52_20_-1.57_3600_696_R1_4_4032_696_52_20_-1.57_4032_696_R1_4_3672_696_52_20_-1.57_3672_696_R1_4_3744_696_52_20_-1.57_3744_696_R1_4_4080_696_52_20_-1.57_4080_696_R1_4_4128_696_52_20_-1.57_4128_696_R1_4_4176_696_52_20_-1.57_4176_696_R1_4_4224_696_52_20_-1.57_4224_696_R1_4_4272_696_52_20_-1.57_4272_696_R1_4_4320_696_52_20_-1.57_4320_696_R1_4_3528_696_52_20_-1.57_3528_696_R1_4_2736_696_52_20_-1.57_2736_696_R1_4_2880_696_52_20_-1.57_2880_696_R1_4_2808_696_52_20_-1.57_2808_696_R1_4_2664_696_52_20_-1.57_2664_696_R1_4_2592_696_52_20_-1.57_2592_696_R1_4_2520_696_52_20_-1.57_2520_696_R1_4_2448_696_52_20_-1.57_2448_696_R1_4_2376_696_52_20_-1.57_2376_696_R1_4_2304_696_52_20_-1.57_2304_696_R1_4_2160_696_52_20_-1.57_2160_696_R1_4_2088_696_52_20_-1.57_2088_696_R1_4_2232_696_52_20_-1.57_2232_696_R1_2_4576_648_60_20_0_4576_648_R1_1_4576_752_60_20_0_4576_752_R1_4_4464_696_52_20_-1.57_4464_696_R1_4_3888_696_52_20_-1.57_3888_696_R1_4_3816_696_52_20_-1.57_3816_696_R1_4_3984_696_52_20_-1.57_3984_696_R1_4_4880_696_52_20_-1.57_4880_696_R1_4_4928_696_52_20_-1.57_4928_696_R1_4_4976_696_52_20_-1.57_4976_696_R1_4_5024_696_52_20_-1.57_5024_696_R1_4_5072_696_52_20_-1.57_5072_696_R1_4_5120_696_52_20_-1.57_5120_696_R1_4_3936_696_52_20_-1.57_3936_696_R1_2_5232_320_308_20_-1.57_5232_320_R1_0_5424_320_308_20_-1.57_5424_320_R1_4_1048_680_956_36_0_1048_680_R1_61_0_0_0_0_0_0_1_0_0.5_1_32_-16_0.5_0_0_0_0_0_2_0_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_2_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.99_1_0_0_0.5_0_0_0_0_0_1_47_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_60_0_0_0_0_0_R58_1_61_0_0_0_0_0_R0_1_62_1_8_0_3_7_6_4_5_8_2_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData18 = function () {
this.lvlsdata[22] = "v2_8_2_496_200_20_10_0.79_496_200_0_0_0_0_0_0_0_0_296_328_108_10_0_296_328_-0.03_0_0_0_0_0_0_0_296_200_108_10_0_296_200_-0.04_0_0_0_0_0_0_0_296_72_108_10_0_296_72_R1_0_144_72_108_10_0_144_72_R1_0_144_200_108_10_0_144_200_R2_0_144_328_108_10_0_144_328_R1_1_216_200_0_20_0_216_200_R0_8_0_0_1_0_0.5_1_0_0_0.5_1_0_0_R0_1_1_0_R0_1_2_0_R0_1_3_0_R0_1_4_0_R0_1_5_0_R0_1_6_0_R0_1_7_";
this.lvlsdata[424] = "v7_0__53_1_320_200_0_20_0_320_200_0_0_0_0_0_0_0_0_0_0_1_272_144_0_20_0_272_144_R0_1_368_144_0_20_0_368_144_R0_1_368_256_0_20_0_368_256_R0_1_272_256_0_20_0_272_256_R0_0_160_200_0_10_0_160_200_R0_1_320_88_0_20_0_320_88_R0_1_416_200_0_20_0_416_200_R0_1_320_312_0_20_0_320_312_R0_0_160_312_0_10_0_160_312_R0_0_160_88_0_10_0_160_88_R0_1_416_88_0_20_0_416_88_R0_1_416_312_0_20_0_416_312_R0_0_416_256_0_10_0_416_256_R0_0_416_144_0_10_0_416_144_R0_1_368_40_0_20_0_368_40_R0_1_272_40_0_20_0_272_40_R0_0_112_144_0_10_0_112_144_R0_0_112_256_0_10_0_112_256_R0_1_272_368_0_20_0_272_368_R0_1_368_368_0_20_0_368_368_R0_0_416_368_0_10_0_416_368_R0_0_416_40_0_10_0_416_40_R0_0_112_40_0_10_0_112_40_R0_0_112_368_0_10_0_112_368_R0_2_488_192_0_10_0_488_192_R0_0_368_312_0_10_0_368_312_R0_0_368_88_0_10_0_368_88_R0_0_368_200_0_10_0_368_200_R0_0_320_368_0_10_0_320_368_R0_0_320_40_0_10_0_320_40_R0_0_320_256_0_10_0_320_256_R0_0_320_144_0_10_0_320_144_R0_1_112_312_0_20_0_112_312_R0_1_112_88_0_20_0_112_88_R0_4_288_416_188_10_0_288_416_R0_0_272_200_0_10_0_272_200_R0_0_272_88_0_10_0_272_88_R0_0_272_312_0_10_0_272_312_R0_1_160_368_0_20_0_160_368_R0_1_160_40_0_20_0_160_40_R0_1_160_256_0_20_0_160_256_R0_1_160_144_0_20_0_160_144_R0_1_216_88_0_20_0_216_88_R0_1_216_312_0_20_0_216_312_R0_1_216_200_0_20_0_216_200_R0_0_216_144_0_10_0_216_144_R0_0_216_256_0_10_0_216_256_R0_0_216_40_0_10_0_216_40_R0_0_216_368_0_10_0_216_368_R0_1_112_200_0_20_0_112_200_R0_4_72_200_188_10_-1.57_72_200_R0_4_280_-8_188_10_0_280_-8_R0_2_0_0_0_0_0_0_1_0_0.5_8_0_0_1_0_0_0_0_0_48_0_1_0_0_0_0_0_48_64_1_0_0_0_0_0_0_64_1_0_0_0_0_0_0_-64_1_0_0_0_0_0_-48_-64_1_0_0_0_0_0_-48_0_1_0_0_0_0_0_0_0_1_0_0_0_0_0_52_0_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_26_27_28_29_30_31_32_33_34_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_50_51_52_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_25_0_0_0_";
this.lvlsdata[100] = "v5_0_31_0_280_32_72_10_0_280_32_0_0_0_0_0_0_0_0_0_144_80_72_10_2.51_144_80_R0_0_144_320_72_10_0.63_144_320_R0_0_88_200_80_10_1.57_88_200_R0_0_280_368_72_10_0_280_368_R0_0_416_320_72_10_-0.63_416_320_R0_0_472_200_72_10_1.57_472_200_R0_0_416_80_72_10_0.63_416_80_R0_0_336_104_48_10_0_336_104_0.06_0_0_0_0_0_0_0_0_224_104_48_10_0_224_104_R8_0_400_160_48_10_0_400_160_R8_0_400_240_48_10_0_400_240_R8_0_344_296_48_10_0_344_296_R8_0_232_296_48_10_0_232_296_R8_0_160_240_48_10_0_160_240_R8_0_160_160_48_10_0_160_160_R8_1_336_336_0_10_0_336_336_R0_1_232_336_0_10_0_232_336_R0_1_144_280_0_10_0_144_280_R0_1_120_200_0_10_0_120_200_R0_1_144_128_0_10_0_144_128_R0_1_224_72_0_10_0_224_72_R0_1_336_72_0_10_0_336_72_R0_1_424_128_0_10_0_424_128_R0_1_440_200_0_10_0_440_200_R0_1_424_272_0_10_0_424_272_R0_2_280_200_0_12_0_280_200_R0_0_280_136_48_10_0_280_136_R8_0_280_264_48_10_0_280_264_R8_0_192_200_48_10_0_192_200_R8_0_368_200_48_10_0_368_200_R8_31_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_0_0_R0_1_26_0_0_R0_1_27_0_0_R0_1_28_0_0_R0_1_29_0_0_R0_1_30_0_";
this.lvlsdata[266] = "v6_0_21_2_256_32_0_10_0_256_32_0_0_0_0_0_0_0_0_0_0_0_208_96_112_10_1.57_208_96_R0_4_256_128_0_60_0_256_128_R0_0_328_144_140_20_1.57_328_144_R0_0_280_176_0_20_0_280_176_R0_0_200_272_0_20_0_200_272_R0_1_280_200_0_20_0_280_200_R0_4_256_312_140_20_0_256_312_R0_0_240_312_0_10_0_240_312_R0_0_312_312_0_10_0_312_312_R0_1_272_312_0_10_0_272_312_R0_1_200_312_0_10_0_200_312_R0_0_280_392_316_10_0_280_392_R0_0_8_184_192_10_1.57_8_184_R0_0_544_216_248_10_1.57_544_216_R0_1_488_32_0_20_0_488_32_R0_1_64_24_0_20_0_64_24_R0_0_304_96_112_10_1.57_304_96_R0_0_184_144_140_20_1.57_184_144_R0_1_232_128_0_20_0_232_128_R0_0_232_104_0_20_0_232_104_R0_21_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_0_1_0_0.5_2_-16_0_0.5_0_0_0_0_0_112_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_";
this.lvlsdata[564] = "v7_0_Let the yellow/green capsule go up..._27_4_272_336_16_10_0_272_336_0.1_0_0_0_0_0_0_0_0_0_2_248_80_0_10_0_248_80_0_0_0_0_0_0_0_0_0_0_4_272_392_684_36_0_272_392_R1_2_272_128_0_10_-1.57_272_128_R1_2_296_80_0_10_0_296_80_R1_2_272_336_0_14_0_272_336_R0_4_216_176_212_20_-1.57_216_176_R1_4_328_176_212_20_-1.57_328_176_R1_4_272_-16_56_20_0_272_-16_R1_2_-64_200_8_10_-1.57_-64_200_R1_2_608_152_8_10_-1.57_608_152_R1_4_-64_136_28_20_0_-64_136_R1_1_272_-8_48_20_0_272_-8_R1_0_184_128_140_10_1.57_184_128_R1_0_376_176_188_20_1.57_376_176_R1_0_184_280_0_20_0_184_280_R1_0_88_88_80_10_0_88_88_-0.1_0_0_0_0_0_0_0_0_0_0_88_88_80_10_-1.57_88_88_R16_0_88_240_148_10_-1.57_88_240_R1_1_40_352_44_10_0_40_352_R1_0_72_248_4_20_0_72_248_R1_0_0_248_4_20_0_0_248_R1_0_432_264_156_10_-1.57_432_264_R1_0_432_-104_132_10_-1.57_432_-104_R1_0_480_-144_136_10_-1.57_480_-144_R1_0_480_240_160_10_-1.57_480_240_R1_1_552_184_196_20_-1.57_552_184_R1_24_20_0_0_0_0_4_2_1_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_2_0_5_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_3_3_9_10_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_0_80_0.5_0_0_0_0_0_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_0_2_0_0.5_3_0_0_1_0_0_0_0_0_0_256_1_0_0_0_0_0_0_-112_0.8_0_0_0_0_0_1_22_0_0_0_0_0_R19_1_23_0_0_0_0_0_0_2_0_0.5_2_0_0_1_0_0_0_0_0_0_320_1_0_0_0_0_0_1_24_0_0_0_0_0_R21_1_25_0_0_0_0_0_R1_1_26_2_10_1_4_8_12_9_11_10_6_7_5_4_14_19_17_16_0_0_";
this.lvlsdata[657] = "v7_1_Wooo!_121_1_1240_192_32_10_-1.41_1240_192_0_0_0_0_0_0_0_0_0_0_1_1216_144_32_10_0.31_1216_144_R0_2_96_216_0_28_0_96_216_R0_1_1898_-3208_32_10_2.36_1898_-3208_R0_1_1874_-3094_5_10_3.14_1874_-3094_R0_1_1941_-3205_32_10_-2.2_1941_-3205_R0_1_1032_224_0_10_0_1032_224_R0_1_408_224_0_10_0_408_224_R0_1_512_224_0_10_0_512_224_R0_1_616_224_0_10_0_616_224_R0_1_728_224_0_10_0_728_224_R0_1_824_224_0_10_0_824_224_R0_1_928_224_0_10_0_928_224_R0_1_266_-665_12_10_1.41_266_-665_R0_1_1320_120_0_10_0_1320_120_R0_1_1408_56_0_10_0_1408_56_R0_1_1504_-24_0_10_0_1504_-24_R0_1_1608_-112_0_10_0_1608_-112_R0_1_1712_-200_0_10_0_1712_-200_R0_1_1808_-280_0_10_0_1808_-280_R0_1_1904_-360_0_10_0_1904_-360_R0_1_2008_-448_0_10_0_2008_-448_R0_1_449_-3053_32_10_-0.79_449_-3053_R0_1_305_-3066_8_10_-0.47_305_-3066_R0_1_449_-3101_32_10_0.79_449_-3101_R0_1_2104_-528_0_10_0_2104_-528_R0_1_1928_-632_0_10_0_1928_-632_R0_1_1792_-632_0_10_0_1792_-632_R0_1_1672_-632_0_10_0_1672_-632_R0_1_1568_-632_0_10_0_1568_-632_R0_1_1456_-632_0_10_0_1456_-632_R0_1_1352_-632_0_10_0_1352_-632_R0_1_1176_-632_0_10_0_1176_-632_R0_1_976_-632_0_10_0_976_-632_R0_1_824_-632_0_10_0_824_-632_R0_1_624_-632_0_10_0_624_-632_R0_1_1664_-5693_32_10_2.36_1664_-5693_R0_1_1619_-5692_32_10_0.79_1619_-5692_R0_1_280_-2008_0_10_0_280_-2008_R0_1_295_-627_12_10_0.47_295_-627_R0_1_275_-644_12_10_0.94_275_-644_R0_1_321_-621_12_10_0_321_-621_R0_1_1642_-5699_28_10_-1.57_1642_-5699_R0_1_1184_184_56_10_-0.47_1184_184_R0_1_1089_219_8_10_0_1089_219_R0_1_1126_212_8_10_-0.31_1126_212_R0_1_1109_217_8_10_-0.16_1109_217_R0_1_408_-632_0_10_0_408_-632_R0_1_272_-920_0_10_0_272_-920_R0_1_272_-1112_0_10_0_272_-1112_R0_1_272_-1296_0_10_0_272_-1296_R0_1_280_-1560_0_10_0_280_-1560_R0_1_280_-1776_0_10_0_280_-1776_R0_1_280_-2232_0_10_0_280_-2232_R0_1_1638_-5608_0_10_0_1638_-5608_R0_1_280_-2432_0_10_0_280_-2432_R0_1_312_200_32_10_0.79_312_200_R0_1_264_224_68_10_0_264_224_R0_1_312_248_32_10_-0.79_312_248_R0_1_280_-2648_0_10_0_280_-2648_R0_1_280_-2792_0_10_0_280_-2792_R0_1_401_-3077_68_10_0_401_-3077_R0_1_323_-3074_8_10_-0.31_323_-3074_R0_1_292_-3053_8_10_-1.1_292_-3053_R0_1_285_-3035_8_10_-1.41_285_-3035_R0_1_283_-3014_8_10_-1.57_283_-3014_R0_1_288_-2904_0_10_0_288_-2904_R0_1_611_-3074_0_10_0_611_-3074_R0_1_758_-3076_0_10_0_758_-3076_R0_1_908_-3076_0_10_0_908_-3076_R0_1_1091_-3081_0_10_0_1091_-3081_R0_1_1241_-3084_0_10_0_1241_-3084_R0_1_1403_-3081_0_10_0_1403_-3081_R0_1_1563_-3089_0_10_0_1563_-3089_R0_1_288_-744_32_10_-2.2_288_-744_R0_1_264_-720_44_10_1.57_264_-720_R0_1_240_-744_32_10_2.36_240_-744_R0_1_1922_-3184_44_10_1.57_1922_-3184_R0_1_1920_-3128_5_10_1.88_1920_-3128_R0_1_1914_-3115_5_10_2.2_1914_-3115_R0_1_1904_-3104_5_10_2.51_1904_-3104_R0_1_1889_-3096_5_10_2.83_1889_-3096_R0_1_1768_-3088_0_10_0_1768_-3088_R0_1_1920_-3360_0_10_0_1920_-3360_R0_1_1920_-3600_0_10_0_1920_-3600_R0_1_1928_-3896_0_10_0_1928_-3896_R0_1_1928_-4152_0_10_0_1928_-4152_R0_1_1638_-4392_0_10_0_1638_-4392_R0_1_1638_-4640_0_10_0_1638_-4640_R0_1_1638_-4856_0_10_0_1638_-4856_R0_1_1638_-5112_0_10_0_1638_-5112_R0_1_1638_-5360_0_10_0_1638_-5360_R0_1_2103_-591_8_10_1.26_2103_-591_R0_1_2096_-605_8_10_0.94_2096_-605_R0_1_2084_-618_8_10_0.63_2084_-618_R0_1_2064_-629_8_10_0.31_2064_-629_R0_1_2024_-632_28_10_0_2024_-632_R0_1_2008_-656_32_10_2.36_2008_-656_R0_1_2106_-574_8_10_1.57_2106_-574_R0_1_2008_-608_32_10_0.79_2008_-608_R0_1_1645_-5752_8_10_1.88_1645_-5752_R0_1_1655_-5769_8_10_2.2_1655_-5769_R0_1_1669_-5783_8_10_2.51_1669_-5783_R0_1_1687_-5792_8_10_-0.31_1687_-5792_R0_1_1642_-5734_8_10_1.57_1642_-5734_R0_1_1792_-5796_92_10_0_1792_-5796_R0_1_1936_-5731_8_10_1.57_1936_-5731_R0_1_1893_-5794_8_10_0.31_1893_-5794_R0_1_1913_-5782_8_10_0.63_1913_-5782_R0_1_1925_-5769_8_10_0.94_1925_-5769_R0_1_1934_-5750_8_10_1.26_1934_-5750_R0_1_1928_-5360_0_10_0_1928_-5360_R0_1_1928_-5112_0_10_0_1928_-5112_R0_1_1928_-4856_0_10_0_1928_-4856_R0_1_1928_-4640_0_10_0_1928_-4640_R0_1_1928_-4392_0_10_0_1928_-4392_R0_1_1928_-5608_0_10_0_1928_-5608_R0_1_1536_-4304_60_10_0_1536_-4304_R0_1_1504_-4280_39_10_0.52_1504_-4280_R0_1_1504_-4320_39_10_-0.47_1504_-4320_R0_1_-5600_-4368_0_2328_0_-5600_-4368_R0_121_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_R0_1_87_0_0_0_0_0_R0_1_88_0_0_0_0_0_R0_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_0_0_0_0_0_R0_1_95_0_0_0_0_0_R0_1_96_0_0_0_0_0_R0_1_97_0_0_0_0_0_R0_1_98_0_0_0_0_0_R0_1_99_0_0_0_0_0_R0_1_100_0_0_0_0_0_R0_1_101_0_0_0_0_0_R0_1_102_0_0_0_0_0_R0_1_103_0_0_0_0_0_R0_1_104_0_0_0_0_0_R0_1_105_0_0_0_0_0_R0_1_106_0_0_0_0_0_R0_1_107_0_0_0_0_0_R0_1_108_0_0_0_0_0_R0_1_109_0_0_0_0_0_R0_1_110_0_0_0_0_0_R0_1_111_0_0_0_0_0_R0_1_112_0_0_0_0_0_R0_1_113_0_0_0_0_0_R0_1_114_0_0_0_0_0_R0_1_115_0_0_0_0_0_R0_1_116_0_0_0_0_0_R0_1_117_0_0_0_0_0_R0_1_118_0_0_0_0_0_R0_1_119_0_0_0_0_0_R0_1_120_0_0_0_";
this.lvlsdata[132] = "v6_0_69_4_176_104_0_20_0_176_104_0_0_0_0_0_0_0_0_0_0_4_48_104_0_20_0_48_104_R0_4_176_40_0_20_0_176_40_R0_4_48_40_0_20_0_48_40_R0_4_240_40_0_20_0_240_40_R0_4_304_40_0_20_0_304_40_R0_4_240_104_0_20_0_240_104_R0_4_304_104_0_20_0_304_104_R0_4_304_232_0_20_0_304_232_R0_4_240_232_0_20_0_240_232_R0_4_304_168_0_20_0_304_168_R0_4_240_168_0_20_0_240_168_R0_4_112_168_0_20_0_112_168_R0_4_176_168_0_20_0_176_168_R0_4_112_232_0_20_0_112_232_R0_4_176_232_0_20_0_176_232_R0_4_304_360_0_20_0_304_360_R0_4_240_360_0_20_0_240_360_R0_4_304_296_0_20_0_304_296_R0_4_240_296_0_20_0_240_296_R0_4_112_296_0_20_0_112_296_R0_4_176_296_0_20_0_176_296_R0_4_112_360_0_20_0_112_360_R0_4_176_360_0_20_0_176_360_R0_4_496_360_0_20_0_496_360_R0_4_368_360_0_20_0_368_360_R0_4_496_296_0_20_0_496_296_R0_4_368_296_0_20_0_368_296_R0_4_432_360_64_10_3.14_432_360_R0_4_368_232_0_20_0_368_232_R0_4_432_168_0_20_0_432_168_R0_4_368_168_0_20_0_368_168_R0_4_368_40_0_20_0_368_40_R0_4_432_40_0_20_0_432_40_R0_4_368_104_0_20_0_368_104_R0_4_432_104_0_20_0_432_104_R0_2_80_72_0_24_0_80_72_0_0_0_0_2_0_0.08_0_0_0_4_432_232_0_20_0_432_232_R0_4_432_296_0_20_0_432_296_R0_4_432_360_0_20_0_432_360_R0_4_496_232_0_20_0_496_232_R0_4_464_232_36_10_3.14_464_232_R0_4_496_296_64_10_1.57_496_296_R0_4_176_360_64_10_0_176_360_R0_4_432_200_36_10_1.57_432_200_R0_4_80_104_36_10_3.14_80_104_R0_4_112_168_64_10_1.57_112_168_R0_4_240_40_64_10_0_240_40_R0_4_304_360_64_10_0_304_360_R0_4_112_40_64_10_0_112_40_R0_4_368_40_64_10_0_368_40_R0_4_112_40_0_20_0_112_40_R0_4_112_104_0_20_0_112_104_R0_4_144_232_36_10_3.14_144_232_R0_4_432_104_64_10_1.57_432_104_R0_4_112_296_64_10_1.57_112_296_R0_1_144_264_0_10_0_144_264_R0_4_304_72_36_10_1.57_304_72_R0_1_272_328_0_10_0_272_328_R0_1_400_200_0_10_0_400_200_R0_4_48_72_36_10_1.57_48_72_R0_4_400_296_36_10_3.14_400_296_R0_4_240_264_36_10_1.57_240_264_R0_0_272_168_16_10_0_272_168_0.1_0_0_0_0_0_0_0_0_0_0_304_264_16_10_1.57_304_264_R63_1_336_72_0_10_0_336_72_R0_1_208_136_0_10_0_208_136_R0_0_240_328_16_10_1.57_240_328_R0_0_400_104_16_10_0_400_104_R0_69_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_0_0.9_0_0.5_1_0_0_0.5_0_0_0_0_0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_0_0.9_0_0.5_3_0_0_0.5_0_0_0_0_0_0_-128_0.5_0_0_0_0_0_0_64_0.5_0_0_0_0_0_1_63_0_0_0_0_0_0_0.9_0_0.5_3_0_0_0.5_0_0_0_0_0_-64_0_0.5_0_0_0_0_0_128_0_0.5_0_0_0_0_0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_0_0.9_0_0.5_3_0_0_0.5_0_0_0_0_0_0_96_0.2_0_0_0_0_0_0_-16_0.5_0_0_0_0_0_1_67_0_0_0_0_0_0_0.9_0_0.5_3_0_0_0.5_0_0_0_0_0_96_0_0.2_0_0_0_0_0_-16_0_0.5_0_0_0_0_0_1_68_0_0_0_";
this.lvlsdata[518] = "v7_0_Hit the target and don't miss!_21_2_40_48_0_10_0_40_48_0_0_0_0_0_0_0_0_0_0_4_16_40_12_10_1.88_16_40_R0_4_56_24_44_10_0_56_24_R0_2_40_24_0_10_0_40_24_R0_1_24_24_0_10_0_24_24_R0_2_512_384_24_18_1.57_512_384_0_0_0_0_0_0_0_0_38_0_1_120_224_0_10_0_120_224_R0_1_208_200_0_10_0_208_200_R0_0_208_200_196_18_1.57_208_200_R0_1_208_32_0_10_0_208_32_R0_1_120_56_0_10_0_120_56_R0_1_208_88_0_10_0_208_88_R0_1_120_112_0_10_0_120_112_R0_1_208_312_0_10_0_208_312_R0_1_120_336_0_10_0_120_336_R0_1_208_256_0_10_0_208_256_R0_1_120_280_0_10_0_120_280_R0_1_208_144_0_10_0_208_144_R0_1_120_168_0_10_0_120_168_R0_0_512_760_0_20_0_512_760_R0_0_504_-40_0_20_0_504_-40_R0_18_0_0_0_0_0_0_1_0_0.5_1_16_-64_0.5_0_0_0_0_0_4_3_2_1_0_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1.5_0_0.5_0.4_0.4_0_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_361_0.93_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R4_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_0_1.7_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-368_0.5_0_0_0_0_0_1_19_0_0_0_0_0_R16_1_20_1_2_3_4_7_1_2_2_6_7_2_9_10_2_11_12_2_17_18_2_15_16_2_13_14_2_19_5_20_5_";
this.lvlsdata[599] = "v7_0_you have 2 ways to chose..._41_0_56_88_96_10_0_56_88_0_0_0_0_0_0_0_0_0_0_0_184_88_36_10_0_184_88_R0_0_224_24_64_10_1.57_224_24_R0_0_56_-56_96_10_1.57_56_-56_R0_1_88_16_0_10_0_88_16_R0_2_16_24_0_10_0_16_24_R0_0_224_208_20_10_1.57_224_208_R0_0_56_-56_96_10_1.57_56_-56_R0_0_136_96_0_10_0_136_96_R0_0_88_200_100_10_1.57_88_200_R0_0_224_168_72_10_1.57_224_168_R0_0_104_208_16_20_0_104_208_R0_0_88_312_84_20_0_88_312_R0_1_256_272_0_24_0_256_272_R0_0_256_272_24_10_-1.57_256_272_0.1_0_0_0_0_0_0_0_0_0_0_320_240_88_10_0_320_240_R0_1_272_200_0_10_0_272_200_R0_0_208_312_44_20_0_208_312_R0_0_248_152_0_10_0_248_152_R0_0_312_216_0_10_0_312_216_R0_0_312_152_0_10_0_312_152_R0_0_408_224_0_20_0_408_224_R0_0_408_144_0_20_0_408_144_R0_0_408_184_0_20_0_408_184_R0_0_408_64_0_20_0_408_64_R0_0_408_104_0_20_0_408_104_R0_1_368_280_28_10_-1.57_368_280_R0_0_304_320_56_16_0_304_320_R0_0_408_264_0_20_0_408_264_R0_0_408_304_0_20_0_408_304_R0_0_16_144_64_10_0_16_144_R0_0_456_320_108_10_0_456_320_R0_1_488_24_0_10_0_488_24_R0_0_408_24_0_20_1.57_408_24_R0_1_560_368_0_22_0_560_368_R0_0_544_400_0_20_0_544_400_R0_0_544_336_0_20_0_544_336_R0_0_136_360_40_10_-1.57_136_360_R0_1_488_288_0_10_0_488_288_R0_0_280_152_0_10_0_280_152_R0_0_312_184_0_10_0_312_184_R0_41_0_0_0_0_0_0_1_0.1_0.5_2_0_0_0.2_0_0_0_0_0_32_0_0.2_0_0_0_0_0_1_0_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_96_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R4_1_5_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_-96_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_0_0.3_0_0.5_2_0_0_0.5_0_0_0_0_0_96_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_0_0.8_0_0.5_3_0_0_0.5_0_0_0_0_0_48_64_0.5_0_0_0_0_0_80_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_112_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R4_1_14_0_0_0_0_0_R4_1_15_0_0_0_0_0_R4_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_1_2_0_0.1_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R18_1_19_0_0_0_0_0_1_2_1_0.2_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R4_1_21_0_0_0_0_0_R4_1_22_0_0_0_0_0_R4_1_23_0_0_0_0_0_R4_1_24_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_112_0_1_0_0_0_0_0_1_25_0_0_0_0_0_R4_1_26_0_0_0_0_0_R4_1_27_0_0_0_0_0_R20_1_28_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-80_0.5_0_0_0_0_0_1_29_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_224_0_1_0_0_0_0_0_1_30_0_0_0_0_0_R4_1_31_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_50_0_0.5_0_0_0_0_0_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R4_1_34_0_0_0_0_0_R4_1_35_0_0_0_0_0_R4_1_36_0_0_0_0_0_0_2_0_0.5_2_0_0_1_0_0_0_0_0_416_0_1_0_0_0_0_0_1_37_0_0_0_0_0_R4_1_38_0_0_0_0_0_R20_1_39_0_0_0_0_0_R20_1_40_4_4_1_4_3_7_5_13_14_6_8_11_7_16_17_18_19_20_39_40_1_29_4_2_16_25_3_26_28_30_2_32_33_2_29_38_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData19 = function () {
this.lvlsdata[193] = "v7_0_Pass on the right._17_0_272_384_224_10_0_272_384_0_0_0_0_0_0_0_0_0_0_0_48_200_184_10_-1.57_48_200_R0_0_272_16_220_10_0_272_16_R0_0_496_200_184_10_-1.57_496_200_R0_0_432_224_56_10_0_432_224_R0_0_424_88_72_10_0_424_88_R0_0_272_160_60_10_-1.57_272_160_R0_0_248_160_124_10_0_248_160_R0_0_408_328_44_10_-1.57_408_328_R0_0_184_288_136_10_0_184_288_R0_0_192_280_48_10_-1.57_192_280_R0_1_104_336_0_20_0_104_336_R0_0_120_96_68_10_0_120_96_R0_2_112_48_0_10_0_112_48_R0_2_80_48_0_10_0_80_48_R0_2_176_48_0_10_0_176_48_R0_2_144_48_0_10_0_144_48_R0_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_15_0_0_0_0_0_4_1_0_0.5_0.5_0.2_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R14_1_14_0_0_0_0_0_R14_1_13_0_0_3_15_16_16_13_14_13_";
this.lvlsdata[403] = "v7_0__71_2_264_200_0_20_0_264_200_0_0_0_0_0_0_0_0_0_0_4_264_248_0_20_0_264_200_0.1_0_0_0_0_0_0_0_0_0_4_216_200_0_20_0_264_200_R1_4_264_152_0_20_0_264_200_R1_4_312_200_0_20_0_264_200_R1_4_216_152_0_20_0_216_152_R0_4_216_56_0_20_0_216_56_R0_4_264_104_0_20_0_264_104_R0_4_216_248_0_20_0_216_248_R0_0_312_200_0_20_0_312_200_R0_4_168_200_0_20_0_168_200_R0_4_312_296_0_20_0_312_296_R0_4_312_56_0_20_0_312_56_R0_4_264_152_0_20_0_264_152_R0_4_360_152_0_20_0_360_152_R0_4_360_200_0_20_0_360_200_R0_4_432_104_0_20_0_432_104_R0_4_312_248_0_20_0_312_248_R0_4_264_296_0_20_0_264_296_R0_4_168_344_0_20_0_168_344_R0_4_168_296_0_20_0_168_296_R0_4_168_104_0_20_0_168_104_R0_4_168_56_0_20_0_168_56_R0_4_216_200_0_20_0_216_200_R0_4_312_152_0_20_0_312_152_R0_1_264_248_0_20_0_264_248_R0_4_120_200_0_20_0_120_200_R0_4_72_152_0_20_0_72_152_R0_4_120_104_0_20_0_120_104_R0_4_264_248_0_20_0_264_248_R0_4_216_104_0_20_0_216_104_R0_1_72_344_0_20_0_72_344_R0_4_120_248_0_20_0_120_248_R0_0_72_248_0_20_0_72_248_R0_4_168_248_0_20_0_168_248_R0_4_72_296_0_20_0_72_296_R0_4_528_200_192_20_1.57_528_200_R0_4_272_8_256_20_0_272_8_R0_4_272_392_256_20_0_272_392_R0_4_16_200_184_26_1.57_16_200_R0_4_120_296_0_20_0_120_296_R0_4_120_344_0_20_0_120_344_R0_4_312_344_0_20_0_312_344_R0_1_480_56_0_20_0_480_56_R0_4_120_152_0_20_0_120_152_R0_4_72_200_0_20_0_72_200_R0_4_72_104_0_20_0_72_104_R0_4_120_56_0_20_0_120_56_R0_4_264_56_0_20_0_264_56_R0_4_312_104_0_20_0_312_104_R0_1_400_344_0_20_0_400_344_R0_4_216_296_0_20_0_216_296_R0_4_216_344_0_20_0_216_344_R0_1_264_344_0_20_0_264_344_R0_4_360_56_0_20_0_360_56_R0_0_480_104_0_20_0_480_104_R0_0_432_56_0_20_0_432_56_R0_1_72_56_0_20_0_72_56_R0_4_360_104_0_20_0_360_104_R0_4_360_320_72_10_-1.57_360_320_R0_4_480_248_0_20_0_480_248_R0_2_480_296_0_20_0_480_296_R0_1_480_344_0_20_0_480_344_R0_0_480_152_0_10_0_480_152_R0_4_400_248_40_10_0_400_248_R0_4_480_200_0_20_0_480_200_R0_4_440_272_120_10_-1.57_440_272_R0_4_480_152_36_10_0_480_152_R0_1_400_296_0_20_0_400_296_R0_0_392_392_0_20_0_392_392_R0_0_168_152_0_20_0_168_152_R0_67_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_5_0_1_2_3_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R10_1_22_0_0_0_0_0_R10_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R10_1_26_0_0_0_0_0_R10_1_27_0_0_0_0_0_R10_1_28_0_0_0_0_0_R10_1_29_0_0_0_0_0_R10_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R10_1_34_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R31_1_40_0_0_0_0_0_R31_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R10_1_48_0_0_0_0_0_R10_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R31_1_55_0_0_0_0_0_R31_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R10_1_60_0_0_0_0_0_R31_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R10_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_69_0_0_0_0_0_R0_1_70_4_2_50_51_3_61_62_64_1_63_2_43_67_1_2_68_69_0_";
this.lvlsdata[472] = "v7_0_Push the buttons at the right time and in the right order!_26_4_112_128_108_10_0_112_128_0.02_0_0_0_0_0_0_0_0_0_4_8_48_80_10_1.57_8_48_0_0_0_0_0_0_0_0_0_0_4_504_272_96_22_0_504_272_R1_2_40_104_0_10_0_40_104_R1_1_504_312_0_10_0_504_312_R1_2_536_384_0_10_0_536_384_R1_4_232_160_76_10_0_232_160_0.1_0_0_0_0_0_0_0_0_0_4_408_336_64_22_1.57_408_336_R1_4_504_288_20_10_1.57_504_288_R1_4_536_288_20_10_1.57_536_288_R1_1_536_312_0_10_0_536_312_R1_4_424_336_20_10_0_424_336_R1_1_448_336_0_10_0_448_336_R1_4_424_376_20_10_0_424_376_R1_1_448_376_0_10_0_448_376_R1_4_472_288_20_10_1.57_472_288_R1_1_472_312_0_10_0_472_312_R1_0_192_392_192_10_0_192_392_R1_4_296_240_40_10_0_296_240_R1_4_336_224_16_10_1.57_336_224_R1_4_256_224_16_10_1.57_256_224_R1_4_264_64_36_10_0.63_264_64_R1_1_552_216_40_10_-1.57_552_216_R1_4_392_272_20_10_0.47_392_272_R1_4_504_272_20_10_0.47_504_272_R1_4_448_272_20_10_0.47_448_272_R1_26_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_2_1_0.5_0.9_0.9_1_1.3_90_0.92_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_0_1_0_0.5_4_0_0_0_0_0_0_0_0_160_0_0.5_0_0_0_0_0_160_-144_0.5_0_0_0_0_0_-32_-176_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R18_1_19_0_0_0_0_0_R18_1_20_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_112_-96_1_0_0_0_0_0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_0_-144_1_0_0_0_0_0_1_23_60_0_0_0_0_R23_1_24_30_0_0_0_0_R23_1_25_0_5_2_0_4_2_6_10_4_16_18_19_20_2_12_21_4_14_23_25_24_0_";
this.lvlsdata[483] = "v7_0__20_4_184_176_52_10_1.41_184_176_0.05_0_0_0_0_0_0_0_0_0_4_184_176_52_10_-0.16_184_176_R0_2_48_24_0_14_0_48_24_0_0_0_0_0_0_0_0_0_0_1_48_384_0_10_0_48_384_R2_2_24_352_0_10_0_24_352_R2_4_80_104_52_10_0_80_104_R0_4_80_104_52_10_1.57_80_104_R0_1_80_384_0_10_0_80_384_R2_1_184_384_0_10_0_184_384_R2_0_272_312_288_10_0_272_312_R2_1_288_384_0_10_0_288_384_R2_4_288_248_52_10_0_288_248_R2_4_632_232_12_10_-1.57_632_232_R2_4_584_248_48_10_0_584_248_R2_4_536_232_12_10_-1.57_536_232_R2_4_424_96_52_10_1.26_424_96_R0_4_424_96_52_10_-0.31_424_96_R0_1_424_384_0_10_0_424_384_R2_1_528_384_0_10_0_528_384_R2_1_552_232_36_20_-1.57_552_232_R2_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.5_90_0.84_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_0_1_0_0.5_3_0_0_0_0_0_0_0_0.9_0_-208_0.8_0_0_0_0_0_80_-208_0.7_0_0_0_90_0.4_1_11_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-192_0_0.5_0_0_0_0_0_3_14_13_12_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_6_2_2_3_3_0_1_8_3_7_5_6_2_11_10_3_15_16_17_4_12_13_14_18_0_";
this.lvlsdata[484] = "v7_0__12_1_48_376_0_10_0_48_376_0_0_0_0_0_0_0_0_0_0_2_51_136_0_10_0_51_136_R0_2_152_376_0_10_0_152_376_R0_4_48_264_0_35_0_48_264_R0_1_264_376_0_10_0_264_376_R0_4_256_248_0_48_0_256_248_R0_1_200_80_0_20_0_200_80_R0_1_480_128_0_20_0_480_128_R0_1_256_168_0_20_0_256_168_R0_1_232_120_0_20_0_232_120_R0_1_456_88_0_20_0_456_88_R0_0_264_328_299_10_0_264_328_R0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.7_90_0.95_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-8_0.1_0_21_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_2_2_0_3_2_4_5_0_";
this.lvlsdata[1158] = "v7_0_You move the maze, not the yellow capsule! Wicked huh?_33_2_64_344_0_10_0_64_344_0_0_0_0_0_0_0_0_0_0_2_272_-544_0_20_0_496_72_R0_0_24_208_168_10_-1.57_24_208_R0_0_120_240_136_10_-1.57_120_240_R0_0_128_40_100_10_0_128_40_R0_0_232_176_136_10_-1.57_232_176_R0_0_232_376_204_10_0_232_376_R0_0_344_240_136_10_-1.57_344_240_R0_0_328_40_208_10_0_328_40_R0_0_448_176_136_10_-1.57_448_176_R0_0_424_376_108_10_0_424_376_R0_0_536_208_168_10_-1.57_536_208_R0_1_496_72_0_10_-1.57_496_72_R0_0_48_296_20_10_0_48_296_R0_0_176_112_28_10_1.57_176_112_R0_0_96_232_20_10_0_96_232_R0_0_48_96_28_10_-0.63_48_96_R0_0_208_256_28_10_-0.79_208_256_R0_0_152_320_28_10_0.47_152_320_R0_0_264_288_28_10_0_264_288_R0_0_328_232_28_10_0.94_328_232_R0_0_264_112_28_10_0.63_264_112_R0_0_344_48_0_10_1.57_344_48_R0_0_416_120_20_10_0_416_120_R0_0_368_232_80_10_1.26_368_232_R0_0_368_184_24_10_0_368_184_R0_0_464_240_16_10_0_464_240_R0_0_512_296_12_10_0_512_296_R0_0_520_192_16_10_0_520_192_R0_0_528_96_8_10_0_528_96_R0_0_472_136_16_10_0_472_136_R0_0_152_200_28_10_0_152_200_R0_0_248_216_8_10_0_248_216_R0_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_32_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26_27_28_29_30_31_32_0_0_0_";
this.lvlsdata[681] = "v7_0_Make them bounce on the yellow capsule!_21_4_280_112_0_22_0_280_112_0_0_0_0_0_0_0_0_0_0_2_656_48_0_28_0_280_112_R0_1_656_48_0_32_0_656_48_R0_4_272_256_212_106_0_272_256_R0_4_272_744_228_20_0_272_744_R0_4_-32_520_40_20_1.57_-32_520_R0_4_576_520_40_20_1.57_576_520_R0_1_328_120_0_20_0_328_120_R0_2_280_32_24_10_0_280_32_0.1_0_0_0_0_0_0_0_0_0_1_376_120_0_20_0_376_120_R0_1_184_120_0_20_0_184_120_R0_1_232_120_0_20_0_232_120_R0_4_472_120_0_20_0_472_120_R0_4_424_120_0_20_0_424_120_R0_4_88_120_0_20_0_88_120_R0_4_136_120_0_20_0_136_120_R0_4_280_-120_328_20_0_280_-120_R0_4_600_192_300_20_1.57_600_192_R0_4_-56_192_300_20_1.57_-56_192_R0_1_448_56_0_20_0_448_56_R0_1_112_56_0_20_0_112_56_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.6_0.4_1_0_90_0.9_1_0_0_0.5_0_0_0_0_0_2_4_3_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.4_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R5_1_19_0_0_0_0_0_R5_1_20_1_2_1_2_0_2_5_4_6_4_";
this.lvlsdata[823] = "v7_0__30_2_520_208_0_10_0_520_208_0_0_0_0_51_0_0.1_0_0_0_4_272_248_0_20_0_272_248_0_0_0_0_100_0_0.1_0_0_0_0_384_64_0_10_0_384_64_0_0_0_0_0_0_0_0_0_0_0_368_328_0_20_0_368_328_R2_0_168_336_0_20_0_168_336_R2_0_168_104_0_10_0_168_104_0_0_0_0_27_0_-0.1_0_0_0_0_344_168_0_20_0_344_168_R2_4_464_96_0_78_0_464_96_R2_4_160_80_0_20_0_160_80_0_0_0_0_22_0_-0.1_0_0_0_4_280_336_20_42_0_280_336_0.1_0_0_0_0_0_0_0_0_0_4_400_248_0_20_0_400_248_R2_4_296_88_0_20_0_296_88_R2_4_168_304_0_20_0_168_304_R2_4_336_152_0_20_0_336_152_R2_4_112_312_0_38_0_112_312_R2_0_256_176_0_48_0_256_176_0_0_0_0_11_0_-0.1_0_0_0_1_296_96_0_20_0_296_96_R2_1_144_144_0_20_0_144_144_R2_1_488_360_0_10_0_488_360_R2_1_280_256_0_20_0_280_256_R2_1_160_264_0_14_0_160_264_R2_3_16_24_0_20_0_16_24_R2_1_504_32_0_20_0_504_32_R2_1_240_304_0_10_0_240_304_R2_1_96_136_0_10_0_96_136_R2_1_472_208_0_10_0_472_208_R2_4_16_240_144_20_1.57_16_240_R2_4_64_168_144_20_1.57_64_168_0_0_0_0_6_0_0.1_0_0_0_0_544_392_0_20_0_544_392_R2_4_440_16_0_20_0_440_16_R2_30_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_";
this.lvlsdata[955] = "v7_0__38_1_24_24_0_20_0_24_24_0_0_0_0_0_0_0_0_0_0_0_520_200_0_20_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_0_512_248_0_20_0_272_200_R1_2_528_24_0_10_0_528_24_R0_0_464_64_0_20_0_272_200_R1_0_496_296_0_20_0_272_200_R1_0_496_104_0_20_0_272_200_R1_0_472_344_0_20_0_272_200_R1_0_512_152_0_20_0_272_200_R1_0_432_376_0_20_0_272_200_R1_0_384_400_0_20_0_272_200_R1_0_328_416_0_20_0_272_200_R1_0_272_416_0_20_0_272_200_R1_0_216_408_0_20_0_272_200_R1_0_160_376_0_20_0_272_200_R1_0_112_344_0_20_0_272_200_R1_0_72_304_0_20_0_272_200_R1_0_48_256_0_20_0_272_200_R1_0_40_200_0_20_0_272_200_R1_0_56_144_0_20_0_272_200_R1_0_88_96_0_20_0_272_200_R1_0_128_64_0_20_0_272_200_R1_0_176_40_0_20_0_272_200_R1_0_232_24_0_20_0_272_200_R1_0_368_200_0_20_0_272_200_0.1_0_0_0_0_0_0_0_0_0_0_224_248_0_20_0_272_200_R24_0_272_296_0_20_0_272_200_R24_0_176_200_0_20_0_272_200_R24_0_272_104_0_20_0_272_200_R24_0_224_152_0_20_0_272_200_R24_0_328_256_0_20_0_272_200_R24_0_536_200_12_10_0_536_200_R0_0_272_0_20_10_1.57_272_0_R0_0_16_200_16_10_0_16_200_R0_0_272_400_16_10_1.57_272_400_R0_1_528_376_0_20_0_528_376_R0_1_24_376_0_20_0_24_376_R0_1_272_200_0_20_0_272_200_R0_38_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_";
this.lvlsdata[534] = "v7_0_It is obvious what to do...._47_4_200_112_36_10_0_240_112_0.1_0_0_0_0_0_0_0_0_0_2_216_88_0_10_0_216_88_0_0_0_0_0_0_0_0_0_0_1_56_120_0_10_0_56_120_R1_2_24_200_0_10_0_24_200_R1_4_144_96_20_10_0.79_240_112_R0_4_544_88_52_10_1.57_544_88_0.05_0_0_0_0_0_0_0_0_0_4_544_128_280_10_1.57_544_128_R1_1_56_72_0_10_0_56_72_R1_4_544_328_52_10_1.57_544_328_R5_1_56_24_0_10_0_56_24_R1_1_320_168_0_10_0_320_168_R1_1_368_168_0_10_0_368_168_R1_1_224_168_0_10_0_224_168_R1_1_272_168_0_10_0_272_168_R1_4_224_392_324_10_0_224_392_R1_1_168_264_0_10_0_168_264_R1_1_248_368_0_10_0_248_368_R1_1_56_216_0_10_0_56_216_R1_1_168_216_0_10_0_168_216_R1_1_168_304_0_10_0_168_304_R1_0_88_200_208_10_1.57_88_200_R1_4_224_392_56_10_0_224_392_R5_1_56_168_0_10_0_56_168_R1_1_440_256_0_10_0_440_256_R1_1_520_208_0_10_0_520_208_R1_1_520_160_0_10_0_520_160_R1_1_440_216_0_10_0_440_216_R1_1_520_112_0_10_0_520_112_R1_4_144_264_116_10_1.57_144_264_R1_4_304_144_160_10_0_304_144_R1_4_144_200_52_10_1.57_144_200_R5_1_280_264_0_24_0_280_264_R1_1_392_280_0_10_0_392_280_R1_1_344_280_0_10_0_344_280_R1_4_464_224_80_10_1.57_464_224_R1_4_408_144_56_10_0_408_144_R5_1_56_264_0_10_0_56_264_R1_1_520_256_0_10_0_520_256_R1_1_520_296_0_10_0_520_296_R1_4_464_256_44_10_1.57_464_256_R5_4_352_304_108_10_0_352_304_R1_1_56_312_0_10_0_56_312_R1_4_240_272_32_10_1.57_240_272_R1_1_392_368_0_10_0_392_368_R1_1_440_368_0_10_0_440_368_R1_1_296_368_0_10_0_296_368_R1_1_344_368_0_10_0_344_368_R1_47_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_1_3_0_4_27_7_3_0_2_4_2_5_7_2_8_9_2_21_22_2_17_30_2_35_36_2_39_41_0_";
this.lvlsdata[134] = "v7_0_Try to keep the rotating yellow capsule in balance for 10 seconds. Then an easy blue capsule will fall down._7_0_680_64_500_20_2.51_680_64_0_0_0_0_0_0_0_0_0_0_4_272_160_0_44_0_272_160_R0_2_272_72_52_33_0_272_72_0.04_0_0_0_0_0_0_0_0_0_0_-136_64_500_20_0.63_-136_64_R0_2_272_576_0_10_0_272_160_R0_1_272_560_0_20_0_272_560_R0_1_272_-432_0_20_0_272_-432_R0_6_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_3.1_90_0.88_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_2_4_1_0_0_0_0_0_R0_1_5_200_0_200_1_0_4_1_0_0.5_0.1_0.1_0_2_90_0.7_1_0_0_0.5_0_0_0_0_0_1_6_1_2_4_5_0_0_";
this.lvlsdata[322] = "v7_0_Up arrow goes up._20_2_272_296_0_20_0_272_296_0_0_0_0_0_0_0_0_0_0_4_272_152_48_10_0_272_152_R0_1_368_200_0_20_0_368_200_R0_0_416_200_48_10_1.57_416_200_R0_0_368_248_48_10_0_368_248_R0_0_320_200_48_10_1.57_320_200_R0_0_368_152_48_10_0_368_152_R0_0_176_152_48_10_0_176_152_R0_0_128_200_48_10_1.57_128_200_R0_0_176_248_48_10_0_176_248_R0_0_224_200_48_10_1.57_224_200_R0_1_176_200_0_20_0_176_200_R0_1_272_200_0_20_0_272_200_R0_0_272_56_48_10_0_272_56_R0_0_320_8_48_10_1.57_320_8_R0_1_272_8_0_20_0_272_8_R0_0_224_8_48_10_1.57_224_8_R0_4_272_248_48_10_0_272_248_R0_2_272_-64_0_20_0_272_-64_R0_2_272_104_0_20_0_272_104_R0_20_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R2_1_19_1_2_19_12_0_12_1_0_5_2_6_2_4_2_11_7_10_11_9_11_16_15_13_15_14_15_10_12_5_12_";
this.lvlsdata[675] = "v7_0__46_2_272_216_0_14_0_272_216_0_0_0_0_17_0_0.1_0_0_0_2_256_200_0_14_0_256_200_R0_2_288_200_0_14_0_288_200_R0_2_272_184_0_14_0_272_184_R0_2_272_200_0_10_0_272_200_0.1_0_0_38_0_0.1_0_0_0_0_4_272_152_8_10_-1.57_272_152_-0.1_0_0_38_0_0.1_0_0_0_0_1_336_344_0_30_0_336_344_0_0_0_0_0_0_0_0_0_0_0_336_344_0_10_0_336_344_R6_2_272_200_0_10_0_272_200_R5_4_320_200_8_10_0_320_200_R5_4_272_248_8_10_-1.57_272_248_R5_4_224_200_8_10_3.14_224_200_R5_0_400_344_0_10_0_400_344_R6_1_272_344_0_30_0_272_344_R6_0_272_344_0_10_0_272_344_R6_1_528_344_0_30_0_528_344_R6_0_528_344_0_10_0_528_344_R6_1_400_344_0_30_0_400_344_R6_1_144_344_0_30_0_144_344_R6_0_208_344_0_10_0_208_344_R6_1_208_344_0_30_0_208_344_R6_0_16_344_0_10_0_16_344_R6_1_16_344_0_30_0_16_344_R6_0_144_344_0_10_0_144_344_R6_0_80_344_0_10_0_80_344_R6_1_80_344_0_30_0_80_344_R6_0_464_344_0_10_0_464_344_R6_1_464_344_0_30_0_464_344_R6_4_144_360_16_10_0_144_360_0.1_0_0_66_0_0.1_0_0_0_0_4_272_360_16_10_0_272_360_R28_4_528_360_16_10_0_528_360_R28_4_16_360_16_10_0_16_360_R28_4_400_360_16_10_0_400_360_R28_4_80_360_16_10_0_80_360_-0.1_0_0_66_0_0.1_0_0_0_0_4_464_360_16_10_0_464_360_R33_4_336_360_16_10_0_336_360_R33_4_208_360_16_10_0_208_360_R33_0_400_384_0_10_0_400_344_0.1_0_0_0_0_0_0_0_0_0_0_528_384_0_10_0_528_344_R37_4_80_384_0_10_0_80_344_-0.1_0_0_0_0_0_0_0_0_0_0_16_384_0_10_0_16_344_R37_0_272_384_0_10_0_272_344_R37_4_336_384_0_10_0_336_344_R39_0_144_384_0_10_0_144_344_R37_4_208_384_0_10_0_208_344_R39_4_464_384_0_10_0_464_344_R39_42_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_5_5_8_9_10_11_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData20 = function () {
this.lvlsdata[737] = "v7_0__49_2_456_64_0_26_0_456_64_0_0_0_0_1_0_0.1_0_0_0_4_448_72_0_10_0_448_72_0_0_0_0_10_0_0.1_0_0_0_4_464_56_0_10_0_464_56_R1_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_4_248_224_0_10_0_272_200_0.1_0_0_0_0_0_0_0_0_0_4_296_224_0_10_0_272_200_R4_4_248_176_0_10_0_272_200_R4_4_296_176_0_10_0_272_200_R4_0_240_200_0_10_0_272_200_R4_0_272_232_0_10_0_272_200_R4_0_304_200_0_10_0_272_200_R4_0_272_168_0_10_0_272_200_R4_4_272_40_0_10_0_272_200_R4_1_272_304_0_18_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_1_368_160_0_10_0_272_200_R13_1_312_104_0_10_0_272_200_R13_1_232_104_0_10_0_272_200_R13_1_176_240_0_10_0_272_200_R13_1_176_160_0_10_0_272_200_R13_1_200_272_0_10_0_272_200_R13_1_344_272_0_10_0_272_200_R13_1_200_128_0_10_0_272_200_R13_1_344_128_0_10_0_272_200_R13_1_368_240_0_10_0_272_200_R13_1_312_296_0_10_0_272_200_R13_1_232_296_0_10_0_272_200_R13_1_272_96_0_18_0_272_200_R13_1_376_200_0_18_0_272_200_R13_1_168_200_0_18_0_272_200_R13_4_120_136_0_10_0_272_200_R4_0_208_48_0_10_0_272_200_R4_0_336_48_0_10_0_272_200_R4_4_424_136_0_10_0_272_200_R4_0_336_352_0_10_0_272_200_R4_0_424_264_0_10_0_272_200_R4_0_384_88_0_10_0_272_200_R4_0_160_88_0_10_0_272_200_R4_4_384_312_0_10_0_272_200_R4_4_160_312_0_18_0_272_200_R4_4_208_352_0_10_0_272_200_R4_0_432_200_0_10_0_272_200_R4_0_272_360_0_10_0_272_200_R4_4_112_200_0_18_0_272_200_R4_1_112_224_0_10_0_272_200_R4_1_144_296_0_10_0_272_200_R4_0_0_400_0_40_0_0_400_0_0_0_0_15_0_0.1_0_0_0_0_552_400_0_40_0_552_400_R45_0_552_0_0_40_0_552_0_R45_0_0_0_0_40_0_0_0_R45_49_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_1_1.5_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_2_1_0_2_0_";
this.lvlsdata[1220] = "v7_0__36_2_320_152_0_34_0_320_152_0_0_0_0_0_0_0_0_0_0_1_328_264_0_10_0_328_264_R0_4_272_152_48_10_1.57_272_152_R0_4_328_296_48_10_-3.14_328_296_R0_4_272_248_48_10_1.57_272_248_R0_4_320_104_48_10_0_320_104_R0_4_520_200_48_10_0_520_200_R0_4_272_48_48_10_1.57_272_48_R0_4_272_352_48_10_1.57_272_352_R0_4_376_152_48_10_1.57_376_152_R0_4_424_296_48_10_-3.14_424_296_R0_4_472_248_48_10_-1.57_472_248_R0_4_424_104_48_10_0_424_104_R0_1_320_64_0_10_0_320_64_R0_4_376_200_0_10_-1.57_376_200_R0_1_520_248_0_10_0_520_248_R0_0_448_272_0_12_0_448_272_R0_1_448_272_0_10_0_448_272_R0_4_472_200_0_10_0_472_200_R0_4_376_200_0_10_0_376_200_R0_4_72_152_48_10_1.57_72_152_R0_4_216_296_48_10_0_216_296_R0_4_168_248_48_10_1.57_168_248_R0_4_216_104_48_10_0_216_104_R0_4_120_200_48_10_0_120_200_R0_4_72_48_48_10_1.57_72_48_R0_1_216_80_0_10_0_216_80_R0_4_168_104_0_10_0_168_104_R0_1_32_48_0_10_0_32_48_R0_1_272_-48_0_10_-1.57_272_-48_R0_4_72_200_0_10_0_72_200_R0_4_72_200_0_10_1.57_72_200_R0_4_168_296_0_10_0_168_296_R0_1_128_240_0_10_0_128_240_R0_1_400_128_0_10_0_400_128_R0_4_472_200_0_10_-1.57_472_200_R0_36_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_32_0_0_96_0_0_0_0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_0_1_0_0.5_2_0_0_0_92_0_0_0_0_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R14_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_0_1_0_0.5_2_0_0_0.9_0_0_0_0_0_16_0_0_92_0_0_0_0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R14_1_29_0_0_0_0_0_R14_1_30_0_0_0_0_0_R14_1_31_0_0_0_0_0_R14_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R18_1_35_8_2_3_13_3_5_15_16_2_4_17_1_11_2_8_26_2_25_28_3_7_29_2_2_22_33_7_2_14_1_3_18_17_19_2_27_26_1_30_2_29_28_3_32_31_33_2_34_35_0_";
this.lvlsdata[1094] = "v7_0_Going up you get a break, once you are rolling down the break is over and you better be fast!!!_34_4_384_176_316_20_0.63_384_176_0_0_0_0_0_0_0_0_0_0_4_576_272_8_10_1.57_576_272_R0_4_336_112_24_10_-0.94_336_112_R0_0_280_200_320_10_0.63_280_200_R0_4_224_32_24_10_-0.94_224_32_R0_2_536_240_0_10_0_536_240_R0_4_280_72_24_10_-0.94_280_72_R0_3_152_160_0_10_0_152_160_R0_1_504_328_0_10_0_504_328_R0_3_208_384_0_10_0_208_384_R0_2_408_384_0_10_0_408_384_R0_4_280_200_332_20_0.63_280_200_R0_4_-40_48_48_10_-2.51_-40_48_R0_3_120_328_0_10_0_120_328_R0_4_544_344_8_10_1.57_544_344_R0_3_264_240_0_10_0_264_240_R0_3_376_320_0_10_0_376_320_R0_3_320_384_0_10_0_320_384_R0_4_448_192_24_10_-0.94_448_192_R0_4_392_152_24_10_-0.94_392_152_R0_4_504_232_24_10_-0.94_504_232_R0_1_48_368_0_10_0_48_368_R0_0_88_240_176_10_1.57_88_240_R0_0_152_296_104_10_1.57_152_296_R0_0_440_376_48_10_1.57_440_376_R0_0_320_296_60_10_1.57_320_296_R0_0_264_336_64_10_1.57_264_336_R0_0_208_256_100_10_1.57_208_256_R0_1_472_384_0_10_0_472_384_R0_0_376_400_48_10_1.57_376_400_R0_0_480_296_28_10_2.2_480_296_R0_1_120_384_0_10_0_120_384_R0_0_120_360_28_10_3.14_120_360_R0_0_40_88_48_10_0_40_88_R0_34_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_3.2_178_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.9_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_8_2_2_9_2_6_7_3_4_13_24_2_16_20_2_17_18_2_15_19_3_28_30_32_2_31_33_2_2_8_14_2_1_16_0_";
this.lvlsdata[691] = "v7_0__51_2_264_208_0_20_0_264_208_0_0_0_0_0_0_0_0_0_0_2_296_208_0_20_0_296_208_R0_4_280_-448_464_616_0_280_-448_R0_4_280_568_532_318_0_280_568_R0_4_696_208_240_364_1.57_696_208_R0_4_-160_208_324_380_1.57_-160_208_R0_1_176_80_0_20_0_176_80_R0_1_224_80_0_20_0_224_80_R0_1_272_80_0_20_0_272_80_R0_1_320_80_0_20_0_320_80_R0_1_368_80_0_20_0_368_80_R0_1_104_120_0_20_0_104_120_R0_1_152_120_0_20_0_152_120_R0_1_200_120_0_20_0_200_120_R0_1_248_120_0_20_0_248_120_R0_1_296_120_0_20_0_296_120_R0_1_344_120_0_20_0_344_120_R0_1_392_120_0_20_0_392_120_R0_1_440_120_0_20_0_440_120_R0_1_80_160_0_20_0_80_160_R0_1_128_160_0_20_0_128_160_R0_1_176_160_0_20_0_176_160_R0_1_464_160_0_20_0_464_160_R0_1_416_160_0_20_0_416_160_R0_1_368_160_0_20_0_368_160_R0_1_104_200_0_20_0_104_200_R0_1_152_200_0_20_0_152_200_R0_1_392_200_0_20_0_392_200_R0_1_440_200_0_20_0_440_200_R0_1_128_240_0_20_0_128_240_R0_1_176_240_0_20_0_176_240_R0_1_80_240_0_20_0_80_240_R0_1_464_240_0_20_0_464_240_R0_1_416_240_0_20_0_416_240_R0_1_440_280_0_20_0_440_280_R0_1_392_280_0_20_0_392_280_R0_1_344_280_0_20_0_344_280_R0_1_296_280_0_20_0_296_280_R0_1_248_280_0_20_0_248_280_R0_1_200_280_0_20_0_200_280_R0_1_152_280_0_20_0_152_280_R0_1_104_280_0_20_0_104_280_R0_1_368_320_0_20_0_368_320_R0_1_320_320_0_20_0_320_320_R0_1_272_320_0_20_0_272_320_R0_1_224_320_0_20_0_224_320_R0_1_176_320_0_20_0_176_320_R0_1_368_240_0_20_0_368_240_R0_4_280_208_0_20_0_280_208_R0_4_40_32_0_20_0_40_32_R0_1_136_80_0_20_0_136_80_R0_51_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_0_-128_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_2_0_0.5_3_0_0_0.5_0_0_0_0_0_0_112_0.5_0_0_0_0_0_0_-32_0.5_0_0_0_0_0_1_3_0_0_0_0_0_0_1.5_0_0.5_3_0_0_0.5_0_0_0_0_0_160_0_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_0_1.6_0_0.5_2_0_0_0.5_0_0_0_0_0_-176_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_";
this.lvlsdata[57] = "v7_0_Quit hits._31_0_496_264_0_10_0_240_200_0_0_0_0_41_0_0.07_0_0_0_0_240_264_0_10_0_240_200_R0_0_496_72_0_10_0_240_72_R0_0_304_264_0_10_0_240_200_R0_0_368_264_0_10_0_240_200_R0_0_432_264_0_10_0_240_200_R0_0_304_72_0_10_0_240_72_R0_0_368_72_0_10_0_240_72_R0_0_432_72_0_10_0_240_72_R0_0_240_72_0_10_0_240_72_R0_0_240_328_0_10_0_240_328_R0_0_368_328_0_10_0_176_328_R0_0_432_328_0_10_0_304_328_R0_0_304_328_0_10_0_240_328_R0_0_496_328_0_10_0_240_328_R0_0_496_200_0_10_0_240_200_R0_0_304_200_0_10_0_240_200_R0_0_432_200_0_10_0_304_200_R0_0_368_200_0_10_0_176_200_R0_0_240_200_0_10_0_240_200_R0_0_432_136_0_10_0_240_72_R0_0_368_136_0_10_0_240_72_R0_0_304_136_0_10_0_240_72_R0_0_240_136_0_10_0_240_72_R0_0_496_136_0_10_0_240_72_R0_1_400_232_0_16_0_336_232_0_0_0_0_4_0_0.1_0_0_0_1_336_168_0_16_0_336_232_R25_1_400_168_0_16_0_336_232_R25_1_336_232_0_16_0_336_232_R25_2_96_200_0_12_0_96_200_0_0_0_0_0_0_0_0_0_0_0_144_200_300_14_1.57_144_200_R29_31_160_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_200_0_0_0_0_R0_1_1_40_0_0_0_0_R0_1_2_190_0_0_0_0_R0_1_3_180_0_0_0_0_R0_1_4_170_0_0_0_0_R0_1_5_10_0_0_0_0_R0_1_6_20_0_0_0_0_R0_1_7_30_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_220_0_0_0_0_R0_1_10_240_0_0_0_0_R0_1_11_250_0_0_0_0_R0_1_12_230_0_0_0_0_R0_1_13_260_0_0_0_0_R0_1_14_150_0_0_0_0_R0_1_15_120_0_0_0_0_R0_1_16_140_0_0_0_0_R0_1_17_130_0_0_0_0_R0_1_18_100_0_0_0_0_R0_1_19_60_0_0_0_0_R0_1_20_70_0_0_0_0_R0_1_21_80_0_0_0_0_R0_1_22_90_0_0_0_0_R0_1_23_50_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_160_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_0_-768_1_0_0_0_0_0_1_30_0_0_0_";
this.lvlsdata[1013] = "v7_0_I know you wany those blues.._33_0_326_196_0_34_0_254_196_0.1_0_0_0_21_0_0.04_0_0_0_0_214_156_0_34_0_254_196_R0_0_206_132_0_34_0_254_196_R0_0_206_108_0_34_0_254_196_R0_0_214_84_0_34_0_254_196_R0_0_254_44_0_34_0_254_196_R0_0_230_60_0_34_0_254_196_R0_0_254_196_0_34_0_254_196_R0_0_278_36_0_34_-0.79_254_196_R0_0_230_180_0_34_0_254_196_R0_0_326_44_0_34_0_254_196_R0_0_350_60_0_34_0_254_196_R0_0_366_84_0_34_0_254_196_R0_0_374_108_0_34_0_254_196_R0_0_374_132_0_34_0_254_196_R0_0_366_156_0_34_0_254_196_R0_0_350_180_0_34_0_254_196_R0_2_290_122_0_10_0_290_122_0_0_0_0_0_0_0_0_0_0_0_302_36_0_34_0_254_196_R0_1_350_28_0_12_0_254_196_R0_1_206_196_0_12_0_254_196_R0_1_182_148_0_12_0_254_196_R0_1_182_100_0_12_0_254_196_R0_1_198_60_0_12_0_254_196_R0_1_230_28_0_12_0_254_196_R0_1_270_12_0_12_0_254_196_R0_1_310_12_0_12_0_254_196_R0_1_382_60_0_12_0_254_196_R0_1_398_100_0_12_0_254_196_R0_1_398_148_0_12_0_254_196_R0_1_374_196_0_12_0_254_196_R0_1_246_220_0_12_0_254_196_R0_1_334_220_0_12_0_254_196_R0_33_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_";
this.lvlsdata[867] = "v7_0__29_4_272_-64_296_22_0_272_-64_0_0_0_0_0_0_0_0_0_0_4_272_400_296_22_0_272_400_R0_2_272_200_0_10_0_272_192_0_0_0_0_0_0_0_0_100_0.08_2_272_-32_0_10_0_272_208_R0_0_408_248_0_20_0_408_248_R0_0_360_224_0_20_0_360_224_R0_0_408_152_0_20_0_408_152_R0_0_312_200_0_20_0_312_200_R0_0_360_176_0_20_0_360_176_R0_1_408_200_0_20_0_408_200_R0_0_184_224_0_20_0_184_224_R0_0_184_176_0_20_0_184_176_R0_0_232_200_0_20_0_232_200_R0_0_136_248_0_20_0_136_248_R0_0_136_152_0_20_0_136_152_R0_1_136_200_0_20_0_136_200_R0_1_224_336_0_20_0_224_336_R0_1_272_240_0_20_0_272_240_R0_1_248_288_0_20_0_248_288_R0_1_296_288_0_20_0_296_288_R0_1_320_336_0_20_0_320_336_R0_0_272_336_0_20_0_272_336_R0_1_272_160_0_20_0_272_160_R0_1_296_112_0_20_0_296_112_R0_1_248_112_0_20_0_248_112_R0_0_272_64_0_20_0_272_64_R0_1_320_64_0_20_0_320_64_R0_1_224_64_0_20_0_224_64_R0_4_272_0_296_22_0_272_0_R0_28_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_2_2_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_2_6_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_2_6_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_6_2_0_R0_1_17_0_0_1_6_0_R0_1_18_0_0_1_6_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_5_2_0_R0_1_22_0_0_1_6_0_R0_1_23_0_0_1_6_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_";
this.lvlsdata[578] = "v7_0_You must move red capsules to a bottom. Which direction are others?_34_2_368_144_0_10_0_368_144_0_0_0_0_0_0_0_0_0_0_4_368_192_0_22_0_368_192_R0_1_368_192_44_10_1.57_368_192_R0_0_488_192_40_10_1.57_488_192_R0_2_368_240_0_10_0_368_240_R0_2_-1120_192_0_20_0_-1120_192_R0_4_407_334_119_22_0.79_407_334_R0_4_96_248_88_22_0_96_248_R0_4_377_60_92_22_-0.94_377_60_R0_4_244_55_96_22_-0.94_244_55_R0_4_272_336_116_22_0.79_272_336_R0_4_520_424_24_20_0_520_424_R0_4_448_136_124_22_0_448_136_R0_4_448_248_124_22_0_448_248_R0_4_648_312_56_22_0_648_312_R0_0_-1280_192_0_20_0_-1280_192_R0_1_448_192_40_10_1.57_448_192_R0_4_720_192_124_22_-1.57_720_192_R0_4_648_72_56_22_0_648_72_R0_4_520_-136_92_22_-1.57_520_-136_R0_4_544_528_84_22_-1.57_544_528_R0_1_-1440_192_0_20_0_-1440_192_R0_4_-792_192_0_20_0_-792_192_R0_0_0_192_0_20_0_0_192_R0_4_-320_192_0_20_0_-320_192_R0_1_-160_192_0_20_0_-160_192_R0_2_-472_192_0_20_0_-472_192_R0_0_-632_192_0_20_0_-632_192_R0_1_-960_192_0_20_0_-960_192_R0_2_408_192_40_10_1.57_408_192_R0_2_528_192_36_10_1.57_528_192_R0_4_96_136_88_22_0_96_136_R0_4_480_-32_32_22_0_480_-32_R0_2_344_8_49_10_0_344_8_R0_33_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R2_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R2_1_29_0_0_0_0_0_R2_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R2_1_33_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.9_360_0.81_1_0_0_0.5_0_0_0_0_0_1_28_0_0_0_0_0_R23_1_27_0_0_0_0_0_R23_1_26_0_0_0_0_0_R23_1_25_0_0_0_0_0_R23_1_24_0_0_0_0_0_R23_1_23_0_0_0_0_0_R23_1_22_0_0_0_0_0_R23_1_21_0_0_0_0_0_R23_1_15_0_0_0_0_0_R23_1_5_3_3_0_2_4_2_16_29_5_22_24_26_27_28_2_1_3_1_30_0_";
this.lvlsdata[817] = "v7_0__21_2_112_200_0_20_0_112_200_0_0_0_0_0_0_0_0_0_0_0_168_200_0_20_0_168_200_R0_2_224_200_0_20_0_224_200_R0_1_208_72_0_20_0_208_72_R0_4_368_168_0_20_0_368_168_R0_1_120_56_0_20_0_120_56_R0_1_176_280_0_20_0_176_280_R0_1_48_304_0_20_0_48_304_R0_1_336_264_0_20_0_336_264_R0_1_488_208_0_20_0_488_208_R0_1_448_104_0_20_0_448_104_R0_1_272_200_0_20_0_272_200_R0_1_336_120_0_20_0_336_120_R0_1_456_288_0_20_0_456_288_R0_4_432_232_0_20_0_432_232_R0_4_64_240_0_20_0_64_240_R0_4_168_344_0_20_0_168_344_R0_4_280_280_0_20_0_280_280_R0_4_56_104_0_20_0_56_104_R0_4_160_144_0_20_0_160_144_R0_4_288_88_0_20_0_288_88_R0_21_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.3_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_2_2_1_1_0_";
this.lvlsdata[745] = "v7_0__18_1_456_200_0_20_1.57_272_200_0.03_0_0_0_0_0_0_0_0_0_1_88_200_0_20_0_272_200_R0_2_416_88_0_20_0_320_88_-0.05_0_0_0_0_0_0_0_0_0_2_224_88_0_20_0_320_88_R2_1_224_248_0_20_0_272_200_R0_0_272_200_120_20_1.57_272_200_R0_0_272_200_136_20_0_272_200_R0_1_320_152_0_20_0_272_200_R0_1_384_152_0_20_0_272_200_R0_1_272_368_0_20_0_272_200_R0_1_320_248_0_20_0_272_200_R0_1_272_32_0_20_0_272_200_R0_1_224_152_0_20_0_272_200_R0_1_160_152_0_20_0_272_200_R0_1_152_248_0_20_0_272_200_R0_1_384_248_0_20_0_272_200_R0_1_320_304_0_20_0_272_200_R0_1_224_304_0_20_0_272_200_R0_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_1_1_1_0_0_";
this.lvlsdata[652] = "v7_0__45_0_472_216_0_20_0_352_224_-0.1_0_0_0_0_0_0_0_0_0_1_360_184_0_10_0_240_192_R0_0_232_216_0_20_0_112_224_R0_0_256_216_0_20_0_136_224_R0_0_280_216_0_20_0_160_224_R0_0_304_216_0_20_0_184_224_R0_0_376_216_0_20_0_256_224_R0_0_400_216_0_20_0_280_224_R0_0_424_216_0_20_0_304_224_R0_0_448_216_0_20_0_328_224_R0_0_472_216_0_20_0_352_224_R0_0_472_144_0_20_0_352_152_R0_1_336_112_0_10_0_216_120_R0_1_240_184_0_10_0_120_192_R0_1_264_184_0_10_0_144_192_R0_1_288_184_0_10_0_168_192_R0_1_312_184_0_10_0_192_192_R0_1_336_184_0_10_0_216_192_R0_1_384_184_0_10_0_264_192_R0_1_408_184_0_10_0_288_192_R0_1_432_184_0_10_0_312_192_R0_1_456_184_0_10_0_336_192_R0_0_208_216_0_20_0_88_224_R0_0_208_144_0_20_0_88_152_R0_0_232_144_0_20_0_112_152_R0_0_256_144_0_20_0_136_152_R0_0_280_144_0_20_0_160_152_R0_0_304_144_0_20_0_184_152_R0_0_376_144_0_20_0_256_152_R0_0_400_144_0_20_0_280_152_R0_0_424_144_0_20_0_304_152_R0_0_448_144_0_20_0_328_152_R0_1_216_184_0_10_0_96_192_R0_1_216_112_0_10_0_96_120_R0_1_240_112_0_10_0_120_120_R0_1_264_112_0_10_0_144_120_R0_1_288_112_0_10_0_168_120_R0_1_312_112_0_10_0_192_120_R0_1_408_112_0_10_0_288_120_R0_1_384_112_0_10_0_264_120_R0_1_360_112_0_10_0_240_120_R0_1_456_112_0_10_0_336_120_R0_1_432_112_0_10_0_312_120_R0_2_112_272_0_10_0_112_272_0_0_0_0_0_0_0_0_0_0_2_112_344_0_10_0_112_344_R43_45_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData21 = function () {
this.lvlsdata[506] = "v7_0_Beware of the red!!!_58_0_272_168_0_10_0_272_168_0_0_0_0_0_0_0_0_0_0_1_296_192_0_10_0_296_192_R0_2_528_24_0_10_0_528_24_R0_1_296_144_0_10_0_296_144_R0_0_272_168_0_10_0_272_168_R0_0_272_168_0_10_0_272_168_R0_1_248_144_0_10_0_248_144_R0_0_272_168_0_10_0_272_168_R0_1_248_192_0_10_0_248_192_R0_0_272_120_0_10_0_272_120_R0_0_224_168_0_10_0_224_168_R0_0_320_168_0_10_0_320_168_R0_0_272_216_0_10_0_272_216_R0_1_272_168_0_10_0_272_168_R0_1_272_168_0_10_0_272_168_R0_1_272_168_0_10_0_272_168_R0_1_272_168_0_10_0_272_168_R0_0_488_200_0_10_0_488_200_R0_0_424_136_0_10_0_424_136_R0_1_424_168_0_10_0_424_168_R0_0_424_200_0_10_0_424_200_R0_0_424_136_0_10_0_424_136_R0_1_488_168_0_10_0_488_168_R0_1_456_136_0_10_0_456_136_R0_1_456_200_0_10_0_456_200_R0_0_488_200_0_10_0_488_200_R0_0_488_136_0_10_0_488_136_R0_0_488_136_0_10_0_488_136_R0_0_424_200_0_10_0_424_200_R0_0_104_136_0_10_0_104_136_R0_0_104_200_0_10_0_104_200_R0_0_136_168_0_10_0_136_168_R0_0_72_168_0_10_0_72_168_R0_0_72_168_0_10_0_72_168_R0_0_136_168_0_10_0_136_168_R0_0_104_200_0_10_0_104_200_R0_0_104_136_0_10_0_104_136_R0_1_72_200_0_10_0_72_200_R0_1_136_200_0_10_0_136_200_R0_1_72_136_0_10_0_72_136_R0_1_136_136_0_10_0_136_136_R0_4_456_168_0_20_0_456_168_R0_4_104_168_0_20_0_104_168_R0_0_360_96_188_10_1.57_360_96_R0_0_184_168_116_10_1.57_184_168_R0_0_272_288_88_10_0_272_288_R0_1_320_16_0_10_0_320_16_R0_0_40_56_76_10_0_40_56_R0_0_504_288_76_10_0_504_288_R0_0_272_48_88_10_0_272_48_R0_0_272_120_0_10_0_272_120_R0_0_320_168_0_10_0_320_168_R0_0_272_216_0_10_0_272_216_R0_0_320_168_0_10_0_320_168_R0_0_224_168_0_10_0_224_168_R0_0_272_216_0_10_0_272_216_R0_0_272_120_0_10_0_272_120_R0_0_224_168_0_10_0_224_168_R0_58_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_409_0.95_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_315_0.95_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_223_0.95_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_134_0.95_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_90_0.95_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_362_0.95_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_181_0.95_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_4.8_268_0.95_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_181_0.93_1_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_356_0.92_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_268_0.95_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.94_1_0_0_0.5_0_0_0_0_0_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R20_1_25_0_0_0_0_0_R21_1_26_0_0_0_0_0_R17_1_27_0_0_0_0_0_R18_1_28_0_0_0_0_0_R18_1_29_0_0_0_0_0_R18_1_30_0_0_0_0_0_R20_1_31_0_0_0_0_0_R20_1_32_0_0_0_0_0_R21_1_33_0_0_0_0_0_R21_1_34_0_0_0_0_0_R17_1_35_0_0_0_0_0_R17_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R1_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_R1_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R1_1_44_0_0_0_0_0_R1_1_45_0_0_0_0_0_R1_1_46_0_0_0_0_0_R1_1_47_0_0_0_0_0_R1_1_48_0_0_0_0_0_R1_1_49_0_0_0_0_0_R7_1_50_0_0_0_0_0_R7_1_51_0_0_0_0_0_R5_1_52_0_0_0_0_0_R5_1_53_0_0_0_0_0_R4_1_54_0_0_0_0_0_R4_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_1_5_46_49_43_45_44_16_4_0_1_51_55_4_3_4_53_56_4_7_8_52_57_4_5_6_50_54_2_11_13_2_9_16_2_10_15_2_12_14_3_22_26_25_3_19_20_21_3_17_24_28_3_23_27_18_3_30_38_34_3_29_40_31_3_35_37_33_3_36_39_32_0_";
this.lvlsdata[510] = "v7_0_Beware of the red._61_0_408_224_0_10_0.16_408_224_0_0_0_0_0_0_0_0_0_0_0_88_160_0_10_0_88_160_R0_0_232_240_0_10_0_232_240_R0_0_168_264_0_10_-0.79_168_264_R0_1_232_272_0_10_0_232_272_R0_1_168_296_0_10_0_168_296_R0_1_88_192_0_10_0_88_192_R0_1_408_256_0_10_0_408_256_R0_2_504_72_0_10_0_504_72_R0_0_168_328_0_10_0_168_328_R0_0_232_304_0_10_0_232_304_R0_0_408_288_0_10_0_408_288_R0_0_88_224_0_10_0_88_224_R0_0_136_336_0_10_0_136_336_R0_0_56_160_0_10_0_56_160_R0_0_200_112_0_10_0_200_112_R0_0_56_224_0_10_0_56_224_R0_1_56_128_0_10_0_56_128_R0_1_136_304_0_10_0_136_304_R0_1_56_192_0_10_0_56_192_R0_1_200_80_0_10_0_200_80_R0_0_56_160_0_10_0_56_160_R0_0_200_48_0_10_0_200_48_R0_0_136_272_0_10_0_136_272_R0_0_56_96_0_10_0.16_56_96_R0_0_288_48_0_10_0.16_288_48_R0_0_168_48_0_10_0_168_48_R0_0_440_232_0_10_0_440_232_R0_0_256_240_0_10_0_256_240_R0_1_440_264_0_10_0_440_264_R0_1_256_272_0_10_0_256_272_R0_1_168_80_0_10_0_168_80_R0_1_288_80_0_10_0_288_80_R0_0_256_304_0_10_0_256_304_R0_0_440_296_0_10_0_440_296_R0_0_288_112_0_10_0_288_112_R0_0_168_112_0_10_0_168_112_R0_0_392_112_0_10_0_392_112_R0_0_320_112_0_10_0_320_112_R0_0_88_160_0_10_0_88_160_R0_0_200_320_0_10_0_200_320_R0_1_320_80_0_10_0_320_80_R0_1_392_80_0_10_0_392_80_R0_1_200_288_0_10_0_200_288_R0_1_88_128_0_10_0_88_128_R0_0_200_256_0_10_0_200_256_R0_0_88_96_0_10_0_88_96_R0_0_392_48_0_10_0_392_48_R0_0_320_48_0_10_0.16_320_48_R0_0_320_296_0_10_0_320_296_R0_1_320_264_0_10_0_320_264_R0_0_320_232_0_10_0.16_320_232_R0_0_352_224_0_10_0.16_352_224_R0_1_352_256_0_10_0_352_256_R0_0_352_288_0_10_0_352_288_R0_0_472_304_0_10_0_472_304_R0_1_472_272_0_10_0_472_272_R0_0_472_240_0_10_0_472_240_R0_0_360_48_0_10_0_360_48_R0_1_360_80_0_10_0_360_80_R0_0_360_112_0_10_0_360_112_R0_61_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.9_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R4_1_5_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_7_0_0_0_0_0_R4_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_269_0.9_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R9_1_10_0_0_0_0_0_R9_1_11_0_0_0_0_0_R9_1_12_0_0_0_0_0_R9_1_13_0_0_0_0_0_R9_1_14_0_0_0_0_0_R9_1_15_0_0_0_0_0_R9_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_R4_1_18_0_0_0_0_0_R4_1_19_0_0_0_0_0_R4_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R4_1_29_0_0_0_0_0_R4_1_30_0_0_0_0_0_R4_1_31_0_0_0_0_0_R4_1_32_0_0_0_0_0_R9_1_33_0_0_0_0_0_R9_1_34_0_0_0_0_0_R9_1_35_0_0_0_0_0_R9_1_36_0_0_0_0_0_R9_1_37_0_0_0_0_0_R9_1_38_0_0_0_0_0_R9_1_39_0_0_0_0_0_R9_1_40_0_0_0_0_0_R4_1_41_0_0_0_0_0_R4_1_42_0_0_0_0_0_R4_1_43_0_0_0_0_0_R4_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R9_1_49_0_0_0_0_0_R4_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R4_1_53_0_0_0_0_0_R9_1_54_0_0_0_0_0_R9_1_55_0_0_0_0_0_R4_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R4_1_59_0_0_0_0_0_R9_1_60_0_20_3_1_6_12_3_0_7_11_3_2_4_10_3_3_5_9_3_18_23_13_3_17_24_14_3_20_22_15_3_19_21_16_3_37_42_47_3_38_41_48_3_39_44_46_3_40_43_45_3_31_36_26_3_32_35_25_3_29_34_27_3_30_33_28_3_50_51_49_3_52_53_54_3_56_57_55_3_59_60_58_0_";
this.lvlsdata[751] = "v7_0__36_4_272_200_336_46_1.57_272_200_0.07_0_0_0_0_0_0_0_0_0_2_384_200_0_18_0_272_200_R0_1_128_352_0_10_0_272_200_0.06_0_0_0_0_0_0_0_0_0_0_744_-64_0_20_0_744_-64_0_0_0_0_0_0_0_0_0_0_4_272_-40_308_46_3.14_272_-40_R3_1_152_136_0_10_0_272_200_R2_4_16_16_72_46_-0.79_16_16_R3_4_592_208_224_46_1.57_592_208_R3_4_272_440_308_46_3.14_272_440_R3_4_-40_208_224_46_1.57_-40_208_R3_4_528_24_72_46_0.79_528_24_R3_4_528_376_72_46_-0.79_528_376_R3_4_24_376_72_46_0.79_24_376_R3_1_64_280_0_10_0_272_200_R2_1_32_160_0_10_0_272_200_R2_1_80_216_0_10_0_272_200_R2_1_192_320_0_10_0_272_200_R2_1_152_296_0_10_0_272_200_R2_1_96_112_0_10_0_272_200_R2_1_48_112_0_10_0_272_200_R2_1_448_136_0_10_0_272_200_R2_1_504_104_0_10_0_272_200_R2_1_344_104_0_10_0_272_200_R2_1_336_40_0_10_0_272_200_R2_1_360_352_0_10_0_272_200_R2_1_408_80_0_10_0_272_200_R2_1_520_152_0_10_0_272_200_R2_1_472_216_0_10_0_272_200_R2_1_192_32_0_10_0_272_200_R2_1_208_96_0_10_0_272_200_R2_2_160_200_0_18_0_272_200_R0_1_480_280_0_10_0_272_200_R2_1_400_272_0_10_0_272_200_R2_1_440_40_0_10_0_272_200_R2_1_432_320_0_10_0_272_200_R2_1_136_64_0_10_0_272_200_R2_36_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R2_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R2_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_R2_1_23_0_0_0_0_0_R2_1_24_0_0_0_0_0_R2_1_25_0_0_0_0_0_R2_1_26_0_0_0_0_0_R2_1_27_0_0_0_0_0_R2_1_28_0_0_0_0_0_R2_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R2_1_32_0_0_0_0_0_R2_1_33_0_0_0_0_0_R2_1_34_0_0_0_0_0_R2_1_35_1_1_1_0_0_";
this.lvlsdata[1015] = "v7_0__10_0_280_232_340_10_3.14_280_232_0_0_0_0_0_0_0_0_0_0_2_280_336_24_24_0_280_336_R0_4_280_264_0_20_0_280_264_R0_4_544_200_228_10_1.57_544_200_R0_4_8_200_228_10_1.57_8_200_R0_1_280_104_56_10_0_280_104_R0_4_200_104_8_12_1.57_200_104_R0_4_360_104_8_12_1.57_360_104_R0_2_244_320_12_12_1.57_244_320_R0_2_316_320_12_12_1.57_316_320_R0_10_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_2_0.9_0.5_0.1_0.1_1_0.5_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_-176_0_0.5_0_0_0_0_0_176_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.3_1_0_90_0.7_2_0_0_0.5_0_0_0_0_0_144_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R5_1_7_0_0_0_0_0_R0_1_9_1_3_5_6_7_0_0_";
this.lvlsdata[677] = "v7_0__56_4_264_688_272_64_0_264_688_0_0_0_0_0_0_0_0_0_0_4_264_496_272_64_0_264_496_R0_2_264_592_0_24_0_272_368_R0_2_272_368_0_20_0_272_368_R0_4_480_304_300_72_1.57_480_304_R0_4_64_304_300_72_1.57_64_304_R0_1_384_-368_0_20_0_384_-368_R0_0_160_-312_0_20_0_160_-312_R0_0_384_-312_0_20_0_384_-312_R0_0_328_-312_0_20_0_328_-312_R0_0_272_-312_0_20_0_272_-312_R0_1_216_-312_0_20_0_216_-312_R0_0_272_-368_0_20_0_272_-368_R0_0_328_-368_0_20_0_328_-368_R0_0_216_-368_0_20_0_216_-368_R0_0_384_-424_0_20_0_384_-424_R0_0_160_-368_0_20_0_160_-368_R0_1_272_-424_0_20_0_272_-424_R0_0_328_-424_0_20_0_328_-424_R0_0_160_-424_0_20_0_160_-424_R0_0_216_-424_0_20_0_216_-424_R0_1_160_-480_0_20_0_160_-480_R0_0_216_-480_0_20_0_216_-480_R0_0_272_-480_0_20_0_272_-480_R0_0_328_-480_0_20_0_328_-480_R0_0_384_-480_0_20_0_384_-480_R0_0_272_-536_0_20_0_272_-536_R0_1_328_-536_0_20_0_328_-536_R0_0_384_-536_0_20_0_384_-536_R0_0_160_-536_0_20_0_160_-536_R0_0_216_-536_0_20_0_216_-536_R0_0_216_-256_0_20_0_216_-256_R0_0_160_-256_0_20_0_160_-256_R0_0_384_-256_0_20_0_384_-256_R0_1_328_-256_0_20_0_328_-256_R0_0_272_-256_0_20_0_272_-256_R0_0_384_-200_0_20_0_384_-200_R0_0_328_-200_0_20_0_328_-200_R0_0_272_-200_0_20_0_272_-200_R0_0_216_-200_0_20_0_216_-200_R0_1_160_-200_0_20_0_160_-200_R0_0_216_-144_0_20_0_216_-144_R0_0_160_-144_0_20_0_160_-144_R0_0_328_-144_0_20_0_328_-144_R0_1_272_-144_0_20_0_272_-144_R0_0_160_-88_0_20_0_160_-88_R0_0_384_-144_0_20_0_384_-144_R0_0_216_-88_0_20_0_216_-88_R0_0_328_-88_0_20_0_328_-88_R0_0_272_-88_0_20_0_272_-88_R0_1_216_-32_0_20_0_216_-32_R0_0_272_-32_0_20_0_272_-32_R0_0_328_-32_0_20_0_328_-32_R0_0_384_-32_0_20_0_384_-32_R0_0_160_-32_0_20_0_160_-32_R0_1_384_-88_0_20_0_384_-88_R0_56_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_120_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_6_100_0_0_0_0_R6_1_7_100_0_0_0_0_R6_1_8_100_0_0_0_0_R6_1_9_100_0_0_0_0_R6_1_10_100_0_0_0_0_R6_1_11_120_0_0_0_0_R6_1_12_120_0_0_0_0_R6_1_13_120_0_0_0_0_R6_1_14_140_0_0_0_0_R6_1_15_120_0_0_0_0_R6_1_16_140_0_0_0_0_R6_1_17_140_0_0_0_0_R6_1_18_140_0_0_0_0_R6_1_19_140_0_0_0_0_R6_1_20_160_0_0_0_0_R6_1_21_160_0_0_0_0_R6_1_22_160_0_0_0_0_R6_1_23_160_0_0_0_0_R6_1_24_160_0_0_0_0_R6_1_25_180_0_0_0_0_R6_1_26_180_0_0_0_0_R6_1_27_180_0_0_0_0_R6_1_28_180_0_0_0_0_R6_1_29_180_0_0_0_0_R6_1_30_80_0_0_0_0_R6_1_31_80_0_0_0_0_R6_1_32_80_0_0_0_0_R6_1_33_80_0_0_0_0_R6_1_34_80_0_0_0_0_R6_1_35_60_0_0_0_0_R6_1_36_60_0_0_0_0_R6_1_37_60_0_0_0_0_R6_1_38_60_0_0_0_0_R6_1_39_60_0_0_0_0_R6_1_40_40_0_0_0_0_R6_1_41_40_0_0_0_0_R6_1_42_40_0_0_0_0_R6_1_43_40_0_0_0_0_R6_1_44_20_0_0_0_0_R6_1_45_40_0_0_0_0_R6_1_46_20_0_0_0_0_R6_1_47_20_0_0_0_0_R6_1_48_20_0_0_0_0_R6_1_49_0_0_0_0_0_R6_1_50_0_0_0_0_0_R6_1_51_0_0_0_0_0_R6_1_52_0_0_0_0_0_R6_1_53_0_0_0_0_0_R6_1_54_20_0_0_0_0_R6_1_55_10_5_7_8_9_10_11_5_6_12_13_14_16_5_15_17_18_19_20_5_21_22_23_24_25_5_26_27_28_29_30_5_31_32_33_34_35_5_36_37_38_39_40_5_41_42_43_44_46_5_45_47_48_49_55_5_50_51_52_53_54_0_0_";
this.lvlsdata[684] = "v7_0__19_4_464_376_128_32_-1.57_464_376_0_0_0_100_0_0.1_0_0_0_0_0_528_376_128_32_-1.57_528_376_R0_4_80_376_128_32_-1.57_80_376_R0_4_208_376_128_32_-1.57_208_376_R0_0_272_376_128_32_-1.57_272_376_R0_4_336_376_128_32_-1.57_336_376_R0_0_400_376_128_32_-1.57_400_376_R0_0_144_376_128_32_-1.57_144_376_R0_0_16_376_128_32_-1.57_16_376_R0_1_464_312_0_10_0_472_312_0.1_0_0_0_4_0_0.1_0_0_0_2_328_48_0_14_0_328_48_0_0_0_0_0_0_0_0_0_0_1_528_304_0_10_0_536_304_R9_1_80_312_0_10_0_88_312_R9_1_144_304_0_10_0_152_304_R9_1_208_312_0_10_0_216_312_R9_1_272_304_0_10_0_280_304_R9_1_336_312_0_10_0_344_312_R9_1_400_304_0_10_0_408_304_R9_1_16_304_0_10_0_24_304_R9_19_20_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_60_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_60_0_0_0_0_R0_1_3_20_0_0_0_0_R0_1_4_100_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_40_0_0_0_0_R0_1_7_70_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_";
this.lvlsdata[703] = "v7_0_-> Toe <-_85_4_528_176_1388_106_-1.57_528_176_0_0_0_0_0_0_0_0_0_0_4_24_176_1388_106_-1.57_24_176_R0_4_288_544_340_66_0_288_544_R0_2_272_632_0_16_0_272_344_R0_2_272_344_0_24_0_272_344_R0_1_384_-32_0_10_0_384_-32_R0_0_384_-88_0_20_0_384_-88_R0_0_384_-144_0_20_0_384_-144_R0_0_384_-200_0_20_0_384_-200_R0_1_384_-256_0_10_0_384_-256_R0_1_384_-480_0_20_0_384_-480_R0_0_384_-536_0_20_0_384_-536_0_0_0_0_0_0_0_0_100_-0.1_0_384_-592_0_20_0_384_-592_0_0_0_0_0_0_0_0_100_0.1_0_384_-648_0_20_0_384_-648_R11_1_384_-704_0_10_0_384_-704_R0_0_240_-816_0_20_0_264_-816_0.1_0_0_0_0_0_0_0_0_0_1_168_-872_0_10_0_168_-872_R0_1_240_-760_0_10_0.16_240_-760_R0_1_272_-936_152_10_0_272_-936_R0_1_168_-648_0_20_0_168_-648_R0_0_168_-592_0_20_0_168_-592_R12_0_168_-536_0_20_0_168_-536_R11_0_168_-480_0_20_0_168_-480_R12_1_168_-424_0_10_0_168_-424_R0_1_240_-312_0_10_0_240_-312_R0_1_168_-200_0_10_0_168_-200_R0_0_168_-144_0_20_0_168_-144_R0_0_168_-88_0_20_0_168_-88_R0_0_168_-32_0_20_0_168_-32_R0_0_312_-872_0_20_0_288_-872_-0.1_0_0_0_0_0_0_0_0_0_0_312_-760_0_20_0_288_-760_R29_0_240_-648_0_20_0_240_-648_R11_0_240_-592_0_20_0_240_-592_R12_1_240_-536_0_20_0_240_-536_R0_0_240_-480_0_20_0_240_-480_R12_0_240_-200_0_20_0_240_-200_R0_0_240_-144_0_20_0_240_-144_R0_1_240_-88_0_10_0_240_-88_R0_0_240_-32_0_20_0_240_-32_R0_1_312_-816_0_10_0_312_-816_R0_0_312_-648_0_20_0_312_-648_R11_1_312_-592_0_20_0_312_-592_R0_0_312_-536_0_20_0_312_-536_R11_0_312_-480_0_20_0_312_-480_R12_1_312_-368_0_10_0_312_-368_R0_0_312_-200_0_20_0_312_-200_R0_1_312_-144_0_10_0_312_-144_R0_0_312_-88_0_20_0_312_-88_R0_0_312_-32_0_20_0_312_-32_R0_0_312_-424_0_20_0_312_-424_0_0_0_0_67_0_0.1_0_0_0_0_240_-256_0_20_0_240_-256_R49_0_312_-312_0_20_0_312_-312_R49_0_384_-368_0_20_0_384_-368_R49_0_240_-424_0_20_0_240_-424_R49_0_384_-424_0_20_0_384_-424_R49_0_168_-368_0_20_0_168_-368_R49_0_240_-368_0_20_0_240_-368_R49_0_168_-312_0_20_0_168_-312_R49_0_384_-312_0_20_0_384_-312_R49_0_312_-256_0_20_0_312_-256_R49_0_168_-256_0_20_0_168_-256_R49_1_224_-1008_52_10_-1.57_224_-1008_R0_1_248_-1000_32_10_-1.57_248_-1000_R0_1_272_-1032_24_10_0_272_-1032_R0_0_240_-704_0_20_0_264_-704_R15_0_312_-704_0_20_0_336_-704_R15_0_168_-704_0_20_0_192_-704_R15_0_168_-760_0_20_0_144_-760_R29_0_384_-760_0_20_0_360_-760_R29_0_384_-816_0_20_0_408_-816_R15_0_168_-816_0_20_0_192_-816_R15_0_240_-872_0_20_0_216_-872_R29_0_384_-872_0_20_0_360_-872_R29_2_272_464_152_10_0_272_464_R0_1_320_-992_32_10_-1.57_320_-992_R0_1_344_-1024_16_10_0_344_-1024_R0_1_296_-1000_32_10_-1.57_296_-1000_R0_1_272_-960_24_10_0_272_-960_R0_1_344_-960_20_10_0_344_-960_R0_1_360_-1008_8_10_-1.57_360_-1008_R0_1_344_-992_16_10_0_344_-992_R0_1_224_-1072_56_10_0_224_-1072_R0_1_232_344_0_10_0_272_344_R29_1_312_344_0_10_0_272_344_R15_2_280_-1200_0_100_-2.98_280_-1200_R0_72_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_4_3_4_82_83_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_20_0_0_0_0_R4_1_6_40_0_0_0_0_R4_1_7_60_0_0_0_0_R4_1_8_80_0_0_0_0_R4_1_9_160_0_0_0_0_R4_1_10_180_0_0_0_0_R4_1_11_200_0_0_0_0_R4_1_12_220_0_0_0_0_R4_1_13_240_0_0_0_0_R4_1_14_280_0_0_0_0_R4_1_15_300_0_0_0_0_R4_1_16_260_0_0_0_0_R4_1_17_320_0_0_0_0_R4_11_18_61_62_63_74_75_76_77_78_79_81_220_0_0_0_0_R4_1_19_200_0_0_0_0_R4_1_20_180_0_0_0_0_R4_1_21_160_0_0_0_0_R4_1_22_140_0_0_0_0_R4_1_23_100_0_0_0_0_R4_1_24_60_0_0_0_0_R4_1_25_40_0_0_0_0_R4_1_26_20_0_0_0_0_R4_1_27_0_0_0_0_0_R4_1_28_300_0_0_0_0_R4_1_29_260_0_0_0_0_R4_1_30_220_0_0_0_0_R4_1_31_200_0_0_0_0_R4_1_32_180_0_0_0_0_R4_1_33_160_0_0_0_0_R4_1_34_60_0_0_0_0_R4_1_35_40_0_0_0_0_R4_1_36_20_0_0_0_0_R4_1_37_0_0_0_0_0_R4_1_38_280_0_0_0_0_R4_1_39_220_0_0_0_0_R4_1_40_200_0_0_0_0_R4_1_41_180_0_0_0_0_R4_1_42_160_0_0_0_0_R4_1_43_120_0_0_0_0_R4_1_44_60_0_0_0_0_R4_1_45_40_0_0_0_0_R4_1_46_20_0_0_0_0_R4_1_47_0_0_0_0_0_R4_1_48_140_0_0_0_0_R4_1_49_80_0_0_0_0_R4_1_50_100_0_0_0_0_R4_1_51_120_0_0_0_0_R4_1_52_140_0_0_0_0_R4_1_53_140_0_0_0_0_R4_1_54_120_0_0_0_0_R4_1_55_120_0_0_0_0_R4_1_56_100_0_0_0_0_R4_1_57_100_0_0_0_0_R4_1_58_80_0_0_0_0_R4_1_59_80_0_0_0_0_R4_1_60_240_0_0_0_0_R4_1_64_240_0_0_0_0_R4_1_65_240_0_0_0_0_R4_1_66_260_0_0_0_0_R4_1_67_260_0_0_0_0_R4_1_68_280_0_0_0_0_R4_1_69_280_0_0_0_0_R4_1_70_300_0_0_0_0_R4_1_71_300_0_0_0_0_R4_1_72_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_73_320_0_0_0_0_R4_1_80_350_0_0_0_0_R4_1_84_16_4_16_29_71_72_4_15_39_69_70_4_17_30_67_68_4_14_64_65_66_4_13_19_31_40_4_12_20_32_41_4_11_21_33_42_4_10_22_34_43_4_8_25_35_45_4_7_26_36_46_4_6_27_37_47_4_5_28_38_48_4_9_50_59_60_4_24_51_57_58_4_44_52_55_56_4_23_49_53_54_0_0_";
this.lvlsdata[289] = "v7_0_It's like a parking game. Once you grab one, wait the yellow capsules is back to a circle to get out._18_2_360_200_0_16_0_360_200_0_0_0_0_0_0_0_0_0_0_2_272_168_0_10_0_272_168_0_0_0_15_0_0.04_0_1_0_0_0_425_139_48_10_0.31_425_139_R0_0_442_86_48_10_0.31_442_86_R0_1_469_124_0_10_0_469_124_R0_1_80_30_0_10_0_80_30_R0_0_105_67_48_10_1.57_105_67_R0_0_53_66_48_10_1.57_53_66_R0_0_397_353_48_10_0_397_353_R0_0_397_302_48_10_0_397_302_R0_1_438_328_0_10_0_438_328_R0_0_165_319_48_10_1.57_165_319_R0_0_219_319_48_10_1.57_219_319_R0_1_192_360_0_10_0_192_360_R0_0_80_18_24_10_0_80_18_R0_0_192_368_24_10_0_192_368_R0_0_448_328_24_10_1.57_448_328_R0_0_480_128_24_10_1.88_480_128_R0_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.5_0.5_1_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_1_0_1_1_0_";
this.lvlsdata[964] = "v7_0_The rotation radius changes when you move!!_32_4_328_336_0_20_0_328_352_0_0_0_0_0_0_0_1_0_0_2_328_352_0_20_0_328_352_R0_0_56_168_0_20_0_56_168_0_0_0_0_0_0_0_0_0_0_0_168_280_0_20_0_168_280_R2_0_56_280_0_20_0_56_280_R2_0_56_56_0_20_0_56_56_R2_0_168_56_0_20_0_168_56_R2_0_168_168_0_20_0_168_168_R2_0_280_168_0_20_0_280_168_R2_0_280_56_0_20_0_280_56_R2_0_392_56_0_20_0_392_56_R2_0_504_280_0_20_0_504_280_R2_0_504_56_0_20_0_504_56_R2_0_504_168_0_20_0_504_168_R2_0_392_168_0_20_0_392_168_R2_1_56_224_0_16_0_56_224_R2_1_112_56_0_16_0_112_56_R2_1_224_56_0_16_0_224_56_R2_1_336_56_0_16_0_336_56_R2_1_448_56_0_16_0_448_56_R2_1_112_168_0_16_0_112_168_R2_1_224_168_0_16_0_224_168_R2_1_336_168_0_16_0_336_168_R2_1_448_168_0_16_0_448_168_R2_1_504_224_0_16_0_504_224_R2_1_504_112_0_16_0_504_112_R2_1_392_112_0_16_0_392_112_R2_1_280_112_0_16_0_280_112_R2_1_168_112_0_16_0_168_112_R2_1_168_224_0_16_0_168_224_R2_1_56_112_0_16_0_56_112_R2_1_112_280_0_16_0_112_280_R2_31_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_1_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData22 = function () {
this.lvlsdata[430] = "v7_0__82_2_248_200_0_10_0_248_200_0_0_0_0_0_0_0_0_0_0_0_184_312_0_10_0_248_200_0.1_0_0_0_0_0_0_0_0_0_4_272_176_0_10_0_248_200_R1_4_168_296_0_10_0_248_200_R1_0_152_280_0_10_0_248_200_R1_4_144_256_0_10_0_248_200_R1_0_136_232_0_10_0_248_200_R1_4_136_208_0_10_0_248_200_R1_0_136_184_0_10_0_248_200_R1_4_144_160_0_10_0_248_200_R1_4_184_16_0_10_0_248_200_R1_0_152_136_0_10_0_248_200_R1_4_168_120_0_10_0_248_200_R1_0_264_264_0_10_0_248_200_R1_4_240_256_0_10_0_248_200_R1_0_224_240_0_10_0_248_200_R1_4_216_216_0_10_0_248_200_R1_0_216_192_0_10_0_248_200_R1_4_232_176_0_10_0_248_200_R1_0_256_168_0_10_0_248_200_R1_0_184_104_0_10_0_248_200_R1_4_208_96_0_10_0_248_200_R1_0_232_96_0_10_0_248_200_R1_4_256_96_0_10_0_248_200_R1_4_280_208_0_10_0_248_200_R1_0_280_192_0_10_0_248_200_R1_0_320_128_0_10_0_248_200_R1_4_336_144_0_10_0_248_200_R1_0_344_168_0_10_0_248_200_R1_4_344_192_0_10_0_248_200_R1_0_336_216_0_10_0_248_200_R1_4_328_240_0_10_0_248_200_R1_4_304_112_0_10_0_248_200_R1_0_280_104_0_10_0_248_200_R1_0_312_256_0_10_0_248_200_R1_4_288_264_0_10_0_248_200_R1_0_400_264_0_10_0_248_200_R1_4_384_280_0_10_0_248_200_R1_0_368_296_0_10_0_248_200_R1_4_352_312_0_10_0_248_200_R1_0_328_320_0_10_0_248_200_R1_4_304_328_0_10_0_248_200_R1_0_280_328_0_10_0_248_200_R1_4_256_328_0_10_0_248_200_R1_0_232_328_0_10_0_248_200_R1_4_208_320_0_10_0_248_200_R1_1_48_64_0_10_0_48_64_R1_0_208_16_0_10_0_248_200_R1_4_232_16_0_10_0_248_200_R1_0_256_16_0_10_0_248_200_R1_4_280_24_0_10_0_248_200_R1_0_304_32_0_10_0_248_200_R1_4_328_40_0_10_0_248_200_R1_0_344_48_0_10_0_248_200_R1_4_360_64_0_10_0_248_200_R1_0_376_80_0_10_0_248_200_R1_4_392_96_0_10_0_248_200_R1_0_400_120_0_10_0_248_200_R1_4_408_144_0_10_0_248_200_R1_0_416_168_0_10_0_248_200_R1_4_416_192_0_10_0_248_200_R1_0_416_216_0_10_0_248_200_R1_4_408_240_0_10_0_248_200_R1_4_376_208_0_20_0_400_208_-0.1_0_0_0_0_0_0_0_0_0_4_264_296_0_20_0_288_296_R63_4_280_296_0_20_0_256_296_R63_4_392_208_0_20_0_368_208_R63_4_184_216_0_20_0_160_216_R1_4_168_216_0_20_0_192_216_R1_4_264_56_0_20_0_240_56_R1_4_248_56_0_20_0_272_56_R1_1_256_56_0_20_0_256_56_R0_1_272_296_0_20_0_272_296_R0_1_176_216_0_20_0_176_216_R0_1_384_208_0_20_0_384_208_R0_1_256_224_20_10_0_248_200_R1_1_272_296_20_10_1.57_248_200_R1_1_384_176_20_10_0_248_200_R1_1_176_200_20_10_0_248_200_R1_1_312_192_20_10_0_248_200_R1_1_184_56_28_10_1.57_248_200_R1_1_232_136_28_10_1.57_248_200_R1_82_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_0_0_0_";
this.lvlsdata[895] = "v7_0_What a Beam!! Take the last capsule first!_31_2_112_232_0_10_0_112_232_0_0_0_0_0_0_0_0_0_0_1_824_240_0_10_0_824_240_R0_0_824_216_0_10_0_824_216_R0_0_800_240_0_10_0_800_240_R0_1_800_216_0_10_0_800_216_R0_1_776_240_0_10_0_776_240_R0_0_776_216_0_10_0_776_216_R0_0_752_240_0_10_0_752_240_R0_1_752_216_0_10_0_752_216_R0_1_728_240_0_10_0_728_240_R0_0_728_216_0_10_0_728_216_R0_0_704_240_0_10_0_704_240_R0_1_704_216_0_10_0_704_216_R0_1_680_240_0_10_0_680_240_R0_0_680_216_0_10_0_680_216_R0_0_656_240_0_10_0_656_240_R0_1_656_216_0_10_0_656_216_R0_1_632_240_0_10_0_632_240_R0_0_632_216_0_10_0_632_216_R0_0_608_240_0_10_0_608_240_R0_1_608_216_0_10_0_608_216_R0_1_584_240_0_10_0_584_240_R0_0_584_216_0_10_0_584_216_R0_0_560_240_0_10_0_560_240_R0_1_560_216_0_10_0_560_216_R0_1_536_240_0_10_0_536_240_R0_0_536_216_0_10_0.16_536_216_R0_0_512_240_0_10_0_512_240_R0_1_512_216_0_10_0_512_216_R0_1_488_240_0_10_0_488_240_R0_0_488_216_0_10_0_488_216_R0_31_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.6_0.6_0_0_90_0.7_15_0_0_1_0_0_0_0_0_-80_-80_1_0_0_0_0_0_-112_96_1_0_0_0_0_0_-192_-64_1_0_0_0_0_0_-208_80_1_0_0_0_0_0_-272_-96_1_0_0_0_0_0_-192_-160_1_0_0_0_0_0_-320_-192_1_0_0_0_0_0_-448_-144_1_0_0_0_0_0_-208_-80_1_0_0_0_0_0_-352_-16_1_0_0_0_0_0_-336_96_1_0_0_0_0_0_-208_160_1_0_0_0_0_0_-48_64_1_0_0_0_0_0_-24_32_1_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_0_1_0_0.5_15_0_0_1_0_0_0_0_0_-80_-80_1_0_0_0_0_0_-112_96_1_0_0_0_0_0_-192_-64_1_0_0_0_0_0_-208_80_1_0_0_0_0_0_-272_-96_1_0_0_0_0_0_-192_-160_1_0_0_0_0_0_-320_-192_1_0_0_0_0_0_-448_-144_1_0_0_0_0_0_-208_-80_1_0_0_0_0_0_-352_-16_1_0_0_0_0_0_-336_96_1_0_0_0_0_0_-208_160_1_0_0_0_0_0_-48_64_1_0_0_0_0_0_-24_32_1_0_0_0_0_0_1_29_0_0_0_0_0_R29_1_30_0_0_28_28_26_26_24_24_22_24_20_20_18_18_16_14_16_12_14_10_12_8_10_6_8_4_6_2_4_28_30_29_27_27_25_25_23_23_21_21_19_19_17_17_15_15_13_13_11_11_9_9_7_7_5_5_3_3_1_";
this.lvlsdata[572] = "v7_0_Push the yellow-green button after you're done with the last stretch._62_0_296_120_0_20_0_296_120_0_0_0_0_0_0_0_0_0_0_2_344_120_0_20_0_296_120_R0_1_344_72_0_20_0_344_72_R0_4_296_120_0_20_0_248_120_R0_2_40_32_0_18_0_40_32_R0_4_40_-16_0_20_0_40_-24_0_0_0_0_0_0_0_0_100_-0.1_4_544_200_200_10_-1.57_544_200_R0_4_80_160_156_10_-1.57_80_160_R0_4_272_400_272_10_3.14_272_400_R0_1_40_368_0_10_0_40_368_R0_4_0_360_40_10_-1.57_0_360_0_0_0_0_0_0_0_0_100_0.08_4_0_200_200_10_-1.57_0_200_R0_4_504_400_40_10_0_504_392_R5_1_512_360_0_10_0_512_360_R0_4_312_0_232_10_0_312_0_R0_4_544_40_40_10_-1.57_544_40_0_0_0_0_0_0_0_0_100_-0.08_1_504_32_0_10_0_504_32_R0_4_272_240_108_10_-3.14_272_240_R0_4_272_320_192_10_-3.14_272_320_R0_0_424_216_0_10_0_424_216_R0_4_464_200_120_10_-1.57_464_200_R0_0_176_360_0_10_0_176_360_R0_1_416_40_0_10_0_416_40_R0_4_424_0_40_10_-3.14_424_8_R15_4_464_320_0_26_0_464_320_R0_0_304_40_0_10_0_304_40_R0_0_232_24_0_10_0_232_24_R0_0_368_360_0_10_0_368_360_R0_4_120_320_40_10_-3.14_120_328_0_0_0_0_0_0_0_0_100_0.1_1_456_240_0_10_0_456_240_R0_4_304_72_0_10_0_304_72_R0_0_424_168_0_10_0_424_168_R0_1_424_280_0_20_0_424_280_R0_4_384_120_120_10_-1.57_384_120_R0_0_120_208_0_20_0_120_208_R0_0_272_200_0_20_0_272_200_R0_0_120_112_0_20_0_120_112_R0_4_392_240_0_10_0_392_240_R0_4_272_160_32_10_3.14_272_160_R0_1_200_88_28_10_0_200_88_R0_4_160_160_80_10_-1.57_160_160_R0_4_232_80_72_10_-3.14_232_80_R0_4_240_120_40_10_-1.57_240_120_R0_4_392_144_0_10_0_392_144_R0_4_160_72_0_10_0_160_72_R0_0_272_280_0_10_0_272_280_0_0_0_0_0_0_0_0_19_0.1_0_160_40_0_10_0_160_40_R0_0_272_360_0_10_0_272_360_R0_1_200_104_28_10_0_200_104_R0_2_200_144_16_10_0_200_144_R0_4_200_160_16_10_0_200_160_R0_0_424_96_0_10_0_424_96_R0_0_176_280_0_10_0_176_272_0_0_0_0_0_0_0_0_20_0.1_1_120_280_0_20_0_120_280_R0_4_80_40_40_10_-1.57_72_40_R10_1_120_32_0_10_0_120_32_R0_4_344_0_40_10_-3.14_344_8_R15_1_352_40_0_10_0_352_40_R0_4_384_200_40_10_-1.57_384_200_R15_1_344_208_0_10_0_344_208_R0_4_200_240_40_10_-3.14_200_248_R28_1_192_200_0_10_0_192_200_R0_59_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_3_0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R19_1_25_0_0_0_0_0_R2_1_26_0_0_0_0_0_R19_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R2_1_34_0_0_0_0_0_R3_1_35_0_0_0_0_0_R2_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R19_1_45_0_0_0_0_0_R19_1_46_0_0_0_0_0_R2_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R3_2_49_50_0_0_0_0_0_R19_1_51_0_0_0_0_0_R19_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_12_2_1_2_2_5_9_2_10_13_2_12_16_2_22_15_2_23_29_2_49_50_2_28_55_2_54_57_2_56_59_2_58_61_2_60_39_11_2_10_9_4_12_13_52_45_2_16_15_2_23_22_2_28_48_4_36_35_34_32_4_25_26_46_53_2_54_55_2_56_57_2_59_58_2_60_61_0_";
this.lvlsdata[936] = "v7_0__41_4_488_40_36_10_0.63_488_40_0_0_0_0_0_0_0_0_0_0_4_391_16_64_10_0_391_16_R0_4_520_144_80_10_1.57_520_144_R0_4_456_152_72_10_1.57_456_152_R0_4_392_80_64_10_0_392_80_R0_2_488_192_0_10_0_488_192_R0_4_216_48_32_10_1.57_216_48_R0_1_312_48_0_10_0_312_48_R0_2_264_-128_0_20_0_264_40_R0_4_264_40_0_24_0_264_40_R0_1_264_-128_0_20_0_264_-128_R0_4_272_312_32_10_0_272_312_R0_4_488_224_32_10_0_488_224_R0_4_488_304_32_10_0_488_304_R0_2_496_336_0_10_-0.47_496_336_R0_4_200_368_32_10_0_200_368_R0_4_272_360_32_10_0_272_360_R0_4_488_368_32_10_0_488_368_R0_4_200_304_32_10_0_200_304_R0_4_416_360_32_10_0_416_360_R0_4_416_312_32_10_0_416_312_R0_4_344_304_32_10_0_344_304_R0_4_344_368_32_10_0_344_368_R0_1_152_336_0_10_0_152_336_R0_4_64_360_40_10_0_64_360_R0_4_56_264_28_10_1.57_56_264_R0_4_24_328_28_10_1.57_24_328_R0_4_40_296_16_10_0_40_296_R0_2_48_328_0_10_-0.47_48_328_R0_4_104_312_44_10_1.57_104_312_R0_4_72_216_23_10_-0.79_72_216_R0_4_152_80_60_10_0_152_80_R0_4_176_200_88_10_0_176_200_R0_1_272_232_0_10_0_272_232_R0_4_16_80_64_10_1.57_16_80_R0_4_520_336_32_10_1.57_520_336_R0_2_192_48_0_10_0_192_48_R0_4_184_264_76_10_0_184_264_R0_4_120_144_100_10_0_120_144_R0_4_115_16_96_10_0_115_16_R0_1_224_112_0_10_0_224_112_R0_40_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.98_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_2_9_8_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R7_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R5_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R7_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R5_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R7_1_40_5_2_8_10_2_14_23_2_28_33_2_7_5_2_36_40_0_0_";
this.lvlsdata[427] = "v7_0_Make way for the blues!_57_2_416_8_0_20_0_416_8_0_0_0_0_0_0_0_0_0_0_2_512_8_0_20_0_512_8_R0_4_512_232_20_10_0_512_232_R0_4_512_168_20_10_0_512_168_R0_4_416_200_20_10_0_416_200_R0_4_512_104_20_10_0_512_104_R0_4_416_72_20_10_0_416_72_R0_4_512_40_20_10_0_512_40_R0_4_416_136_20_10_0_416_136_R0_1_512_232_0_12_0_512_232_R0_1_416_72_0_12_0_416_72_R0_1_512_104_0_12_0_512_104_R0_1_416_136_0_12_0_416_136_R0_1_512_168_0_12_0_512_168_R0_1_416_200_0_12_0_416_200_R0_1_416_248_0_12_0_416_248_R0_4_416_248_20_10_0.31_416_248_R0_4_512_288_20_10_-0.47_512_288_R0_1_464_328_0_10_0_464_328_R0_4_176_-16_176_20_0_176_-16_R0_4_352_200_216_20_-1.57_352_200_R0_1_512_288_0_12_0_512_288_R0_4_56_232_0_10_0_56_232_R0_1_272_-64_0_20_0_272_-64_R0_1_176_-64_0_20_0_176_-64_R0_1_224_-64_0_20_0_224_-64_R0_1_80_-64_0_20_0_80_-64_R0_1_128_-64_0_20_0_128_-64_R0_4_200_392_0_10_0_200_392_R0_4_248_392_0_10_0_248_392_R0_4_296_104_0_10_0_296_104_R0_4_56_56_0_10_0_56_56_R0_4_152_168_0_10_0_152_168_R0_4_248_104_0_10_0_248_104_R0_4_200_104_0_10_0_200_104_R0_4_296_232_0_10_0_296_232_R0_4_248_232_0_10_0_248_232_R0_0_176_-104_180_10_0_176_-104_R0_1_464_352_0_10_0_464_352_R0_0_176_264_0_20_0_176_264_R0_2_56_264_0_20_0_56_264_R0_0_272_200_0_20_0_272_200_R0_0_80_24_0_20_0_80_24_R0_0_224_72_0_20_0_224_72_R0_0_128_136_0_20_0_128_136_R0_4_200_296_0_10_0_200_296_R0_4_152_296_0_10_0_152_296_R0_4_152_56_0_10_0_152_56_R0_4_200_168_0_10_0_200_168_R0_4_104_168_0_10_0_104_168_R0_4_104_232_0_10_0_104_232_R0_4_104_56_0_10_0_104_56_R0_2_56_392_96_10_0_56_392_R0_4_152_232_0_10_0_152_232_R0_4_152_104_0_10_0_152_104_R0_4_-88_272_48_10_0.47_-88_272_R0_4_8_56_0_10_0_8_56_R0_56_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R2_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R2_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R2_1_21_0_0_0_0_0_R2_2_22_40_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R23_1_24_0_0_0_0_0_R23_1_25_0_0_0_0_0_R23_1_26_0_0_0_0_0_R23_1_27_0_0_0_0_0_R2_1_28_0_0_0_0_0_R2_1_29_0_0_0_0_0_R2_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R2_1_32_0_0_0_0_0_R2_1_33_0_0_0_0_0_R2_1_34_0_0_0_0_0_R2_1_35_0_0_0_0_0_R2_1_36_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.7_90_0.7_1_0_0_0.5_0_0_0_0_0_1_37_0_0_0_0_0_R2_1_38_0_0_0_0_0_R23_1_39_0_0_0_0_0_R23_1_41_0_0_0_0_0_R23_1_42_0_0_0_0_0_R23_1_43_0_0_0_0_0_R23_1_44_0_0_0_0_0_R2_1_45_0_0_0_0_0_R2_1_46_0_0_0_0_0_R2_1_47_0_0_0_0_0_R2_1_48_0_0_0_0_0_R2_1_49_0_0_0_0_0_R2_1_50_0_0_0_0_0_R2_1_51_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_52_0_0_0_0_0_R2_1_53_0_0_0_0_0_R2_1_54_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_171_0_0.5_0_0_0_0_0_1_55_0_0_0_0_0_R2_1_56_11_3_7_10_47_3_6_11_30_3_5_12_56_3_8_13_53_3_3_14_54_2_4_9_3_15_2_50_3_19_18_55_5_37_38_1_0_40_2_48_21_1_52_0_0_";
this.lvlsdata[1276] = "v7_0_The pattern is down up down up and be fast!_21_2_256_208_0_20_0_256_208_0_0_0_0_0_0_0_0_0_0_4_120_176_0_20_0_120_176_R0_4_120_224_0_20_0_120_224_R0_4_304_208_0_20_0_304_208_R0_0_536_240_288_20_-1.57_536_240_R0_0_8_240_288_20_-1.57_8_240_R0_0_256_128_84_10_0_256_128_R0_1_256_264_84_10_0_256_264_R0_1_256_104_84_10_0_256_104_R0_0_256_288_84_10_0_256_288_R0_1_256_312_80_10_0_256_312_R0_0_256_80_80_10_0_256_80_R0_0_256_336_80_10_0_256_336_R0_1_256_360_80_10_0_256_360_R0_1_256_56_80_10_0_256_56_R0_0_256_384_80_10_0_256_384_R0_0_256_32_80_10_0_256_32_R0_1_256_8_80_10_0_256_8_R0_1_256_392_80_10_0_256_392_R0_0_344_240_288_20_-1.57_344_240_R0_0_168_240_288_20_-1.57_168_240_R0_21_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_1_0.5_0_0.9_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-464_0_0.3_0_0_0_0_0_1_4_20_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_432_0_0.3_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_6_2_6_7_2_8_9_2_10_11_2_12_14_2_13_16_2_15_17_0_0_";
this.lvlsdata[923] = "v7_0_Move the piston so the axle starts rotating_55_4_424_280_192_18_3.14_424_280_0_0_0_0_0_0_0_0_0_0_4_424_136_192_18_3.14_424_136_R0_4_232_208_68_22_1.57_232_208_R0_1_88_1640_0_14_0_112_960_R0_4_96_208_0_10_0_96_208_R0_2_144_144_0_20_0_144_144_R0_2_416_208_20_30_-1.57_416_208_R0_4_48_1568_0_14_0_72_888_R0_1_32_1488_0_14_0_56_808_R0_1_0_1496_0_14_-0.16_24_816_R0_1_-24_1520_0_14_0_0_840_R0_1_-40_1552_0_14_0_-16_872_R0_1_-40_1584_0_14_0_-16_904_R0_1_-24_1616_0_14_0_0_936_R0_1_8_1640_0_14_0_32_960_R0_1_56_1648_0_14_0_80_968_R0_1_104_1616_0_14_0_128_936_R0_1_112_1552_0_14_0_136_872_R0_1_112_1584_0_14_0_136_904_R0_1_104_1520_0_14_0_128_840_R0_1_88_1496_0_14_0_112_816_R0_1_64_1488_0_14_0_88_808_R0_1_32_1648_0_14_0_56_968_R0_1_320_1992_0_20_0_320_1992_R0_1_320_1936_0_20_0_320_1936_R0_1_320_1824_0_20_0_320_1824_R0_1_320_1880_0_20_0_320_1880_R0_1_320_1656_0_20_0_320_1656_R0_1_320_1600_0_20_0_320_1600_R0_1_320_1712_0_20_0_320_1712_R0_1_320_1768_0_20_0_320_1768_R0_1_320_1320_0_20_0_320_1320_R0_1_320_1264_0_20_0_320_1264_R0_2_320_1104_0_32_0_320_1104_R0_1_320_1152_0_20_0_320_1152_R0_1_320_1208_0_20_0_320_1208_R0_1_320_1432_0_20_0_320_1432_R0_1_320_1376_0_20_0_320_1376_R0_1_320_1488_0_20_0_320_1488_R0_1_320_1544_0_20_0_320_1544_R0_4_320_1976_56_20_0_320_1976_R0_4_320_1696_56_20_0_320_1696_R0_4_320_1640_56_20_0_320_1640_R0_4_320_1248_56_20_0_320_1248_R0_4_320_1304_56_20_0_320_1304_R0_4_320_1360_56_20_0_320_1360_R0_4_320_1416_56_20_0_320_1416_R0_4_320_1472_56_20_0_320_1472_R0_4_320_1528_56_20_0_320_1528_R0_4_320_1584_56_20_0_320_1584_R0_4_320_1808_56_20_0_320_1808_R0_4_320_1752_56_20_0_320_1752_R0_4_320_1920_56_20_0_320_1920_R0_4_320_1864_56_20_0_320_1864_R0_4_320_1192_56_20_0_320_1192_R0_55_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_180_0_16_0_0.5_0_0_0_180_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.66_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R3_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_19_0_0_0_0_0_R3_1_20_0_0_0_0_0_R3_1_21_0_0_0_0_0_R3_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_3.8_90_0.7_1_0_0_0.5_0_0_0_0_0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_15_2_18_54_2_11_43_2_44_19_2_13_45_2_46_15_2_10_47_2_17_48_2_3_49_2_9_42_2_14_41_2_51_8_2_50_20_2_16_53_2_12_52_2_21_40_16_2_28_9_2_14_27_2_8_29_2_20_30_2_25_16_2_26_12_2_21_24_2_22_23_2_18_34_2_11_35_2_19_32_2_13_31_2_37_15_2_36_10_2_38_17_2_39_3_2_5_6_4_5_";
this.lvlsdata[765] = "v7_0_Eat the worms!_29_4_-32_200_0_10_0_-32_200_0_0_0_0_0_0_0_0_0_0_4_-56_200_0_10_0_-56_200_R0_1_-80_200_0_10_0_-80_200_R0_0_-16_200_0_10_0_-16_200_R0_2_232_200_0_10_0_232_200_R0_0_464_200_0_10_0_464_200_R0_1_536_200_0_10_0_536_200_R0_0_512_200_0_10_0_512_200_R0_1_488_200_0_10_0_488_200_R0_0_512_264_88_20_3.14_512_264_R0_0_512_136_88_20_3.14_512_136_R0_0_424_224_0_20_0_424_224_R0_0_424_176_0_20_0_424_176_R0_1_64_200_0_20_0_64_200_R0_0_320_200_64_10_1.57_320_200_R0_0_392_136_72_10_0_392_136_R0_0_392_264_72_10_0_392_264_R0_0_64_264_72_10_0_64_264_R0_0_64_136_72_10_0_64_136_R0_0_136_200_64_10_1.57_136_200_R0_1_376_200_0_20_0_376_200_R0_1_328_288_0_14_0_328_288_R0_0_352_288_0_10_0_352_288_R0_1_376_288_0_10_0_376_288_R0_0_312_288_0_10_0_312_288_R0_0_312_112_0_10_0_312_112_R0_1_368_112_0_10_0_368_112_R0_0_352_112_0_10_0_352_112_R0_1_336_112_0_14_0_336_112_R0_29_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_80_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_0.1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_0.09_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R4_1_14_0_0_0_0_0_R4_1_15_0_0_0_0_0_R4_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_R4_1_18_0_0_0_0_0_R4_1_19_0_0_0_0_0_R4_1_20_0_0_0_0_0_R8_1_21_0_0_0_0_0_R7_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R3_1_24_0_0_0_0_0_R3_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R7_1_27_0_0_0_0_0_R8_1_28_5_5_0_1_2_3_14_4_5_6_7_8_2_19_20_4_21_22_23_24_4_25_26_27_28_1_5_5_6_7_8_13_12_1_0_2_1_3_0_7_6_8_7_8_5_24_21_22_21_23_22_28_25_28_27_27_26_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData23 = function () {
this.lvlsdata[428] = "v7_0_Grab all the blue and wait for the final yellow ball._18_4_288_336_24_10_3.14_288_336_0_0_0_0_0_0_0_0_0_0_4_264_304_28_10_1.57_264_304_R0_4_312_304_28_10_1.57_312_304_R0_2_288_312_0_10_0_288_312_R0_4_216_232_48_16_-1.57_216_232_R0_4_288_280_72_16_3.14_288_280_R0_4_360_232_48_16_-1.57_360_232_R0_2_320_-464_0_20_0_320_-464_R0_1_352_-1216_0_10_0_352_-1216_R0_1_384_-1616_0_10_0_384_-1616_R0_1_416_-1568_0_10_0_416_-1568_R0_1_296_112_0_10_0_296_112_R0_1_352_-176_0_10_0_352_-176_R0_1_200_-864_0_10_0_200_-864_R0_1_144_-712_0_40_0_144_-712_R0_1_160_-632_0_10_0_160_-632_R0_1_288_-464_0_10_0_288_-464_R0_1_288_-40_0_10_0_288_-40_R0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_7_0_1_2_3_4_5_6_30_0_0_0_0_4_2_0_0.5_0.9_0.9_1_10_90_0.21_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.5_90_1_1_0_0_0.5_0_0_0_0_0.1_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R2_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R2_1_16_0_0_0_0_0_R2_1_17_0_0_0_";
this.lvlsdata[6] = "v2_23_0_232_8_0_16_0_248_48_0.1_0_0.1_0_0_0_0_1_504_200_0_20_0_504_200_0_0_0_0_0_0_0_2_128_200_0_20_0_128_200_R1_0_312_152_0_16_0_328_192_R0_0_232_152_0_16_0_248_192_R0_0_392_80_0_16_0_408_120_R0_0_312_80_0_16_0_328_120_R0_0_232_80_0_16_0_248_120_R0_0_392_8_0_16_0_408_48_R0_0_312_8_0_16_0_328_48_R0_0_392_152_0_16_0_408_192_R0_0_392_224_0_16_0_408_264_R0_0_312_368_0_16_0_328_408_R0_0_392_368_0_16_0_408_408_R0_0_232_296_0_16_0_248_336_R0_0_312_296_0_16_0_328_336_R0_0_392_296_0_16_0_408_336_R0_0_232_224_0_16_0_248_264_R0_0_312_224_0_16_0_328_264_R0_0_232_368_0_16_0_248_408_R0_0_392_-64_0_16_0_408_-24_R0_0_312_-64_0_16_0_328_-24_R0_0_232_-64_0_16_0_248_-24_R0_23_0_1_1_0_0.2_1_0_0_0.5_1_0_0_0_1_0_0.5_1_0_0_0.5_1_1_0_R1_1_2_0_R0_1_3_0_R0_1_4_0_R0_1_5_0_R0_1_6_0_R0_1_7_0_R0_1_8_0_R0_1_9_0_R0_1_10_0_R0_1_11_0_R0_1_12_0_R0_1_13_0_R0_1_14_0_R0_1_15_0_R0_1_16_0_R0_1_17_0_R0_1_18_0_R0_1_19_0_R0_1_20_0_R0_1_21_0_R0_1_22_";
this.lvlsdata[959] = "v7_0_Hiiiiiiiiiiiyaaaaaaaaa!!! Matty Tha Thug is a ninja!! xD_36_2_272_-96_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_0_272_200_0_20_0_272_200_R0_1_272_-96_0_20_0_272_-96_R0_2_280_8_336_20_0_280_8_R0_2_280_392_336_20_0_280_392_R0_2_544_168_336_20_-1.57_544_168_R0_2_8_152_336_20_-1.57_8_152_R0_1_424_4632_0_18_0_424_4632_R0_2_400_-208_216_20_0_400_-208_R0_2_-280_256_128_20_-1.57_-280_256_R0_2_-136_0_204_20_-1.57_-136_0_R0_2_1240_88_44_20_-1.57_1240_88_R0_2_1552_232_32_20_-1.57_1552_232_R0_2_1368_136_40_20_-1.57_1368_136_R0_2_1656_80_44_20_-1.57_1656_80_R0_2_680_584_184_30_-0.94_680_584_R0_2_688_-184_184_30_-2.2_688_-184_R0_2_872_344_220_10_-1.57_872_344_R0_2_960_56_220_10_-1.57_960_56_R0_2_872_344_220_10_-1.57_872_344_R0_2_1136_88_220_10_-1.57_1136_88_R0_2_1048_384_220_10_-1.57_1048_384_R0_2_592_4624_80_18_-1.57_592_4624_R0_2_-2976_96_28_20_-1.57_-2976_96_R0_2_-3272_136_32_20_-1.57_-3272_136_R0_2_-2664_96_24_20_-1.57_-2664_96_R0_2_-3112_24_44_20_-1.57_-3112_24_R0_2_-3096_288_32_20_-1.57_-3096_288_R0_2_-2808_208_32_20_-1.57_-2808_208_R0_2_-2816_-16_12_20_-1.57_-2816_-16_R0_2_392_-688_276_20_0_392_-688_R0_2_328_1080_216_20_0_328_1080_R0_2_320_1312_376_20_0_320_1312_R0_2_-824_248_480_20_-1.57_-824_248_R0_2_344_-920_516_20_0_344_-920_R0_2_1392_232_592_20_-1.57_1392_232_R0_35_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.1_360_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_3.3_90_0.7_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2.5_360_0.7_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2.5_361_0.7_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_5.5_179_0.7_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R10_1_12_0_0_0_0_0_R10_1_13_0_0_0_0_0_R10_1_14_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1.6_224_0.7_1_0_0_0.5_0_0_0_0_0_1_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1.6_127_0.7_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.7_180_0.7_1_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_R16_1_18_0_0_0_0_0_R16_1_19_0_0_0_0_0_R16_1_20_0_0_0_0_0_R16_1_21_0_0_0_0_0_R2_1_22_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_4.6_360_0.7_1_0_0_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R22_1_24_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_4.4_360_0.7_1_0_0_0.5_0_0_0_0_0_1_25_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_4.3_360_0.7_1_0_0_0.5_0_0_0_0_0_1_26_0_0_0_0_0_R24_1_27_0_0_0_0_0_R24_1_28_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_4.5_360_0.7_1_0_0_0.5_0_0_0_0_0_1_29_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2.5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_30_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2.5_270_0.7_1_0_0_0.5_0_0_0_0_0_1_31_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.8_270_0.7_1_0_0_0.5_0_0_0_0_0_1_32_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.8_360_0.7_1_0_0_0.5_0_0_0_0_0_1_33_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.8_90_0.7_1_0_0_0.5_0_0_0_0_0_1_34_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.8_179_0.7_1_0_0_0.5_0_0_0_0_0_1_35_1_2_0_2_0_0_";
this.lvlsdata[360] = "v7_0_Go straight to the top blue ball and then wait the end of the wave at the top-left corner._18_2_272_224_0_10_0_272_224_0_0_0_0_0_0_0_0_0_0_0_328_160_0_20_0_328_160_R0_4_256_368_316_48_0_256_368_0_0_0_0_100_0_0.1_0_0_0_4_24_168_368_20_1.57_24_168_0_0_0_0_24_0_0.1_0_0_0_4_528_168_368_20_1.57_528_168_R3_4_272_24_316_20_0_272_24_R0_0_264_128_0_20_0_264_128_R0_0_48_48_0_20_0_48_48_R0_0_200_168_0_20_0_200_168_R0_3_448_264_0_20_0_448_264_R0_0_48_136_0_20_0_48_136_R0_0_392_120_0_20_0_392_120_R0_0_504_136_0_20_0_504_136_R0_0_504_320_0_20_0_504_320_R0_0_48_320_0_20_0_48_320_R0_0_504_48_0_20_0_504_48_R0_0_144_136_0_20_0_144_136_R0_3_208_72_0_20_0_208_72_R0_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.3_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_";
this.lvlsdata[361] = "v7_0_BIG Popcorn!_20_4_248_376_372_20_0_248_376_0_0_0_0_100_0_0.1_0_0_0_4_264_24_372_20_0_264_24_0_0_0_0_0_0_0_0_0_0_4_24_192_284_20_-1.57_24_192_0_0_0_0_15_0_0.1_0_0_0_4_528_192_284_20_-1.57_528_192_R2_2_480_88_0_10_0_480_88_R1_1_464_320_0_28_0_464_320_0_0_0_0_0_0_0_0_100_0.1_0_368_240_0_100_0_368_240_0.1_0_0_0_0_0_0_0_100_0.1_1_128_168_0_28_0_128_168_R5_1_216_112_0_28_0_216_112_R5_1_168_248_0_28_0_168_248_R5_1_256_184_0_28_0_256_184_R5_1_320_272_0_28_0_320_272_R5_1_376_168_0_28_0_376_168_R5_1_432_264_0_28_0_432_264_R5_1_440_128_0_28_0_440_128_R5_1_312_96_0_28_0_312_96_R5_1_80_80_0_28_0_80_80_R5_1_88_304_0_28_0_88_304_R5_1_240_320_0_28_0_240_320_R5_1_376_320_0_28_0_376_320_R5_20_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.4_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R5_1_6_0_0_0_0_0_R5_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R5_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R5_1_15_0_0_0_0_0_R5_1_16_0_0_0_0_0_R5_1_17_0_0_0_0_0_R5_1_18_0_0_0_0_0_R5_1_19_0_0_0_";
this.lvlsdata[965] = "v7_0__18_2_272_32_0_10_0_272_32_0_0_0_0_0_0_0_0_0_0_4_312_96_148_26_1.57_312_96_R0_4_232_96_148_28_1.57_232_96_R0_4_272_224_12_50_0_272_224_R0_1_272_296_0_10_0_272_200_0.1_0_0_0_0_0_0_0_0_0_1_272_344_0_10_0_272_200_R4_1_272_392_0_10_0_272_200_R4_1_272_248_0_10_0_272_200_R4_1_344_200_0_10_0_272_200_R4_1_392_200_0_10_0_272_200_R4_1_440_200_0_10_0_272_200_R4_1_200_200_0_10_0_272_200_R4_1_152_200_0_10_0_272_200_R4_1_104_200_0_10_0_272_200_R4_1_272_152_0_10_0_272_192_R4_1_272_104_0_10_0_272_200_R4_1_272_56_0_10_0_272_200_R4_1_272_8_0_10_0_272_200_R4_18_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_";
this.lvlsdata[362] = "v7_0_Wahoo - Spinning Popcorn!_16_4_288_376_424_20_0_288_376_0_0_0_0_100_0_0.1_0_0_0_4_280_24_424_20_0_280_24_0_0_0_0_0_0_0_0_0_0_4_528_160_312_20_1.57_528_160_0_0_0_0_11_0_0.1_0_0_0_4_24_160_312_20_1.57_24_160_R2_2_464_88_0_10_0_464_88_R1_0_304_288_72_38_0_304_288_0.1_0_0_0_0_0_0_0_0_0_4_232_208_68_20_0_232_208_0.1_-0.1_0_0_0_0_0_0_0_0_0_472_328_0_20_0_472_328_R1_3_344_112_0_20_0_344_112_R1_3_120_120_0_20_0_120_120_R1_0_64_344_0_20_0_64_344_R1_0_120_328_0_20_0_120_328_R1_0_368_328_0_20_0_368_328_R1_0_232_160_0_20_0_232_160_R1_3_104_256_0_20_0_104_256_R1_0_232_104_0_20_0_232_104_R1_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.3_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R7_1_9_0_0_0_0_0_R7_1_10_0_0_0_0_0_R7_1_11_0_0_0_0_0_R7_1_12_0_0_0_0_0_R5_1_13_0_0_0_0_0_R5_1_14_0_0_0_0_0_R7_1_15_0_0_0_";
this.lvlsdata[382] = "v7_0_Popcorn 4 is finally released! The popcorn is wobbly and on of the popcorn pieces is flopping out of shape!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!_16_2_80_320_0_10_0_80_320_0_0_0_0_0_0_0_0_0_0_4_280_376_432_20_0_280_376_0_0_0_0_100_0_0.1_0_0_0_4_528_184_268_20_-1.57_528_184_0_0_0_0_10_0_0.1_0_0_0_4_24_192_268_20_-1.57_24_192_R2_4_288_24_332_20_0_288_24_R0_0_56_56_0_20_0_56_56_R1_0_176_240_80_20_-1.73_176_240_0_0.02_0.1_0_0_0_0_0_0_0_0_336_304_80_20_-0.16_336_304_R6_0_448_280_64_10_-1.57_448_280_R0_0_448_112_112_10_1.57_448_112_R0_1_488_72_0_20_0_488_72_R0_1_56_56_0_20_0_56_56_R0_1_56_56_0_20_0_56_56_R0_1_192_320_0_20_0_192_320_R0_1_336_320_0_20_0_336_320_R0_1_400_72_0_20_0_400_72_R0_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R6_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_";
this.lvlsdata[433] = "v7_0_Avoid the Popcorn until the blue piece of Popcorn comes into view... NOW GET INTO THE MICROWAVE!!!_14_4_272_376_340_20_0_272_376_0_0_0_0_100_0_0.1_0_0_0_4_24_216_340_20_1.57_24_216_0_0_0_0_10_0_0.1_0_0_0_4_264_24_340_20_0_264_24_0_0_0_0_0_0_0_0_0_0_2_136_312_0_10_0_136_312_R2_0_80_56_56_20_1.41_80_56_0_0.02_0.1_0_0_0_0_0_0_0_4_528_208_340_20_1.57_528_208_R1_0_80_56_56_20_-0.16_80_56_R4_0_480_56_56_20_-0.16_480_56_R4_0_480_56_56_20_1.41_480_56_R4_0_264_64_0_40_0_264_64_R2_1_264_64_0_20_0_264_64_R2_0_272_200_0_20_0_272_200_R2_0_496_352_0_20_0_496_352_R2_0_48_352_0_20_0_48_352_R2_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_7_0_0_0_0_0_R4_1_8_540_0_0_0_0_0_1_0_0.5_2_0_0_0_0_-100_0_0_0_0_-160_1_0_-100_0_0_0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R4_1_13_0_0_0_";
this.lvlsdata[440] = "v7_0_We were unsure about your Popcorn-dodging skills. We have to test you again. (Wait for the green ball and use it...)_17_4_280_376_404_20_0_280_376_0_0_0_0_100_0_0.1_0_0_0_4_528_176_404_20_1.57_528_176_0_0_0_0_18_0_0.1_0_0_0_4_272_24_404_20_0_272_24_0_0_0_0_0_0_0_0_0_0_4_24_184_404_20_1.57_24_184_R1_2_232_192_0_10_0_232_192_R2_0_184_248_44_20_0.16_184_248_0_-0.02_0.1_0_0_0_0_0_0_0_4_432_248_92_20_0_432_248_R2_4_448_128_92_20_0_448_128_R2_2_440_184_28_10_-1.57_440_184_R2_0_392_184_40_10_-1.57_392_184_R2_1_416_184_28_10_-1.57_416_184_R2_4_464_88_0_20_0_464_88_R2_0_152_136_44_20_-0.16_152_136_0_0.02_0.1_0_0_0_0_0_0_0_0_344_80_44_20_-0.16_344_80_R12_0_320_80_44_20_0.16_320_80_R5_0_416_56_44_20_-1.57_416_56_R2_4_504_328_80_94_0_504_328_R2_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R7_1_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R10_1_5_0_0_0_0_0_R10_1_13_0_0_0_0_0_R10_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R10_1_12_1_2_8_10_0_0_";
this.lvlsdata[458] = "v7_0_ARRRRRR ARRRRRRRRRR!!! AHH its a Popcorn monster - AWSOME!!!_15_4_280_376_348_20_0_280_376_0_0_0_0_100_0_0.1_0_0_0_4_528_168_348_20_1.57_528_168_0_0_0_0_18_0_0.1_0_0_0_4_280_24_348_20_0_280_24_0_0_0_0_0_0_0_0_0_0_4_24_160_348_20_1.57_24_160_R1_2_160_328_0_10_0_160_328_R2_0_48_48_0_20_0_48_48_0.1_0_0_100_100_0.1_0.1_0_0_0_0_504_184_0_20_-1.73_504_184_0_0.02_0.1_100_0_0.02_0_0_0_0_0_504_184_0_20_-0.16_504_184_R6_0_496_352_0_20_-1.73_496_352_R6_0_496_48_0_20_-0.16_496_48_R6_1_48_352_0_20_0_48_352_R2_1_496_352_0_20_0_496_352_R2_1_496_48_0_20_0_496_48_R2_1_48_48_0_20_0_48_48_R2_1_504_184_0_20_0_504_184_R2_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R5_2_7_6_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_";
this.lvlsdata[1234] = "v7_0_The spinner is actually solid. It can through bad popcorn at you!_27_2_312_224_0_20_0_312_224_0_0_0_0_0_0_0_0_0_0_4_544_176_468_20_1.57_544_176_0_0_0_0_23_0_0.1_0_0_0_4_248_392_468_20_0_248_392_0_0_0_0_80_0_0.1_0_0_0_4_240_8_468_20_0_240_8_R1_4_8_128_468_20_1.57_8_128_R1_0_56_352_0_20_0_56_352_R0_4_144_176_92_10_0_144_176_0.1_0_0_0_0_0_0_0_0_0_4_144_176_92_10_1.57_144_176_R6_1_112_256_0_20_0_112_256_R0_0_104_136_0_20_0_104_136_R0_0_104_216_0_20_0_104_216_R0_0_184_216_0_20_0_184_216_R0_0_184_136_0_20_0_184_136_R0_0_504_48_0_20_0_504_48_R0_0_496_344_0_20_0_496_344_R0_0_368_112_0_20_0_368_112_R0_0_48_48_0_20_0_48_48_R0_0_208_304_0_20_0_208_304_R0_1_496_192_0_20_0_496_192_R0_1_256_344_0_20_0_256_344_R0_1_48_96_0_20_0_48_96_R0_1_296_344_0_14_0_296_344_R0_1_216_344_0_14_0_216_344_R0_1_256_344_0_14_0_256_344_R0_1_256_48_0_14_0_256_48_R0_1_216_48_0_14_0_216_48_R0_1_296_48_0_14_0_296_48_R0_26_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_2_6_7_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R1_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R6_1_8_0_0_0_0_0_R6_1_9_0_0_0_0_0_R6_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R6_1_12_0_0_0_0_0_R6_1_13_0_0_0_0_0_R6_1_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_16_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R6_1_19_0_0_0_0_0_R6_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_";
this.lvlsdata[1038] = "v7_1_It is a big one!_25_0_2224_592_1132_112_-1.57_2224_592_0_0_0_0_0_0_0_0_0_0_1_-352_752_0_112_0_-352_752_R0_0_-48_-48_1692_112_0_-48_-48_R0_2_256_208_0_112_0_256_208_R0_0_232_1736_1972_112_0_232_1736_R0_0_-16_-808_236_112_-1.57_-16_-808_R0_0_1072_1088_564_112_-1.57_1072_1088_R0_1_-288_-832_0_112_0_-288_-832_R0_0_-304_-1072_1428_112_0_-304_-1072_R0_0_-1208_856_392_112_-1.57_-1208_856_R0_1_224_744_0_112_0_224_744_R0_1_-920_752_0_112_0_-920_752_R0_0_1640_600_592_112_-1.57_1640_600_R0_1_1344_1448_0_112_0_1344_1448_R0_1_-1496_1488_0_112_0_-1496_1488_R0_0_528_352_892_112_-1.57_528_352_R0_0_-640_856_392_112_-1.57_-640_856_R0_0_-1760_320_1364_112_-1.57_-1760_320_R0_1_-1192_200_0_112_0_-1192_200_R0_0_-336_464_856_112_0_-336_464_R0_0_-64_856_392_112_-1.57_-64_856_R0_0_-664_-568_592_112_0_-664_-568_R0_0_1120_-816_236_112_-1.57_1120_-816_R0_0_1664_-576_536_112_0_1664_-576_R0_1_256_-320_0_112_0_256_-320_R0_25_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_";
this.lvlsdata[840] = "v7_0_Defend the middle capsule from everything, and then push as many green balls as you can into the bucket._88_2_864_-192_0_20_0_864_-192_0_0_0_0_0_0_0_0_0_0_1_488_72_0_20_0_488_72_R0_2_272_200_0_20_0_272_200_R0_0_824_-152_0_10_-0.79_824_-152_R0_0_824_-232_0_10_0_824_-232_R0_0_904_-232_0_10_0_904_-232_R0_0_864_-232_0_10_0_864_-232_R0_0_904_-152_0_10_0_904_-152_R0_0_864_-152_0_10_0_864_-152_R0_0_904_-192_0_10_0_904_-192_R0_0_824_-192_0_10_0_824_-192_R0_0_72_24_16_10_-0.63_96_48_0.1_0_0_19_0_0.1_0_0_0_0_2_272_144_0_10_0_272_144_R0_4_488_72_0_16_0_488_72_R0_0_136_16_28_10_0.94_96_48_0.1_0_0_0_0_0_0_0_0_0_0_48_80_28_10_0.94_96_48_R14_1_96_48_0_10_-0.63_96_48_0.1_0_0_0_0_0.1_0_0_0_0_0_112_72_16_10_-0.63_96_48_R11_0_288_440_0_10_0_288_440_0.04_0_0_0_0_0_0_0_49_-0.1_0_216_440_0_10_0_216_440_0.04_0_0_0_0_0_0_0_40_0.1_0_184_480_0_10_0_184_480_0.04_0_0_0_0_0_0_0_31_-0.1_1_248_424_0_10_0_248_424_0.04_0_0_0_0_0_0_0_28_0.07_0_248_456_0_10_0_248_456_0.04_0_0_0_0_0_0_0_61_-0.07_1_224_480_0_10_0_224_480_0.04_0_0_0_0_0_0_0_72_-0.09_1_280_464_0_10_0_280_464_0.04_0_0_0_0_0_0_0_46_0.02_4_-80_136_12_22_0_-80_144_0.02_0_0_0_0_0_0_0_0_0_4_-80_144_16_18_0.31_-80_144_R25_4_-88_136_8_22_1.57_-80_144_R25_4_-104_232_8_22_-2.2_-104_232_-0.06_0_0_0_0_0_0_0_0_0_4_-104_232_8_22_-1.57_-104_232_R28_2_-208_72_0_10_0.94_-208_72_R28_4_-208_176_0_30_0.94_-208_176_R28_1_-184_72_0_10_0.94_-184_72_R28_4_-104_232_8_22_-0.79_-104_232_0.06_0_0_0_0_0_0_0_0_0_4_-104_232_8_22_3.14_-104_232_R33_0_624_248_0_20_0_624_248_0_0_0_0_7_0_0_0_0_0_0_624_224_0_24_0_624_224_R35_0_664_224_0_20_0_664_224_R35_0_688_232_0_20_0_688_232_R35_0_656_248_0_20_0_656_248_R35_0_648_216_0_20_0_648_216_0_0_0_0_7_0_0.07_0_0_0_0_600_224_0_20_0_600_224_0_0_0_0_11_0_0.1_0_0_0_0_656_256_0_26_0_656_256_0_0_0_0_11_0_-0.05_0_0_0_0_632_256_0_20_0_632_256_0_0_0_0_7_0_0.05_0_0_0_0_680_248_0_20_0_680_248_R41_0_680_208_0_20_0_680_208_R42_0_648_232_24_20_0_648_232_R40_0_608_248_0_16_0_608_248_0_0_0_0_8_0_0.04_0_0_0_0_624_208_0_16_0_624_208_R43_0_696_232_0_22_0_696_232_R40_1_944_176_0_10_0_944_176_R40_0_856_192_0_20_0_856_192_R35_0_856_168_0_20_0_856_168_R35_0_896_168_0_20_0_896_168_R35_0_920_176_0_20_0_920_176_R35_0_936_176_0_20_0_936_176_R40_0_888_192_0_20_0_888_192_R35_0_880_160_0_20_0_880_160_R40_0_832_168_0_20_0_832_168_R41_0_888_200_0_20_0_888_200_R42_0_864_200_0_20_0_864_200_R43_0_912_192_0_20_0_912_192_R41_0_912_152_0_20_0_912_152_R42_0_880_176_24_20_0_880_176_R40_0_840_192_0_20_0_840_192_R47_0_856_152_0_20_0_856_152_R43_1_712_232_0_16_0_712_232_R40_4_648_440_44_10_-1.57_648_440_R0_4_648_344_48_10_-1.57_648_344_R0_4_568_344_48_10_-1.57_568_344_R0_4_568_440_44_10_-1.57_568_440_R0_4_608_392_40_10_0_608_392_R0_2_512_488_28_10_0_512_488_R0_4_512_680_64_10_0_512_680_R0_4_504_456_56_10_0_504_456_R0_4_576_568_100_10_1.57_576_568_R0_4_448_568_108_10_1.57_448_568_R0_0_560_-16_40_24_-0.79_560_-16_R0_1_528_16_0_10_0_528_16_R0_4_-384_-264_364_10_0.63_-384_-264_R0_4_-64_-32_48_10_0.63_-64_-32_R0_4_-88_-176_0_16_0_-88_-176_R0_4_-200_-264_0_16_0_-200_-264_R0_4_-296_-368_0_16_0_-296_-368_R0_4_-408_-448_0_16_0_-408_-448_R0_1_-544_-504_0_10_0_-544_-504_R0_1_1016_192_0_10_0_1016_192_R40_1_512_680_44_10_0_512_680_R0_45_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_2_0_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.9_154_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R2_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_256_208_0.5_0_0_0_0_0.5_1_11_0_0_0_0_0_R2_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.9_154_1_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_R10_1_14_0_0_0_0_0_R10_1_15_0_0_0_0_0_R10_1_16_0_0_0_0_0_R10_1_17_80_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_48_-240_0.5_0_0_0_0_0_1_18_80_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_96_-224_0.5_0_0_0_0_0_1_19_80_0_0_0_0_R17_1_20_80_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_80_-240_0.5_0_0_0_0_0_1_21_80_0_0_0_0_R17_1_22_80_0_0_0_0_R17_1_23_80_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_80_-256_0.5_0_0_0_0_0_1_24_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1.7_369_0.7_1_0_0_0.5_0_0_0_0_0_3_25_26_27_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1.7_352_0.7_1_0_0_0.5_0_0_0_0_0_4_28_29_33_34_120_0_0_0_0_4_1_0_0.5_0.1_0.1_0_1.7_363_0.7_1_0_0_0.5_0_0_0_0_0_2_30_31_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_363_0.7_1_0_0_0.5_0_0_0_0_0_1_32_50_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0.9_180_0.7_1_0_0_0.5_0_0_0_0_0_32_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_50_51_52_53_54_55_56_57_58_59_60_61_62_63_64_65_66_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_-128_0_0.5_0_0_0_0_0_-64_0_0_0_0_0_0_0_5_67_68_69_70_71_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.01_1_0_0_0.5_0_0_0_0_0_1_72_0_0_0_0_0_R2_1_73_0_0_0_0_0_R2_1_74_0_0_0_0_0_R2_1_75_0_0_0_0_0_R2_1_76_0_0_0_0_0_R2_1_77_0_0_0_0_0_R2_1_78_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_112_80_0.5_0_0_0_0_0_64_48_0_0_0_0_0_0_2_79_80_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.6_90_0.9_1_0_0_0.5_0_0_0_0_0_1_81_20_0_0_0_0_R38_1_82_40_0_0_0_0_R38_1_83_60_0_0_0_0_R38_1_84_100_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.8_90_0.8_1_0_0_0.5_0_0_0_0_0_1_85_50_0_0_0_0_R28_1_86_0_0_0_0_0_R2_1_87_8_5_11_14_15_16_17_7_18_19_20_21_22_23_24_2_30_32_2_77_86_2_74_78_16_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_66_16_50_51_52_53_54_55_56_57_58_59_60_61_62_63_64_65_2_71_85_2_41_32_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_50_51_52_53_54_55_56_57_58_59_60_61_62_63_64_65_66_25_26_27_28_29_33_34_86_13_78_79_80_81_82_83_84_85_67_68_69_70_71_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData24 = function () {
this.lvlsdata[778] = "v7_0__20_2_48_-32_0_22_0_48_-32_0_0_0_0_0_0_0_0_0_0_2_344_200_0_10_0_272_200_R0_4_272_200_0_28_0_272_200_R0_1_344_200_0_10_0_272_200_R0_0_64_152_76_10_0_64_152_R0_0_248_48_60_10_1.57_248_48_R0_0_248_192_88_10_1.57_248_192_R0_4_88_216_0_10_0_88_216_R0_0_160_280_84_10_0_160_280_R0_1_272_344_0_12_-1.57_272_344_R0_0_248_344_72_10_-1.57_248_344_R0_0_304_312_56_10_0_304_312_R0_0_336_104_88_10_0_336_104_R0_0_472_224_112_10_0_472_224_R0_0_520_312_68_10_0_520_312_R0_1_504_360_0_24_-1.57_504_360_R0_1_504_336_24_10_0_504_336_R0_1_504_384_24_10_0_504_384_R0_1_480_360_24_10_-1.57_480_360_R0_1_528_360_24_10_-1.57_528_360_R0_19_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.3_90_0.84_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_0_1.2_0_0.5_3_0_0_0.5_0_0_0_0_0_0_96_0.5_0_0_0_0_1_0_-96_0.5_0_0_0_0_1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_1_1_0_0.2_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_2_2_1_3_3_7_5_9_0_0_";
this.lvlsdata[976] = "v7_0_Pop! Pop! Pop!_41_2_408_200_0_20_0_408_200_0_0_0_0_0_0_0_0_0_0_1_136_-232_0_16_0_136_-8_R0_1_376_-376_0_20_0_376_-152_R0_1_56_-192_0_30_0_56_32_R0_1_496_-312_0_10_0_496_-88_R0_1_240_-184_0_16_0_240_40_R0_1_368_-80_0_16_0_368_144_R0_1_136_-360_0_16_0_136_-136_R0_1_432_-264_0_56_0_432_-40_R0_1_40_-304_0_22_0_40_-80_R0_4_296_-304_0_62_0_296_-80_R0_1_296_-88_0_10_0_296_136_R0_4_448_-152_68_26_0_448_72_R0_1_320_-248_0_46_0_320_-24_R0_1_128_-112_0_10_0_128_112_R0_1_232_-400_0_30_0_232_-176_R0_4_112_-304_76_18_-1.57_112_-80_R0_1_472_-400_0_18_0_472_-176_R0_1_480_-88_0_22_0_480_136_R0_1_40_-88_0_32_0_40_136_R0_1_176_-296_0_50_0_176_-72_R0_1_192_-128_0_10_0_192_96_R0_4_40_-136_0_22_0_40_88_R0_1_320_-168_0_20_0_320_56_R0_1_304_-408_0_20_0_304_-184_R0_1_72_-384_0_56_0_72_-160_R0_1_24_-128_0_10_0_24_96_R0_1_440_-336_0_16_0_440_-112_R0_1_40_-240_0_22_0_40_-16_R0_1_184_-192_0_16_0_184_32_R0_1_120_-200_0_32_0_120_24_R0_1_440_-176_0_16_0_440_48_R0_1_200_-272_0_10_0_200_-48_R0_1_360_-256_0_32_0_360_-32_R0_1_504_-272_0_16_0_504_-48_R0_1_336_-64_0_16_0_336_160_R0_1_88_-152_0_16_0_88_72_R0_1_168_-408_0_16_0_168_-184_R0_1_216_-352_0_10_0_216_-128_R0_1_424_-80_0_32_0_424_144_R0_1_520_-416_0_18_0_520_-192_R0_41_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_10_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_320_0_0_0_0_180_0_1_1_10_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_20_0_0_0_0_R1_1_5_150_0_0_0_0_R1_1_6_20_0_0_0_0_R1_1_7_20_0_0_0_0_R1_1_8_50_0_0_0_0_R1_1_9_40_0_0_0_0_R1_1_10_50_0_0_0_0_R1_1_11_60_0_0_0_0_R1_1_12_80_0_0_0_0_R1_1_13_70_0_0_0_0_R1_1_14_70_0_0_0_0_R1_1_15_100_0_0_0_0_R1_1_16_80_0_0_0_0_R1_1_17_80_0_0_0_0_R1_1_18_80_0_0_0_0_R1_1_19_110_0_0_0_0_R1_1_20_100_0_0_0_0_R1_1_21_140_0_0_0_0_R1_1_22_130_0_0_0_0_R1_1_23_130_0_0_0_0_R1_1_24_130_0_0_0_0_R1_1_25_170_0_0_0_0_R1_1_26_170_0_0_0_0_R1_1_27_160_0_0_0_0_R1_1_28_140_0_0_0_0_R1_1_29_160_0_0_0_0_R1_1_30_170_0_0_0_0_R1_1_31_150_0_0_0_0_R1_1_32_160_0_0_0_0_R1_1_33_80_0_0_0_0_R1_1_34_60_0_0_0_0_R1_1_35_20_0_0_0_0_R1_1_36_40_0_0_0_0_R1_1_37_100_0_0_0_0_R1_1_38_140_0_0_0_0_R1_1_39_130_0_0_0_0_R1_1_40_1_5_16_10_22_12_26_0_0_";
this.lvlsdata[620] = "v7_0_You just need to get a yellow capsule directly under each green one._23_2_480_240_0_20_0_480_240_0_0_0_0_0_0_0_0_0_0_2_408_120_0_20_0_408_120_R0_2_264_176_0_20_0_264_176_R0_2_88_80_0_20_0_88_80_R0_2_200_296_0_20_0_200_296_R0_1_376_232_0_20_0_376_232_R0_4_56_280_0_20_0_56_280_R0_1_480_48_0_20_0_480_48_R0_1_272_112_0_20_0_272_112_R0_1_168_48_0_20_0_168_48_R0_1_56_160_0_20_0_56_160_R0_4_480_48_0_38_0_480_48_R0_1_376_0_16_10_0_376_0_R0_4_272_400_288_10_0_272_400_R0_2_56_328_0_20_0_56_280_R0_1_56_304_0_20_0_56_304_R0_2_272_432_288_10_0_272_432_R0_4_168_48_0_38_0_168_48_R0_4_56_160_0_38_0_56_160_R0_4_272_112_0_38_0_272_112_R0_4_376_232_0_38_0_376_232_R0_0_272_464_288_10_0_272_464_R0_2_376_24_16_10_-3.14_376_24_R0_22_0_0_0_0_0_4_1_0_0.5_0.9_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_6_14_0_0_0_0_0_R5_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R6_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_R6_1_15_0_0_0_0_0_R13_1_16_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R6_1_19_0_0_0_0_0_R6_1_20_0_0_0_0_0_R6_1_21_0_0_0_0_0_R13_1_22_2_2_14_15_7_11_20_19_17_18_12_22_1_6_7_5_8_9_10_12_4_3_4_1_4_0_2_2_1_";
this.lvlsdata[513] = "v7_0_THINK FAST!!!_15_2_176_336_0_10_0_176_336_0_0_0_0_0_0_0_0_0_0_0_456_224_0_78_0_456_224_R0_0_304_192_0_20_0_304_192_R0_0_424_88_0_78_0_424_88_R0_0_264_88_0_78_0_264_88_R0_0_176_224_0_78_0_176_224_R0_0_328_296_0_78_0_328_296_R0_4_408_168_128_20_0_408_168_R0_4_184_280_80_20_0_184_280_R0_4_320_384_216_20_0_320_384_R0_4_400_352_72_20_1.57_400_352_R0_4_280_240_72_20_1.57_280_240_R0_1_488_336_0_20_0_488_336_R0_4_96_336_56_20_1.57_96_336_R0_4_536_272_104_20_1.57_536_272_R0_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_2_0_0.5_5_0_0_0.5_0_0_0_0_0_112_0_0.5_0_0_0_0_0_112_96_0.5_0_0_0_0_0_0_96_0.5_0_0_0_0_0_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_5_2_1_4_2_3_2_6_2_5_2_";
this.lvlsdata[606] = "v7_0__25_4_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_2_496_352_0_20_0_496_352_R0_4_432_256_0_20_0_264_200_0.06_0_0_0_0_0_0_0_0_0_0_352_296_0_20_0_352_296_R0_0_192_328_0_60_0_192_328_R0_0_120_144_0_40_0_120_144_R0_0_384_40_0_24_0_384_40_R0_0_488_168_0_10_0_488_168_R0_1_232_200_0_10_0_272_200_0.1_0_0_0_0_0_0_0_0_0_1_192_200_0_10_0_272_200_0.08_0_0_0_0_0_0_0_0_0_1_312_200_0_10_0_272_200_R8_1_272_240_0_10_0_272_200_R8_1_272_160_0_10_0_272_200_R8_1_312_160_0_10_0_272_200_0.09_0_0_0_0_0_0_0_0_0_1_312_240_0_10_0_272_200_R13_1_232_240_0_10_0_272_200_R13_1_232_160_0_10_0_272_200_R13_1_272_120_0_10_0_272_200_R9_1_352_200_0_10_0_272_200_R9_1_272_280_0_10_0_272_200_R9_0_192_200_0_20_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_0_352_200_0_20_0_272_200_R20_4_208_64_0_20_0_272_200_R8_0_272_224_0_10_0_272_200_R8_0_272_176_0_10_0_272_200_R8_25_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_1_0_0_0_4_2_0_0.5_0.9_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_3_0_1_0_0_0_R3_1_4_0_1_0_0_0_R3_1_5_0_1_0_0_0_R3_1_6_0_1_0_0_0_R3_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_5_3_0_0_4_5_0_6_0_7_0_";
this.lvlsdata[984] = "v7_0_At the end of the tunnels is the light!_17_4_296_200_0_20_0_272_200_0_0_0_0_0_0_0_1_18_0.07_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_1_0_0_0_-96_-40_244_10_0.16_-96_-40_0_0_0_0_0_0_0_0_0_0_0_464_-168_244_10_-0.79_464_-168_R2_0_552_-96_244_10_-0.79_552_-96_R2_0_192_608_244_10_1.88_192_608_R2_0_-152_264_244_10_0_-152_264_R2_0_56_576_244_10_1.88_56_576_R2_0_-152_144_244_10_0_-152_144_R2_1_-248_-8_0_54_0_-248_-8_R2_1_568_-200_0_54_0_568_-200_R2_1_-296_200_0_54_0_-296_200_R2_1_88_688_0_54_0_88_688_R2_1_792_144_0_54_0_792_144_R2_0_688_96_244_10_-0.16_688_96_R2_0_704_232_244_10_-0.16_704_232_R2_0_-152_80_244_10_0.16_-152_80_R2_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_";
this.lvlsdata[570] = "v7_0_Just watch where you are going! (Try to cute the right blu balls first to isolate the yellow)_72_0_400_328_0_10_0_400_328_0_0_0_0_0_0_0_0_0_0_2_440_328_0_10_0_440_328_R0_1_320_328_0_10_0_320_328_R0_0_360_328_0_10_0_360_328_R0_0_360_248_0_10_0_360_248_R0_0_280_328_0_10_0_280_328_R0_1_240_328_0_10_0_240_328_R0_1_200_328_0_10_0_200_328_R0_1_160_328_0_10_0_160_328_R0_0_120_328_0_10_0_120_328_R0_0_120_288_0_10_0_120_288_R0_0_160_288_0_10_0_160_288_R0_1_200_288_0_10_0_200_288_R0_1_240_288_0_10_0_240_288_R0_0_280_288_0_10_0_280_288_R0_1_320_288_0_10_0_320_288_R0_0_360_288_0_10_0_360_288_R0_0_400_288_0_10_0_400_288_R0_1_440_288_0_10_0_440_288_R0_0_440_248_0_10_0_440_248_R0_0_400_248_0_10_0_400_248_R0_0_200_208_0_10_0_200_208_R0_0_320_248_0_10_0_320_248_R0_1_120_48_0_10_0_120_48_R0_1_240_248_0_10_0_240_248_R0_1_200_248_0_10_0_200_248_R0_1_160_248_0_10_0_160_248_R0_0_120_248_0_10_0_120_248_R0_0_120_208_0_10_0_120_208_R0_0_160_208_0_10_0_160_208_R0_0_240_208_0_10_0_240_208_R0_1_280_248_0_10_0_280_248_R0_1_280_208_0_10_0_280_208_R0_1_320_208_0_10_0_320_208_R0_1_360_208_0_10_0_360_208_R0_1_400_208_0_10_0_400_208_R0_1_440_208_0_10_0_440_208_R0_1_440_48_0_10_0_440_48_R0_1_400_48_0_10_0_400_48_R0_1_360_48_0_10_0_360_48_R0_1_320_48_0_10_0_320_48_R0_1_280_48_0_10_0_280_48_R0_1_160_48_0_10_0_160_48_R0_1_240_48_0_10_0_240_48_R0_1_200_48_0_10_0_200_48_R0_0_200_88_0_10_0_200_88_R0_0_240_88_0_10_0_240_88_R0_0_160_88_0_10_0_160_88_R0_0_280_88_0_10_0_280_88_R0_0_320_88_0_10_0_320_88_R0_0_360_88_0_10_0_360_88_R0_0_400_88_0_10_0_400_88_R0_0_440_88_0_10_0_440_88_R0_0_120_88_0_10_0_120_88_R0_0_120_168_0_10_0_120_168_R0_0_440_168_0_10_0_440_168_R0_0_400_168_0_10_0_400_168_R0_0_360_168_0_10_0_360_168_R0_0_320_168_0_10_0_320_168_R0_0_280_168_0_10_0_280_168_R0_0_160_168_0_10_0_160_168_R0_0_240_168_0_10_0_240_168_R0_0_200_168_0_10_0_200_168_R0_1_200_128_0_10_0_200_128_R0_1_240_128_0_10_0_240_128_R0_1_160_128_0_10_0_160_128_R0_1_280_128_0_10_0_280_128_R0_1_320_128_0_10_0_320_128_R0_1_360_128_0_10_0_360_128_R0_1_400_128_0_10_0_400_128_R0_1_440_128_0_10_0_440_128_R0_1_120_128_0_10_0_120_128_R0_72_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_126_1_0_3_0_3_2_5_2_6_5_7_6_8_7_9_8_10_9_11_10_12_11_13_12_14_13_15_14_16_15_17_16_20_17_20_4_22_4_31_22_31_24_25_24_26_25_27_26_28_27_29_28_29_21_30_21_32_30_33_32_34_33_35_34_56_35_57_56_58_57_59_58_61_59_62_61_62_60_60_54_71_54_71_65_65_63_64_63_66_64_67_66_68_67_69_68_69_51_51_50_50_49_49_48_48_46_46_45_47_45_53_47_53_23_42_23_44_42_44_43_43_41_41_40_40_39_39_38_38_37_52_37_70_52_70_55_55_36_36_19_19_18_17_0_16_3_15_2_14_5_13_6_12_7_11_8_27_10_26_11_25_12_24_13_31_14_22_15_16_4_18_17_20_19_29_26_25_21_30_24_32_31_33_22_34_4_35_20_57_34_58_33_59_32_61_30_36_35_62_21_60_29_54_28_56_55_65_60_63_62_64_61_66_59_67_58_68_57_69_56_70_69_52_51_68_50_67_49_66_48_64_46_63_45_65_47_71_53_47_42_45_44_46_43_48_41_49_40_50_39_51_38_";
this.lvlsdata[888] = "v7_0_Clear out the capsules as quickly as possible, but don't miss!_52_0_280_120_24_10_0_280_120_0_0_0_0_0_0_0_0_0_0_0_352_192_24_10_-1.57_352_192_R0_2_216_256_24_10_0.79_216_256_R0_2_344_256_24_10_-0.79_344_256_R0_0_208_192_24_10_1.57_208_192_R0_0_328_240_24_10_-0.79_328_240_R0_2_184_192_24_10_1.57_184_192_R0_0_232_240_24_10_0.79_232_240_R0_1_256_216_0_10_0_256_216_R0_1_240_192_0_10_0_240_192_R0_1_304_168_0_10_0_304_168_R0_1_320_192_0_10_0_320_192_R0_1_304_216_0_10_0_304_216_R0_1_280_232_0_10_0_280_232_R0_2_280_192_0_10_0_280_192_R0_0_232_144_24_10_-0.79_232_144_R0_2_216_128_24_10_-0.79_216_128_R0_0_328_144_24_10_0.79_328_144_R0_2_344_128_24_10_0.79_344_128_R0_0_280_264_24_10_0_280_264_R0_2_280_288_24_10_0_280_288_R0_2_280_96_24_10_0_280_96_R0_2_376_192_24_10_1.57_376_192_R0_1_256_168_0_10_0_256_168_R0_2_200_112_0_10_0_200_112_R0_2_360_112_0_10_0_360_112_R0_2_400_192_0_10_0_400_192_R0_2_360_272_0_10_0_360_272_R0_2_280_312_0_10_0_280_312_R0_2_200_272_0_10_0_200_272_R0_2_160_192_0_10_0_160_192_R0_1_416_328_0_10_0_416_328_R0_1_416_56_0_10_0_416_56_R0_1_472_192_0_10_0_472_192_R0_1_280_384_0_10_0_280_384_R0_1_144_328_0_10_0_144_328_R0_1_88_192_0_10_0_88_192_R0_1_144_56_0_10_0_144_56_R0_1_312_-32_0_10_0_312_-32_R0_1_312_-32_0_10_0_312_-32_R0_1_312_-32_0_10_0_312_-32_R0_1_312_-32_0_10_0_312_-32_R0_1_312_-32_0_10_0_312_-32_R0_1_312_-32_0_10_0_312_-32_R0_1_312_-32_0_10_0_312_-32_R0_1_248_-32_0_10_0_248_-32_R0_1_248_-32_0_10_0_248_-32_R0_1_248_-32_0_10_0_248_-32_R0_1_248_-32_0_10_0_248_-32_R0_1_248_-32_0_10_0_248_-32_R0_1_248_-32_0_10_0_248_-32_R0_1_248_-32_0_10_0_248_-32_R0_52_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R1_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R1_1_7_0_0_1_2_0_R1_1_8_0_0_1_2_0_R1_1_9_0_0_1_2_0_R1_1_10_0_0_1_2_0_R1_1_11_0_0_1_2_0_R1_1_12_0_0_1_2_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_1_2_0_R1_1_23_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_225_0.7_1_0_0_0.5_0_0_0_0_0_1_24_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_360_0.7_1_0_0_0.5_0_0_0_0_0_1_26_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_405_0.7_1_0_0_0.5_0_0_0_0_0_1_27_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_28_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_135_0.7_1_0_0_0.5_0_0_0_0_0_1_29_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_315_0.7_1_0_0_0.5_0_0_0_0_0_1_25_0_0_200_0_0_4_1_0_0.5_0.1_0.1_0_10_180_0.7_1_0_0_0.5_0_0_0_0_0_1_30_0_0_1_2_0_R1_1_31_0_0_1_2_0_R1_1_32_0_0_1_2_0_R1_1_33_0_0_1_2_0_R1_1_34_0_0_1_2_0_R1_1_35_0_0_1_2_0_R1_1_36_0_0_1_2_0_R1_1_37_0_0_0_0_0_0_1_0_0.5_11_0_0_0.5_0_0_0_0_0_0_80_0.5_0_0_0_0_0_80_112_0.5_0_0_0_0_0_144_224_0.5_0_0_0_0_0_80_336_0.5_0_0_0_0_0_-32_400_0.5_0_0_0_0_0_-144_336_0.5_0_0_0_0_0_-208_224_0.5_0_0_0_0_0_-144_112_0.5_0_0_0_0_0_-64_80_0.5_0_0_0_0_0_-64_0_0.5_0_0_0_0_0_1_38_20_0_0_0_0_R38_1_39_40_0_0_0_0_R38_1_40_60_0_0_0_0_R38_1_41_80_0_0_0_0_R38_1_42_100_0_0_0_0_R38_1_43_120_0_0_0_0_R38_1_44_0_0_0_0_0_0_1_0_0.5_11_0_0_0.5_0_0_0_0_0_0_80_0.5_0_0_0_0_0_-80_112_0.5_0_0_0_0_0_-144_224_0.5_0_0_0_0_0_-80_336_0.5_0_0_0_0_0_32_400_0.5_0_0_0_0_0_144_336_0.5_0_0_0_0_0_208_224_0.5_0_0_0_0_0_144_112_0.5_0_0_0_0_0_64_80_0.5_0_0_0_0_0_64_0_0.5_0_0_0_0_0_1_45_20_0_0_0_0_R45_1_46_40_0_0_0_0_R45_1_47_60_0_0_0_0_R45_1_48_80_0_0_0_0_R45_1_49_100_0_0_0_0_R45_1_50_120_0_0_0_0_R45_1_51_7_2_26_33_2_25_32_2_24_37_2_30_36_2_29_35_2_28_34_2_27_31_7_2_8_29_2_9_30_2_23_24_2_10_25_2_11_26_2_12_27_2_13_28_0_";
this.lvlsdata[487] = "v7_0_Discus in the middle, soccer at the top, and then basketball. Wait... discus?_15_2_272_248_0_20_0_272_248_0_0_0_0_0_0_0_0_0_0_4_272_152_0_20_0_272_152_R0_1_272_200_0_20_0_272_200_R0_1_552_200_0_26_0_552_200_R0_2_272_248_0_20_0_272_248_R0_0_376_200_208_10_-1.57_376_200_R0_2_488_200_0_26_0_488_200_R0_4_168_200_0_26_0_168_200_R0_2_440_80_0_20_0_440_80_R0_1_488_48_0_20_0_488_48_R0_4_504_312_0_14_0_504_312_R0_1_456_312_0_20_0_456_312_R0_4_408_312_0_14_0_408_312_R0_4_168_-56_0_26_0_168_-56_R0_2_456_360_48_10_0_456_360_R0_14_0_0_200_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_4_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_200_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R6_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R5_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.8_90_0.95_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_14_5_1_4_2_0_2_3_1_6_3_3_7_8_9_4_10_11_12_14_2_2_7_3_2_9_13_1_1_0_";
this.lvlsdata[470] = "v7_0_You only get a total of 10 shots. Also be alert for any capsules that may fly out on your side._22_2_96_200_0_24_0_96_200_0_0_0_0_0_0_0_0_0_0_0_312_200_208_10_-1.57_312_200_R0_4_240_152_0_20_0_240_152_R0_2_552_200_208_10_-1.57_552_200_R0_4_504_368_0_20_0_504_360_0_0_0_0_0_0_0_0_100_0.1_4_504_32_0_20_0_504_24_R4_1_504_80_0_20_0_504_80_R0_4_552_200_0_20_0_552_192_R4_4_408_32_0_20_0_408_24_0_0_0_0_0_0_0_0_100_-0.1_1_96_104_0_20_0_96_104_R0_4_408_368_0_20_0_408_360_R8_4_360_200_0_20_0_360_192_R8_1_96_296_0_20_0_96_296_R0_4_240_248_0_20_0_240_248_R0_1_504_320_0_20_0_504_320_R0_1_408_320_0_20_0_408_320_R0_1_408_80_0_20_0_408_80_R0_4_456_200_0_20_0_456_200_R0_4_416_408_100_10_0_416_408_R0_4_416_-8_100_10_0_416_-8_R0_1_456_128_0_20_0_456_128_R0_1_456_272_0_20_0_456_272_R0_22_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_9_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_4_0_0_R1_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_4_0_0_R1_1_12_0_0_4_0_0_R2_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.95_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R14_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R2_1_20_0_0_0_0_0_R2_1_21_2_2_9_2_2_12_13_0_0_";
this.lvlsdata[958] = "v7_0__21_2_264_200_0_14_0_272_200_0.1_0_0_0_0_0_0_0_0_0_2_504_352_0_10_0_504_352_0_0_0_0_0_0_0_0_0_0_2_504_56_0_10_0_504_56_R1_2_40_352_0_10_0_40_352_R1_2_40_56_0_10_0_40_56_R1_1_168_296_0_10_0_168_296_R1_1_168_104_0_10_0_168_104_R1_1_376_296_0_10_0_376_296_R1_1_376_104_0_10_0_376_104_R1_0_432_200_148_16_-1.57_432_200_R1_0_112_200_148_16_-1.57_112_200_R1_0_272_48_160_16_0_272_48_R1_0_272_352_160_16_0_272_352_R1_4_480_336_20_10_-0.79_480_336_R1_4_64_72_20_10_-0.79_64_72_R1_4_480_72_20_10_-2.36_480_72_R1_4_64_336_20_10_-2.36_64_336_R1_4_384_200_100_10_-1.57_384_200_R1_4_160_200_100_10_-1.57_160_200_R1_4_272_96_112_10_0_272_96_R1_4_272_304_112_10_0_272_304_R1_21_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.5_0.5_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_4_3_0_4_0_2_0_1_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData25 = function () {
this.lvlsdata[979] = "v7_0__98_2_272_-816_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_4_472_200_152_42_-1.57_432_2200_R0_4_272_40_200_42_0_232_2040_R0_4_272_360_200_42_0_232_2360_R0_4_72_200_160_42_-1.57_32_2200_R0_2_272_200_0_10_0_272_200_R0_1_336_104_0_10_0_336_104_R0_1_368_104_0_10_0_368_104_R0_1_368_136_0_10_0_368_136_R0_1_368_168_0_10_0_368_168_R0_1_368_200_0_10_0_368_200_R0_1_368_232_0_10_0_368_232_R0_1_368_264_0_10_0_368_264_R0_1_176_296_0_10_0_176_296_R0_1_208_296_0_10_0_208_296_R0_1_240_296_0_10_0_240_296_R0_1_368_296_0_10_0_368_296_R0_1_336_296_0_10_0_336_296_R0_1_304_296_0_10_0_304_296_R0_1_272_296_0_10_0_272_296_R0_1_176_264_0_10_0_176_264_R0_1_176_232_0_10_0_176_232_R0_1_176_200_0_10_0_176_200_R0_1_176_168_0_10_0_176_168_R0_1_176_136_0_10_0_176_136_R0_1_176_104_0_10_0_176_104_R0_1_208_104_0_10_0_208_104_R0_1_240_104_0_10_0_240_104_R0_1_272_104_0_10_0_272_104_R0_1_304_104_0_10_0_304_104_R0_1_304_264_0_10_0_304_264_R0_1_336_264_0_10_0_336_264_R0_1_336_232_0_10_0_336_232_R0_1_336_200_0_10_0_336_200_R0_1_336_168_0_10_0_336_168_R0_1_208_136_0_10_0_208_136_R0_1_240_136_0_10_0_240_136_R0_1_272_136_0_10_0_272_136_R0_1_304_136_0_10_0_304_136_R0_1_336_136_0_10_0_336_136_R0_1_304_168_0_10_0_304_168_R0_1_272_168_0_10_0_272_168_R0_1_240_168_0_10_0_240_168_R0_1_208_232_0_10_0_208_232_R0_1_208_200_0_10_0_208_200_R0_1_208_168_0_10_0_208_168_R0_1_208_264_0_10_0_208_264_R0_1_240_264_0_10_0_240_264_R0_1_272_264_0_10_0_272_264_R0_1_240_200_0_10_0_240_200_R0_1_240_232_0_10_0_240_232_R0_1_272_232_0_10_0_272_232_R0_1_304_232_0_10_0_304_232_R0_1_304_200_0_10_0_304_200_R0_1_400_232_0_10_0_400_232_R0_1_400_200_0_10_0_400_200_R0_1_400_168_0_10_0_400_168_R0_1_400_136_0_10_0_400_136_R0_1_400_104_0_10_0_400_104_R0_1_144_264_0_10_0_144_264_R0_1_144_232_0_10_0_144_232_R0_1_144_200_0_10_0_144_200_R0_1_144_168_0_10_0_144_168_R0_1_144_136_0_10_0_144_136_R0_1_144_104_0_10_0_144_104_R0_1_400_296_0_10_0_400_296_R0_1_400_264_0_10_0_400_264_R0_1_144_296_0_10_0_144_296_R0_1_400_296_0_10_0_400_296_R0_1_368_264_0_10_0_368_264_R0_1_144_296_0_10_0_144_296_R0_1_208_296_0_10_0_208_296_R0_1_272_296_0_10_0_272_296_R0_1_336_296_0_10_0_336_296_R0_1_272_232_0_10_0_272_232_R0_1_336_232_0_10_0_336_232_R0_1_400_232_0_10_0_400_232_R0_1_176_264_0_10_0_176_264_R0_1_240_264_0_10_0_240_264_R0_1_304_264_0_10_0_304_264_R0_1_144_104_0_10_0_144_104_R0_1_208_104_0_10_0_208_104_R0_1_272_104_0_10_0_272_104_R0_1_336_104_0_10_0_336_104_R0_1_400_104_0_10_0_400_104_R0_1_176_136_0_10_0_176_136_R0_1_240_136_0_10_0_240_136_R0_1_304_136_0_10_0_304_136_R0_1_368_136_0_10_0_368_136_R0_1_144_232_0_10_0_144_232_R0_1_208_168_0_10_0_208_168_R0_1_272_168_0_10_0_272_168_R0_1_336_168_0_10_0_336_168_R0_1_400_168_0_10_0_400_168_R0_1_144_168_0_10_0_144_168_R0_1_240_200_0_10_0_240_200_R0_1_304_200_0_10_0_304_200_R0_1_208_232_0_10_0_208_232_R0_94_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_5_0_1_2_3_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R1_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R13_1_68_0_0_0_0_0_R1_1_69_0_0_0_0_0_R1_1_70_0_0_0_0_0_R1_1_71_0_0_0_0_0_R1_1_72_0_0_0_0_0_R1_1_73_0_0_0_0_0_R1_1_74_0_0_0_0_0_R1_1_75_0_0_0_0_0_R1_1_76_0_0_0_0_0_R1_1_77_0_0_0_0_0_R1_1_78_0_0_0_0_0_R1_1_79_0_0_0_0_0_R1_1_80_0_0_0_0_0_R1_1_81_0_0_0_0_0_R1_1_82_0_0_0_0_0_R1_1_83_0_0_0_0_0_R1_1_84_0_0_0_0_0_R1_1_85_0_0_0_0_0_R1_1_86_0_0_0_0_0_R1_1_87_0_0_0_0_0_R1_1_88_0_0_0_0_0_R1_1_89_0_0_0_0_0_R1_1_90_0_0_0_0_0_R1_1_91_0_0_0_0_0_R1_1_92_0_0_0_0_0_R1_1_93_0_0_0_0_0_R1_1_94_0_0_0_0_0_R1_1_95_0_0_0_0_0_R1_1_96_0_0_0_0_0_R1_1_97_0_0_0_";
this.lvlsdata[265] = "v6_0_58_4_200_160_0_20_0_200_160_0_0_0_0_0_0_0_0_0_0_4_272_112_0_20_0_272_112_R0_4_272_136_0_20_0_272_136_R0_4_200_184_0_20_0_200_184_R0_4_272_160_0_20_0_272_160_0_0_0_0_12_0_-0.1_0_0_0_4_224_184_0_20_0_224_184_R0_4_200_136_0_20_0_200_136_R0_4_296_136_0_20_0_296_136_R0_4_320_112_0_20_0_320_112_R0_4_200_112_0_20_0_200_112_R0_4_224_112_0_20_0_224_112_R0_4_248_112_0_20_0_248_112_R0_4_296_112_0_20_0_296_112_R0_4_224_280_0_20_0_224_280_R0_4_272_280_0_20_0_272_280_R0_4_272_256_0_20_0_272_256_R0_4_200_280_0_20_0_200_280_R0_4_224_208_0_20_0_224_208_R0_4_200_256_0_20_0_200_256_R0_4_200_232_0_20_0_200_232_R0_4_200_208_0_20_0_200_208_R0_4_248_280_0_20_0_248_280_R0_4_368_184_0_20_0_368_184_R0_4_344_184_0_20_0_344_184_R0_4_344_208_0_20_0_344_208_R0_4_296_280_0_20_0_296_280_R0_4_296_256_0_20_0_296_256_R0_4_368_208_0_20_0_368_208_R0_4_368_112_0_20_0_368_112_R0_4_344_112_0_20_0_344_112_R0_4_368_232_0_20_0_368_232_R0_4_368_256_0_20_0_368_256_R0_4_368_280_0_20_0_368_280_R0_4_344_280_0_20_0_344_280_R0_4_320_280_0_20_0_320_280_R0_4_368_136_0_20_0_368_136_R0_4_368_160_0_20_0_368_160_R0_4_320_208_0_20_0_320_208_R4_4_320_184_0_20_0_320_184_R4_4_296_232_0_20_0_296_232_R4_4_272_232_0_20_0_272_232_R4_4_248_208_0_20_0_248_208_R4_4_248_184_0_20_0_248_184_R4_4_296_160_0_20_0_296_160_R4_0_232_248_0_10_0_288_200_-0.1_0_0_0_0_0_0_0_0_0_0_336_248_0_10_0_280_200_R44_0_336_144_0_10_0_288_200_R44_0_232_144_0_10_0_280_200_R44_1_336_144_0_20_0_336_144_R0_1_232_248_0_20_0_232_248_R0_1_336_248_0_20_0_336_248_R0_1_232_144_0_20_0_232_144_R0_1_320_160_0_10_0_288_200_0.1_0_0_0_0_0_0_0_0_0_1_336_144_0_20_0_336_144_R0_1_320_232_0_10_0_280_200_R52_1_248_160_0_10_0_280_200_R52_1_248_232_0_10_0_288_200_R52_2_280_200_0_10_0_280_200_R0_58_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_";
this.lvlsdata[1023] = "v7_0_Jump!!!_20_4_208_392_348_40_0_208_392_0_0_0_0_0_0_0_0_0_0_4_336_272_100_20_-0.47_336_272_R0_0_256_600_228_12_1.57_256_600_R0_0_472_72_72_12_1.57_472_72_R0_4_-32_216_272_36_1.57_-32_216_R0_4_184_328_268_26_0_184_328_R0_4_72_280_0_22_0_72_280_R0_2_128_280_0_10_0_128_280_R0_1_512_320_32_14_0_512_320_R0_1_512_360_32_16_0_512_360_R0_1_512_336_32_10_0_512_336_R0_2_128_-56_0_10_0_128_-56_R0_4_128_-24_36_10_0_128_-24_R0_1_680_296_0_10_0_680_296_R0_2_680_304_0_24_0_72_280_R0_2_72_656_0_10_0_72_280_R0_0_472_320_112_12_1.57_472_320_R0_4_128_-88_36_10_0_128_-88_R0_2_128_-120_0_10_0_128_-120_R0_4_584_208_272_36_1.57_584_208_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_2_14_6_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R0_1_19_3_3_7_8_12_3_10_11_17_2_13_14_0_0_";
this.lvlsdata[554] = "v7_0_3 figure-of-8 laps first._52_1_320_296_0_18_0_320_296_0_0_0_0_0_0_0_0_0_0_0_272_248_0_20_0_272_248_R0_0_32_104_0_18_0_80_104_-0.1_0_0_0_0_0_0_0_0_0_0_80_296_0_18_0_80_248_R2_0_32_200_0_18_0_80_200_0.1_0_0_0_0_0_0_0_0_0_0_128_248_0_18_0_80_248_R4_0_368_152_96_20_-1.57_368_152_R0_0_176_200_40_20_-1.57_176_200_R0_0_272_56_96_20_-3.14_272_56_R0_0_128_104_0_18_0_80_104_R2_0_80_152_0_18_0_80_200_R4_2_272_200_0_16_0_272_200_R0_1_320_104_0_18_0_320_104_R0_1_320_200_0_18_0_320_200_R0_1_224_296_0_18_0_224_296_R0_1_224_104_0_18_0_224_104_R0_1_224_200_0_18_0_224_200_R0_0_176_104_48_20_-1.57_176_104_R0_0_176_296_48_20_-1.57_176_296_R0_0_272_344_96_20_-3.14_272_344_R0_1_32_344_0_20_0_32_344_R0_1_80_344_0_20_0_80_344_R0_1_128_344_0_20_0_128_344_R0_1_128_56_0_20_0_128_56_R0_1_80_56_0_20_0_80_56_R0_1_32_56_0_20_0_32_56_R0_0_464_248_0_18_0_464_200_R2_0_512_296_0_18_0_464_296_R2_0_416_200_0_18_0_464_200_R4_0_464_152_0_18_0_464_200_R4_0_512_104_0_18_0_464_104_R4_1_320_56_0_10_0_320_56_R0_1_224_344_0_10_0_224_344_R0_0_368_296_40_20_-1.57_368_296_R0_1_176_200_0_10_0_176_200_R0_1_368_296_0_10_0_368_296_R0_1_512_344_0_20_0_512_344_R0_1_416_344_0_20_0_416_344_R0_1_464_344_0_20_0_464_344_R0_1_464_56_0_20_0_464_56_R0_1_416_56_0_20_0_416_56_R0_1_512_56_0_20_0_512_56_R0_0_272_152_0_20_0_272_152_R0_0_272_296_0_20_0_272_248_R2_0_272_104_0_20_0_272_152_R4_0_320_248_0_20_0_272_248_R2_0_320_152_0_20_0_272_152_R4_0_272_8_48_20_-1.57_272_8_R0_0_272_392_48_20_-1.57_272_392_R0_0_224_248_0_20_0_272_248_R2_0_416_200_0_18_0_464_200_R2_0_224_152_0_20_0_272_152_R4_52_0_0_2_3_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_2_3_0_R0_1_12_0_0_5_1_0_R0_1_13_0_0_2_3_0_R0_1_14_0_0_2_3_0_R0_1_15_0_0_5_1_0_R0_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_72_0.5_0_0_0_0_0_1_31_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-71_0.5_0_0_0_0_0_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R1_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_R1_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R1_1_44_0_0_0_0_0_R1_1_45_0_0_0_0_0_R1_1_46_0_0_0_0_0_R1_1_47_0_0_0_0_0_R1_1_48_0_0_0_0_0_R1_1_49_0_0_0_0_0_R1_1_50_0_0_0_0_0_R1_1_51_2_7_7_13_0_14_16_12_15_3_32_31_33_3_8_20_21_22_25_23_24_31_32_7_34_4_2_9_5_3_10_7_27_26_29_30_35_50_28_0_";
this.lvlsdata[777] = "v7_0_Avoid red bars, call blue, chase next one, approach to the limit, avoid traps, move green, pass on outside, pass through green wall, turn on blue switch and use green ball._48_4_152_136_240_18_0_152_136_0_0_0_0_0_0_0_0_0_0_4_392_208_72_18_1.57_392_208_R0_0_184_88_24_10_2.2_184_88_0.1_0_0_0_0_0_0_0_0_0_0_128_24_20_10_0.94_128_24_R2_1_160_16_0_10_0_160_16_R0_1_320_64_0_10_0_320_64_R0_1_520_64_0_10_0_520_64_R0_1_456_328_0_10_0_456_328_R0_0_472_136_76_10_0_472_136_R0_1_344_64_0_10_0_344_64_R0_1_24_168_0_10_0_24_168_R0_0_80_88_24_10_1.57_80_88_R2_4_296_344_60_10_1.57_296_344_R0_0_272_64_60_10_1.57_272_64_R0_1_360_216_24_12_1.57_360_216_R0_2_16_56_0_10_0_16_56_R0_0_296_208_60_10_1.57_296_208_R0_4_496_320_0_26_0_496_320_R0_4_552_288_0_12_0_552_288_R0_4_520_352_0_28_0_520_352_R0_4_512_416_40_20_0_512_416_R0_4_424_392_0_20_0_424_392_R0_4_416_368_0_20_0_416_368_R0_1_216_104_0_10_0_216_104_R0_1_480_80_0_10_0_480_80_R0_1_240_360_0_88_0_240_360_R0_0_176_216_60_10_1.57_176_216_R0_4_64_376_40_18_0_64_376_R0_1_360_208_0_10_0_360_208_R0_4_240_208_0_24_0_240_208_R0_1_112_104_0_10_0_112_104_R0_4_88_232_84_10_0_88_232_R0_4_88_192_84_10_0_88_192_R0_4_-16_216_68_10_1.57_-16_216_R0_1_152_256_0_10_0_152_256_R0_1_88_208_0_10_0_88_208_R0_1_480_48_0_10_0_480_48_R0_4_424_344_0_20_0_424_344_R0_0_440_64_0_10_0_440_64_R0_4_448_408_0_20_0_448_408_R0_4_472_360_0_26_0_472_360_R0_4_248_288_240_18_0_248_288_R0_0_448_232_0_20_0_448_232_R0_1_448_232_0_10_0_448_232_R0_1_480_176_0_20_0_480_176_R0_0_480_176_0_10_0_480_176_R0_4_512_232_0_20_0_512_232_R0_1_512_232_0_10_0_512_232_R0_48_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_1_0.5_0_0.2_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_2_0.3_0_0.2_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_0_-96_0.5_0_0_0_0_0_0_48_0.5_0_0_0_0_0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R14_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_180_0.7_1_0_0_0.5_0_0_0_0_0_1_31_0_0_0_0_0_R31_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_3_0.4_0_-0.4_1_0_0_0.5_0_0_0_0_0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R35_1_46_0_0_0_0_0_R0_1_47_9_1_9_2_6_8_2_13_5_2_14_16_1_25_2_10_26_2_33_35_1_34_2_42_44_0_0_";
this.lvlsdata[1257] = "v7_0__33_2_24_24_0_10_0_24_24_0_0_0_0_0_0_0_0_0_0_0_64_56_60_10_0_64_56_R0_0_312_56_184_10_0_312_56_R0_4_184_-16_28_10_0_184_-16_R0_1_184_24_0_10_0_184_24_R0_1_288_24_0_10_0_288_24_R0_4_288_-24_28_18_0_288_-24_R0_4_456_152_80_10_0_456_152_R0_0_328_152_264_14_0_328_152_R0_1_504_120_0_10_0_504_120_R0_0_192_248_256_10_0_192_248_R0_0_240_168_0_10_0_240_168_0_0_0_0_15_0_0.1_0_0_0_4_240_168_0_10_0_240_168_R0_1_240_200_0_10_0_240_200_R0_0_240_232_0_10_0_232_184_R11_4_240_232_0_10_0_240_232_R0_1_128_184_0_10_0_128_184_R0_1_256_104_0_10_0_256_104_R0_0_256_152_0_10_0_256_104_0.1_0_0_0_0_0_0_0_0_0_0_368_328_284_10_0_368_328_R0_1_296_288_0_10_0_296_288_R0_1_96_288_0_10_0_96_288_R0_0_256_56_0_10_0_256_104_R18_0_288_400_0_14_0_288_400_R0_1_288_400_0_20_0_288_400_R0_1_544_368_28_10_1.57_544_368_R0_1_-16_16_0_10_1.57_-16_16_R0_0_88_328_0_10_0_88_328_0_0_0_0_53_0_0.1_0_0_0_0_296_248_0_10_0_296_288_-0.1_0_0_0_0_0_0_0_0_0_0_296_248_0_10_0_296_288_R18_0_296_328_0_10_0_296_288_R28_0_296_328_0_10_0_296_288_R18_0_128_208_0_10_0_128_200_0.06_0_0_0_0_0_0_0_37_0.1_33_0_0_0_0_0_0_0_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.9_1_10_90_0.44_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.9_1_10_90_0.5_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_10_270_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_0_2_0_0.5_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R18_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_50_0_0.5_0_0_0_0_0_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_9_2_3_4_2_5_6_2_7_9_3_11_13_14_2_16_32_3_17_18_22_5_20_28_29_30_31_2_21_27_2_25_26_0_";
this.lvlsdata[15] = "v2_11_0_200_208_60_10_1.57_200_208_0_0_0_0_0_0_0_0_248_160_64_10_0_248_160_R0_0_296_208_60_10_1.57_296_208_R0_0_248_256_64_10_0_248_256_R0_2_248_208_0_20_0_248_208_R0_0_544_8_68_10_1.57_544_8_0.06_0.06_0.06_10_0_0.04_0_1_520_32_0_20_0_568_-16_0.03_0_0_0_0_0_0_1_40_40_0_20_0_-8_-16_-0.04_0_0_0_0_0_0_1_32_368_0_20_0_-16_416_-0.05_0_0_0_0_0_0_1_520_368_0_20_0_568_416_0.06_0_0_0_0_0_0_0_544_8_0_20_0_544_8_0_0_0_0_39_0_0.09_8_0_1_0.6_0_0.5_1_0_0_0.5_4_3_2_1_0_0_0_1_0_0.5_1_0_0_0.5_1_4_0_0_1.5_0_0.5_4_0_0_1_-528_384_0.5_-528_16_1_-16_368_0.5_1_5_0_R1_1_6_0_R1_1_7_0_R1_1_8_0_R1_1_9_200_R2_1_10_";
this.lvlsdata[1214] = "v7_0__25_4_512_256_188_10_0_512_256_0.1_0_0_100_100_0.1_-0.1_0_0_0_4_504_144_188_10_0_504_144_-0.1_0_0_100_100_-0.1_0.1_0_0_0_2_128_200_0_20_0_128_200_0_0_0_0_0_0_0_0_0_0_4_312_144_40_10_0_312_144_0.1_0_0_0_0_0_0_0_0_0_4_312_256_40_10_0_312_256_-0.1_0_0_0_0_0_0_0_0_0_4_312_256_40_10_-1.57_312_256_R4_4_312_144_40_10_-1.57_312_144_R3_4_288_200_0_10_1.57_312_200_0.1_0_0_30_0_0.1_0_0_0_0_4_312_224_0_10_3.14_312_200_-0.1_0_0_30_0_-0.1_0_0_0_0_4_336_200_0_10_1.57_312_200_R7_4_312_176_0_10_3.14_312_200_R8_4_352_176_0_10_-1.57_352_176_0_0_0_25_0_-0.1_0_0_0_0_4_352_224_0_10_-1.57_352_224_0_0_0_25_0_0.1_0_0_0_0_4_408_216_0_10_0_408_184_0_0_0_0_35_0_-0.08_0_0_0_4_408_184_0_10_0_408_184_0_0_0_0_35_0_0.08_0_0_0_4_440_160_0_10_0_440_160_R2_4_376_160_0_10_0_376_160_R2_4_376_240_0_10_0_376_240_R2_4_440_240_0_10_0_440_240_R2_4_440_160_0_10_0_440_160_R2_1_568_200_40_20_-1.57_568_200_R2_4_128_280_0_56_0_128_280_0.1_0.1_-0.1_100_100_-0.1_-0.1_0_100_-0.1_4_128_120_0_56_0_128_120_0.1_0.1_0.1_100_100_0.1_0.1_0_100_0.1_1_128_280_0_10_0_128_280_R2_1_128_120_0_10_0_128_120_R2_25_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_0_1_1_0.5_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R7_1_8_0_0_0_0_0_R7_1_9_0_0_0_0_0_R7_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R0_1_20_0_0_0_0_0_R16_1_21_0_0_0_0_0_R16_1_22_0_1_0_0_0_0_2_0_0.5_1_0_0_1_0_0_0_0_0_1_24_0_0_0_0_0_R16_1_19_0_0_0_0_0_R16_1_18_0_0_0_0_0_R16_1_17_0_1_0_0_0_R20_1_23_0_1_11_21_22_20_0_1_18_17_16_19_24_23_2_23_21_24_22_";
this.lvlsdata[414] = "v7_0_just think about it..._19_2_360_224_32_10_0_360_224_0_0_0_0_0_0_0_0_0_0_2_360_304_32_10_0_360_304_R0_4_24_32_0_20_0_24_32_R0_2_408_80_80_10_1.57_408_80_R0_4_160_88_156_10_0.16_160_88_R0_2_392_264_40_10_-1.57_392_264_R0_4_280_400_608_10_0_280_400_R0_0_280_424_608_10_0_280_424_R0_2_280_456_608_10_0_280_456_R0_0_432_80_80_10_1.57_432_80_R0_2_32_152_64_10_1.57_32_152_R0_4_200_216_112_10_-0.16_200_216_R0_1_496_40_0_20_0_496_40_R0_4_88_312_144_10_0.31_88_312_R0_1_8_152_64_10_1.57_8_152_R0_2_496_336_40_10_-1.57_496_336_R0_0_528_264_56_10_3.14_528_264_R0_0_464_320_56_10_-1.57_464_320_R0_1_520_336_40_10_-1.57_520_336_R0_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_2_4_2_1_0.5_0.9_0.9_1_1_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R7_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_3_2_5_12_4_15_16_17_18_4_3_9_14_10_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData26 = function () {
this.lvlsdata[114] = "v6_0_21_0_456_616_256_10_1.57_424_328_0_0.03_0.1_0_0_0_0_0_0_0_0_728_360_272_10_0_424_328_R0_0_120_296_272_10_0_424_328_R0_0_392_40_256_10_1.57_424_328_R0_2_480_264_0_20_0_480_264_0_0_0_0_0_0_0_0_0_0_1_120_96_0_20_0_120_96_R4_0_432_616_0_10_0_432_616_R4_1_432_464_0_20_0_432_464_R4_0_88_-200_0_10_0_88_-200_R4_1_88_-56_0_20_0_88_-56_R4_1_608_88_0_20_0_608_88_R4_0_752_88_0_10_0_752_88_R4_1_48_456_0_20_0_48_456_R4_0_96_616_0_10_0_96_616_R4_1_112_456_0_20_0_112_456_R4_1_176_456_0_20_0_176_456_R4_1_240_456_0_20_0_240_456_R4_1_304_456_0_20_0_304_456_R4_1_432_456_0_20_0_432_456_R4_1_368_456_0_20_0_368_456_R4_1_496_456_0_20_0_496_456_R4_7_0_0_0_0_0_0_2_0.6_0.5_7_16_352_0.5_0_0_0_0_0_-192_288_0.6_0_0_0_35_0_-240_192_0.7_0_0_0_72_0_-224_128_0.6_0_0_0_71_0_32_112_0.5_0_0_0_302_0_-304_240_0.5_0_0_0_53_0_48_208_0.7_0_0_0_164_0_4_2_3_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_-160_0.5_0_0_0_0_0_2_7_6_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_176_0.5_0_0_0_0_0_2_8_9_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_-192_0_0.5_0_0_0_0_0_2_11_10_0_0_0_0_0_R3_9_12_13_14_15_16_17_18_19_20_0_6_2_5_6_2_7_8_2_10_13_2_9_11_1_12_7_14_15_16_17_18_19_20_0_";
this.lvlsdata[1001] = "v7_0__25_1_152_200_0_10_0_152_200_0_0_0_0_0_0_0_0_0_0_4_272_240_176_24_0_272_200_-0.1_0_0_0_0_0_0_0_0_0_4_272_160_176_24_0_272_200_R1_4_80_200_40_10_1.57_272_200_R1_4_224_200_20_10_1.57_272_200_R1_4_320_200_20_10_1.57_272_200_R1_4_368_200_20_10_1.57_272_200_R1_1_296_200_0_10_0_296_200_R0_1_344_200_0_10_0_344_200_R0_1_104_200_0_10_0_104_200_R0_1_248_200_0_10_0_248_200_R0_1_200_200_0_10_0_200_200_R0_4_272_200_20_10_1.57_272_200_R1_4_128_200_20_10_1.57_272_200_R1_4_176_200_20_10_1.57_272_200_R1_2_536_16_0_10_0_536_16_R0_4_-32_216_304_34_1.57_-32_216_R0_4_272_-32_304_34_0_272_-32_R0_4_280_432_304_34_0_280_432_R0_4_584_200_304_34_1.57_584_200_R0_1_392_200_0_10_0_392_200_R0_1_440_200_0_10_0_440_200_R0_4_416_200_20_10_1.57_272_200_R1_4_464_200_40_10_1.57_272_200_R1_1_16_384_0_10_0_16_384_R0_25_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_2_0.5_0_4_1_0_0.5_0.1_0.1_1_0_90_0.95_1_0_0_0.5_0_0_0_0_0_1_9_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_2_1_0_R6_1_0_0_0_2_1_0_R6_1_11_0_0_2_1_0_R6_1_10_0_0_2_1_0_R6_1_7_0_0_2_1_0_R6_1_8_0_0_2_1_0_R6_1_20_0_0_2_1_0_R6_1_21_8_2_23_24_2_3_21_2_9_22_2_13_20_2_0_6_2_8_14_2_5_11_2_4_7_0_0_";
this.lvlsdata[342] = "v7_0_Lose the game after touching BOTH capsules without either respawning._33_4_272_376_0_10_0_272_376_0_0_0_0_0_0_0_0_0_0_4_416_352_0_10_0.31_416_352_R0_4_336_352_24_20_-0.31_336_352_R0_4_128_296_24_10_0_128_296_R0_4_104_352_52_10_-1.57_104_352_R0_4_152_352_52_10_-1.57_152_352_R0_4_272_552_28_20_0_272_552_R0_4_240_608_52_16_-1.57_240_608_R0_4_304_608_52_16_-1.57_304_608_R0_2_272_608_0_10_-1.57_272_352_R0_4_440_352_52_10_-1.57_440_352_R0_4_392_352_52_10_-1.57_392_352_R0_4_416_296_24_10_0_416_296_R0_4_208_352_24_20_0.31_208_352_R0_4_128_352_0_10_0.31_128_352_R0_1_272_408_272_10_0_272_408_R0_2_272_64_0_20_0_272_64_R0_4_128_160_136_10_-1.73_128_160_R0_4_416_160_136_10_-1.41_416_160_R0_4_272_24_164_10_0_272_24_R0_4_416_88_0_10_0_416_88_R0_4_344_160_0_10_0_344_160_R0_4_208_160_0_10_0_208_160_R0_4_128_88_0_10_0_128_88_R0_1_344_112_0_20_0_344_112_R0_1_208_112_0_20_0_208_112_R0_0_272_424_272_32_0_272_424_R0_2_344_16_0_10_0_344_16_R0_2_208_16_0_10_0_208_16_R0_1_248_264_0_20_0_248_264_R0_4_288_200_0_20_0_288_200_R0_0_104_88_0_10_0_104_88_R0_0_440_88_0_10_0_440_88_R0_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_5_1_2_9_13_14_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_15_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.5_90_0.98_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_200_1_0_R0_1_24_0_0_3_4_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_27_0_0_0_0_0_R23_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_2_5_25_26_24_31_32_2_30_29_1_3_27_15_28_0_";
this.lvlsdata[1170] = "v7_0_This is kind of a remix and tribute to Matt!_29_2_272_200_0_10_0_272_200_0_0_0_0_0_0_0_0_0_0_4_256_-104_328_130_0_256_-104_R0_4_256_504_328_130_0_256_504_R0_4_656_144_384_130_-1.57_656_144_R0_4_-104_184_384_130_-1.57_-104_184_R0_4_208_200_492_10_-1.57_208_200_0.02_0_0_0_0_0_0_0_0_0_4_384_200_492_10_-1.57_384_200_-0.02_0_0_0_0_0_0_0_0_0_4_160_200_492_10_-1.57_160_200_R6_4_272_128_492_10_0_272_128_R5_4_272_272_492_10_0_272_272_R5_4_272_320_492_10_0_272_320_R6_4_272_80_492_10_0_272_80_R6_4_336_200_492_10_-1.57_336_200_R5_1_504_48_0_10_0_504_48_R0_1_48_48_0_10_0_48_48_R0_1_504_352_0_10_0_504_352_R0_1_48_352_0_10_0_48_352_R0_0_472_352_28_10_-1.57_504_352_0.1_0_0_0_0_0_0_0_0_0_0_80_352_28_10_-1.57_48_352_-0.1_0_0_0_0_0_0_0_0_0_0_80_48_28_10_-1.57_48_48_R18_0_472_48_28_10_-1.57_504_48_R17_0_520_200_0_20_0_520_200_0_0_0_0_25_0_0.03_0_0_0_0_272_368_0_20_0_272_368_R21_0_32_200_0_20_0_32_200_R21_0_272_32_0_20_0_272_32_R21_1_504_200_0_16_0_504_200_R0_1_48_200_0_16_0_48_200_R0_1_272_352_0_16_0_272_352_R0_1_272_48_0_16_0_272_48_R0_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_";
this.lvlsdata[105] = "v7_0_The red capsule goes opposite to the mouse cursor position._9_1_32_368_0_20_0_32_368_0_0_0_0_0_0_0_0_0_0_1_520_368_0_20_0_520_368_R0_1_520_32_0_20_0_520_32_R0_1_32_32_0_20_0_32_32_R0_0_288_208_0_20_1.57_288_208_0.05_0_0_0_0_0_0_0_0_0_2_288_128_100_10_3.14_288_208_R4_2_208_208_100_10_1.57_288_208_R4_2_288_288_96_10_0_288_208_R4_2_368_208_100_10_-1.57_288_208_R4_9_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_2_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_";
this.lvlsdata[1210] = "v7_1__104_4_608_136_400_10_0_608_136_0_0_0_0_0_0_0_0_0_0_4_112_392_104_10_3.14_112_392_R0_4_608_264_400_10_0_608_264_R0_4_800_200_0_10_-1.57_800_200_0_0_0_64_0_0.1_0_0_0_0_4_560_200_0_10_-1.57_560_200_R3_4_584_200_0_10_-1.57_584_200_R3_4_608_200_0_10_-1.57_608_200_R3_4_632_200_0_10_-1.57_632_200_R3_4_656_200_0_10_-1.57_656_200_R3_4_680_200_0_10_-1.57_680_200_R3_4_704_200_0_10_-1.57_704_200_R3_4_728_200_0_10_-1.57_728_200_R3_4_752_200_0_10_-1.57_752_200_R3_4_776_200_0_10_-1.57_776_200_R3_4_848_200_0_10_-1.57_848_200_R3_0_704_280_148_10_0_704_280_R0_4_824_200_0_10_-1.57_824_200_R3_4_704_200_148_12_0_704_200_R0_0_704_120_148_10_0_704_120_R0_4_984_240_0_20_0_984_240_R0_4_888_160_0_20_0_888_160_R0_4_888_240_0_20_0_888_240_R0_4_984_160_0_20_0_984_160_R0_4_952_200_0_10_0_936_200_0.1_0_0_0_0_0_0_0_0_0_4_936_216_0_10_0_936_200_R23_4_920_200_0_10_0_936_200_R23_4_936_184_0_10_0_936_200_R23_4_936_200_0_10_-1.57_936_200_R0_2_272_200_0_20_0_272_200_R0_4_1344_56_336_10_0_1344_56_R0_1_1000_200_60_10_-1.57_1000_200_R0_4_1008_96_36_10_-1.57_1008_96_R0_4_1008_304_36_10_-1.57_1008_304_R0_4_1344_344_336_10_0_1344_344_R0_4_1008_200_60_10_-1.57_1008_200_R0_4_1616_200_140_10_-1.57_1616_200_R0_4_1200_160_96_10_-1.57_1200_160_R0_4_1336_144_76_10_1.57_1336_144_-0.1_0_0_0_0_0_0_0_0_0_4_1336_144_76_10_0_1336_144_R37_4_1200_256_76_10_0_1200_256_R23_4_1200_256_76_10_1.57_1200_256_R23_0_1512_200_0_10_1.57_1512_200_R0_1_1544_128_0_20_0_1544_128_R0_1_1544_312_0_20_0_1544_312_R0_4_1544_168_0_20_0_1544_168_R0_4_1544_272_0_20_0_1544_272_R0_1_1544_88_0_20_0_1544_88_R0_1_1544_232_0_20_0_1544_232_R0_0_1576_200_0_10_1.57_1576_200_R0_4_1336_240_92_10_-1.57_1336_240_R0_4_1616_200_140_10_-1.57_1616_200_R0_4_1648_200_140_10_-1.57_1648_200_R0_1_1632_200_136_10_-1.57_1632_200_R0_4_1648_200_140_10_-1.57_1648_200_R0_1_1664_200_136_10_-1.57_1664_200_R0_1_1544_272_0_10_0_1544_272_R0_1_1544_168_0_10_0_1544_168_R0_4_1680_200_140_10_-1.57_1680_200_R0_4_1680_200_140_10_-1.57_1680_200_R0_1_5176_168_0_10_0_5176_168_R0_1_1816_208_28_10_-0.63_1816_208_R0_1_1720_192_56_10_1.57_1720_192_R0_1_1816_176_28_10_0.63_1816_176_R0_1_1792_192_44_10_0_1792_192_R0_1_1792_136_68_10_0_1792_136_R0_1_1792_248_72_10_0_1792_248_R0_1_1864_192_56_10_1.57_1864_192_R0_1_1840_224_0_10_0_1840_224_R0_1_1744_224_0_10_0_1744_224_R0_1_1744_160_0_10_0_1744_160_R0_1_1752_192_0_10_0_1752_192_R0_1_1776_192_0_10_0_1776_192_R0_1_1792_160_0_10_0_1792_160_R0_1_1792_224_0_10_0_1792_224_R0_1_1840_192_0_10_0_1840_192_R0_1_1824_192_0_10_0_1824_192_R0_1_1808_192_0_10_0_1808_192_R0_1_1768_160_0_10_0_1768_160_R0_1_1768_224_0_10_0_1768_224_R0_1_1840_160_0_10_0_1840_160_R0_4_1680_32_24_10_-1.57_1680_32_R0_2_1672_32_8_10_-1.57_1672_32_R0_4_944_392_732_10_0_944_392_R0_4_944_344_732_10_0_944_344_R0_4_944_56_732_10_0_944_56_R0_4_944_8_732_10_0_944_8_R0_0_216_32_12_10_-1.57_216_32_R0_4_1680_368_24_10_-1.57_1680_368_R0_2_1672_368_8_10_-1.57_1672_368_R0_0_216_368_12_10_-1.57_216_368_R0_4_208_200_192_10_1.57_208_200_R0_4_104_200_192_10_1.57_104_200_R0_4_112_200_88_10_0_112_200_R0_4_112_8_104_10_3.14_112_8_R0_4_104_144_156_10_-0.94_104_144_R0_4_112_144_156_10_-2.2_112_144_R0_4_104_256_156_10_-2.2_104_256_R0_4_112_256_156_10_-0.94_112_256_R0_4_8_200_192_10_1.57_8_200_R0_4_112_200_192_10_1.57_112_200_R0_0_1544_168_0_10_0_1544_168_R0_0_1544_272_0_10_0_1544_272_R0_2_1792_112_0_10_0_1792_112_0.1_0_0_100_100_0.1_0.1_0_100_0.1_1_328_200_52_10_-1.57_328_200_R0_104_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_0_1_0_0.5_3_0_0_1_0_0_0_0_0_-96_0_1_-100_0_0_0_0_96_0_1_50_0_0_0_0_1_27_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_0_1_0_0.5_2_0_0_1_0_0_0_0_0_48_0_0_100_0_0_0_0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R41_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_80_0_0_0_0_0_R80_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R0_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_0_1_0_0.5_2_0_0_1_0_0_0_0_0_1488_0_1_0_0_0_0_0_1_86_0_0_0_0_0_R80_1_87_0_0_0_0_0_R80_1_88_0_0_0_0_0_R86_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_0_0_0_0_0_R0_1_95_0_0_0_0_0_R0_1_96_0_0_0_0_0_R0_1_97_0_0_0_0_0_R0_1_98_0_0_0_0_0_R0_1_99_0_0_0_0_0_R0_1_100_0_0_0_0_0_R0_1_101_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_102_0_0_0_0_0_R0_1_103_8_2_47_51_2_42_35_2_43_50_3_41_48_52_2_46_53_5_45_44_54_100_101_2_56_57_2_55_58_4_2_27_30_4_48_41_47_46_2_59_102_3_89_86_103_0_";
this.lvlsdata[1291] = "v7_0_The red capsules move randomly._38_2_128_328_0_10_0_128_328_0_0_0_0_0_0_0_0_0_0_0_296_168_0_20_0_296_168_R0_1_448_168_68_20_-1.57_448_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_296_168_0_20_0_296_168_R0_0_256_128_160_10_0_256_128_R0_4_288_208_124_10_0_288_208_R0_0_96_168_40_10_-1.57_96_168_R0_0_96_328_40_10_-1.57_96_328_R0_0_96_248_40_10_-1.57_96_248_R0_0_224_288_124_10_0_224_288_R0_4_416_328_40_10_-1.57_416_328_R0_4_416_248_40_10_-1.57_416_248_R0_4_256_368_160_10_0_256_368_R0_38_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_1_0_0_0_0_2_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_1_0_0_0_R1_1_3_0_1_0_0_0_R1_1_4_0_1_0_0_0_R1_1_5_0_1_0_0_0_R1_1_6_0_1_0_0_0_R1_1_7_0_1_0_0_0_R1_1_8_0_1_0_0_0_R1_1_9_0_1_0_0_0_R1_1_10_0_1_0_0_0_R1_1_11_0_1_0_0_0_R1_1_12_0_1_0_0_0_R1_1_13_0_1_0_0_0_R1_1_14_0_1_0_0_0_R1_1_15_0_1_0_0_0_R1_1_16_0_1_0_0_0_R1_1_17_0_1_0_0_0_R1_1_18_0_1_0_0_0_R1_1_19_0_1_0_0_0_R1_1_20_0_1_0_0_0_R1_1_21_0_1_0_0_0_R1_1_22_0_1_0_0_0_R1_1_23_0_1_0_0_0_R1_1_24_0_1_0_0_0_R1_1_25_0_1_0_0_0_R1_1_26_0_1_0_0_0_R1_1_27_0_1_0_0_0_R1_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_";
this.lvlsdata[387] = "v7_0_Two capsules hidden behind the reds at the bottom. Push them?_29_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_0_272_400_280_20_0_272_400_R0_0_272_0_280_20_0_272_0_R0_0_552_200_200_20_-1.57_552_200_R0_0_0_200_200_20_-1.57_0_200_R0_4_272_264_16_20_-1.57_272_264_0_0_0_0_0_0_0_0_100_-0.1_4_272_72_80_20_-1.57_272_72_0_0_0_0_0_0_0_0_100_0.1_4_112_200_112_20_0_112_192_R5_4_432_200_112_20_0_432_192_R6_1_56_344_0_20_0_56_344_R0_1_496_344_0_20_0_496_344_R0_1_496_56_0_20_0_496_56_R0_1_56_56_0_20_0_56_56_R0_0_112_200_0_20_0_112_200_R0_0_272_376_0_20_0_272_376_0_0_0_0_0_0_0_0_50_-0.06_0_432_200_0_20_0_432_200_R0_1_272_376_0_10_0_272_376_R14_1_432_200_0_10_0_432_192_0_0_0_0_0_0_0_0_80_0.1_0_272_120_0_20_0_272_200_0.08_0_0_0_0_0_0_0_0_0_0_272_280_0_20_0_272_200_0.1_0_0_0_0_0_0_0_0_0_4_216_144_0_20_0_216_144_R0_4_328_144_0_20_0_328_144_R0_1_272_328_0_10_0_272_328_R0_0_272_328_0_20_0_272_328_R0_1_112_200_0_10_0_112_192_0_0_0_0_0_0_0_0_80_-0.1_0_480_248_0_20_0_480_248_R0_0_72_248_0_20_0_72_248_R0_0_488_64_0_10_0_496_56_-0.1_0_0_0_0_0_0_0_0_0_0_64_64_0_10_0_56_56_R19_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_16_0_0_0_0_0_R16_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R20_1_21_0_0_0_0_0_R16_1_22_0_0_0_0_0_R14_1_23_0_0_0_0_0_R16_1_24_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_25_0_0_0_0_0_R25_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_2_2_25_10_2_9_26_0_";
this.lvlsdata[423] = "v7_0_To speed things up, do some pushing with the blue ones. Not the yellow ones._36_4_8_392_0_20_0_8_392_0_0_0_0_100_0_0.1_0_0_0_4_272_344_0_20_0_272_344_0_0_0_0_0_0_0_0_0_0_2_272_392_0_20_0_272_344_R1_1_272_376_0_20_0_272_376_R1_4_272_200_0_20_0_272_200_0_0_0_0_100_0_-0.1_0_0_0_4_544_8_0_20_0_544_8_R0_4_544_392_0_20_0_544_392_R0_4_8_8_0_20_0_8_8_R0_0_272_344_0_20_0_272_344_R1_4_272_360_0_20_0_272_360_R1_4_568_200_216_20_-1.57_568_200_R1_4_-16_200_216_20_-1.57_-16_200_R1_4_272_-16_288_20_0_272_-16_R1_4_272_416_288_20_0_272_416_R1_2_488_328_0_20_0_488_328_R1_2_320_152_0_20_0_320_152_R1_2_64_40_0_20_0_64_40_R1_1_224_296_0_20_0_224_296_R1_2_496_64_0_20_0_496_64_R1_4_464_224_0_20_0_464_224_R1_4_184_96_0_20_0_184_96_R1_2_32_328_0_20_0_32_328_R1_1_88_96_0_20_0_88_96_R1_1_272_40_0_20_0_272_40_R1_1_104_360_0_20_0_104_360_R1_1_368_272_0_20_0_368_272_R1_2_320_248_0_20_0_320_248_R1_2_224_208_0_20_0_224_208_R1_4_392_104_0_20_0_392_104_R1_4_32_80_0_20_0_32_80_R1_4_96_200_0_20_0_96_200_R1_1_272_200_0_22_0_272_200_R1_1_408_208_0_20_0_408_208_R1_4_168_304_0_20_0_168_304_R1_4_440_344_0_20_0_440_344_R1_1_512_168_0_20_0_512_168_R1_34_40_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_3_1_2_8_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_30_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_10_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_1_0_0_0_4_2_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_15_0_0_0_0_0_R13_1_16_0_1_10_0_0_R12_1_17_0_0_0_0_0_R13_1_18_0_1_0_0_0_R12_1_19_0_1_0_0_0_R12_1_20_0_0_0_0_0_R13_1_21_0_0_10_0_0_R13_1_22_0_0_10_0_0_R13_1_23_0_0_10_0_0_R13_1_24_0_0_10_0_0_R13_1_25_0_0_0_0_0_R13_1_26_0_1_0_0_0_R12_1_27_0_1_0_0_0_R12_1_28_0_0_0_0_0_R13_1_29_0_1_0_0_0_R12_1_30_0_0_200_0_0_R0_1_31_0_0_0_0_0_R13_1_32_0_1_0_0_0_R12_1_33_0_0_0_0_0_R13_1_34_0_1_0_0_0_R12_1_35_1_3_2_3_9_1_2_4_31_0_";
this.lvlsdata[1016] = "v7_0_Gaaah! Who turned the lights off?_27_2_32_40_0_10_0_32_40_0_0_0_0_0_0_0_0_0_0_0_240_96_100_16_-1.57_240_96_R0_0_8_88_144_16_0_8_88_R0_0_152_200_88_16_0_152_200_R0_0_80_144_40_10_-1.57_80_144_0.1_0_0_0_0_0_0_0_0_0_0_64_224_0_20_0_64_224_R0_0_128_288_76_12_-0.63_128_288_R0_0_64_320_0_26_0_64_320_R0_0_64_288_0_20_0_64_288_R0_0_64_256_0_20_0_64_256_R0_0_144_360_76_12_-0.63_144_360_R0_0_240_304_0_12_0_240_304_R0_0_400_296_108_12_-0.63_400_296_-0.1_0_0_0_0_0_0_0_0_0_1_520_368_0_10_0_520_368_0_0_0_0_13_0_0.1_0_0_0_0_296_48_76_14_0.79_296_48_R0_0_472_48_76_14_2.36_472_48_R0_1_336_24_0_10_0_336_24_R0_1_432_24_0_10_0_432_24_R0_0_424_168_80_10_0_320_168_R0_1_536_32_0_10_0_536_32_R0_0_528_56_32_10_0_576_56_R4_0_240_304_0_12_0_240_304_R0_4_440_80_212_350_-1.57_440_80_R0_4_-376_72_212_350_-1.57_-376_72_R0_4_32_432_212_350_0_32_432_R0_4_32_-352_212_350_0_32_-352_R0_0_384_24_0_18_0_360_24_0_0_0_0_0_0_0_0_50_0.1_23_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_5_0_22_23_24_25_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_0_1_0_0.5_3_-16_16_0.5_0_0_0_0_0_32_-64_0.5_0_0_0_0_0_-48_-80_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_0_2_0_0.5_3_0_0_1_0_0_0_0_0_-128_0_1_0_0_0_0_0_80_0_1_0_0_0_0_0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_30_0_0_0_0_R11_1_21_0_0_0_0_0_R0_1_26_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData27 = function () {
this.lvlsdata[595] = "v7_0_Catch the capsules and then release them._49_4_288_376_116_20_1.57_288_376_0_0_0_0_0_0_0_0_0_0_4_224_376_116_20_1.57_224_376_R0_4_256_400_24_20_0_256_400_R0_4_72_72_32_10_1.57_72_72_R0_4_104_104_32_10_0_104_104_R0_4_136_72_32_10_1.57_136_72_R0_2_104_128_0_10_0_104_128_R0_2_256_376_16_10_0_256_376_R0_0_304_-168_0_10_0_304_-168_R0_0_32_-616_0_10_0_32_-616_R0_0_56_-80_0_10_0_56_-80_R0_0_368_152_0_10_0_368_152_R0_0_432_-32_0_10_0_432_-32_R0_0_120_-680_0_10_0_120_-680_R0_0_64_-456_0_10_0_64_-456_R0_0_232_32_0_10_0_232_32_R0_0_424_-856_0_10_0_424_-856_R0_0_128_-1048_0_10_0_128_-1048_R0_0_448_-600_0_10_0_448_-600_R0_0_200_-744_0_10_0_200_-744_R0_0_336_-368_0_10_0_336_-368_R0_0_80_-256_0_10_0_80_-256_R0_0_264_-504_0_10_0_264_-504_R0_0_64_-880_0_10_0_64_-880_R0_0_328_-960_0_10_0_328_-960_R0_0_464_-248_0_10_0_464_-248_R0_0_480_96_0_10_0_480_96_R0_1_256_264_0_10_0_256_264_R0_0_376_-704_0_10_0_376_-704_R0_1_376_-704_0_10_0_376_-704_R0_1_480_96_0_10_0_480_96_R0_1_464_-248_0_10_0_464_-248_R0_1_328_-960_0_10_0_328_-960_R0_1_64_-880_0_10_0_64_-880_R0_1_264_-504_0_10_0_264_-504_R0_1_80_-256_0_10_0_80_-256_R0_1_336_-368_0_10_0_336_-368_R0_1_200_-744_0_10_0_200_-744_R0_1_448_-600_0_10_0_448_-600_R0_1_128_-1048_0_10_0_128_-1048_R0_1_424_-856_0_10_0_424_-856_R0_1_232_32_0_10_0_232_32_R0_1_64_-456_0_10_0_64_-456_R0_1_120_-680_0_10_0_120_-680_R0_1_432_-32_0_10_0_432_-32_R0_1_368_152_0_10_0_368_152_R0_1_56_-80_0_10_0_56_-80_R0_1_32_-616_0_10_0_32_-616_R0_1_304_-168_0_10_0_304_-168_R0_46_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_4_6_5_4_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_27_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.7_90_0.7_1_0_0_0.5_0_0_0_0_0_1_48_0_0_0_0_0_R6_1_47_0_0_0_0_0_R6_1_46_0_0_0_0_0_R6_1_45_0_0_0_0_0_R6_1_44_0_0_0_0_0_R6_1_43_0_0_0_0_0_R6_1_42_0_0_0_0_0_R6_1_41_0_0_0_0_0_R6_1_40_0_0_0_0_0_R6_1_39_0_0_0_0_0_R6_1_38_0_0_0_0_0_R6_1_37_0_0_0_0_0_R6_1_36_0_0_0_0_0_R6_1_35_0_0_0_0_0_R6_1_34_0_0_0_0_0_R6_1_33_0_0_0_0_0_R6_1_32_0_0_0_0_0_R6_1_31_0_0_0_0_0_R6_1_30_0_0_0_0_0_R6_1_29_0_0_0_0_0_R6_1_28_0_0_0_0_0_R6_1_26_0_0_0_0_0_R6_1_25_0_0_0_0_0_R6_1_24_0_0_0_0_0_R6_1_23_0_0_0_0_0_R6_1_22_0_0_0_0_0_R6_1_21_0_0_0_0_0_R6_1_20_0_0_0_0_0_R6_1_19_0_0_0_0_0_R6_1_18_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_16_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_14_0_0_0_0_0_R6_1_13_0_0_0_0_0_R6_1_12_0_0_0_0_0_R6_1_11_0_0_0_0_0_R6_1_10_0_0_0_0_0_R6_1_9_0_0_0_0_0_R6_1_8_1_23_27_4_6_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26_28_1_4_0_1_2_7_0_";
this.lvlsdata[1065] = "v7_0__41_4_272_184_96_20_-1.57_272_184_0_0_0_0_0_0_0_0_0_0_4_272_296_348_20_0_272_296_R0_2_272_344_0_10_0_272_344_R0_4_80_184_96_20_-1.57_80_184_R0_4_176_184_96_20_-1.57_176_184_R0_4_464_184_96_20_-1.57_464_184_R0_4_368_184_96_20_-1.57_368_184_R0_4_272_96_196_10_0_272_96_R0_2_272_96_196_10_0_272_96_R0_4_224_72_40_10_0.31_224_72_R0_1_416_-160_0_20_0_416_-160_R0_1_224_312_0_20_0_224_312_R0_4_416_72_40_10_0.31_416_72_R0_4_128_72_40_10_-0.31_128_72_R0_4_320_72_40_10_-0.31_320_72_R0_1_128_-160_0_20_0_128_-160_R0_1_320_-160_0_20_0_320_-160_R0_1_224_-160_0_20_0_224_-160_R0_1_320_312_0_20_0_320_312_R0_1_224_376_0_20_0_224_376_R0_1_272_264_196_10_0_272_264_R0_1_320_376_0_20_0_320_376_R0_2_464_64_0_10_0_464_64_R0_2_272_64_0_10_0_272_64_R0_2_80_64_0_10_0_80_64_R0_2_272_-200_196_10_0_272_-200_R0_4_464_-168_0_20_0_464_-168_R0_4_464_-136_0_20_0_464_-136_R0_4_80_-168_0_20_0_80_-168_R0_4_80_-136_0_20_0_80_-136_R0_4_368_344_60_10_-0.63_368_344_R0_4_176_344_60_10_0.63_176_344_R0_4_368_-64_12_10_0_368_-64_0_0_0_0_0_0_0_0_48_0.1_4_176_-64_12_10_0_176_-64_R32_4_272_-64_12_10_0_272_-64_0_0_0_0_0_0_0_0_48_-0.1_4_464_-64_0_22_0_464_-64_R0_4_176_-64_0_22_0_176_-64_R0_4_80_-64_0_22_0_80_-64_R0_4_272_-64_0_22_0_272_-64_R0_4_368_-64_0_22_0_368_-64_R0_4_272_272_196_10_0_272_272_R0_40_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_2_7_8_0_0_200_1_0_R0_1_9_0_0_200_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.9_1_0_0_0.5_0_0_0_0_0_1_10_0_0_200_3_0_R0_1_11_0_0_200_1_0_R0_1_12_0_0_200_1_0_R0_1_13_0_0_200_1_0_R0_1_14_0_0_200_0_0_R9_1_15_0_0_200_0.5_0_R9_1_16_0_0_200_0.5_0_R9_1_17_0_0_200_3_0_R0_1_18_0_0_200_3_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_200_3_0_R0_1_21_0_0_0_0_0_R7_1_22_0_0_0_0_0_R7_1_23_0_0_0_0_0_R7_1_24_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_5_90_0.7_1_0_0_0.5_0_0_0_0_0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_5_2_9_11_2_13_19_2_14_18_2_12_21_3_20_26_28_0_0_";
this.lvlsdata[10] = "v2_38_0_176_128_232_10_0_176_128_0_0_0_0_0_0_0_0_208_384_0_10_0_208_384_R0_2_528_352_0_10_0_528_352_R0_0_72_256_64_10_0_72_256_R0_0_448_256_40_10_0_448_256_R0_0_384_256_0_10_0_384_256_R0_0_272_256_88_10_0_272_256_R0_0_160_256_0_10_0_160_256_R0_0_448_192_88_10_0_448_192_R0_0_336_192_0_10_0_336_192_R0_0_232_192_80_10_0_232_192_R0_0_360_128_32_10_0_360_128_R0_0_80_192_24_10_0_80_192_R0_0_56_128_48_10_0_56_128_R0_0_128_192_0_10_0_128_192_R0_0_128_128_0_10_0_128_128_R0_0_152_128_0_10_0_152_128_R0_0_176_128_0_10_0_176_128_R0_0_200_128_0_10_0_200_128_R0_0_224_128_0_10_0_224_128_R0_0_264_128_16_10_0_264_128_R0_0_304_128_0_10_0_304_128_R0_0_472_48_32_10_1.57_472_48_-0.1_0_0_0_0_0_0_1_16_16_0_10_0_16_16_R0_0_248_256_232_10_0_248_256_R0_0_296_192_232_10_0_296_192_R0_0_152_128_232_10_0_152_128_R0_0_272_384_272_10_0_272_384_R0_0_472_128_36_10_0_472_128_R22_0_408_56_32_10_0_408_56_R22_0_280_56_32_10_0_280_56_R22_0_344_64_32_10_1.57_344_64_R22_0_152_56_32_10_0_152_56_R22_0_216_48_32_10_1.57_216_48_R22_0_80_64_32_10_1.57_80_64_R22_0_296_320_244_10_0_296_320_R0_0_232_320_0_10_0_232_320_R0_0_280_56_0_10_0_280_56_R22_38_0_0_1_0_0.5_1_0_0_0.5_1_0_0_1_1_0_0.3_1_0_0_0.5_1_1_0_R0_1_2_0_R0_1_3_0_R0_1_4_0_R0_1_6_0_R0_1_8_0_R0_1_10_0_R0_1_11_0_R0_1_12_0_R0_1_13_0_R0_1_20_0_R0_1_22_0_1_1_0_0.2_1_0_0_0.5_1_14_0_R13_1_9_0_R1_1_19_0_R1_1_18_0_R1_1_17_0_R1_1_16_0_R1_1_15_0_R1_1_21_0_R1_1_7_0_R1_1_5_0_R0_1_23_0_R0_1_24_0_R0_1_25_0_R0_1_26_0_R0_1_27_0_R0_1_28_0_R0_1_32_0_R0_1_33_0_R0_1_34_0_R0_1_29_0_R0_1_31_0_R0_1_30_0_R0_1_35_0_R1_1_36_0_R1_1_37_";
this.lvlsdata[63] = "v5_0_70_0_272_400_280_10_0_272_400_0_0_0_0_0_0_0_0_0_280_0_280_10_0_280_0_R0_0_552_208_200_10_1.57_552_208_R0_0_0_192_200_10_1.57_0_192_R0_0_88_264_80_10_0_88_264_R0_0_280_136_112_10_0_280_136_R0_0_472_264_80_10_0_472_264_R0_0_88_136_80_10_0_88_136_R0_0_392_336_72_10_1.57_392_336_R0_0_168_200_64_10_1.57_168_200_R0_0_392_200_64_10_1.57_392_200_R0_0_168_72_64_10_1.57_168_72_R0_0_168_336_72_10_1.57_168_336_R0_0_392_72_64_10_1.57_392_72_R0_0_472_136_80_10_0_472_136_R0_0_280_264_112_10_0_280_264_R0_1_224_200_0_20_0_224_200_R0_2_336_200_0_10_0_336_200_R0_1_272_336_0_10_0_288_336_0_0_0_0_0_0_0_1_1_195_27_0_10_0_195_27_R0_0_208_72_32_10_-1.57_208_72_R0_1_496_200_0_10_0_496_200_R0_0_488_208_0_10_0_488_208_R0_0_488_192_0_10_0_488_192_R0_0_480_200_0_10_0_480_200_R0_0_456_200_0_10_0_488_200_-0.06_0_0_0_0_0_0_0_0_456_200_0_10_0_488_200_R25_0_456_200_0_10_0_488_200_R25_0_456_200_0_10_0_488_200_R25_0_456_200_0_10_0_488_200_R25_0_456_200_0_10_0_488_200_R25_0_456_200_0_10_0_488_200_R25_0_456_200_0_10_0_488_200_R25_0_80_336_0_20_0_80_336_R0_1_80_336_0_10_0_80_336_R0_0_52_219_35_10_1.57_52_219_R0_0_91_209_2_10_3.14_91_209_R0_0_147_205_18_10_1.57_147_205_R0_0_136_240_18_10_2.16_136_240_R0_0_87_178_31_10_1.57_87_178_R0_1_26_238_0_10_-1.59_26_238_R0_0_0_184_28_10_0_0_184_0.05_0_0_0_0_0_0_0_0_488_400_12_10_1.57_488_400_R0_0_488_280_12_10_1.57_488_280_R0_0_424_280_12_10_1.57_424_280_R0_0_456_384_16_10_1.57_456_384_0_0_0_16_0_0.1_0_0_0_424_400_12_10_1.57_424_400_R0_0_456_280_12_10_1.57_456_280_R0_0_456_400_12_10_1.57_456_400_R0_0_456_296_16_10_1.57_456_296_0_0_0_16_0_-0.1_0_0_0_424_296_16_10_1.57_424_296_R49_0_488_296_16_10_1.57_488_296_R49_0_424_384_16_10_1.57_424_384_R45_0_488_384_16_10_1.57_488_384_R45_1_520_296_0_10_0_520_296_R0_0_440_88_0_20_0_440_88_R0_1_419_64_0_10_0_441_88_0.1_0_0_0_0_0_0_0_1_472_88_0_10_0_440_88_R56_0_280_56_64_10_0_280_56_R0_0_288_336_12_14_-1.57_288_336_R18_0_280_360_22_10_-0.16_288_336_R18_0_280_312_22_10_0.16_288_336_R18_0_304_336_0_30_0_288_336_R18_0_304_200_32_10_1.57_336_200_R0_0_368_200_32_10_1.57_336_200_R0_0_336_168_32_10_-3.14_336_200_R0_0_336_232_32_10_-3.14_336_200_R0_0_80_96_40_14_0_80_64_0_0.04_0.1_0_0_0_0_0_1_80_64_0_10_0_80_64_R67_0_80_32_40_14_0_80_64_R67_67_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_19_0_0_0_1_0_0.5_5_0_0_0.5_32_-32_0.5_96_0_0.5_112_-16_0.5_48_32_0.5_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_70_0_R0_1_26_60_0_R0_1_27_50_0_R0_1_28_30_0_R0_1_29_10_0_R0_1_30_40_0_R0_1_31_20_0_R0_1_32_0_0_1_1_0_0.2_1_0_0_0.5_1_33_0_0_R0_1_34_0_0_R0_1_35_0_0_0_0.2_0_0.5_2_0_0_0.5_27_0_0.5_1_39_0_0_R35_1_36_0_0_R35_1_37_0_0_R35_1_38_0_0_R0_1_40_0_0_R0_1_41_0_0_R0_1_42_0_0_R0_1_43_0_0_R0_1_44_20_0_R0_1_45_0_0_R0_1_46_0_0_R0_1_47_0_0_R0_1_48_20_0_R0_1_49_0_0_R0_1_50_40_0_R0_1_51_0_0_R0_1_52_40_0_R0_1_53_0_0_R0_1_54_0_0_0_2_0_0.5_4_0_0_0.5_64_0_0.5_64_-48_0.5_0_-48_0.5_1_55_0_0_R54_1_57_0_0_R54_1_56_0_0_0_1_0_0.5_4_0_0_0.5_32_-32_0.5_-16_32_0.5_32_32_0.5_1_58_0_0_0_1_0_0.5_8_0_0_0.5_-96_32_0.5_48_16_0.5_-80_-32_0.5_-80_0_0.5_16_-16_0.5_48_-16_0.5_-16_-32_0.5_1_62_0_0_R58_1_59_0_0_R58_1_18_0_0_R58_1_61_0_0_R58_1_60_0_0_1_0.5_0_0.5_1_0_0_0.5_4_63_64_65_66_0_0_R0_1_67_0_0_R0_1_68_0_0_R0_1_69_9_6_5_16_63_64_65_66_4_15_19_20_58_6_10_18_59_60_61_62_13_11_21_23_22_24_30_26_28_27_29_32_31_25_3_9_34_33_8_8_38_37_36_39_35_41_40_14_13_42_43_44_45_46_47_48_49_50_51_52_53_54_1_56_4_69_68_67_12_";
this.lvlsdata[555] = "v7_1_figure it out!_37_2_272_248_0_10_0_272_248_0_0_0_0_0_0_0_0_0_0_4_368_240_0_20_0_368_240_R0_4_272_80_140_20_0_272_80_R0_4_416_200_120_20_1.57_416_200_R0_4_224_288_92_20_0_224_288_R0_4_296_192_40_20_0_296_192_R0_4_128_184_104_20_1.57_128_184_R0_0_248_144_40_10_-1.57_248_144_R0_4_368_192_44_20_0_368_192_R0_1_392_136_36_10_-1.57_392_136_R0_2_368_136_24_10_-1.57_368_136_R0_4_248_40_44_20_1.57_248_40_R0_0_376_192_20_10_0_376_192_R0_4_360_288_52_20_0_360_288_R0_4_320_360_72_20_1.57_320_360_R0_4_416_416_16_20_-1.57_416_416_R0_4_368_432_40_20_0_368_432_R0_0_520_360_36_10_-1.57_520_360_R0_2_368_376_16_10_0_368_376_R0_1_368_400_16_10_0_368_400_R0_0_464_312_48_20_0_464_312_R0_4_464_416_48_20_0_464_416_R0_1_592_360_0_10_0_592_360_R0_2_552_360_0_20_0_552_360_R0_1_664_360_0_18_0_664_360_R0_1_624_360_0_14_0_624_360_R0_1_712_360_0_22_0_712_360_R0_0_160_256_0_10_0_160_256_R0_0_160_112_0_10_0_160_112_R0_4_464_304_48_20_0_464_304_R0_0_464_408_48_20_0_464_408_R0_0_368_312_28_10_0_368_312_R0_4_232_432_100_20_0_232_432_R0_4_128_344_88_20_1.57_128_344_R0_1_144_360_56_10_-1.57_144_360_R0_0_176_328_0_10_0_176_328_R0_0_176_392_0_10_0_176_392_R0_37_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_2_0_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_0_0.5_0_0.5_2_0_0_0_0_0_0_0_0_0_131_1_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_4_2_1_0.5_0.9_0.9_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_40_0_0_0_0_1_2_0.1_0.3_1_0_0_0.5_0_0_0_0_0_1_27_40_0_0_0_0_R27_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_80_0_0_0_0_1_2_0.1_0.2_1_0_0_0.5_0_0_0_0_0_1_35_0_0_0_0_0_1_2_0.1_0.1_1_0_0_0.5_0_0_0_0_0_1_36_3_5_8_9_7_10_13_4_18_19_12_31_2_14_26_1_2_9_11_0_";
this.lvlsdata[260] = "v7_0_Some blue capsules are hiding behind the big green capsules._19_1_168_368_0_14_0_168_368_0_0_0_0_0_0_0_0_0_0_4_56_40_0_20_0_56_40_R0_4_464_344_0_36_0_464_344_R0_4_200_64_0_50_0_200_64_R0_4_456_216_0_58_0_456_216_R0_4_192_344_0_54_0_192_344_R0_4_48_344_0_10_0_48_344_R0_2_264_208_0_14_0_264_208_R0_1_496_224_0_14_0_496_224_R0_1_184_40_0_14_0_184_40_R0_4_464_48_0_26_0_464_48_R0_0_144_200_0_32_0_144_200_R0_1_352_312_0_10_0_352_312_R0_0_352_312_0_32_0_352_312_R0_0_344_128_0_32_0_344_128_R0_1_144_200_0_10_0_144_200_R0_1_408_152_0_10_0_408_152_R0_4_272_272_0_20_0_272_272_R0_0_48_120_0_20_0_48_120_R0_19_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_0_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_80_-32_0.5_0_0_0_0_0_-48_80_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_48_-80_0.5_0_0_0_0_0_128_48_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_0_-96_0.5_0_0_0_0_0_96_-32_0.5_0_0_0_0_0_1_6_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_32_96_0.5_0_0_0_0_0_-96_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_1_2_0_0.5_1_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_1_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_18_0_0_24_1_4_6_4_2_3_2_5_5_1_3_6_1_0_2_9_8_1_0_2_10_11_1_11_1_16_10_16_10_14_2_14_12_10_2_12_15_6_13_6_15_10_13_10_8_6_9_6_";
this.lvlsdata[828] = "v7_0__29_2_272_200_28_10_0_272_200_0.04_0.03_0.02_10_0_0.06_0_0_0_0_1_48_344_0_10_0.16_272_200_0.02_0_0_0_0_0_0_0_0_0_0_344_296_60_10_0_272_200_R1_0_80_376_60_10_0_272_200_R1_0_16_336_40_10_1.57_272_200_R1_0_16_64_40_10_1.57_272_200_R1_0_72_200_60_10_0_272_200_R1_0_80_24_60_10_0_272_200_R1_1_48_56_0_10_0.16_272_200_R1_1_504_56_0_10_0.16_272_200_R1_0_472_24_60_10_0_272_200_R1_0_480_200_60_10_0_272_200_R1_0_536_64_40_10_1.57_272_200_R1_0_536_336_40_10_1.57_272_200_R1_0_472_376_60_10_0_272_200_R1_0_208_104_60_10_0_272_200_R1_1_504_344_0_10_0.16_272_200_R1_0_144_200_96_10_1.57_272_200_R1_0_408_200_96_10_1.57_272_200_R1_0_272_376_144_10_0_272_200_R1_0_272_24_144_10_0_272_200_R1_1_112_168_0_10_0_272_200_R1_1_272_56_0_10_0_272_200_R1_1_176_200_0_10_0_272_200_R1_1_376_200_0_10_0_272_200_R1_1_272_344_0_10_0_272_200_R1_1_440_232_0_10_0_272_200_R1_1_440_168_0_10_0_272_200_R1_1_112_232_0_10_0_272_200_R1_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_";
this.lvlsdata[583] = "v7_0_Lead blue and yellow capsules to the bottom right._27_4_312_200_240_10_-0.16_312_200_0_0_0_0_0_0_0_0_0_0_4_192_64_284_10_0.16_192_64_R0_4_232_328_260_10_0.16_232_328_R0_2_528_376_0_44_0_528_376_R0_4_-32_-120_0_10_0_-32_-120_R0_2_-72_-120_0_10_0_-72_-120_R0_2_424_272_24_10_1.57_424_272_R0_4_448_248_24_10_0.16_448_248_R0_1_424_304_0_10_0_424_304_R0_4_400_248_24_10_-0.16_400_248_R0_0_256_304_0_16_0_256_304_R0_2_584_176_172_10_1.57_584_176_R0_2_272_416_288_10_0_272_416_R0_0_256_184_0_16_0_256_184_R0_0_256_48_0_16_0_256_48_R0_0_-8_168_120_10_1.57_-8_168_R0_0_560_80_76_10_1.57_560_80_R0_2_-32_240_176_10_1.57_-32_240_R0_4_-32_-40_0_10_0_-32_-40_R0_0_-72_-168_0_10_0_-72_-168_R0_1_-32_0_0_10_0_-32_0_R0_4_-72_-8_0_10_0_-72_-8_R0_2_-72_-48_0_10_0_-72_-48_R0_1_-32_-160_0_10_0_-32_-160_R0_1_-72_-80_0_10_0_-72_-80_R0_0_-32_-80_0_10_0_-32_-80_R0_1_472_368_28_10_1.57_472_368_R0_25_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_140_0_0_0_0_4_1_0_0.5_0.1_0.1_1_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_110_0_0_0_0_R4_1_5_0_0_0_0_0_R0_3_6_7_9_0_0_0_0_0_R0_1_8_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_99_0.7_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2_441_0.7_1_0_0_0.5_0_0_0_0_0_1_13_0_0_0_0_0_R8_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R3_1_17_60_0_0_0_0_R4_1_18_170_0_0_0_0_R4_1_19_0_0_0_0_0_R4_1_20_10_0_0_0_0_R4_1_21_30_0_0_0_0_R4_1_22_160_0_0_0_0_R4_1_23_70_0_0_0_0_R4_1_24_100_0_0_0_0_R4_1_25_0_0_0_0_0_R0_1_26_1_2_6_8_5_1_3_1_1_1_12_1_11_1_17_0_";
this.lvlsdata[1090] = "v7_0_Difficult?_46_2_40_192_0_10_0_40_192_0_0_0_0_0_0_0_0_0_0_0_456_16_180_10_-1.57_456_16_R0_0_456_464_180_10_-1.57_456_464_R0_0_544_128_180_10_-1.57_544_128_R0_0_544_568_180_10_-1.57_544_568_R0_0_632_-72_180_10_-1.57_632_-72_R0_0_632_384_180_10_-1.57_632_384_R0_0_728_64_180_10_-1.57_728_64_R0_0_728_512_180_10_-1.57_728_512_R0_0_824_-80_180_10_-1.57_824_-80_R0_0_824_376_180_10_-1.57_824_376_R0_0_912_104_180_10_-1.57_912_104_R0_0_912_560_180_10_-1.57_912_560_R0_0_1184_-32_180_10_-1.57_1184_-32_R0_0_1096_16_180_10_-1.57_1096_16_R0_0_1096_464_180_10_-1.57_1096_464_R0_0_1000_336_180_10_-1.57_1000_336_R0_0_1000_-120_180_10_-1.57_1000_-120_R0_0_1184_408_180_10_-1.57_1184_408_R0_0_1352_368_180_10_-1.57_1352_368_R0_0_1352_-72_180_10_-1.57_1352_-72_R0_0_1264_88_180_10_-1.57_1264_88_R0_0_1264_544_180_10_-1.57_1264_544_R0_0_1608_512_180_10_-1.57_1608_512_R0_0_1520_-128_180_10_-1.57_1520_-128_R0_0_1520_312_180_10_-1.57_1520_312_R0_0_1432_16_180_10_-1.57_1432_16_R0_0_1432_456_180_10_-1.57_1432_456_R0_0_1608_64_180_10_-1.57_1608_64_R0_1_496_56_0_10_-1.57_496_56_R0_1_1560_16_0_10_-1.57_1560_16_R0_1_952_168_0_10_-1.57_952_168_R0_1_872_56_0_10_-1.57_872_56_R0_1_776_384_0_10_-1.57_776_384_R0_1_680_368_0_10_-1.57_680_368_R0_1_584_64_0_10_-1.57_584_64_R0_1_1136_352_0_10_-1.57_1136_352_R0_1_1048_16_0_10_-1.57_1048_16_R0_1_1480_360_0_10_-1.57_1480_360_R0_1_1392_32_0_10_-1.57_1392_32_R0_1_1304_360_0_10_-1.57_1304_360_R0_1_1224_48_0_10_-1.57_1224_48_R0_1_1648_56_0_10_-1.57_1648_56_R0_0_1688_8_180_10_-1.57_1688_8_R0_0_1688_448_180_10_-1.57_1688_448_R0_1_1744_224_0_10_-1.57_1744_224_R0_46_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2_180_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R1_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_R1_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R1_1_44_0_0_0_0_0_R1_1_45_0_0_0_";
this.lvlsdata[104] = "v5_0_9_2_16_32_0_10_0_16_32_0.1_0.1_0.1_100_75_0.1_0.1_0_0_0_8_0_10_0_0_8_0_0_0_0_0_0_0_0_0_0_56_0_10_0_0_56_R1_0_320_8_0_10_-1.57_320_8_R1_0_320_136_68_10_1.57_320_136_R1_0_320_248_108_10_1.57_320_248_R1_0_296_360_20_10_0_296_360_R1_0_120_360_200_10_0_120_360_R1_1_159_386_0_10_0_159_386_R1_9_0_0_0_1_0_0.5_5_0_0_0.5_-32_64_0.5_32_80_0.5_0_-128_0.5_-32_64_0.5_1_0_0_0_0_1_0_0.5_1_0_0_0.5_1_1_0_0_R1_1_2_0_0_R1_1_3_0_0_R1_1_4_0_0_R1_1_5_0_0_R1_1_6_0_0_R1_1_7_0_0_R1_1_8_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData28 = function () {
this.lvlsdata[1037] = "v7_0_You can bring it only so far...._14_2_96_72_0_10_0_96_72_0_0_0_0_0_0_0_0_0_0_0_168_136_88_10_1.57_168_136_R0_0_440_48_60_10_0_440_48_R0_0_40_208_160_10_1.57_40_208_R0_4_96_32_0_20_0_96_32_R0_1_96_-144_0_24_0_96_-144_R0_2_96_-144_0_10_0_96_32_R0_1_440_72_0_10_0_440_72_R0_0_272_368_228_10_0_272_368_R0_0_272_224_100_10_0_272_224_R0_0_376_136_88_10_1.57_376_136_R0_0_504_208_160_10_1.57_504_208_R0_2_88_464_0_10_0_96_32_R0_0_168_784_352_10_-1.57_168_784_R0_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.5_270_0.95_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_2_6_4_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_2_2_5_6_1_0_0_0_";
this.lvlsdata[1227] = "v7_0__35_4_544_200_432_20_-1.57_544_200_0_0_0_0_0_0_0_0_0_0_4_272_392_432_20_0_272_392_R0_4_272_16_432_20_0_272_16_R0_4_8_184_432_20_-1.57_8_184_R0_1_56_64_0_20_0_56_64_R0_1_104_64_0_20_0_104_64_R0_1_296_64_0_20_0_296_64_R0_1_248_64_0_20_0_248_64_R0_1_440_64_0_20_0_440_64_R0_1_488_64_0_20_0_488_64_R0_1_392_64_0_20_0_392_64_R0_1_344_64_0_20_0_344_64_R0_1_200_64_0_20_0_200_64_R0_1_152_64_0_20_0_152_64_R0_1_152_344_0_20_0_152_344_R0_1_200_344_0_20_0_200_344_R0_1_344_344_0_20_0_344_344_R0_1_392_344_0_20_0_392_344_R0_1_488_344_0_20_0_488_344_R0_1_440_344_0_20_0_440_344_R0_1_248_344_0_20_0_248_344_R0_1_296_344_0_20_0_296_344_R0_1_104_344_0_20_0_104_344_R0_1_56_344_0_20_0_56_344_R0_2_272_304_0_10_0_272_304_R0_4_272_256_68_10_0_272_256_0.1_0_0_0_0_0_0_0_0_0_4_200_184_68_10_1.57_272_256_R25_4_272_112_68_10_0_272_256_R25_1_240_216_0_20_0_240_216_R0_1_272_144_44_10_0_272_144_R0_1_288_216_0_20_0_288_216_R0_1_272_176_44_10_0_272_176_R0_1_336_176_44_10_1.57_336_176_R0_1_48_200_104_10_-1.57_48_200_R0_1_504_200_104_10_-1.57_504_200_R0_35_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_200_0.5_0_4_1_0_0.5_0.1_0.1_1_2_90_1_1_0_0_0.5_0_0_0_0_0_1_28_0_0_200_0.5_0_R28_1_30_0_0_200_0.5_0_R28_1_32_0_0_200_0.5_0_R28_1_31_0_0_200_0.5_0_R28_1_29_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_";
this.lvlsdata[1258] = "v7_1__56_2_272_200_0_30_0_272_200_0_0_0_0_0_0_0_0_0_0_4_1080_200_196_10_1.57_1080_200_R0_4_544_200_200_10_-1.57_544_200_R0_4_544_0_536_10_0_544_0_R0_4_992_400_80_10_0_992_400_R0_0_624_248_164_10_-1.1_624_248_R0_1_1224_176_0_32_0_1224_176_R0_0_1144_264_164_10_0_1144_264_R0_0_1144_264_164_10_0_1144_264_-0.1_0_0_0_0_0_0_0_0_0_0_1144_264_164_10_1.57_1144_264_R8_0_880_128_160_10_0.94_880_128_R0_1_1592_192_204_10_1.57_1592_192_R0_0_1184_96_152_10_0_1184_96_R0_0_1456_248_188_10_0.94_1456_248_R0_4_0_200_200_10_1.57_0_200_R0_4_368_400_364_10_0_368_400_R0_0_904_200_152_10_1.57_824_200_0.1_0_0_0_0_0_0_0_0_0_0_648_48_84_10_3.14_824_200_R16_0_1080_200_152_10_1.57_824_200_R16_0_648_352_84_10_3.14_824_200_R16_0_992_352_84_10_3.14_824_200_R16_0_992_48_84_10_3.14_824_200_R16_0_736_200_152_10_1.57_824_200_R16_0_560_200_152_10_1.57_824_200_R16_1_824_400_88_10_0_824_400_R0_1_0_664_0_10_0_0_664_R0_4_544_600_200_10_-1.57_544_600_R0_1_544_800_0_10_1.57_544_800_R0_4_1080_600_200_10_1.57_1080_600_R0_4_544_-120_672_10_0_544_-120_R0_4_272_800_268_10_0_272_800_R0_1_272_592_0_66_0_272_592_R0_4_0_600_200_10_1.57_0_600_R0_3_64_336_0_10_-2.36_64_336_R0_4_-64_400_60_10_0_-64_400_R0_4_-128_400_520_10_1.57_-128_400_R0_4_808_800_268_10_0_808_800_R0_4_1152_400_60_10_0_1152_400_R0_4_1216_400_516_10_1.57_1216_400_R0_4_544_920_672_10_0_544_920_R0_3_1136_352_0_20_0_1152_336_R8_3_1152_336_0_20_0_1152_336_R0_3_1128_336_0_20_0_1152_336_R8_3_1152_312_0_20_0_1152_336_R8_3_1176_336_0_20_0_1152_336_R8_3_1152_360_0_20_0_1152_336_R8_3_1136_320_0_20_0_1152_336_R8_3_1168_320_0_20_0_1152_336_R8_3_1168_352_0_20_0_1152_336_R8_0_-128_-160_12_10_-1.57_-128_-160_R0_2_1216_-160_12_10_-1.57_1216_-160_R0_0_64_360_24_10_-3.14_64_360_R0_0_64_312_24_10_0_64_312_R0_0_40_336_24_10_1.57_40_336_R0_0_88_336_24_10_1.57_88_336_R0_1_1152_0_32_10_-3.14_1152_0_R0_49_0_0_0_0_0_0_2_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_0_2_0_0.5_2_0_0_0.5_0_0_0_0_0_-1792_0_1_0_0_0_0_0_7_5_6_7_10_11_12_13_0_0_0_0_0_R5_2_8_9_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_40_0_0_0_0_0_2_0_0.5_3_0_0_0_0_0_0_0_0_448_0_1_0_0_0_0_0_-80_0_1_0_0_0_0_0_1_26_0_0_0_0_0_R1_1_27_0_0_200_2_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_200_1_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_0_1_0_0.5_2_0_0_0_100_0_0_0_1_128_128_1_100_0_0_0_1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R1_1_37_0_0_0_0_0_R1_1_38_0_0_0_0_0_R1_1_39_0_0_0_0_0_R1_1_40_0_0_0_0_0_R1_1_41_0_0_0_0_0_R1_1_42_0_0_0_0_0_R1_1_43_0_0_0_0_0_R1_1_44_0_0_0_0_0_R1_1_45_0_0_0_0_0_R1_1_46_0_0_0_0_0_R1_1_47_0_0_0_0_0_R1_1_48_0_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_1_1408_0_0.9_0_0_0_0_0_1_49_0_0_0_0_0_4_0_0_0.5_0.1_0.1_0_0_90_0_1_0_0_0.5_0_0_0_0_0_1_50_0_0_0_0_0_R1_1_51_0_0_0_0_0_R1_1_52_0_0_0_0_0_R1_1_53_0_0_0_0_0_R1_1_54_0_0_0_0_0_R1_1_55_7_2_12_6_8_11_2_13_9_10_5_8_7_11_18_20_16_21_17_23_19_22_33_36_34_2_28_27_2_30_25_5_31_52_53_51_54_3_49_50_55_4_9_20_19_18_16_21_17_11_23_22_2_26_31_0_2_49_33_0_";
this.lvlsdata[1278] = "v7_0_It's like it has gravity! 'Jump' from platform to platform to the top, but be careful, it's really slippery!_13_2_328_248_0_20_0_328_248_0_0_0_0_0_0_0_0_0_0_4_336_88_28_10_0_336_88_R0_4_192_48_588_20_-1.57_192_48_R0_4_368_48_588_20_-1.57_368_48_R0_4_336_288_28_10_0_336_288_R0_4_224_192_28_10_0_224_192_R0_4_224_-8_28_10_0_224_-8_R0_0_280_384_72_20_0_280_384_R0_0_8_232_316_20_-1.57_8_232_R0_0_536_224_316_20_-1.57_536_224_R0_1_280_-200_76_10_0_280_-200_R0_4_328_-112_20_10_0_328_-112_R0_4_304_80_8_10_-1.57_304_80_R0_4_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2.7_270_1_1_0_0_0.5_0_0_0_0_0_10_5_3_2_7_4_11_10_6_12_1_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_";
this.lvlsdata[1290] = "v7_0_Sometimes the edge of the ramp decides to move away be careful. Your target is the green bar at the left side of the screen._14_2_128_288_0_10_0_128_288_0_0_0_0_0_0_0_0_0_0_1_224_96_0_20_0_224_96_R0_4_224_152_48_20_0.16_224_152_R0_0_504_24_0_20_0_504_24_R0_4_472_104_96_20_-0.63_472_104_R0_4_384_296_40_20_0_384_296_R0_4_464_64_40_20_1.57_464_64_R0_1_-40_256_32_10_-1.57_-40_256_R0_4_8_256_32_10_-1.57_8_256_R0_0_40_208_236_10_-1.57_40_208_R0_2_-16_256_32_10_-1.57_-16_256_R0_2_296_576_348_20_0_296_576_R0_4_296_480_348_20_0_296_480_R0_0_296_528_348_20_0_296_528_R0_14_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_2_1_0_0.1_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_3_0.1_0_0.2_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.4_90_1_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R7_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R7_1_10_0_0_0_0_0_R7_1_11_0_0_0_0_0_R7_1_12_0_0_0_0_0_R7_1_13_2_2_1_6_3_7_8_10_0_0_";
this.lvlsdata[1244] = "v7_0__28_2_272_200_0_10_0_272_200_0_0_0_0_0_0_0_0_0_0_0_280_-16_0_10_0_280_-16_R0_1_280_-64_0_10_0_280_-64_R0_1_272_-456_0_10_0_272_-456_R0_0_304_-456_0_10_0_304_-456_R0_0_240_-456_32_10_-1.57_272_-456_-0.1_0_0_0_0_0_0_0_0_0_0_304_-456_32_10_1.57_272_-456_R5_0_288_-376_384_20_0_288_-376_R0_0_264_-920_0_10_0_264_-920_R0_0_264_-952_28_10_0_264_-976_0.1_0_0_0_0_0_0_0_0_0_1_264_-976_0_10_0_264_-976_R0_0_288_-976_0_10_-1.57_264_-976_R9_0_264_-1032_0_10_0_264_-1032_R0_0_240_-976_0_10_-1.57_264_-976_R9_0_288_-848_384_20_0_288_-848_R0_0_208_-976_0_10_0_208_-976_R0_0_320_-976_0_10_0_320_-976_R0_0_240_-456_0_10_0_240_-456_R0_0_240_-976_0_10_-1.57_264_-976_R5_0_264_-952_28_10_0_264_-976_R5_0_288_-976_0_10_-1.57_264_-976_R5_0_272_-424_0_10_0_272_-424_R0_3_232_-1536_12_10_1.57_232_-1536_R0_0_264_-1512_36_10_0_264_-1512_R0_0_264_-1560_36_10_0_264_-1560_R0_0_224_-1536_24_10_1.57_224_-1536_R0_0_248_-1472_384_20_0_248_-1472_R0_0_280_-40_0_26_0_280_-40_R0_12_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_1_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_2_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R2_1_3_0_0_0_0_0_R1_5_4_5_6_17_21_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_10_8_9_11_12_13_15_16_18_19_20_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_10_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_4_22_23_24_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_4_2_1_0.9_0.4_0.4_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_27_4_7_5_6_3_4_14_17_21_4_1_2_7_27_12_8_12_11_9_10_13_15_16_20_19_18_26_4_22_23_24_25_0_9_4_3_8_10_10_12_10_15_10_16_17_3_21_3_27_2_1_27_";
this.lvlsdata[1030] = "v7_0_Be carefule_36_0_168_200_64_10_-1.57_272_200_0.02_0_0_0_0_0_0_0_0_0_0_96_136_64_10_0_272_200_R0_0_96_264_64_10_0_272_200_R0_0_32_200_64_10_-1.57_272_200_R0_2_80_200_0_10_0_256_200_R0_1_144_240_0_10_0_272_200_R0_1_56_240_0_10_0_272_200_R0_1_56_160_0_10_0_272_200_R0_1_144_160_0_10_0_272_200_R0_1_320_280_0_10_0_272_200_R0_1_232_280_0_10_0_272_200_R0_1_232_360_0_10_0_272_200_R0_1_320_360_0_10_0_272_200_R0_2_272_336_0_10_0_272_216_R0_0_208_320_64_10_-1.57_272_200_R0_0_272_384_64_10_0_272_200_R0_0_272_256_64_10_0_272_200_R0_0_344_320_64_10_-1.57_272_200_R0_0_520_200_64_10_-1.57_272_200_R0_0_448_136_64_10_0_272_200_R0_0_448_264_64_10_0_272_200_R0_0_384_200_64_10_-1.57_272_200_R0_2_472_200_0_10_0_296_200_R0_1_496_240_0_10_0_272_200_R0_1_408_240_0_10_0_272_200_R0_1_408_160_0_10_0_272_200_R0_1_496_160_0_10_0_272_200_R0_0_344_80_64_10_-1.57_272_200_R0_0_272_16_64_10_0_272_200_R0_0_272_144_64_10_0_272_200_R0_0_208_80_64_10_-1.57_272_200_R0_2_272_64_0_10_0_272_184_0.02_0_0_3_0_0_0_0_0_0_1_320_120_0_10_0_272_200_R0_1_232_120_0_10_0_272_200_R0_1_232_40_0_10_0_272_200_R0_1_320_40_0_10_0_272_200_R0_36_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_0_1_0.5_0.5_1_-144_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R4_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R4_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_";
this.lvlsdata[640] = "v7_0_this is very hard... But not impossible!_37_2_272_320_0_10_0_272_320_0_0_0_0_0_0_0_0_0_0_0_8_-216_108_10_1.57_8_-216_R0_0_256_-128_24_10_-1.57_256_-128_R0_0_256_-160_56_10_0_256_-160_-0.1_0_0_0_0_0_0_0_0_0_0_328_-160_52_10_-1.57_328_-160_R0_0_128_-104_128_10_0_128_-104_R0_0_536_-104_208_10_0_536_-104_R0_0_128_-216_28_10_0_128_-216_R0_1_47_-138_0_10_0_47_-138_R0_0_272_-216_116_10_0_272_-216_R0_0_40_-216_64_10_0_40_-216_R0_0_232_-272_224_10_0_232_-272_R0_0_392_-216_52_10_-1.57_392_-216_0.1_0_0_0_0_0_0_0_0_0_0_456_-232_36_10_-1.57_456_-232_R0_0_544_-216_108_10_1.57_544_-216_R0_0_336_-336_208_10_0_336_-336_R0_0_532_-113_4_15_-1.57_532_-113_R0_0_533_-346_0_19_-1.57_533_-346_R0_0_8_-432_108_10_1.57_8_-432_R0_0_216_-440_208_10_0_216_-440_R0_0_128_-384_44_10_-1.57_128_-384_0.07_0_0_0_0_0_0_0_0_0_0_544_-432_72_10_-1.57_544_-432_R20_0_544_-432_108_10_1.57_544_-432_R0_0_336_-544_208_10_0_336_-544_R0_0_19_-114_4_16_-1.57_19_-114_R0_0_128_-520_20_10_-1.57_128_-520_R0_0_96_-544_88_10_0_96_-544_R0_1_40_-512_0_10_-1.57_40_-512_R0_1_88_-488_0_10_-1.57_88_-488_R0_1_88_-464_0_10_-1.57_88_-464_R0_1_64_-464_0_10_-1.57_64_-464_R0_1_40_-464_0_10_-1.57_40_-464_R0_1_40_-488_0_10_-1.57_40_-488_R0_1_88_-512_0_10_-1.57_88_-512_R0_1_64_-512_0_10_-1.57_64_-512_R0_1_64_-488_0_10_-1.57_64_-488_R0_1_248_-656_0_20_0_248_-656_R0_37_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_0.8_0_0.5_2_0_0_0.5_0_0_0_0_0_0_1952_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R1_1_35_390_0_0_0_0_0_2_0_0.5_2_0_0_0_0_0_0_0_0_0_1504_1_0_0_0_0_0_1_36_2_2_7_8_2_26_35_0_0_";
this.lvlsdata[1077] = "v7_0_Uhm... Hi.... I just... wanted to..... uhm..... say that......... I'm high!_15_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_4_272_72_244_24_0_272_72_R0_4_272_320_244_24_0_272_320_R0_3_136_16_0_10_0_136_16_R0_0_264_368_0_10_0_264_368_R0_0_56_24_0_10_0_56_24_R0_3_432_16_0_10_0_432_16_R0_0_256_24_0_10_0_256_24_R0_3_376_24_0_10_0_376_24_R0_3_464_384_0_10_0_464_384_R0_3_104_360_0_10_0_104_360_R0_0_392_360_0_10_0_392_360_R0_3_200_368_0_10_0_200_368_R0_0_272_344_320_10_0_272_344_R0_0_272_48_320_10_0_272_48_R0_15_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_90_0.96_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_270_0.96_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R3_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_2_2_0_1_0_";
this.lvlsdata[941] = "v7_0_Push the blues avoid the reds._39_2_272_-152_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_4_408_200_0_20_0_408_200_R0_4_136_200_0_20_0_136_200_R0_1_528_200_0_20_0_528_200_R0_0_528_144_0_20_0_528_144_R0_0_24_88_0_20_0_24_88_R0_0_24_200_0_20_0_24_200_R0_0_24_312_0_20_0_24_312_R0_0_80_32_0_20_0_80_32_R0_0_192_32_0_20_0_192_32_R0_0_304_32_0_20_0_304_32_R0_0_416_32_0_20_0_416_32_R0_0_80_368_0_20_0_80_368_R0_0_192_368_0_20_0_192_368_R0_0_304_368_0_20_0_304_368_R0_0_416_368_0_20_0_416_368_R0_0_528_368_0_20_0_528_368_R0_0_528_32_0_20_0_528_32_R0_0_528_256_0_20_0_528_256_R0_1_360_32_0_20_0_360_32_R0_1_472_32_0_20_0_472_32_R0_1_136_368_0_20_0_136_368_R0_1_248_368_0_20_0_248_368_R0_1_360_368_0_20_0_360_368_R0_1_472_368_0_20_0_472_368_R0_1_528_88_0_20_0_528_88_R0_1_528_312_0_20_0_528_312_R0_1_24_144_0_20_0_24_144_R0_1_24_256_0_20_0_24_256_R0_1_24_368_0_20_0_24_368_R0_1_24_32_0_20_0_24_32_R0_1_136_32_0_20_0_136_32_R0_1_248_32_0_20_0_248_32_R0_0_272_200_0_20_0_272_200_R0_1_272_-152_0_20_0_272_-152_R0_2_-40_200_232_20_-1.57_-40_200_R0_2_272_440_312_20_-3.14_272_440_R0_2_272_-40_312_20_-3.14_272_-40_R0_2_592_200_232_20_-1.57_592_200_R0_38_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_33_0_0_0_0_0_4_1_0_0.5_0.5_0.5_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.9_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R3_1_4_0_0_0_0_0_R3_1_5_0_0_0_0_0_R3_1_6_0_0_0_0_0_R3_1_7_0_0_0_0_0_R3_1_8_0_0_0_0_0_R3_1_9_0_0_0_0_0_R3_1_10_0_0_0_0_0_R3_1_11_0_0_0_0_0_R3_1_12_0_0_0_0_0_R3_1_13_0_0_0_0_0_R3_1_14_0_0_0_0_0_R3_1_15_0_0_0_0_0_R3_1_16_0_0_0_0_0_R3_1_17_0_0_0_0_0_R3_1_18_0_0_0_0_0_R3_1_19_0_0_0_0_0_R3_1_20_0_0_0_0_0_R3_1_21_0_0_0_0_0_R3_1_22_0_0_0_0_0_R3_1_23_0_0_0_0_0_R3_1_24_0_0_0_0_0_R3_1_25_0_0_0_0_0_R3_1_26_0_0_0_0_0_R3_1_27_0_0_0_0_0_R3_1_28_0_0_0_0_0_R3_1_29_0_0_0_0_0_R3_1_30_0_0_0_0_0_R3_1_31_0_0_0_0_0_R3_1_32_0_0_0_0_0_R0_1_34_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_35_0_0_0_0_0_R34_1_36_0_0_0_0_0_R34_1_37_0_0_0_0_0_R34_1_38_1_2_0_34_0_2_1_33_2_33_";
this.lvlsdata[1100] = "v7_0_With some obstacles!_25_2_72_-352_0_20_0_88_24_0_0_0_0_0_0_0_0_0_0_4_88_24_0_20_0_88_24_R0_2_88_72_0_10_0_88_72_R0_4_144_128_128_10_-1.57_144_128_R0_4_264_368_232_10_0_264_368_R0_4_32_168_200_10_-1.57_32_168_R0_4_496_224_144_10_-1.57_496_224_R0_4_256_256_112_10_0_256_256_R0_4_368_168_88_10_-1.57_368_168_R0_4_72_328_48_10_0.79_72_328_R0_0_88_-192_580_20_0_88_-192_R0_0_256_312_48_10_0_256_312_-0.1_0_0_0_0_0_0_0_0_0_4_456_328_52_10_-0.79_456_328_R0_4_384_72_16_10_-0.47_384_72_R0_4_480_72_16_10_-2.67_480_72_R0_4_400_8_56_10_-1.57_400_8_R0_4_464_8_56_10_-1.57_464_8_R0_0_432_24_12_10_0_472_24_R0_1_432_0_0_10_0_432_0_R0_0_48_176_8_10_0_48_176_R0_0_128_176_8_10_0_128_176_R0_4_488_200_0_10_0_488_200_R0_0_472_128_24_10_0_472_128_R0_0_248_-568_376_20_-1.57_248_-568_R0_4_376_128_0_10_0_376_128_R0_24_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_0_1_0_0.5_3_0_0_0.5_0_0_0_0_0_-80_0_0.5_0_0_0_0_0_80_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_";
this.lvlsdata[1050] = "v7_1_Catch up!!!!_17_4_24_200_0_20_0_24_200_0_0_0_0_0_0_0_0_0_0_1_1024_200_0_20_0_1024_200_R0_2_1104_200_36_20_1.57_1176_200_R0_1_968_200_0_20_0_968_200_R0_1_856_200_0_20_0_856_200_R0_1_912_200_0_20_0_912_200_R0_1_744_200_0_20_0.16_744_200_R0_1_800_200_0_20_0_800_200_R0_1_-400_208_0_36_0_-400_208_R0_2_-400_200_0_10_0_24_200_R0_1_408_200_0_20_0.16_408_200_R0_1_352_200_0_20_0.16_352_200_R0_1_464_200_0_20_0.16_464_200_R0_1_688_200_0_20_0.16_688_200_R0_1_632_200_0_20_0.16_632_200_R0_1_520_200_0_20_0.16_520_200_R0_1_576_200_0_20_0.16_576_200_R0_16_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.97_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_6_360_0.98_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R2_2_9_0_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_3_1_2_8_9_0_13_2_1_3_1_5_3_5_4_7_4_7_6_13_6_14_13_16_14_16_15_15_12_12_10_11_10_";
this.lvlsdata[295] = "v7_0_Use the borders of the rotating plateform. You can also bounce the yellow ball._7_4_136_32_116_20_0.47_136_32_0_0_0_0_0_0_0_0_0_0_0_275_238_312_10_0_275_238_R0_2_176_0_0_20_0_176_0_R0_1_128_184_0_20_0_128_184_R0_4_424_128_96_20_0.37_424_128_0_-0.04_0.1_0_0_0_0_0_0_0_2_424_312_0_10_0_424_312_R0_1_408_184_0_20_0_408_184_R0_6_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_2.4_90_0.8_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_2_5_4_0_0_0_0_0_R0_1_6_0_0_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData29 = function () {
this.lvlsdata[291] = "v7_0__26_2_272_248_0_20_0_272_248_0_0_0_0_0_0_0_0_0_0_2_272_152_0_10_0_272_152_R0_4_272_296_48_18_0_272_296_R0_4_320_248_48_18_-1.57_320_248_R0_4_224_248_48_18_-1.57_224_248_R0_4_272_200_48_18_0_272_200_R0_0_288_-80_0_20_0_288_-80_R0_1_280_-64_0_10_0_264_-88_0.1_0.1_0.1_0_0_0_0_0_0_0_0_264_-88_0_24_0_264_-88_R0_0_224_56_0_10_0_224_56_R0_1_368_248_0_20_0_368_248_R0_1_176_248_0_20_0_176_248_R0_4_432_352_0_24_0_432_352_R0_0_-160_-128_0_10_0_-160_-136_0.1_0_0_0_0_0_0_0_0_0_1_-160_-144_0_10_0_-160_-136_R13_4_-160_-136_0_24_0_-160_-136_R0_0_320_56_0_10_0_320_56_R0_0_112_56_92_10_0_112_56_R0_0_696_-96_0_10_0_696_-136_0.04_0_0_0_0_0_0_0_0_0_1_696_-136_0_10_0_696_-96_R0_0_496_360_0_10_0_496_352_R13_0_696_-168_0_10_0_696_-136_-0.07_0_0_0_0_0_0_0_0_0_0_720_-136_0_10_0_696_-136_R13_0_432_56_92_10_0_432_56_R0_0_128_248_0_10_0_272_248_0.1_0.05_0.05_0_0_0_0_0_0_0_0_416_248_0_10_0_272_248_0.07_0_0_0_0_0_0_0_0_0_26_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_3_0_0_0_0.5_0_0.5_2_0_0_0_0_0_0_0_0_0_336_0.5_0_0_0_0_0_1_6_0_0_3_0_0_0_0.5_0_0.5_2_0_0_0_0_0_0_0_0_0_320_0.5_0_0_0_0_0_1_7_0_0_3_0_0_R6_1_8_0_0_0_0_0_R1_1_9_0_0_10_2_0_R1_1_10_0_0_10_2_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_5_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_432_384_0.5_0_0_0_0_0_1_13_0_0_5_0_0_R13_1_14_0_0_5_0_0_R13_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_5_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_-448_384_0.5_0_0_0_0_0_1_18_0_0_5_0_0_R18_1_19_0_0_5_3_0_R1_1_20_0_0_5_0_0_R18_1_21_0_0_5_0_0_R18_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R1_1_25_3_3_6_7_8_4_15_14_13_20_4_18_19_21_22_0_0_";
this.lvlsdata[220] = "v6_0_27_0_272_200_204_10_-1.57_272_200_0_0_0_0_0_0_0_0_0_0_0_272_200_280_10_0_272_200_R0_2_-232_152_0_20_0_40_352_R0_2_-232_552_0_20_0_40_352_R0_2_320_552_0_20_0_40_352_R0_2_320_152_0_20_0_40_352_R0_0_0_400_0_10_0_0_400_R0_0_552_400_0_10_0_552_400_R0_0_552_0_0_10_0_552_0_R0_0_0_0_0_10_0_0_0_R0_1_224_152_0_20_0_224_152_R0_0_80_344_48_10_1.57_80_344_R0_1_224_56_0_20_0_224_56_R0_0_224_104_48_10_0_224_104_R0_0_128_104_48_10_0_128_104_R0_0_48_104_48_10_0_48_104_R0_0_320_104_48_10_0_320_104_R0_0_416_104_48_10_0_416_104_R0_0_464_56_48_10_1.57_464_56_R0_0_176_56_48_10_1.57_176_56_R0_0_128_296_48_10_0_128_296_R0_0_80_-56_48_10_1.57_80_-56_R0_0_176_344_48_10_1.57_176_344_R0_0_368_248_48_10_1.57_368_248_R0_0_368_344_48_10_1.57_368_344_R0_0_368_-56_48_10_1.57_368_-56_R0_1_320_248_0_20_0_320_248_R0_27_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_0_2_0_0.9_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_";
this.lvlsdata[92] = "v5_0_12_2_520_32_0_14_0_520_32_0_0_0_0_0_0_0_0_2_520_368_0_14_0_520_368_R0_0_32_128_232_18_1.57_32_128_R0_0_132_368_96_10_0_132_368_R0_1_181_328_0_20_0_181_328_R0_0_232_322_36_20_1.57_232_322_R0_0_176_278_56_20_0_176_278_R0_0_448_128_232_18_1.57_448_128_R0_0_328_322_36_20_1.57_328_322_R0_0_277_459_32_10_0_277_459_0.09_0.06_0.1_0_0_0_0_0_1_386_320_0_20_0_386_320_R0_0_384_368_56_10_0_384_368_R0_3_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_0_2_0_0.5_3_0_0_0.5_0_-480_1_0_-496_0_10_10_9_8_7_6_5_4_3_2_11_0_";
this.lvlsdata[52] = "v7_1_Attract the left red circle, then get the left blue capsule and enter the rotating tunnel._16_2_280_208_0_18_0_280_208_0_0_0_0_0_0_0_0_0_0_0_1144_248_384_10_0_712_208_0.01_0_0_0_0_0_0_0_0_0_0_280_248_389_10_0_280_248_R0_0_280_168_387_10_0_280_168_R0_0_1144_168_384_10_0_712_208_R1_0_997_574_460_10_0.79_997_574_R0_0_880_208_116_10_0_880_208_R0_0_1512_208_12_10_1.57_712_216_R1_1_1472_208_0_20_-0.16_712_216_R1_0_992_-160_460_10_-0.79_992_-160_R0_0_-104_208_36_10_1.57_-104_208_R0_1_-96_208_28_10_1.57_-96_208_R0_0_-192_208_0_106_0_-192_208_R0_0_1567_208_693_10_-1.57_1567_208_R0_0_1442_901_120_10_0_1442_901_R0_0_1440_-487_124_10_0_1440_-487_R0_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_1_2_0_0.7_1_0_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_1_1_8_0_0_";
this.lvlsdata[370] = "v7_0_You lose a ball each time you clear one capsule. So don't let the green bar have any time to move backwards!_20_2_424_200_28_10_-1.57_424_200_0_0_0_0_0_0_0_0_0_0_4_392_200_208_10_-1.57_392_200_R0_2_176_200_0_20_0_176_200_R0_0_360_200_208_10_-1.57_360_200_R0_4_320_144_0_20_0_320_144_R0_1_520_200_28_10_-1.57_520_200_R0_1_552_200_28_10_-1.57_552_200_R0_4_320_48_228_10_-0.16_320_48_R0_4_320_352_220_10_0.16_320_352_R0_4_320_88_0_20_0_320_88_R0_1_488_200_28_10_-1.57_488_200_R0_4_320_256_0_20_0_320_256_R0_4_320_312_0_20_0_320_312_R0_1_456_200_28_10_-1.57_456_200_R0_4_424_264_0_10_0_424_264_R0_4_-8_200_220_10_-1.57_-8_200_0_0_0_0_0_0_0_0_100_0.1_4_424_136_0_10_0_424_136_R0_4_320_200_0_20_0_320_200_R0_4_624_8_52_10_0_624_8_R0_4_616_384_52_10_0_616_384_R0_20_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.1_180_1_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_R2_1_6_0_0_0_0_0_R2_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R2_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R2_1_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0.2_180_1_1_0_0_0.5_0_0_0_0_0_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R4_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_R2_1_18_0_0_0_0_0_R2_1_19_4_2_9_13_2_4_10_2_11_5_2_6_12_0_0_";
this.lvlsdata[443] = "v7_0__34_4_224_152_0_20_0_224_152_0_0_0_0_0_0_0_0_0_0_2_128_152_0_20_0_128_152_R0_0_320_152_0_20_0_320_152_R0_1_320_56_0_20_0_320_56_R0_1_224_248_0_20_0_224_248_R0_1_32_344_0_20_0_32_344_R0_0_128_56_0_20_0_128_56_R0_4_320_344_0_20_0_320_344_R0_2_224_56_0_20_0_224_56_R0_0_176_88_112_10_-1.57_176_88_R0_0_368_88_112_10_-1.57_368_88_R0_4_32_152_0_20_0_32_152_R0_0_32_248_0_20_0_32_248_R0_1_32_56_0_20_0_32_56_R0_0_368_200_192_10_0_368_200_R0_4_128_248_0_20_0_128_248_R0_0_224_344_0_20_0_224_344_R0_2_320_248_0_20_0_320_248_R0_2_416_152_0_20_0_416_152_R0_2_128_152_0_20_0_128_152_R0_2_128_344_0_20_0_128_344_R0_1_224_248_0_20_0_224_248_R0_4_224_152_0_20_0_224_152_R0_0_320_152_0_20_0_320_152_R0_0_416_248_0_20_0_416_248_R0_0_416_56_0_20_0_416_56_R0_2_512_344_0_20_0_512_344_R0_4_512_56_0_20_0_512_56_R0_4_512_248_0_20_0_512_248_R0_1_416_344_0_20_0_416_344_R0_1_512_152_0_20_0_512_152_R0_0_176_312_108_10_-1.57_176_312_R0_0_80_200_96_10_0_80_200_R0_0_368_312_108_10_-1.57_368_312_R0_33_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_1_0_0_0_0_0_4_1_0_0.5_0.9_0.9_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_4_1_0_0.5_0.9_0.9_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R2_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_17_0_0_0_0_0_R16_1_18_0_0_0_0_0_R16_1_19_0_0_0_0_0_R16_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R16_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_7_2_13_9_0_2_31_3_2_32_4_2_30_33_3_10_5_21_2_29_14_0_2_0_2_4_0_";
this.lvlsdata[473] = "v7_0__39_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_4_240_168_0_10_0_272_200_0.06_0_0_0_0_0_0_0_0_0_0_304_232_0_10_0_272_200_R1_1_240_232_0_10_0_272_200_R1_2_304_168_0_10_0_272_200_R1_1_272_200_0_20_0_272_200_R0_1_272_200_0_20_0_272_200_R0_2_48_312_0_10_0_80_344_R1_4_48_376_0_10_0_80_344_R1_1_112_376_0_10_0_80_344_R1_0_112_312_0_10_0_80_344_R1_0_112_168_0_10_0_80_200_-0.06_0_0_0_0_0_0_0_0_0_1_112_232_0_10_0_80_200_R11_4_48_232_0_10_0_80_200_R11_2_48_168_0_10_0_80_200_R11_2_440_312_0_10_0_472_344_R1_4_440_376_0_10_0_472_344_R1_1_504_376_0_10_0_472_344_R1_0_504_312_0_10_0_472_344_R1_2_432_24_0_10_0_464_56_R1_4_432_88_0_10_0_464_56_R1_1_496_88_0_10_0_464_56_R1_0_496_24_0_10_0_464_56_R1_2_48_24_0_10_0_80_56_R1_4_48_88_0_10_0_80_56_R1_1_112_88_0_10_0_80_56_R1_0_112_24_0_10_0_80_56_R1_2_432_160_0_10_0_464_192_R11_4_432_224_0_10_0_464_192_R11_1_496_224_0_10_0_464_192_R11_0_496_160_0_10_0_464_192_R11_2_240_24_0_10_0_272_56_R11_4_240_88_0_10_0_272_56_R11_1_304_88_0_10_0_272_56_R11_0_304_24_0_10_0_272_56_R11_2_240_312_0_10_0_272_344_R11_4_240_376_0_10_0_272_344_R11_1_304_376_0_10_0_272_344_R11_0_304_312_0_10_0_272_344_R11_34_0_0_0_0_0_0_1_0_0.5_1_-80_0_0.5_0_0_0_0_0_6_0_5_1_4_2_3_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R2_1_14_0_0_0_0_0_R2_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R2_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R2_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R2_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R2_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R2_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_1_3_0_5_6_0_0_";
this.lvlsdata[356] = "v7_0_Push the red ball out of the sreen. Bring the yellow ball to the right plateform and grab some blue balls._50_4_56_80_44_12_0.24_56_80_0_0_0_0_0_0_0_0_0_0_4_96_344_32_10_-1.57_96_344_R0_4_16_344_32_10_-1.57_16_344_R0_4_56_376_40_10_0_56_376_R0_2_56_336_0_20_0_56_336_R0_1_464_360_0_20_0_464_360_R0_0_464_136_0_20_0_464_136_R0_1_224_136_0_20_0_224_136_R0_1_224_360_0_20_0_224_360_R0_1_128_24_0_20_0_128_24_R0_1_128_248_0_20_0_128_248_R0_1_272_248_0_20_0_272_248_R0_1_272_24_0_20_0_272_24_R0_1_320_248_0_20_0_320_248_R0_1_320_24_0_20_0_320_24_R0_2_56_80_0_20_0_56_80_R0_1_56_80_0_20_0_56_80_R0_1_368_248_0_20_0_368_248_R0_1_368_24_0_20_0_368_24_R0_1_416_248_0_20_0_416_248_R0_1_416_24_0_20_0_416_24_R0_1_464_248_0_20_0_464_248_R0_1_464_24_0_20_0_464_24_R0_1_224_248_0_20_0_224_248_R0_1_224_24_0_20_0_224_24_R0_1_176_24_0_20_0_176_24_R0_1_176_248_0_20_0_176_248_R0_1_128_136_0_20_0_128_136_R0_1_128_360_0_20_0_128_360_R0_4_176_192_52_10_0.16_176_192_R0_1_368_136_0_20_0_368_136_R0_1_416_136_0_20_0_416_136_R0_1_368_360_0_20_0_368_360_R0_1_416_360_0_20_0_416_360_R0_4_368_80_56_10_-0.16_368_80_R0_2_272_888_0_16_0_272_888_R0_4_272_544_236_152_0_272_544_R0_0_272_784_0_76_0_272_784_R0_1_320_136_0_20_0_320_136_R0_1_272_136_0_20_0_272_136_R0_1_272_360_0_20_0_272_360_R0_1_320_360_0_20_0_320_360_R0_1_176_136_0_20_0_176_136_R0_1_176_360_0_20_0_176_360_R0_4_512_304_56_10_-0.16_512_304_R0_4_320_304_0_10_0_320_304_0_0_0_0_0_0_0_0_100_0.04_4_368_192_0_10_0_368_192_0_0_0_0_0_0_0_0_100_0.08_4_224_80_0_10_0_224_80_0_0_0_0_0_0_0_0_100_-0.04_4_224_304_0_10_0_224_304_R45_4_584_392_88_10_0_584_392_R0_49_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_0_15_0_0_0_0_0_0_1.5_0_0.5_2_0_0_0.5_0_0_0_0_0_432_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_10_90_0.7_1_0_0_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R4_1_14_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R4_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R4_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R4_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R4_1_24_0_0_0_0_0_R4_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R4_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R4_1_30_0_0_0_0_0_R4_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_35_0_0_0_0_0_R34_1_36_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_1_1_0_0_0.5_0_0_0_0_0_1_37_0_0_0_0_0_R4_1_38_0_0_0_0_0_R4_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R4_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_1_2_15_16_16_2_6_5_2_7_8_2_9_10_2_12_11_2_14_13_2_18_17_2_20_19_2_22_21_2_28_27_2_25_26_2_24_23_2_33_31_2_30_32_2_43_42_2_40_39_2_41_38_0_";
this.lvlsdata[64] = "v7_0_Rotate the mouse cursor around the yellow capsule to make it stable._16_2_216_200_0_10_0_272_208_0.07_0_0_0_0_0_0_0_0_0_0_216_232_36_10_0_216_232_0_0_0_0_0_0_0_0_0_0_0_296_152_44_10_0_296_152_R1_0_176_192_36_10_-1.57_176_192_R1_0_256_192_40_10_-1.57_256_192_R1_0_216_152_36_10_0_216_152_R1_0_336_192_36_10_-1.57_336_192_R1_0_296_232_44_10_0_296_232_R1_0_376_232_40_10_0_376_232_R1_0_416_192_52_10_-1.57_416_192_R1_0_376_152_40_10_0_376_152_R1_0_296_104_44_10_-1.57_296_104_R1_0_160_376_40_10_-1.57_160_376_R1_0_176_192_52_10_-1.57_176_192_R1_1_88_168_0_56_0_88_168_R1_0_296_56_312_10_0_296_56_R1_16_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_50_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_0_112_0.5_0_0_0_0_0_1_4_0_0_0_0_0_R0_1_5_140_0_0_0_0_R4_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_200_0_0_0_0_R4_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_272_0_0.5_0_0_0_0_0_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_";
this.lvlsdata[1298] = "v7_0_This is double dodging!_24_2_120_24_56_10_0_120_80_0.1_0_0_0_0_0_0_0_0_0_2_64_320_56_10_-1.57_120_320_R0_2_176_320_56_10_-1.57_120_320_R0_2_120_376_56_10_0_120_320_R0_2_120_264_56_10_0_120_320_R0_2_64_80_56_10_-1.57_120_80_R0_2_176_80_56_10_-1.57_120_80_R0_2_120_136_56_10_0_120_80_R0_1_4368_192_180_14_-1.57_4368_192_0_0_0_0_0_0_0_0_0_0_0_4048_232_0_12_0_4048_232_R8_0_4272_136_0_12_0_4272_136_R8_0_3528_272_0_12_0_3528_272_R8_0_3264_192_0_12_0_3264_192_R8_0_2952_72_0_12_0_2952_72_R8_0_2376_64_0_12_0_2376_64_R8_0_2096_216_0_12_0_2096_216_R8_0_3776_88_0_12_0_3776_88_R8_0_1544_32_0_12_0_1544_32_R8_0_1176_240_0_12_0_1176_240_R8_0_784_256_0_12_0_784_256_R8_0_576_168_0_12_0_576_168_R8_0_1368_184_0_12_0_1368_184_R8_0_2568_200_0_12_0_2568_200_R8_0_1840_128_0_12_0_1840_128_R8_17_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_8_0_1_2_3_4_5_6_7_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_7_180_0.7_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_R1_1_19_0_0_0_0_0_R1_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_";
this.lvlsdata[65] = "v5_0_50_0_268_79_23_10_0.47_268_79_0_0_0_0_0_0_0_0_0_161_125_69_10_0_161_125_R0_0_263_140_32_10_0.47_263_140_R0_0_381_91_89_10_0_381_91_R0_0_100_68_145_10_0_100_68_R0_0_247_2_76_10_0.47_247_2_R0_0_455_37_136_10_0_455_37_R0_0_319_8_229_10_0_319_8_R0_0_433_24_136_10_0_433_24_R0_0_368_176_182_10_0_368_176_R0_2_40_32_20_10_0_40_32_0_0.02_0.08_0_0_0_0_0_0_280_168_8_10_-1.57_280_168_R0_0_42_203_76_10_0_42_203_R0_0_200_152_24_10_-1.57_200_152_R0_0_173_164_14_10_-2.28_173_164_R0_0_232_152_24_10_-1.57_232_152_R0_0_248_160_16_10_-1.57_248_160_R0_0_264_160_16_10_-1.57_264_160_R0_0_416_160_136_10_0_416_160_R0_0_92_139_12_10_-1.59_92_139_R0_0_184_152_24_10_-1.57_184_152_R0_0_216_152_24_10_-1.57_216_152_R0_0_144_320_48_10_0_144_288_0_0.02_0.08_57_0_0.1_0_0_0_144_256_48_10_0_144_288_R22_0_88_256_48_10_0_144_288_R10_0_416_152_136_10_0_416_152_R0_0_129_236_36_10_0_128_179_R10_0_40_288_28_10_-1.57_144_288_R10_0_248_288_28_10_-1.57_144_288_R10_0_268_233_78_10_1.57_268_233_R0_0_200_320_48_10_0_144_288_R10_0_128_203_36_10_0_128_179_R10_0_128_221_36_10_0_128_177_R10_0_92_221_16_10_1.55_128_177_R10_0_165_217_13_10_1.55_128_179_R10_0_222_377_393_10_0_222_377_R0_0_222_391_393_10_0_222_391_R0_0_134_151_38_10_0_128_179_R10_0_150_135_53_10_-0.01_150_135_R0_0_170_146_25_10_0_170_146_R0_0_95_138_13_10_-1.34_95_138_R0_0_320_312_32_10_0_320_336_R10_0_304_384_20_10_0.79_320_336_R10_0_320_368_32_10_0_320_336_R10_0_336_384_20_10_-0.79_320_336_R10_0_304_296_20_10_-0.79_320_336_R10_0_336_296_20_10_0.79_320_336_R10_1_528_208_0_10_0_528_208_R0_0_472_245_59_10_-1.57_472_245_R0_0_368_312_56_10_-1.57_368_312_R0_50_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_0_0_R0_1_26_0_0_R0_1_27_0_0_R0_1_28_0_0_R0_1_29_0_0_R0_1_30_0_0_R0_1_31_0_0_R0_1_32_0_0_R0_1_33_0_0_R0_1_34_0_0_R0_1_35_0_0_R0_1_36_0_0_R0_1_37_0_0_R0_1_38_0_0_R0_1_39_0_0_R0_1_40_0_0_R0_1_47_0_0_R0_1_48_0_0_R0_1_49_0_0_0_1_0.3_0.5_20_0_0_0.5_-8_-96_0.5_13_-116_0.5_88_-113_0.5_107_-93_0.5_80_-16_0.5_97_4_0.5_174_3_0.5_177_1_0.5_181_0_0.5_188_-4_0.5_201_-11_0.5_132_-130_0.5_97_-135_0.5_14_71_0.5_48_0_0.5_-48_0_0.5_48_0_0.5_-48_0_0.5_48_0_0.5_1_46_0_0_R44_1_45_0_0_R44_1_44_0_0_R44_1_43_0_0_R44_1_42_0_0_R44_1_41_0_";
this.lvlsdata[942] = "v7_0_looks easy, but it is not._21_2_272_200_0_20_0_272_200_0_0_0_0_0_0_0_0_0_0_2_272_272_0_10_0_272_200_0.05_0_0_0_0_0_0_0_0_0_2_272_128_0_10_0_272_200_R1_2_344_200_0_10_0_272_200_R1_2_200_200_0_10_0_272_200_R1_1_528_144_0_10_0_528_144_R0_0_504_200_80_10_1.57_504_200_R0_1_528_256_0_10_0_528_256_R0_1_528_200_0_10_0_528_200_R0_1_272_16_0_10_0_272_16_R0_1_328_16_0_10_0_328_16_R0_0_272_40_80_10_0_272_40_R0_1_216_16_0_10_0_216_16_R0_1_272_384_0_10_0_272_384_R0_1_328_384_0_10_0_328_384_R0_0_272_360_80_10_0_272_360_R0_1_216_384_0_10_0_216_384_R0_1_16_200_0_10_0_16_200_R0_1_16_256_0_10_0_16_256_R0_0_40_200_80_10_1.57_40_200_R0_1_16_144_0_10_0_16_144_R0_21_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_";
this.lvlsdata[77] = "v5_0_33_0_336_168_176_10_-1.57_336_168_0_0_0_0_0_0_0_0_0_192_216_126_10_-1.57_192_216_R0_2_272_356_0_10_0_272_356_R0_0_272_320_56_10_0_272_320_R0_1_248_8_84_10_0_248_8_R0_0_160_40_44_10_1.57_160_40_R0_0_176_88_12_10_0_176_88_R0_0_272_392_56_10_0_272_392_R0_0_240_264_40_10_0_240_264_R0_0_288_200_40_10_0_288_200_R0_0_328_144_8_10_0_328_144_R0_0_232_144_28_10_0_232_144_R0_0_288_88_40_10_0_288_88_R0_0_296_320_36_10_0_296_320_R0_0_192_358_48_10_-1.57_192_358_R0_1_80_80_0_40_0_80_80_R0_0_152_398_32_10_0_152_398_R0_1_156_355_0_20_0_156_355_R0_0_120_352_40_10_-1.57_120_352_R0_0_192_370_0_10_-1.57_192_370_R0_0_-48_120_44_10_-1.57_-48_120_0.1_0.1_-0.1_2_0_0.05_0_0_0_336_360_44_10_-1.57_336_360_R0_0_416_336_76_10_0_416_336_R0_0_512_168_72_10_0_512_168_R0_0_496_280_52_10_-1.57_496_280_R0_0_424_104_80_10_0_424_104_R0_0_392_264_44_10_0_392_264_R0_0_440_216_44_10_1.57_440_216_R0_0_504_72_32_10_1.57_504_72_R0_0_448_16_28_10_1.57_448_16_R0_1_392_40_0_20_0_392_40_R0_0_152_312_32_10_0_152_312_R0_0_192_339_0_10_-1.57_192_339_R0_28_0_0_0_1_0_0.5_1_0_0_0.5_2_0_1_0_0_R0_1_2_0_0_0_1_0_0.5_2_0_0_0_0_-432_0.5_2_3_7_0_0_R0_1_4_640_0_0_1.5_0_0.5_11_0_0_0.5_0_128_0.5_-144_128_0.5_0_128_0.5_-144_128_0.5_0_128_0.5_-144_128_0.5_0_128_0.5_-144_128_0.5_0_128_0.5_-144_128_0_1_5_620_0_0_1.6_0_0.5_17_0_0_0.5_-96_0_0.5_-16_96_0.5_-144_96_0.5_-16_16_0.5_-144_48_0.5_-80_96_0.5_-16_64_0.5_-144_0_0.5_-16_96_0.5_-64_16_0.5_-128_64_0.5_-64_64_0.5_-128_32_0.5_-48_96_0.5_-16_32_0.5_-48_32_0.5_1_6_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_160_0_0_0.8_0_0.5_3_0_0_0_0_-128_0.3_0_0_0.5_1_14_280_0_0_1_0.6_0.5_7_0_0_0_0_-160_0.3_0_-224_0.5_-48_-304_0.5_-128_-176_0.5_-128_16_0.5_-16_0_0.3_4_16_17_18_31_0_0_R0_1_15_220_0_0_1_0.6_0.5_12_0_0_0_0_-96_0.4_0_-144_0.2_0_-176_0.3_0_-208_0.2_0_-224_0.2_0_-240_0.2_-48_-304_0.5_-128_-176_0.5_-128_16_0.5_-16_0_0.3_-16_128_1_1_19_580_0_0_1.5_0_0.5_17_0_0_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_64_48_0.5_208_48_0.5_1_20_800_0_0_1_0_0.5_3_0_0_0_0_-112_0.5_0_16_0.5_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_0_0_0_1_0_0.5_2_0_0_0.5_0_-176_0.5_1_26_0_0_R0_1_27_0_0_R0_1_28_0_0_R0_1_29_0_0_R0_1_30_220_0_R15_1_32_0_";
};
// unexpected jump
// unexpected jump
_local2.setLevelsData30 = function () {
this.lvlsdata[75] = "v5_1_46_2_272_200_0_10_0_272_200_0.1_0_0_0_0_0_0_0_0_92_320_74_10_0_272_200_0.02_0_0_0_0_0_0_0_0_85_200_32_10_1.57_272_200_R1_0_388_2_65_10_-1.57_272_200_R1_0_274_12_32_10_0_272_200_R1_0_272_80_29_10_0_272_200_R1_0_80_80_60_10_0_272_200_R1_0_152_200_32_10_1.57_272_200_R1_0_200_232_48_10_3.14_272_200_R1_0_272_232_32_10_-3.14_272_200_R1_0_344_168_48_10_0_272_200_R1_0_272_168_30_10_0_272_200_R1_0_241_119_48_10_-1.57_272_200_R1_0_241_200_32_10_1.57_272_200_R1_1_304_200_27_10_1.57_272_200_R1_0_304_279_44_10_1.57_272_200_R1_0_123_232_32_10_3.13_272_200_R1_0_241_49_35_10_1.56_272_200_R1_0_269_-65_117_10_0_272_200_R1_0_462_319_68_10_0.01_272_200_R1_0_152_390_66_10_1.57_272_200_R1_0_269_458_117_10_-3.13_272_200_R1_0_272_392_28_10_0_272_200_R1_0_304_360_32_10_1.57_272_200_R1_0_240_360_32_10_1.57_272_200_R1_0_272_320_32_10_-3.14_272_200_R1_0_200_320_48_10_3.14_272_200_R1_0_392_318_141_10_1.57_272_200_R1_0_120_168_30_10_0_272_200_R1_0_466_200_32_10_1.56_272_200_R1_0_307_46_32_10_1.56_272_200_R1_0_530_202_117_10_1.57_272_200_R1_0_16_200_117_10_1.57_272_200_R1_0_428_168_35_10_0_276_200_R1_0_392_200_32_10_1.57_272_200_R1_0_430_232_32_10_3.13_272_200_R1_0_388_80_141_10_0_272_200_R1_0_152_53_117_10_1.57_272_200_R1_0_344_80_48_10_0_272_200_R1_1_192_360_0_10_0_272_200_R1_1_344_48_0_10_0_272_200_R1_1_272_360_0_10_0_272_200_R1_1_120_128_0_10_0_272_200_R1_1_120_200_0_10_0_272_200_R1_1_432_272_0_20_0_272_200_R1_0_272_232_32_10_-3.14_272_200_R1_46_0_0_0_1_0_0.5_1_0_0_0.5_1_0_0_0_R0_1_1_0_0_R0_1_2_0_0_R0_1_3_0_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_0_0_R0_1_7_0_0_R0_1_8_0_0_R0_1_9_0_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_0_0_R0_1_15_0_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_0_0_R0_1_19_0_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_0_0_R0_1_23_0_0_R0_1_24_0_0_R0_1_25_0_0_R0_1_26_0_0_R0_1_27_0_0_R0_1_28_0_0_R0_1_29_0_0_R0_1_30_0_0_R0_1_31_0_0_R0_1_32_0_0_R0_1_33_0_0_R0_1_34_0_0_R0_1_35_0_0_R0_1_36_0_0_R0_1_37_0_0_R0_1_38_0_0_R0_1_39_0_0_R0_1_40_0_0_R0_1_41_0_0_R0_1_42_0_0_R0_1_43_0_0_R0_1_44_0_0_R0_1_45_5_2_13_39_2_40_22_2_41_15_2_28_42_2_10_43_";
this.lvlsdata[273] = "v6_1_82_2_272_200_0_20_0_272_200_0.03_0_0_0_10_0_-0.06_0_100_-0.06_2_272_200_0_20_0_272_200_0.03_0_0_0_10_0_0.06_0_100_0.06_0_136_200_136_10_1.57_136_200_0_0_0_0_0_0_0_0_0_0_0_272_64_136_10_0_272_64_R2_0_272_336_136_10_0_272_336_R2_0_816_64_136_10_0_816_64_R2_0_544_64_136_10_0_544_64_R2_0_544_336_136_10_0_544_336_R2_0_1632_336_136_10_0_1632_336_R2_0_896_248_0_20_0_896_248_R2_0_416_200_0_20_0_416_200_R2_0_656_152_0_20_0_656_152_R2_0_1088_296_0_20_0_1088_296_R2_0_816_336_136_10_0_816_336_R2_0_1088_336_136_10_0_1088_336_R2_0_1088_64_136_10_0_1088_64_R2_4_2040_1560_136_10_1.57_2040_1560_R2_0_1360_200_0_20_0_1360_192_0_0_0_0_0_0_0_0_100_0.05_0_1360_336_136_10_0_1360_336_R2_0_1360_64_136_10_0_1360_64_R2_0_1088_200_0_20_0_1088_200_R2_0_1632_64_136_10_0_1632_64_R2_4_1904_336_136_20_0_1904_200_R2_0_1904_64_136_10_0_1904_64_R2_1_1904_200_0_20_0_1904_200_R2_4_2040_200_136_10_1.57_2040_200_R2_4_2040_1832_136_10_1.57_2040_1832_R2_4_1768_472_136_10_1.57_1768_472_R2_4_2040_472_136_10_1.57_2040_472_R2_4_1952_616_36_10_1.57_1952_616_R2_4_1768_744_136_10_1.57_1768_744_R2_4_2040_744_136_10_1.57_2040_744_R2_4_1976_904_36_10_1.57_1976_904_R2_4_2000_712_36_10_1.57_2000_712_R2_4_1904_1560_36_10_1.57_1904_1560_0_0_0_0_0_0_0_0_32_0.1_4_1976_1560_36_10_1.57_1976_1560_0_0_0_0_0_0_0_0_16_0.1_4_1768_1016_136_10_1.57_1768_1016_R2_4_2040_1016_136_10_1.57_2040_1016_R2_0_2048_616_36_10_1.57_2048_616_R2_0_2048_1560_36_10_1.57_2048_1560_0_0_0_0_0_0_0_0_16_-0.1_4_1976_1320_36_10_0_1976_1320_0_0_0_0_0_0_0_0_16_0.06_0_1760_1560_36_10_1.57_1760_1560_R39_4_1904_808_36_10_1.57_1904_808_R2_0_1760_616_36_10_1.57_1760_616_R2_0_2048_904_36_10_1.57_2048_904_R2_0_1760_904_36_10_1.57_1760_904_R2_4_1768_1288_136_10_1.57_1768_1288_R2_4_2040_1288_136_10_1.57_2040_1288_R2_4_1832_1560_36_10_1.57_1832_1560_R35_4_1832_1320_36_10_0_1832_1320_R40_4_1832_1352_36_10_0_1832_1352_0_0_0_0_0_0_0_0_16_-0.06_4_1976_1352_36_10_0_1976_1352_R50_4_1768_1560_136_10_1.57_1768_1560_R2_4_1904_1968_136_10_0_1904_1968_R2_4_1768_1832_136_10_1.57_1768_1832_R2_1_1840_1768_0_10_0_1840_1768_R2_1_1968_1928_0_10_0_1968_1928_R2_1_2000_1896_0_10_0_2000_1896_R2_1_1968_1896_0_10_0_1968_1896_R2_4_1904_1832_0_10_0_1904_1832_R2_0_1632_200_0_20_0_1632_200_R0_1_1928_1696_0_10_0_1928_1696_R2_1_1904_1784_0_10_0_1904_1784_R2_1_1936_1712_0_10_0_1936_1712_R2_1_1912_1688_0_10_0_1912_1688_R2_1_1904_1760_0_10_0_1904_1760_R2_1_1920_1744_0_10_0_1920_1744_R2_1_1896_1688_0_10_0_1896_1688_R2_1_1936_1728_0_10_0_1936_1728_R2_2_272_200_0_10_0_272_200_R2_1_88_200_0_20_0_88_200_R2_4_1904_472_36_10_1.57_1904_472_R2_4_1856_616_36_10_1.57_1856_616_R2_4_1808_856_36_10_1.57_1808_856_R2_4_1832_760_36_10_1.57_1832_760_R2_4_1808_1048_36_10_1.57_1808_1048_R2_4_1976_1048_36_10_1.57_1976_1048_R2_4_1928_1048_36_10_1.57_1928_1048_R2_0_1760_760_36_10_1.57_1760_760_R2_0_2048_760_36_10_1.57_2048_760_R2_0_1760_1048_36_10_1.57_1760_1048_R2_0_2048_1048_36_10_1.57_2048_1048_R2_82_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_0_1_0_0.5_2_0_0_0.5_0_0_0_0_0_16_0_0_0_0_0_90_0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_200_0_0_R0_1_55_0_0_200_0_0_R0_1_56_0_0_200_0_0_R0_1_57_0_0_200_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_0_1_0_0.5_2_0_0_0_0_0_0_0_0_208_0_0.5_0_0_0_0_0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_R0_1_73_0_0_0_0_0_R0_1_74_0_0_0_0_0_R0_1_75_0_0_0_0_0_R0_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R0_1_79_0_0_0_0_0_R0_1_80_0_0_0_0_0_R0_1_81_1_2_70_69_3_2_22_24_2_1_0_0_0_";
this.lvlsdata[9] = "v4_0_72_0_344_200_68_10_1.57_344_200_-0.05_0_0_0_0_0_0_0_344_200_68_10_0_344_200_R0_2_24_376_0_10_0_24_376_0_0_0_0_0_0_0_0_200_344_68_10_0_200_344_0.05_0_0_0_0_0_0_0_200_344_68_10_1.57_200_344_R3_0_488_344_68_10_1.57_488_344_R3_0_488_344_68_10_0_488_344_R3_0_488_200_68_10_0_488_200_R0_0_488_200_68_10_1.57_488_200_R0_0_344_344_68_10_1.57_344_344_R3_0_344_344_68_10_0_344_344_R3_0_200_200_68_10_0_200_200_R0_0_200_200_68_10_1.57_200_200_R0_0_56_344_68_10_0_56_344_R3_0_56_344_68_10_1.57_56_344_R3_0_56_200_68_10_1.57_56_200_R0_0_56_200_68_10_0_56_200_R0_0_56_56_68_10_1.57_56_56_R3_0_56_56_68_10_0_56_56_R3_0_344_56_68_10_0_344_56_R3_0_344_56_68_10_1.57_344_56_R3_0_488_56_68_10_0_488_56_R3_0_488_56_68_10_1.57_488_56_R3_0_200_56_68_10_1.57_200_56_R3_0_200_56_68_10_0_200_56_R3_1_96_24_0_10_0_96_24_R2_1_24_24_0_10_0_24_24_R2_1_160_384_0_10_0_160_384_R2_1_96_384_0_10_0_96_384_R2_1_304_160_0_10_0_304_160_R2_1_240_160_0_10_0_240_160_R2_1_304_96_0_10_0_304_96_R2_1_240_96_0_10_0_240_96_R2_1_160_24_0_10_0_160_24_R2_1_96_96_0_10_0_96_96_R2_1_160_96_0_10_0_160_96_R2_1_96_160_0_10_0_96_160_R2_1_160_160_0_10_0_160_160_R2_1_240_296_0_10_0_240_296_R2_1_448_296_0_10_0_448_296_R2_1_384_296_0_10_0_384_296_R2_1_384_240_0_10_0_384_240_R2_1_448_160_0_10_0_448_160_R2_1_304_296_0_10_0_304_296_R2_1_448_240_0_10_0_448_240_R2_1_304_240_0_10_0_304_240_R2_1_24_296_0_10_0_24_296_R2_1_528_24_0_10_0_528_24_R2_1_160_240_0_10_0_160_240_R2_1_240_240_0_10_0_240_240_R2_1_96_240_0_10_0_96_240_R2_1_24_232_0_10_0_24_232_R2_1_96_296_0_10_0_96_296_R2_1_160_296_0_10_0_160_296_R2_1_240_24_0_10_0_240_24_R2_1_304_24_0_10_0_304_24_R2_1_384_24_0_10_0_384_24_R2_1_448_24_0_10_0_448_24_R2_1_384_376_0_10_0_384_376_R2_1_448_376_0_10_0_448_376_R2_1_240_376_0_10_0_240_376_R2_1_304_376_0_10_0_304_376_R2_1_384_96_0_10_0_384_96_R2_1_384_160_0_10_0_384_160_R2_1_528_96_0_10_0_528_96_R2_1_528_160_0_10_0_528_160_R2_1_24_96_0_10_0_24_96_R2_1_24_160_0_10_0_24_160_R2_1_528_304_0_10_0_528_304_R2_1_528_240_0_10_0_528_240_R2_1_448_96_0_10_0_448_96_R2_1_528_376_0_10_0_528_376_R2_72_80_0_0_1_0_0.5_1_0_0_0.5_1_0_80_0_R0_1_1_0_0_R0_1_2_20_0_R0_1_3_20_0_R0_1_4_0_0_R0_1_5_0_0_R0_1_6_40_0_R0_1_7_40_0_R0_1_8_100_0_R0_1_9_100_0_R0_1_10_0_0_R0_1_11_0_0_R0_1_12_0_0_R0_1_13_0_0_R0_1_14_40_0_R0_1_15_40_0_R0_1_16_0_0_R0_1_17_0_0_R0_1_18_100_0_R0_1_19_100_0_R0_1_20_0_0_R0_1_21_0_0_R0_1_22_20_0_R0_1_23_20_0_R0_1_24_0_0_R0_1_25_0_0_R0_1_26_0_0_R0_1_27_0_0_R0_1_28_0_0_R0_1_29_0_0_R0_1_30_0_0_R0_1_31_0_0_R0_1_32_0_0_R0_1_33_0_0_R0_1_34_0_0_R0_1_35_0_0_R0_1_36_0_0_R0_1_37_0_0_R0_1_38_0_0_R0_1_39_0_0_R0_1_40_0_0_R0_1_41_0_0_R0_1_42_0_0_R0_1_43_0_0_R0_1_44_0_0_R0_1_45_0_0_R0_1_46_0_0_R0_1_47_0_0_R0_1_48_0_0_R0_1_49_0_0_R0_1_50_0_0_R0_1_51_0_0_R0_1_52_0_0_R0_1_53_0_0_R0_1_54_0_0_R0_1_55_0_0_R0_1_56_0_0_R0_1_57_0_0_R0_1_58_0_0_R0_1_59_0_0_R0_1_60_0_0_R0_1_61_0_0_R0_1_62_0_0_R0_1_63_0_0_R0_1_64_0_0_R0_1_65_0_0_R0_1_66_0_0_R0_1_67_0_0_R0_1_68_0_0_R0_1_69_0_0_R0_1_70_0_0_R0_1_71_11_0_0_0_0_0_0_0_0_0_0_2_46_51_";
this.lvlsdata[135] = "v6_0_54_2_112_360_0_20_0_112_360_0_0_0_0_0_0_0_0_0_0_4_368_232_0_20_0_368_232_R0_4_432_168_0_20_0_432_168_R0_4_176_40_0_20_0_176_40_R0_4_48_40_0_20_0_48_40_R0_4_240_360_0_20_0_240_360_R0_4_432_40_0_20_0_432_40_R0_4_304_296_0_20_0_304_296_R0_4_176_168_0_20_0_176_168_R0_4_48_296_0_26_0_48_296_R0_4_112_104_0_20_0_112_104_R0_4_176_296_0_20_0_176_296_R0_4_368_104_0_20_0_368_104_R0_4_304_40_0_20_0_304_40_R0_4_496_232_0_20_0_496_232_R0_4_432_296_0_20_0_432_296_R0_4_368_40_0_20_0_368_40_0_0_0_0_70_0_-0.1_0_0_0_4_432_360_0_36_0_432_360_0_0_0_0_7_0_-0.1_0_0_0_4_496_200_204_10_1.57_496_200_R0_4_48_200_204_10_1.57_48_200_R0_4_432_104_0_36_0_432_104_0_0_0_0_7_0_0.1_0_0_0_0_144_232_0_10_0_176_232_0.1_0_0_0_0_0_0_0_0_0_4_304_360_52_10_-1.57_304_360_R0_4_304_104_0_36_0_304_104_R20_0_368_264_0_10_0_368_232_-0.1_0_0_0_0_0_0_0_0_0_4_176_232_0_36_0_176_232_R17_0_176_264_0_10_0_176_232_R21_4_304_232_0_36_0_304_232_R17_4_368_360_0_20_0_368_360_R0_4_272_360_32_10_0_272_360_R0_0_208_8_0_10_0_176_40_R21_0_432_296_0_10_0_432_232_R21_0_432_168_0_10_0_432_232_R21_0_144_72_0_10_0_176_40_R21_1_400_8_0_10_0_400_8_R0_4_368_8_32_10_-1.57_368_8_R0_1_416_376_0_10_0_416_376_R0_1_400_296_0_10_0_432_296_R21_1_176_104_0_10_0_176_104_R0_4_112_296_0_36_0_112_296_R17_1_368_168_0_10_0_368_168_R0_0_304_200_0_10_0_304_168_R21_0_240_328_0_10_0_240_296_R24_0_368_328_0_10_0_368_360_R24_4_48_168_0_20_0_48_168_R0_4_304_168_0_26_0_304_168_R0_4_496_360_0_26_0_496_360_R0_0_176_40_0_10_0_176_104_R21_4_240_296_0_20_0_240_296_0_0_0_0_70_0_0.1_0_0_0_0_176_168_0_10_0_176_104_R21_4_240_104_0_20_0_240_104_R0_4_240_232_0_20_0_240_232_R0_4_112_232_0_26_0_112_232_R0_4_496_104_0_26_0_496_104_R0_54_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_";
this.lvlsdata[124] = "v7_0_The big yellow capsule is turning around the small one..._22_0_184_112_0_10_0_184_112_0_0_0_0_0_0_0_0_0_0_0_304_200_0_10_0_272_200_0.03_0_0_0_0_0_0_0_0_0_0_272_88_112_10_0_272_200_R1_0_384_200_112_10_1.57_272_200_R1_0_160_200_112_10_1.57_272_200_R1_0_272_312_112_10_0_272_200_R1_0_192_200_0_10_0_272_200_0.01_0_0_0_0_0_0_0_0_0_0_272_144_0_10_0_272_200_-0.02_0_0_0_0_0_0_0_0_0_2_272_256_0_10_0_272_256_0.1_0_0_0_0_0_0_0_0_0_2_472_256_0_20_0_272_256_R1_1_64_280_0_20_0_64_280_0_0_0_0_0_0_0_0_100_-0.1_1_272_40_0_20_0_272_40_0_0_0_0_0_0_0_0_100_0.1_1_480_120_0_20_0_480_120_R11_1_272_360_0_20_0_272_360_R10_1_240_200_0_10_0_272_200_0.05_0_0_0_0_0_0_0_0_0_1_352_200_0_10_0_272_200_-0.05_0_0_0_0_0_0_0_0_0_0_112_200_0_20_1.57_112_192_0_0_0_0_0_0_0_1_100_0.1_0_432_200_0_20_1.57_432_192_0_0_0_0_0_0_0_1_100_-0.1_1_352_280_0_20_0_352_280_R0_1_192_120_0_20_0_192_120_R0_0_424_48_0_10_0_424_48_R0_0_120_352_0_10_0_120_352_R0_22_0_0_0_0_0_0_1_0_0.5_5_-16_-16_0.5_0_0_0_0_0_-16_176_0.5_0_0_0_0_0_176_160_0.5_0_0_0_0_0_160_-32_0.5_0_0_0_0_0_-32_-16_0.5_0_0_0_0_0_1_0_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_2_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_18_0_0_0_0_0_R18_1_19_0_0_0_0_0_1_0.5_0_0.5_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R20_1_21_0_1_2_9_8_0_";
this.lvlsdata[1240] = "v7_0__30_4_280_200_208_10_-1.57_280_200_0_0_0_0_0_0_0_0_0_0_4_256_200_208_10_-1.57_256_200_R0_2_120_368_0_10_0_120_368_R0_2_416_368_0_10_0_416_368_R0_0_264_200_204_10_-1.57_264_200_R0_0_224_-280_252_10_-1.57_224_-280_R0_0_116_-544_108_10_0_116_-544_R0_0_8_-280_252_10_-1.57_8_-280_R0_1_112_-520_64_10_0_112_-520_R0_0_152_-456_72_10_0_152_-456_R0_0_48_-240_32_10_0_48_-240_R0_0_112_-24_44_10_0_112_-24_R0_0_48_-384_32_10_0_48_-384_R0_0_176_-384_32_10_0_176_-384_R0_0_48_-96_32_10_0_48_-96_R0_0_120_-312_44_10_0_120_-312_R0_0_176_-240_32_10_0_176_-240_R0_0_184_-96_32_10_0_184_-96_R0_0_120_-168_44_10_0_120_-168_R0_0_456_-264_0_10_0_456_-264_R0_0_488_-168_0_10_0_488_-168_R0_1_488_-416_0_20_0_488_-416_R0_0_336_-40_0_20_0_336_-40_R0_1_416_-512_0_10_0_416_-512_R0_1_488_-208_0_20_0_488_-208_R0_1_488_-352_0_20_0_488_-352_R0_1_336_-168_0_20_0_336_-168_R0_1_408_-208_0_10_0_408_-208_R0_1_416_-96_0_10_0_416_-96_R0_0_488_-312_0_10_0_488_-312_R0_29_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_2_2_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_2_90_0.7_1_0_0_0.5_0_0_0_0_0_1_5_0_0_0_0_0_R4_1_6_0_0_0_0_0_R4_1_7_0_0_0_0_0_R4_1_8_0_0_0_0_0_R4_1_9_0_0_0_0_0_R4_1_10_0_0_0_0_0_R4_1_11_0_0_0_0_0_R4_1_12_0_0_0_0_0_R4_1_13_0_0_0_0_0_R4_1_14_0_0_0_0_0_R4_1_15_0_0_0_0_0_R4_1_16_0_0_0_0_0_R4_1_17_0_0_0_0_0_R4_1_18_0_0_0_0_0_R4_1_19_0_0_0_0_0_R4_1_20_0_0_0_0_0_R4_1_21_0_0_0_0_0_R4_1_22_0_0_0_0_0_R4_1_23_0_0_0_0_0_R4_1_24_0_0_0_0_0_R4_1_25_0_0_0_0_0_R4_1_26_0_0_0_0_0_R4_1_27_0_0_0_0_0_R4_1_28_0_0_0_0_0_R4_1_29_0_2_0_0_0_";
this.lvlsdata[219] = "v6_1_95_4_752_360_160_20_0_752_360_0_0_0_0_0_0_0_0_0_0_4_432_40_160_20_0_432_40_R0_4_112_40_160_20_0_112_40_R0_2_112_96_0_20_0_112_96_R0_1_432_200_0_20_0_432_200_R0_0_272_520_160_20_1.57_272_520_R0_0_-48_-120_160_20_1.57_-48_-120_R0_0_-48_520_160_20_1.57_-48_520_R0_4_752_680_160_20_0_752_680_R0_4_432_680_160_20_0_432_680_R0_4_912_520_160_20_1.57_912_520_R0_4_912_200_160_20_1.57_912_200_R0_4_912_-120_160_20_1.57_912_-120_R0_4_752_-280_160_20_3.14_752_-280_R0_4_432_-280_160_20_3.14_432_-280_R0_4_592_-120_160_20_1.57_592_-120_R0_4_-48_200_160_20_1.57_-48_200_R0_0_112_-280_160_20_-3.14_112_-280_R0_1_-32_40_0_20_0_-32_40_R0_4_272_200_160_20_1.57_272_200_R0_0_112_680_160_20_0_112_680_R0_0_64_344_0_20_0_64_344_R0_0_208_584_0_20_0_208_584_R0_0_-8_584_0_20_0_-8_584_R0_0_208_440_0_20_0_208_440_R0_0_112_392_0_20_0_112_392_R0_0_136_488_0_20_0_136_488_R0_1_112_664_0_20_0_112_664_R0_4_432_360_160_20_0_432_360_R0_4_696_520_0_66_0_696_520_0_0_0_0_50_0_0.1_0_0_0_0_696_520_0_66_0_696_520_0_0_0_0_50_0_-0.1_0_0_0_0_568_664_0_20_0_568_664_R0_0_560_664_0_20_0_560_664_R0_4_648_376_0_20_0_648_376_R0_4_656_376_0_20_0_656_376_R0_0_608_520_0_66_0_608_520_R29_4_608_520_0_66_0_608_520_R30_4_480_376_0_20_0_480_376_R0_4_472_376_0_20_0_472_376_R0_4_432_520_0_66_0_432_520_R30_0_432_520_0_66_0_432_520_R29_0_520_520_0_66_0_520_520_R30_4_520_520_0_66_0_520_520_R29_1_752_664_0_20_0_752_664_R0_4_752_152_160_20_-0.16_752_136_0_0_0_0_0_0_0_0_48_-0.1_4_592_200_160_20_1.57_592_200_R0_4_752_88_160_10_-0.16_752_88_R0_4_752_200_160_20_0.16_752_184_0_0_0_0_0_0_0_0_48_0.1_4_752_256_160_10_-0.16_752_256_R0_4_752_-40_168_10_0_752_-48_R44_4_752_-240_40_10_1.57_760_-240_0_0_0_0_0_0_0_0_100_0.1_1_896_32_0_20_0_896_32_R0_4_752_-200_168_10_0_752_-208_R44_4_752_-120_168_10_0_752_-128_R47_0_208_200_0_20_0_208_200_R0_0_160_344_0_20_0_160_344_R0_0_64_200_0_20_0_64_200_R0_0_16_248_0_20_0_16_248_R0_0_112_248_0_20_0_112_248_R0_0_208_296_0_20_0_208_296_R0_0_184_632_0_20_0_184_632_R0_0_160_440_0_20_0_160_440_R0_0_-8_488_0_20_0_-8_488_R0_0_112_536_0_20_0_112_536_R0_0_16_440_0_20_0_16_440_R0_0_64_632_0_20_0_64_632_R0_0_16_632_0_20_0_16_632_R0_1_-32_536_0_20_0_-32_536_R0_1_896_520_0_20_0_896_520_R0_1_864_-264_0_20_0_864_-264_R0_0_368_-192_0_20_0_368_-192_R0_0_368_-240_0_20_0_368_-240_R0_0_368_0_0_20_0_368_0_R0_1_328_-168_0_10_0_328_-168_R0_1_328_-216_0_10_0_328_-216_R0_1_328_-168_0_10_0_328_-168_R0_1_328_-120_0_10_0_328_-120_R0_0_368_-144_0_20_0_368_-144_R0_0_368_-96_0_20_0_368_-96_R0_1_328_-72_0_10_0_328_-72_R0_1_328_-120_0_10_0_328_-120_R0_1_328_-24_0_10_0_328_-24_R0_0_368_-48_0_20_0_368_-48_R0_1_328_-72_0_10_0_328_-72_R0_4_664_320_40_10_-3.14_664_312_0_0_0_0_0_0_0_0_52_0.1_4_752_-80_40_10_1.57_760_-80_R50_0_112_-120_0_56_0_112_-120_R0_1_112_-32_0_20_0_112_-120_-0.1_0_0_0_0_0_0_0_0_0_1_112_-208_0_20_0_112_-120_R87_0_24_-120_0_20_0_112_-120_-0.06_0_0_0_0_0_0_0_0_0_0_200_-120_0_20_0_112_-120_R89_1_-32_-120_0_20_0_-32_-120_R0_1_432_200_64_10_1.57_432_200_0.1_0_0_0_0_0_0_0_0_0_1_432_200_64_10_0.47_432_200_R92_1_432_200_64_10_-0.47_432_200_R92_95_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_R0_1_1_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_R0_1_4_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_R0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_R0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R0_1_13_0_0_0_0_0_R0_1_14_0_0_0_0_0_R0_1_15_0_0_0_0_0_R0_1_16_0_0_0_0_0_R0_1_17_0_0_0_0_0_R0_1_18_0_0_0_0_0_R0_1_19_0_0_0_0_0_R0_1_20_0_0_0_0_0_R0_1_21_0_0_0_0_0_R0_1_22_0_0_0_0_0_R0_1_23_0_0_0_0_0_R0_1_24_0_0_0_0_0_R0_1_25_0_0_0_0_0_R0_1_26_0_0_0_0_0_R0_1_27_0_0_0_0_0_R0_1_28_0_0_0_0_0_R0_1_29_0_0_0_0_0_R0_1_30_0_0_0_0_0_R0_1_31_0_0_0_0_0_R0_1_32_0_0_0_0_0_R0_1_33_0_0_0_0_0_R0_1_34_0_0_0_0_0_R0_1_35_0_0_0_0_0_R0_1_36_0_0_0_0_0_R0_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_0_0_R0_1_40_0_0_0_0_0_R0_1_41_0_0_0_0_0_R0_1_42_0_0_0_0_0_R0_1_43_0_0_0_0_0_R0_1_44_0_0_0_0_0_R0_1_45_0_0_0_0_0_R0_1_46_0_0_0_0_0_R0_1_47_0_0_0_0_0_R0_1_48_0_0_0_0_0_R0_1_49_0_0_0_0_0_R0_1_50_0_0_0_0_0_R0_1_51_0_0_0_0_0_R0_1_52_0_0_0_0_0_R0_1_53_0_0_0_0_0_R0_1_54_0_0_0_0_0_R0_1_55_0_0_0_0_0_R0_1_56_0_0_0_0_0_R0_1_57_0_0_0_0_0_R0_1_58_0_0_0_0_0_R0_1_59_0_0_0_0_0_R0_1_60_0_0_0_0_0_R0_1_61_0_0_0_0_0_R0_1_62_0_0_0_0_0_R0_1_63_0_0_0_0_0_R0_1_64_0_0_0_0_0_R0_1_65_0_0_0_0_0_R0_1_66_0_0_0_0_0_R0_1_67_0_0_0_0_0_R0_1_68_0_0_0_0_0_R0_1_69_0_0_0_0_0_R0_1_70_0_0_0_0_0_R0_1_71_0_0_0_0_0_R0_1_72_0_0_0_0_0_1_1_0_0.3_1_0_0_0.5_0_0_0_0_0_1_73_0_0_0_0_0_R73_1_74_0_0_0_0_0_R73_1_75_0_0_0_0_0_R73_1_76_0_0_0_0_0_R0_1_77_0_0_0_0_0_R0_1_78_0_0_0_0_0_R73_1_79_0_0_0_0_0_R73_1_80_0_0_0_0_0_R73_1_81_0_0_0_0_0_R0_1_82_0_0_0_0_0_R73_1_83_0_0_0_0_0_R0_1_84_0_0_0_0_0_R0_1_85_0_0_0_0_0_R0_1_86_0_0_0_0_0_1_1_0_0.2_1_0_0_0.5_0_0_0_0_0_1_87_0_0_0_0_0_R87_1_88_0_0_0_0_0_R0_1_89_0_0_0_0_0_R0_1_90_0_0_0_0_0_R0_1_91_0_0_0_0_0_R0_1_92_0_0_0_0_0_R0_1_93_0_0_0_0_0_R0_1_94_9_3_27_5_67_3_69_15_51_3_74_70_73_3_76_77_75_3_81_82_83_3_80_78_79_3_18_91_19_3_88_2_87_2_43_0_1_2_84_68_0_";
};
_local2.setLevelsData31 = function () {
this.lvlsdata[1020] = "v7_0__40_2_248_1920_0_10_0_272_184_0_0_0_0_0_0_0_0_0_0_1_344_184_0_18_0_272_184_0.1_0_0_0_0_0_0_0_0_0_1_272_112_0_18_0_272_184_R1_1_200_184_0_18_0_272_184_R1_1_272_256_0_18_0_272_184_R1_0_88_392_96_14_0_88_392_R0_0_456_392_92_14_0_456_392_R0_2_272_392_56_14_0_272_392_R0_4_344_392_12_14_0_344_392_R0_4_200_392_12_14_0_200_392_R0_4_256_2160_308_46_0_256_2160_R0_1_72_-112_0_10_0_72_-112_R0_2_272_184_0_12_0_272_184_R0_0_320_136_0_12_0_272_184_R1_0_320_232_0_12_0_272_184_R1_0_216_136_0_12_0_272_184_R1_0_216_232_0_12_0_272_184_R1_4_272_312_16_10_-1.57_272_184_R1_4_272_56_16_10_-1.57_272_184_R1_4_144_184_16_10_0_272_184_R1_4_400_184_16_10_0_272_184_R1_2_392_-800_0_10_0_392_-800_R0_4_16_-608_0_10_0_16_-608_R0_2_424_-424_0_10_0_424_-424_R0_1_224_-392_0_10_0_224_-392_R0_4_408_-176_0_10_0_408_-176_R0_0_64_-336_0_10_0_64_-336_R0_0_232_-1072_0_10_0_232_-1072_R0_0_8_-1304_0_10_0_8_-1304_R0_1_448_-1032_0_10_0_448_-1032_R0_1_144_-1576_0_10_0_144_-1576_R0_2_392_-1408_0_10_0_392_-1408_R0_4_224_-744_0_10_0_224_-744_R0_1_64_-1144_0_10_0_64_-1144_R0_2_56_-848_0_10_0_56_-848_R0_1_408_-624_0_10_0_408_-624_R0_1_344_368_0_10_0_344_368_R0_1_200_368_0_10_0_200_368_R0_4_96_776_248_10_-0.79_96_776_R0_4_448_776_248_10_-2.36_448_776_R0_28_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_13_0_1_2_3_4_13_14_15_16_17_18_19_20_0_0_0_0_0_R0_1_5_0_0_0_0_0_R0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R0_1_8_0_0_0_0_0_R0_1_9_0_0_0_0_0_R0_1_10_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1.8_90_0.7_1_0_0_0.5_0_0_0_0_0_1_11_0_0_0_0_0_R0_1_12_0_0_0_0_0_R7_1_21_0_0_0_0_0_R7_1_22_0_0_0_0_0_R7_1_23_0_0_0_0_0_R7_1_24_0_0_0_0_0_R7_1_25_0_0_0_0_0_R7_1_26_0_0_0_0_0_R7_1_27_0_0_0_0_0_R7_1_28_0_0_0_0_0_R7_1_29_0_0_0_0_0_R7_1_30_0_0_0_0_0_R7_1_31_0_0_0_0_0_R7_1_32_0_0_0_0_0_R7_1_33_0_0_0_0_0_R7_1_34_0_0_0_0_0_R7_1_35_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_36_0_0_0_0_0_R24_1_37_0_0_0_0_0_R0_1_38_0_0_0_0_0_R0_1_39_0_0_0_";
this.lvlsdata[830] = "v7_0__30_4_416_160_56_42_1.57_416_160_0_0_0_0_0_0_0_0_0_0_2_304_40_0_20_0_304_40_R0_2_304_368_0_20_0_304_368_R0_2_416_160_0_10_0_416_160_R0_1_416_160_0_20_0_416_160_R0_0_272_200_2684_10_0_272_200_R0_1_-984_336_0_20_0_-984_336_R0_1_696_48_0_20_0_696_48_R0_1_-760_272_0_20_0_-760_272_R0_1_-1192_264_0_20_0_-1192_264_R0_1_-1416_256_0_20_0_-1416_256_R0_1_2888_104_0_20_0_2888_104_R0_1_1584_48_0_20_0_1584_48_R0_1_2504_120_0_20_0_2504_120_R0_1_520_136_0_20_0_520_136_R0_1_1080_80_0_20_0_1080_80_R0_1_904_112_0_20_0_904_112_R0_1_2680_64_0_20_0_2680_64_R0_1_1344_56_0_20_0_1344_56_R0_1_-544_304_0_20_0_-544_304_R0_1_-2080_312_0_20_0_-2080_312_R0_1_-1912_264_0_20_0_-1912_264_R0_1_-2296_352_0_20_0_-2296_352_R0_1_-344_264_0_20_0_-344_264_R0_1_-1656_352_0_20_0_-1656_352_R0_1_96_296_0_20_0_96_296_R0_1_-112_344_0_20_0_-112_344_R0_1_2072_56_0_20_0_2072_56_R0_1_1832_120_0_20_0_1832_120_R0_1_2296_120_0_20_0_2296_120_R0_29_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_90_0.8_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_270_0.8_1_0_0_0.5_0_0_0_0_0_1_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_2_3_0_0_0_0_0_0_R2_1_4_0_0_0_0_0_R2_1_5_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_360_0.7_1_0_0_0.5_0_0_0_0_0_1_6_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_1_180_0.7_1_0_0_0.5_0_0_0_0_0_1_7_0_0_0_0_0_R5_1_8_0_0_0_0_0_R5_1_9_0_0_0_0_0_R5_1_10_0_0_0_0_0_R6_1_11_0_0_0_0_0_R6_1_12_0_0_0_0_0_R6_1_13_0_0_0_0_0_R6_1_14_0_0_0_0_0_R6_1_15_0_0_0_0_0_R6_1_16_0_0_0_0_0_R6_1_17_0_0_0_0_0_R6_1_18_0_0_0_0_0_R5_1_19_0_0_0_0_0_R5_1_20_0_0_0_0_0_R5_1_21_0_0_0_0_0_R5_1_22_0_0_0_0_0_R5_1_23_0_0_0_0_0_R5_1_24_0_0_0_0_0_R5_1_25_0_0_0_0_0_R5_1_26_0_0_0_0_0_R6_1_27_0_0_0_0_0_R6_1_28_0_0_0_0_0_R6_1_29_1_2_3_4_0_0_";
this.lvlsdata[1022] = "v7_0_Let the red come close, but not too close..._42_0_24_384_0_10_0_24_384_0_0_0_0_0_0_0_0_0_0_2_152_280_168_10_0_152_280_R0_2_552_280_168_10_0_552_280_R0_2_384_200_76_10_-1.57_384_200_R0_2_304_216_80_10_0_304_216_R0_2_168_224_52_10_-1.57_168_224_R0_2_224_152_64_10_-1.57_224_152_R0_2_168_120_52_10_0_168_120_R0_2_112_144_72_10_-1.57_112_144_R0_2_32_144_24_10_0_32_144_R0_2_8_144_128_12_-1.57_8_144_R0_2_88_216_24_10_0_88_216_R0_2_256_72_0_10_-1.57_256_72_R0_2_160_8_296_10_0_160_8_R0_2_320_72_76_10_-1.57_320_72_R0_2_456_104_108_10_-1.57_456_104_R0_2_480_216_24_10_0_480_216_R0_2_536_152_16_10_0_536_152_R0_2_480_80_24_10_0_480_80_R0_1_496_24_0_10_0_496_24_R0_2_56_384_0_10_0_56_384_R0_2_88_72_24_10_0_88_72_R0_2_176_16_40_10_-1.57_176_16_R0_2_304_152_16_10_0_304_152_R0_2_384_32_24_10_-1.57_384_32_R0_1_40_40_0_10_0_40_40_R0_1_264_176_0_10_0_264_176_R0_1_528_248_0_10_0_528_248_R0_1_136_248_0_10_0_136_248_R0_2_40_336_84_10_0_40_336_R0_2_128_312_24_10_-1.57_128_312_R0_2_208_392_52_10_-1.57_208_392_R0_2_232_336_24_10_0_232_336_R0_2_320_312_32_10_-1.57_320_312_R0_2_400_344_80_10_0_400_344_R0_1_512_376_0_10_0_512_376_R0_2_544_16_24_10_-1.57_544_16_R0_0_136_248_0_10_0_136_248_R0_0_40_40_0_10_0_40_40_R0_0_264_176_0_10_0_264_176_R0_0_528_248_0_10_0_528_248_R0_0_496_24_0_10_0_496_24_R0_42_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_4_1_0_0.5_0.1_0.1_0_0_90_0.7_1_0_0_0.5_0_0_0_0_0_1_1_0_0_0_0_0_R1_1_2_0_0_0_0_0_R1_1_3_0_0_0_0_0_R1_1_4_0_0_0_0_0_R1_1_5_0_0_0_0_0_R1_1_6_0_0_0_0_0_R1_1_7_0_0_0_0_0_R1_1_8_0_0_0_0_0_R1_1_9_0_0_0_0_0_R1_1_10_0_0_0_0_0_R1_1_11_0_0_0_0_0_R1_1_12_0_0_0_0_0_R1_1_13_0_0_0_0_0_R1_1_14_0_0_0_0_0_R1_1_15_0_0_0_0_0_R1_1_16_0_0_0_0_0_R1_1_17_0_0_0_0_0_R1_1_18_0_0_0_0_0_0_2_0_0.2_1_0_0_0.5_0_0_0_0_0_1_19_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_20_0_0_0_0_0_R1_1_21_0_0_0_0_0_R1_1_22_0_0_0_0_0_R1_1_23_0_0_0_0_0_R1_1_24_0_0_0_0_0_R20_1_25_0_0_0_0_0_R20_1_26_0_0_0_0_0_R20_1_27_0_0_0_0_0_R20_1_28_0_0_0_0_0_R1_1_29_0_0_0_0_0_R1_1_30_0_0_0_0_0_R1_1_31_0_0_0_0_0_R1_1_32_0_0_0_0_0_R1_1_33_0_0_0_0_0_R1_1_34_0_0_0_0_0_R20_1_35_0_0_0_0_0_R1_1_36_0_0_0_0_0_R20_1_37_0_0_0_0_0_R20_1_38_0_0_0_0_0_R20_1_39_0_0_0_0_0_R20_1_40_0_0_0_0_0_R20_1_41_5_2_35_37_2_28_38_2_25_39_2_26_40_2_27_41_0_0_";
this.lvlsdata[616] = "v7_0__30_1_368_304_0_20_0_368_304_0_0_0_0_0_0_0_0_0_0_1_272_304_0_20_0_272_304_R0_1_176_304_0_20_0_176_304_R0_1_176_208_0_20_0_176_208_R0_1_368_208_0_20_0_368_208_R0_1_176_112_0_20_0_176_112_R0_1_368_112_0_20_0_368_112_R0_1_272_112_0_20_0_272_112_R0_2_16_16_0_10_0_16_16_R0_2_272_208_0_10_0_272_208_R0_1_320_160_0_20_0_320_160_R0_1_320_256_0_20_0_320_256_R0_1_224_256_0_20_0_224_256_R0_1_224_160_0_20_0_224_160_R0_0_272_160_0_10_0_272_160_R0_0_320_208_0_10_0_320_208_R0_0_272_256_0_10_0_272_256_R0_0_224_208_0_10_0_224_208_R0_0_224_304_0_10_0_224_304_R0_0_176_256_0_10_0_176_256_R0_0_176_160_0_10_0_176_160_R0_0_224_112_0_10_0_224_112_R0_0_320_112_0_10_0_320_112_R0_0_368_160_0_10_0_368_160_R0_0_368_256_0_10_0_368_256_R0_0_320_304_0_10_0_320_304_R0_2_536_16_0_10_0_536_16_R0_2_536_384_0_10_0_536_384_R0_2_16_384_0_10_0_16_384_R0_2_16_16_0_10_0_16_16_R0_7_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_13_0_1_2_3_4_5_6_7_9_10_11_12_13_0_0_0_0_0_4_1_0_0.5_0.1_0.1_1_0_90_0_1_0_0_0.5_0_0_0_0_0_1_8_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_12_14_15_16_17_18_19_20_21_22_23_24_25_0_0_0_0_0_R1_1_26_0_0_0_0_0_R1_1_27_0_0_0_0_0_R1_1_28_0_0_0_0_0_R1_1_29_0_0_0_";
this.lvlsdata[279] = "v7_0__53_2_272_200_0_10_0_272_200_0_0_0_0_0_0_0_0_0_0_1_152_80_0_10_0_152_80_R0_1_152_320_0_10_0_152_320_R0_1_192_280_0_10_0_192_280_R0_1_232_320_0_10_0_232_320_R0_1_312_240_0_10_0_312_240_R0_1_232_80_0_10_0_232_80_R0_1_232_240_0_10_0_232_240_R0_1_272_280_0_10_0_272_280_R0_1_192_200_0_10_0_192_200_R0_1_232_160_0_10_0_232_160_R0_1_192_120_0_10_0_192_120_R0_1_152_160_0_10_0_152_160_R0_1_392_80_0_10_0_392_80_R0_1_312_320_0_10_0_312_320_R0_1_352_280_0_10_0_352_280_R0_1_312_80_0_10_0_312_80_R0_1_392_160_0_10_0_392_160_R0_1_352_120_0_10_0_352_120_R0_1_312_160_0_10_0_312_160_R0_1_352_200_0_10_0_352_200_R0_1_392_320_0_10_0_392_320_R0_1_392_240_0_10_0_392_240_R0_1_272_120_0_10_0_272_120_R0_1_152_240_0_10_0_152_240_R0_0_152_200_0_10_0_152_200_R0_0_272_80_0_10_0_272_80_R0_4_112_200_152_10_-1.57_112_200_R0_0_392_280_0_10_0_392_280_R0_0_352_160_0_10_0_352_160_R0_0_312_120_0_10_0_312_120_R0_0_352_80_0_10_0_352_80_R0_0_392_120_0_10_0_392_120_R0_0_272_320_0_10_0_272_320_R0_0_352_240_0_10_0_352_240_R0_0_312_280_0_10_0_312_280_R0_0_352_320_0_10_0_352_320_R0_0_152_120_0_10_0_152_120_R0_0_192_80_0_10_0_192_80_R0_0_232_120_0_10_0_232_120_R0_0_192_160_0_10_0_192_160_R0_0_272_240_0_10_0_272_240_R0_0_232_200_0_10_0_232_200_R0_0_272_160_0_10_0_272_160_R0_0_312_200_0_10_0_312_200_R0_0_232_280_0_10_0_232_280_R0_0_192_240_0_10_0_192_240_R0_0_152_280_0_10_0_152_280_R0_0_192_320_0_10_0_192_320_R0_0_392_200_0_10_0_392_200_R0_4_432_200_152_10_1.57_432_200_R0_4_272_352_156_10_-3.14_272_352_R0_4_272_48_156_10_0_272_48_R0_2_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_0_0_0_0_0_0_1_1_0_0.9_1_0_0_0.5_0_0_0_0_0_52_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26_27_28_29_30_31_32_33_34_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_50_51_52_0_1_0_0_";
this.lvlsdata[7] = "v7_0_It's a loop, blue capsules are not lost if you miss them._19_0_616_16_136_10_1.57_616_200_0_0.01_0.1_21_0_0.1_0_0_0_0_0_616_376_136_10_1.57_616_200_R0_0_760_432_136_10_1.73_784_248_0_0.02_-0.1_35_0_0.09_0_0_0_0_0_744_8_184_10_1.73_704_200_R2_2_144_200_32_10_0_144_200_0.05_0_0_0_0_0_0_0_0_0_0_672_184_184_10_1.73_632_376_R2_0_808_224_40_10_0_808_224_0.06_0_0_0_0_0_0_0_0_0_0_680_456_136_10_1.57_680_280_R0_0_624_112_136_10_1.57_624_296_R0_0_696_440_136_10_1.73_720_256_R2_0_632_432_136_10_1.57_632_256_0_0.02_0.1_21_0_0.1_0_0_0_0_0_656_72_136_10_1.57_656_-104_R10_0_728_72_136_10_1.73_752_-112_R2_1_624_64_0_14_0_624_32_0.06_0.03_0.04_0_0_0_0_0_0_0_1_624_176_0_14_0_624_144_R13_1_624_296_0_14_0_624_264_R13_1_624_104_0_14_0_624_72_R13_1_624_224_0_14_0_624_192_R13_1_624_344_0_14_0_624_312_R13_18_0_0_0_0_0_0_2_0_0.5_4_0_0_0.5_0_0_0_0_0_-704_0_0.5_0_0_0_0_0_-704_-944_1_0_0_0_0_0_224_-944_1_0_0_0_0_0_2_1_0_0_0_0_0_0_R0_1_2_0_0_0_0_0_R0_1_3_0_0_0_0_0_0_1_0_0.5_1_0_0_0.5_0_0_0_0_0_1_4_140_0_0_0_0_R0_1_5_380_0_0_0_0_1_0.6_0_0.9_1_0_0_0.5_0_0_0_0_0_1_6_240_0_0_0_0_R0_1_7_100_0_0_0_0_R0_1_8_320_0_0_0_0_R0_1_9_200_0_0_0_0_R0_1_10_200_0_0_0_0_R0_1_11_320_0_0_0_0_R0_1_12_1000_0_0_0_0_R0_1_13_1060_0_0_0_0_R0_1_14_1100_0_0_0_0_R0_1_15_1180_0_0_0_0_R0_1_16_1240_0_0_0_0_R0_1_17_1280_0_0_0_0_R0_1_18_0_0_0_";
};
_local2.setLevelsData = function () {
this.setLevelsData1();
this.setLevelsData2();
this.setLevelsData3();
this.setLevelsData4();
this.setLevelsData5();
this.setLevelsData6();
this.setLevelsData7();
this.setLevelsData8();
this.setLevelsData9();
this.setLevelsData10();
this.setLevelsData11();
this.setLevelsData12();
this.setLevelsData13();
this.setLevelsData14();
this.setLevelsData15();
this.setLevelsData16();
this.setLevelsData17();
this.setLevelsData18();
this.setLevelsData19();
this.setLevelsData20();
this.setLevelsData21();
this.setLevelsData22();
this.setLevelsData23();
this.setLevelsData24();
this.setLevelsData25();
this.setLevelsData26();
this.setLevelsData27();
this.setLevelsData28();
this.setLevelsData29();
this.setLevelsData30();
this.setLevelsData31();
};
_local2.getLevelNumber = function (id) {
var _local3 = -1;
var _local2 = 0;
while (_local2 < this.lvls.length) {
if (this.lvls[_local2][0] == id) {
_local3 = _local2;
break;
}
_local2++;
}
return(_local3);
};
_local2.getScoreString = function () {
var _local3 = "";
var _local2 = 0;
while (_local2 < this.lvls.length) {
if (this.alreadyPlayed[_local2] > 0.001) {
_local3 = _local3 + (((this.lvls[_local2][0] + "_") + this.alreadyPlayed[_local2]) + "_");
}
_local2++;
}
return(_local3);
};
_local2.newScore = function (id, score) {
var _local2 = this.getLevelNumber(id);
if ((!this.alreadyPlayed[_local2]) || (this.alreadyPlayed[_local2] < score)) {
this.alreadyPlayed[_local2] = score;
this.updateGlobalScore();
this.local_data.data.scores0 = this.getScoreString();
this.local_data.flush();
}
};
_local2.updateGlobalScore = function () {
this.globalScore = 0;
var _local2 = 0;
while (_local2 < this.lvls.length) {
if (this.alreadyPlayed[_local2] > 0.001) {
this.globalScore = this.globalScore + this.alreadyPlayed[_local2];
}
_local2++;
}
};
_local2.nbLvls = function () {
return(this.lvls.length);
};
_local2.nbLvlsCompleted = function () {
var _local3 = 0;
var _local2 = 0;
while (_local2 < this.lvls.length) {
if (this.alreadyPlayed[_local2] > 0.001) {
_local3++;
}
_local2++;
}
return(_local3);
};
// unexpected jump
// unexpected jump
_local2.getNextLevel = function (id) {
var _local3 = this.lvls.length;
if (id < 0) {
_local3 = -1;
} else {
_local3 = this.getLevelNumber(id);
}
if (_local3 < (this.lvls.length - 1)) {
var _local2 = _local3 + 1;
while (_local2 < this.lvls.length) {
if ((!this.alreadyPlayed[_local2]) || (this.alreadyPlayed[_local2] <= 0.001)) {
return(this.lvls[_local2]);
}
_local2++;
}
return(false);
}
return(false);
};
_local2.getLevelData = function (id) {
if (this.lvlsdata[id]) {
return(this.lvlsdata[id]);
}
if (this.lvlsdata[id]) {
return(this.lvlsdata[id]);
}
};
ASSetPropFlags(_global.Levels.prototype, null, 1);
#endinitclip
Symbol 32 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip "o7" in Symbol 33 MovieClip Frame 1
on (press) {
if (!_root._online) {
getURL ("http://www.pepere.org/flash-games_1/", "_blank");
}
}
Symbol 43 MovieClip Frame 1
function playIt() {
levelsData = _root.levelManager.getLvlsData();
var _local2 = levelsData.getLevelNumber(id);
_root._lastItem = _local2;
_root.levelPlay(id, levelsData.getLevelData(id), _local2, levelsData.lvls[_local2][1], levelsData.lvls[_local2][2]);
}
Symbol 47 MovieClip Frame 1
function init(lvlsdata) {
nblevels = lvlsdata.lvls.length;
miny = (-((nblevels * 24) + 16)) + 120;
if (miny > 0) {
miny = 0;
}
var _local5 = true;
var _local3 = 0;
while (_local3 < nblevels) {
list.lvlbtn.duplicateMovieClip("lvlbtn" + _local3, 10 + _local3);
list["lvlbtn" + _local3]._y = 8 + (_local3 * 24);
list["lvlbtn" + _local3].lvlnb.text = _local3 + 1;
if (lvlsdata.alreadyPlayed[_local3]) {
list["lvlbtn" + _local3].lvltxt.text = ((substring(lvlsdata.lvls[_local3][1], 0, 15)) + ".") + lvlsdata.alreadyPlayed[_local3];
} else {
list["lvlbtn" + _local3].lvltxt.text = substring(lvlsdata.lvls[_local3][1], 0, 19);
_local5 = false;
}
list["lvlbtn" + _local3].id = lvlsdata.lvls[_local3][0];
if (_local5) {
list["lvlbtn" + _local3].lock._visible = false;
list["lvlbtn" + _local3].onPress = function () {
this.playIt();
};
}
_local3++;
}
list._y = (-_root._lastItem) * 24;
}
var nblevels = 0;
var maxy = 0;
onEnterFrame = function () {
if (_ymouse > 90) {
list._y = list._y - 3;
if (_ymouse > 120) {
list._y = list._y - 4;
}
if (_ymouse > 150) {
list._y = list._y - 7;
}
if (list._y < miny) {
list._y = miny;
}
}
if (_ymouse < 50) {
list._y = list._y + 3;
if (_ymouse < 20) {
list._y = list._y + 4;
}
if (_ymouse < -10) {
list._y = list._y + 7;
}
if (list._y > 0) {
list._y = 0;
}
}
};
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 4
gotoAndStop (1);
Symbol 64 MovieClip Frame 1
function setText(ptxt) {
btntxt = ptxt;
txt.text = btntxt;
}
function enable(b) {
active = b;
if (!isdown) {
gotoAndStop("enabled" + b);
}
}
function down() {
isdown = true;
gotoAndStop ("down");
}
function up() {
isdown = false;
gotoAndStop("enabled" + active);
}
function activated() {
return(active);
}
if ((loaded + "") == "undefined") {
var loaded = true;
var active = true;
var isdown = false;
var btntxt = "";
}
txt.text = btntxt;
stop();
onPress = function () {
_root.mainmenupressed = true;
if (active) {
flashe.gotoAndPlay(2);
action();
}
};
onRollOver = function () {
gotoAndStop (4);
};
onRollOut = function () {
gotoAndStop (1);
};
onEnterFrame = function () {
btani.ball1._rotation = (btani.ball2._rotation = _root.decbrot);
};
Symbol 64 MovieClip Frame 2
txt.text = btntxt;
stop();
Symbol 64 MovieClip Frame 3
txt.text = btntxt;
stop();
Symbol 64 MovieClip Frame 4
btani.ball1._rotation = (btani.ball2._rotation = _root.decbrot);
txt.text = btntxt;
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 10
stop();
Symbol 107 MovieClip Frame 1
function fadeaway() {
fadingaway = true;
}
function active(b) {
_visible = b;
if (b) {
bf = 1;
onEnterFrame = function () {
enterFrameMain();
};
} else {
onEnterFrame = function () {
};
}
fadingaway = false;
}
function enterFrameMain() {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
mouseover = true;
} else {
mouseover = false;
}
if (fadingaway) {
_alpha = (_alpha - 20);
if (_alpha <= 0) {
active(false);
}
} else {
_alpha = (_alpha + 20);
if (_alpha >= 100) {
_alpha = 100;
}
}
if (mouseover) {
bf = bf + 2;
if (bf > 10) {
bf = 10;
}
gotext.gotoAndStop(bf);
} else {
bf--;
if (bf < 1) {
bf = 1;
}
gotext.gotoAndStop(bf);
}
if (random(100) == 1) {
gotext.gotoAndStop(5);
}
gotext._rotation = gotext._rotation + 3;
}
var mouseover = false;
var bf = 1;
var fadingaway = false;
onPress = function () {
_root.startGame();
fadeaway();
};
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 10
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 10
stop();
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 10
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 10
stop();
Symbol 128 MovieClip Frame 1
function setText(t, b1, b2, b3) {
info.info.text = t;
info.retry._visible = b1;
info.save._visible = b2;
info.tip._visible = b3;
}
function fadeaway() {
fadingaway = true;
}
function active(b) {
_visible = b;
if (b) {
bf = 1;
rbf = 1;
sbf = 1;
tbf = 1;
movf = movfmin;
actionafterfadeawy = -1;
onEnterFrame = function () {
enterFrameMain();
};
} else {
onEnterFrame = function () {
};
}
fadingaway = false;
}
function enterFrameMain() {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
mouseover = true;
if (info.retry.hitTest(_root._xmouse, _root._ymouse, true)) {
rmouseover = true;
} else {
rmouseover = false;
}
if (info.save.hitTest(_root._xmouse, _root._ymouse, true)) {
smouseover = true;
} else {
smouseover = false;
}
if (info.tip.hitTest(_root._xmouse, _root._ymouse, true)) {
tmouseover = true;
} else {
tmouseover = false;
}
} else {
mouseover = false;
rmouseover = false;
smouseover = false;
tmouseover = false;
}
if (fadingaway) {
_alpha = (_alpha - 20);
if (_alpha <= 0) {
active(false);
if (actionafterfadeawy == 1) {
_root.retry();
} else if (actionafterfadeawy == 2) {
_root.savescore();
} else if (actionafterfadeawy == 3) {
_root.tipretry();
}
actionafterfadeawy = -1;
}
} else {
_alpha = (_alpha + 20);
if (_alpha >= 100) {
_alpha = 100;
}
}
if (mouseover) {
bf = bf + 2;
if (bf > 10) {
bf = 10;
}
info.gotoAndStop(bf);
} else {
bf--;
if (bf < 1) {
bf = 1;
}
info.gotoAndStop(bf);
}
if (rmouseover) {
rbf = rbf + 2;
if (rbf > 10) {
rbf = 10;
}
info.retry.gotoAndStop(rbf);
} else {
rbf--;
if (rbf < 1) {
rbf = 1;
}
info.retry.gotoAndStop(rbf);
}
if (smouseover) {
sbf = sbf + 2;
if (sbf > 10) {
sbf = 10;
}
info.save.gotoAndStop(sbf);
} else {
sbf--;
if (sbf < 1) {
sbf = 1;
}
info.save.gotoAndStop(sbf);
}
if (tmouseover) {
tbf = tbf + 2;
if (tbf > 10) {
tbf = 10;
}
info.tip.gotoAndStop(tbf);
} else {
tbf--;
if (tbf < 1) {
tbf = 1;
}
info.tip.gotoAndStop(tbf);
}
movf = movf + ((movfmax - movf) * 0.3);
this._y = movf;
if (random(100) == 1) {
info.save.gotoAndStop(5);
}
if (random(100) == 1) {
info.retry.gotoAndStop(5);
}
if (random(100) == 1) {
info.tip.gotoAndStop(5);
}
info.retry._rotation = info.retry._rotation + 3;
info.save._rotation = info.save._rotation + 3;
info.tip._rotation = info.tip._rotation + 3;
}
var mouseover = false;
var bf = 1;
var movfmin = -150;
var movfmax = ((_root.H / 2) - 75);
var movf = movfmin;
var actionafterfadeawy = -1;
var rmouseover = false;
var rbf = 1;
var smouseover = false;
var sbf = 1;
var tmouseover = false;
var tbf = 1;
var fadingaway = false;
info.retry.onPress = function () {
actionafterfadeawy = 1;
fadeaway();
};
info.save.onPress = function () {
actionafterfadeawy = 2;
fadeaway();
};
info.tip.onPress = function () {
actionafterfadeawy = 3;
fadeaway();
};
Symbol 137 MovieClip Frame 1
function displayT(tt) {
totaltxt = tt;
nbchardisplayed = 0;
partialtxt = "";
lvlinf.text = "";
fadeaway = -1;
_alpha = 100;
_visible = true;
onEnterFrame = function () {
enterFrameMain();
};
}
function enterFrameMain() {
nbchardisplayed++;
if (nbchardisplayed <= totaltxt.length) {
partialtxt = substring(totaltxt, 0, nbchardisplayed);
lvlinf.text = partialtxt;
} else if (nbchardisplayed > (totaltxt.length + 100)) {
fadeaway = 1;
}
if (fadeaway > 0) {
_alpha = (_alpha * 0.9);
if (_alpha < 2) {
_visible = false;
onEnterFrame = function () {
};
}
}
}
_visible = false;
var partialtxt = "";
var totaltxt = "";
var nbchardisplayed = 0;
var fadeaway = -1;
Symbol 145 MovieClip Frame 1
function setText(ptxt) {
btntxt = ptxt;
txt.text = btntxt;
}
function enable(b) {
active = b;
if (!isdown) {
gotoAndStop("enabled" + b);
}
}
function down() {
isdown = true;
gotoAndStop ("down");
}
function up() {
isdown = false;
gotoAndStop("enabled" + active);
}
function activated() {
return(active);
}
if ((loaded + "") == "undefined") {
var loaded = true;
var active = true;
var isdown = false;
var btntxt = "";
}
txt.text = btntxt;
stop();
onPress = function () {
_root.mainmenupressed = true;
if (active) {
flashe.gotoAndPlay(2);
action();
}
};
onRollOver = function () {
gotoAndStop (4);
};
onRollOut = function () {
gotoAndStop (1);
};
Symbol 145 MovieClip Frame 2
txt.text = btntxt;
stop();
Symbol 145 MovieClip Frame 3
txt.text = btntxt;
stop();
Symbol 145 MovieClip Frame 4
txt.text = btntxt;
stop();
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 2
stop();
Symbol 163 MovieClip Frame 3
stop();
Symbol 166 MovieClip Frame 1
function setText(ptxt) {
btntxt = ptxt;
txt.text = btntxt;
}
function init(pminv, pmaxv, pquanta, pcurval) {
minv = pminv;
maxv = pmaxv;
quanta = pquanta;
curval = pcurval;
posPad();
}
function enable(b) {
active = b;
if (active) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
function activated() {
return(active);
}
function posPad() {
if (!_exp) {
pad._x = -32.5 + ((65 * (curval - minv)) / (maxv - minv));
} else {
pad._x = -32.5 + ((65 * Math.log(((curval + _k) - minv) / _k)) / Math.log(((maxv + _k) - minv) / _k));
}
valtxt.text = curval + "";
}
if ((loaded + "") == "undefined") {
var loaded = true;
var active = true;
var isdown = false;
var btntxt = "";
var minv = 0;
var maxv = 1;
var curval = 0.5;
var quanta = 100;
var cursorx = 0;
var _exp = false;
var _k = 5;
}
txt.text = btntxt;
stop();
pad.onPress = function () {
if (active) {
cursorx = _xmouse;
pad.gotoAndStop(2);
_root.mainmenupressed = true;
isdown = true;
}
};
onEnterFrame = function () {
if (isdown) {
if (_root.mousepressed == false) {
isdown = false;
if (active) {
pad.gotoAndStop(1);
action(curval);
}
} else {
cursorx = cursorx + ((_xmouse - cursorx) * 0.2);
if (_exp) {
curval = (minv - _k) + (Math.exp(((cursorx + 32.5) / 65) * Math.log(((maxv + _k) - minv) / _k)) * _k);
} else {
curval = minv + (((cursorx + 32.5) * (maxv - minv)) / 65);
}
if (curval < minv) {
curval = minv;
} else if (curval > maxv) {
curval = maxv;
}
curval = Math.round(curval * quanta) / quanta;
posPad();
}
}
};
Symbol 171 MovieClip Frame 1
function setText(ptxt) {
btntxt = ptxt;
txt.text = btntxt;
}
function enable(b) {
active = b;
if (!isdown) {
gotoAndStop("enabled" + b);
}
}
function down() {
isdown = true;
gotoAndStop ("down");
}
function up() {
isdown = false;
gotoAndStop("enabled" + active);
}
function activated() {
return(active);
}
if ((loaded + "") == "undefined") {
var loaded = true;
var active = true;
var isdown = false;
var btntxt = "";
}
txt.text = btntxt;
stop();
onPress = function () {
_root.mainmenupressed = true;
if (active) {
flashe.gotoAndPlay(2);
action();
}
};
Symbol 171 MovieClip Frame 2
txt.text = btntxt;
stop();
Symbol 171 MovieClip Frame 3
txt.text = btntxt;
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
stop();
Symbol 178 MovieClip Frame 3
stop();
Symbol 179 MovieClip Frame 1
function init(p, t, v) {
parent = p;
setText(t);
myval = v;
}
function setText(ptxt) {
btntxt = ptxt;
txt.text = btntxt;
}
function optionChecked(b) {
if (b) {
obtn.gotoAndStop(2);
} else {
obtn.gotoAndStop(1);
}
}
if ((loaded + "") == "undefined") {
var loaded = true;
var parent = _root;
var btntxt = "";
var myval = 0;
}
txt.text = btntxt;
stop();
obtn.onPress = function () {
parent.option(myval);
};
Symbol 181 MovieClip Frame 1
function initButtons() {
clearInterval(doOnce);
options.noai.init(_root.pathbuttons, "NO AI", 0);
options.attack.init(_root.pathbuttons, "ATTACK", 1);
options.defense.init(_root.pathbuttons, "DEFENSE", 2);
options.protect.init(_root.pathbuttons, "PROTECT", 3);
options.string.init(_root.pathbuttons, "PHYSICS", 4);
}
function option(v) {
var _local2 = 0;
while (_local2 < opar.length) {
if (v != _local2) {
opar[_local2].optionChecked(false);
} else {
opar[_local2].optionChecked(true);
}
_local2++;
}
if (v > 0) {
if (v > 0) {
if (v < 4) {
if (v == 3) {
closeSlide.init(-0.9, 0.9, 10, _root.itemSelection[0]._path._close);
} else {
if (_root.itemSelection[0]._path._close < 0) {
_root.itemSelection[0]._path._close = 0.9;
}
closeSlide.init(0, 0.9, 10, _root.itemSelection[0]._path._close);
}
closeSlide._visible = true;
pushSlide._visible = false;
pullSlide._visible = false;
solidSlide._visible = false;
gravitySlide._visible = false;
gravityrotSlide._visible = false;
frictionSlide._visible = false;
} else {
pushSlide.init(0.1, 0.9, 10, _root.itemSelection[0]._path._push);
pullSlide.init(0.1, 0.9, 10, _root.itemSelection[0]._path._pull);
solidSlide.init(0, 1, 1, _root.itemSelection[0]._path._solid);
gravitySlide.init(0, 10, 10, _root.itemSelection[0]._path._gravity);
var _local4 = _root.itemSelection[0]._path._gravityrot - 90;
if (_local4 < 0) {
_local4 = _local4 + 360;
}
gravityrotSlide.init(0, 380, 1, _local4);
frictionSlide.init(0, 1, 100, _root.itemSelection[0]._path._friction);
closeSlide._visible = false;
pushSlide._visible = true;
pullSlide._visible = true;
solidSlide._visible = true;
gravitySlide._visible = true;
gravityrotSlide._visible = true;
frictionSlide._visible = true;
}
}
speedSlide._visible = false;
delBtn._visible = false;
newBtn._visible = false;
nodeRSlide._visible = false;
nodeR2Slide._visible = false;
nodeWSlide._visible = false;
nodeRotationSlide._visible = false;
nodeSmoothSlide._visible = false;
} else {
solidSlide._visible = false;
gravitySlide._visible = false;
gravityrotSlide._visible = false;
frictionSlide._visible = false;
closeSlide._visible = false;
pushSlide._visible = false;
pullSlide._visible = false;
speedSlide._visible = true;
delBtn._visible = true;
newBtn._visible = true;
nodeRSlide._visible = true;
nodeR2Slide._visible = true;
nodeWSlide._visible = true;
nodeRotationSlide._visible = true;
nodeSmoothSlide._visible = true;
}
_root.pathType(v);
}
var godown = false;
var goup = true;
bhs.down._visible = true;
bhs.up._visible = false;
var menu = _root.pathbuttons;
bhs.down.onPress = function () {
menu.godown = true;
menu.goup = false;
menu.bhs.down._visible = false;
menu.bhs.up._visible = true;
_root.mainmenupressed = true;
};
bhs.up.onPress = function () {
menu.godown = false;
menu.goup = true;
menu.bhs.down._visible = true;
menu.bhs.up._visible = false;
_root.mainmenupressed = true;
};
var doOnce = setInterval(initButtons, 1);
var opar = new Array();
opar[0] = options.noai;
opar[1] = options.attack;
opar[2] = options.defense;
opar[3] = options.protect;
opar[4] = options.string;
var ymin = ((_root.H - 170) - 145);
var ymax = (_root.H - 12);
onEnterFrame = function () {
if (goup) {
_y = (_y + ((ymin - _y) * 0.3));
}
if (godown) {
_y = (_y + ((ymax - _y) * 0.3));
}
};
Symbol 186 MovieClip Frame 1
function init(t, v) {
setText(t);
myval = v;
optionChecked(myval);
}
function setText(ptxt) {
btntxt = ptxt;
txt.text = btntxt;
}
function optionChecked(b) {
if (b) {
obtn.gotoAndStop(2);
} else {
obtn.gotoAndStop(1);
}
}
if ((loaded + "") == "undefined") {
var loaded = true;
var btntxt = "";
var myval = false;
}
txt.text = btntxt;
stop();
obtn.onPress = function () {
myval = !myval;
action(myval);
optionChecked(myval);
};
Symbol 188 MovieClip Frame 1
var godown = false;
var goup = true;
bhs.down._visible = true;
bhs.up._visible = false;
var menu = _root.leftmenu;
bhs.down.onPress = function () {
menu.godown = true;
menu.goup = false;
menu.bhs.down._visible = false;
menu.bhs.up._visible = true;
_root.mainmenupressed = true;
};
bhs.up.onPress = function () {
menu.godown = false;
menu.goup = true;
menu.bhs.down._visible = true;
menu.bhs.up._visible = false;
_root.mainmenupressed = true;
};
var ymin = ((_root.H - 190) - 36);
var ymax = _root.H;
onEnterFrame = function () {
if (goup) {
_y = (_y + ((ymin - _y) * 0.3));
}
if (godown) {
_y = (_y + ((ymax - _y) * 0.3));
}
};
Symbol 189 MovieClip Frame 1
var godown = false;
var goup = true;
bhs.down._visible = true;
bhs.up._visible = false;
var menu = _root.innerbuttons;
bhs.down.onPress = function () {
menu.godown = true;
menu.goup = false;
menu.bhs.down._visible = false;
menu.bhs.up._visible = true;
_root.mainmenupressed = true;
};
bhs.up.onPress = function () {
menu.godown = false;
menu.goup = true;
menu.bhs.down._visible = true;
menu.bhs.up._visible = false;
_root.mainmenupressed = true;
};
var ymin = ((_root.H - 120) - 26);
var ymax = (_root.H - 12);
onEnterFrame = function () {
if (goup) {
_y = (_y + ((ymin - _y) * 0.3));
}
if (godown) {
_y = (_y + ((ymax - _y) * 0.3));
}
};
Symbol 192 MovieClip Frame 1
_visible = true;
Symbol 192 MovieClip Frame 35
_visible = false;
stop();