Frame 1
MochiAd.showPreGameAd({id:"7a330d2fddc73e95", res:"640x480"});
Frame 2
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);
}
__com_mochibot__("df043dde", this, 10301, true);
stop();
Frame 3
function main_menu() {
this.attachMovie("main_menu_mc", "main_menu_mc", 1, {_x:0, _y:0});
this.attachMovie("playgame_menu_button_mc", "playgame_menu_button_mc", 2, {_x:0, _y:0});
playgame_menu_button_mc._x = 0;
playgame_menu_button_mc._y = 0;
this.attachMovie("moregames_button_mc", "moregames_button_mc", 3, {_x:0, _y:0});
moregames_button_mc._x = 0;
moregames_button_mc._y = 0;
playgame_menu_button_mc.onPress = function () {
menuselect = 1;
removeMovieClip(main_menu_mc);
removeMovieClip(playgame_menu_button_mc);
removeMovieClip(moregames_button_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
};
moregames_button_mc.onPress = function () {
getURL ("http://www.gimme5games.com/");
};
}
function playgame_menu() {
this.attachMovie("playgame_menu_mc", "playgame_menu_mc", 1, {_x:0, _y:0});
this.attachMovie("playgame_menu_left_button_mc", "playgame_menu_left_button_mc", 2, {_x:0, _y:0});
main_menu_button_mc._x = 0;
main_menu_button_mc._y = 0;
this.attachMovie("playgame_menu_back_button_mc", "playgame_menu_back_button_mc", 3, {_x:0, _y:0});
main_menu_button_mc._x = 0;
main_menu_button_mc._y = 0;
this.attachMovie("playgame_menu_right_button_mc", "playgame_menu_right_button_mc", 4, {_x:0, _y:0});
main_menu_button_mc._x = 0;
main_menu_button_mc._y = 0;
this.attachMovie("play_menu_levelscroll_mc", "play_menu_levelscroll_mc", 5, {_x:0, _y:0});
main_menu_button_mc._x = 0;
main_menu_button_mc._y = 0;
help_menu = 1;
playgame_menu_left_button_mc.onPress = function () {
play_menu_levelscroll_mc.prevFrame();
};
playgame_menu_right_button_mc.onPress = function () {
play_menu_levelscroll_mc.nextFrame();
};
playgame_menu_back_button_mc.onPress = function () {
menuselect = 0;
removeMovieClip(playgame_menu_mc);
removeMovieClip(playgame_menu_left_button_mc);
removeMovieClip(playgame_menu_back_button_mc);
removeMovieClip(playgame_menu_right_button_mc);
removeMovieClip(play_menu_levelscroll_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
};
}
function playgame() {
if (fly == true) {
if (Key.isDown(38)) {
gravity = -0.4;
} else {
gravity = 0.4;
}
} else if (xg.gg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
gravity = -0.4;
} else {
gravity = 0.4;
}
if (xg.b1.hitTest(Ball_mc._x, Ball_mc._y, true)) {
fly = false;
Ball_mc.gotoAndStop("blauw");
}
if (xg.b2.hitTest(Ball_mc._x, Ball_mc._y, true)) {
fly = true;
Ball_mc.gotoAndStop("oranje");
}
if (xg.xg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
Ball_mc.vx = (Ball_mc.vx / 100) * 105;
}
if (xg.xxg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
Ball_mc.vy = -10;
bounce = -1.4;
}
if (xg.rxg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
Ball_mc.vy = 10;
bounce = -1.4;
}
if (xg.xxxg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
Ball_mc.vx = 20;
}
if (xg.xxxxg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
Ball_mc.vx = -20;
}
if (xg.rg.hitTest(Ball_mc._x, Ball_mc._y, true)) {
reset_sound.start(0, 1);
_root.sec = 0;
_root.milliSec = 0;
gravity = 0.4;
Ball_mc.power = 0.25;
Ball_mc.vx = 0;
Ball_mc.vy = 0;
Ball_mc.friction = 0.99;
Ball_mc.col = false;
fly = false;
Ball_mc.gotoAndStop("blauw");
start_camera();
}
if (xg.el.hitTest(Ball_mc._x, Ball_mc._y, true)) {
record = output_clock.text;
reset_game();
menuselect = 8;
Ball_mc.gotoAndStop("blauw");
fly = false;
levelmode++;
levelload();
}
if (xg.ba.hitTest(Ball_mc._x, Ball_mc._y, true)) {
bounce = -1.1;
} else {
bounce = -0.3;
}
Ball_mc.vy = Ball_mc.vy + gravity;
checkWL1(Ball_mc, gr);
checkWL2(Ball_mc, gr);
Ball_mc._x = Ball_mc._x + Ball_mc.vx;
Ball_mc._y = Ball_mc._y + Ball_mc.vy;
Ball_mc._rotation = Ball_mc._rotation + (Ball_mc.vx * 3);
Ball_mc.vx = Ball_mc.vx * Ball_mc.friction;
if (Key.isDown(39) && (Ball_mc.vx < 15)) {
Ball_mc.vx = Ball_mc.vx + Ball_mc.power;
}
if (Key.isDown(37) && (Ball_mc.vx < 15)) {
Ball_mc.vx = Ball_mc.vx - Ball_mc.power;
}
if ((Ball_mc._x > 360) && (Ball_mc.vx > 0)) {
gr._x = gr._x - Ball_mc.vx;
Ball_mc._x = Ball_mc._x - Ball_mc.vx;
fg._x = fg._x - Ball_mc.vx;
bg._x = bg._x - Ball_mc.vx;
xg._x = xg._x - Ball_mc.vx;
}
if ((Ball_mc._x < 280) && (Ball_mc.vx < 0)) {
gr._x = gr._x - Ball_mc.vx;
Ball_mc._x = Ball_mc._x - Ball_mc.vx;
fg._x = fg._x - Ball_mc.vx;
bg._x = bg._x - Ball_mc.vx;
xg._x = xg._x - Ball_mc.vx;
}
if ((Ball_mc._y > 270) && (Ball_mc.vy > 0)) {
gr._y = gr._y - Ball_mc.vy;
Ball_mc._y = Ball_mc._y - Ball_mc.vy;
fg._y = fg._y - Ball_mc.vy;
bg._y = bg._y - Ball_mc.vy;
xg._y = xg._y - Ball_mc.vy;
}
if ((Ball_mc._y < 190) && (Ball_mc.vy < 0)) {
gr._y = gr._y - Ball_mc.vy;
Ball_mc._y = Ball_mc._y - Ball_mc.vy;
fg._y = fg._y - Ball_mc.vy;
bg._y = bg._y - Ball_mc.vy;
xg._y = xg._y - Ball_mc.vy;
}
ingame_menu();
}
function levelload() {
switch (levelmode) {
case 1 :
break;
case 2 :
levelheight = 7;
levellength = 8;
levelnumber_string = "0000,0000,0000,0000,0000,0000,1042,1043,0000,3011,3021,2011,8011,2011,8011,1010,1011,3052,3031,3041,2013,8013,2013,8013,1030,1031,3053,3024,3044,2011,8011,2011,8011,2011,3032,3012,3014,3034,2013,8013,2013,8013,2013,3042,3022,3051,2011,2011,8011,2011,8011,2011,3043,3033,3054,1020,1021,8013,2013,8013,2013,3023,3013,0000,1044,1045,9001,9001,9001,9001,9001,0000";
break;
case 3 :
levelheight = 13;
levellength = 13;
levelnumber_string = "0000,0000,0000,0000,0000,0000,1042,1043,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,3011,3021,1010,1011,3032,3012,0000,0000,0000,0000,0000,0000,0000,9001,3031,3041,1030,1031,3042,3022,9001,0000,0000,0000,0000,0000,0000,9001,2014,3044,2011,2011,3043,2012,9001,0000,0000,0000,0000,0000,0000,9001,3024,9000,8031,8031,9000,3033,9001,0000,0000,0000,0000,0000,0000,0000,3014,3034,3042,3041,3023,3013,9001,0000,0000,0000,0000,0000,0000,0000,0000,3051,3043,3044,3052,9001,0000,0000,0000,0000,0000,0000,0000,3011,3021,3043,3041,3042,3044,3032,3012,0000,0000,0000,0000,0000,9001,3031,3041,3042,2012,2014,3041,3042,3022,9001,0000,0000,0000,9001,3011,3065,3033,3024,3044,3043,3033,3024,3061,3012,0000,0000,0000,9001,3031,3067,3013,3014,3034,3023,3013,3014,3063,3022,9001,0000,0000,9001,2014,2033,2011,2011,3032,3021,2011,2011,2032,2012,9001,0000,0000,9001,3024,9000,8032,3041,1020,1021,3042,8034,9000,3033,9001,0000,0000,0000,3014,3034,2013,3053,1044,1045,3054,2013,3023,3013,0000,0000";
break;
case 4 :
levelheight = 9;
levellength = 9;
levelnumber_string = "0000,1042,1043,0000,0000,0000,0000,0000,0000,0000,2021,1010,1011,8011,3032,3012,0000,9001,9001,0000,2024,1030,1031,8013,3042,3022,3051,2011,3032,3012,9001,9001,9001,9001,3024,3044,3043,3041,3042,3022,0000,0000,0000,0000,3014,3034,2013,3053,8014,8012,0000,0000,0000,0000,0000,9001,4024,4048,3043,3033,0000,0000,0000,0000,0000,4024,4032,4016,3023,3013,3051,2011,2011,2011,8011,4018,4034,4022,0000,0000,3054,1020,1021,2013,8013,4046,4022,0000,0000,0000,0000,1044,1045,9001,9001,9001,0000,0000,0000,0000";
break;
case 5 :
levelheight = 6;
levellength = 14;
levelnumber_string = "0000,1042,1043,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,2021,1010,1011,4043,4023,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,3054,1030,1031,4011,4033,4023,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,4021,4031,4033,4023,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000,0000,0000,4021,4031,4013,8011,2011,2011,2011,2011,2011,2011,3052,0000,0000,0000,0000,0000,4021,4041,8013,3023,3063,8032,2034,1020,1021,3053,0000,0000,0000,0000,0000,0000,9001,9001,9001,5024,5011,5023,1044,1045,0000";
break;
case 6 :
levelheight = 11;
levellength = 11;
levelnumber_string = "0000,1042,1043,0000,0000,0000,0000,0000,0000,0000,0000,0000,3051,1010,1011,3032,3012,0000,0000,0000,0000,0000,0000,0000,3054,1030,1031,3042,3022,9001,9001,9001,9001,9001,9001,0000,0000,9001,9001,3024,3044,8011,2011,2011,2011,2011,3032,3012,0000,0000,0000,3014,3034,8013,3023,3063,2034,2013,3042,3022,0000,0000,0000,0000,9001,9001,9001,5024,5023,9001,8014,8012,0000,0000,0000,0000,3011,3021,2011,2011,2011,2011,3043,3033,0000,0000,0000,9001,3031,9000,9000,9000,8034,2034,3023,3013,0000,9001,9001,9001,2014,9000,2034,2013,2031,2012,9001,0000,3051,2011,2011,8011,3043,8034,2033,2011,2032,2012,9001,0000,3054,1020,1021,8013,2013,2031,9000,9000,9000,2012,9001,0000,0000,1044,1045,9001,9001,5024,5011,5011,5011,5023,9001,0000";
break;
case 7 :
levelheight = 14;
levellength = 14;
levelnumber_string = "0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,1042,1043,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,3011,3021,1010,1011,3052,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,3031,3041,1030,1031,3053,0000,0000,0000,0000,0000,0000,0000,0000,3011,3021,3043,3044,3032,3012,0000,0000,0000,0000,0000,0000,0000,0000,9001,3031,9000,8031,8031,9000,3022,9001,0000,0000,0000,0000,0000,0000,0000,9001,5012,9000,9000,9000,9000,5014,9001,0000,0000,0000,0000,0000,0000,0000,9001,5012,9000,8031,8031,9000,5014,9001,0000,0000,0000,0000,0000,9001,9001,9001,5024,5011,3042,3041,5011,5023,9001,0000,0000,0000,0000,3011,3021,2011,3032,3012,9001,2014,2012,9001,9001,0000,0000,9001,9001,9001,3031,9000,9000,9000,3022,9001,8014,8012,9001,0000,0000,3011,3021,2011,2011,3043,8034,9000,9000,3044,8011,3043,3033,9001,0000,0000,3031,9000,3041,2013,3023,3063,8031,3067,3034,8013,3023,3013,0000,0000,0000,2014,9000,3044,2011,3052,5024,6022,5023,9001,9001,9001,0000,0000,0000,0000,3054,1020,1021,2013,6011,6001,6053,9001,0000,0000,0000,0000,0000,0000,0000,0000,1044,1045,9001,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,0000";
break;
case 8 :
levelheight = 9;
levellength = 11;
levelnumber_string = "0000,0000,0000,1042,1043,0000,0000,9001,9001,9001,0000,0000,0000,3011,3021,1010,1011,2022,2021,3032,3021,3032,3012,0000,9001,3031,3041,1030,1031,3053,3054,1020,1021,3042,3022,9001,9001,8014,8012,9001,9001,0000,0000,1040,1041,8014,8012,9001,9001,2014,2012,9001,0000,0000,0000,1040,1041,2014,2012,9001,9001,2014,2012,9001,0000,0000,0000,1040,1041,2014,2012,9001,9001,8014,8012,9001,9001,9001,9001,1044,1045,8014,8012,9001,9001,3024,3044,2011,2011,2011,2011,2011,2011,3043,3033,9001,0000,3014,3034,2121,2110,2110,2110,2110,2122,3023,3013,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000";
break;
case 9 :
levelheight = 7;
levellength = 13;
levelnumber_string = "0000,1042,1043,0000,0000,0000,0000,0000,0000,3011,3021,3032,3021,3052,0000,1040,1041,0000,9001,9001,9001,9001,9001,3031,3041,1020,1021,3053,0000,1040,1041,3011,3021,3032,3021,8011,2011,3043,3033,1040,1041,0000,0000,1040,1041,3031,3041,2111,2013,8013,2111,3023,3013,1040,1041,0000,0000,1040,1041,3024,3044,2011,8011,3032,3021,3032,3012,1040,1041,0000,0000,1040,1041,3014,3034,2112,8013,2013,2112,3042,3022,1040,1041,0000,3051,1010,1011,8011,2011,2011,8011,3032,3021,3043,3033,1040,1041,0000,3054,1030,1031,8013,2013,2111,8013,2013,2111,3023,3013,1044,1045,0000";
break;
case 10 :
levelheight = 7;
levellength = 19;
levelnumber_string = "0000,0000,0000,0000,0000,0000,0000,5021,5013,5013,5013,5013,5013,5013,5013,5013,5013,5013,5013,5022,0000,1042,1043,0000,0000,0000,0000,5012,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,5014,3051,1010,1011,3052,0000,0000,0000,5012,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,5014,3054,1030,1031,6018,9001,9001,9001,5012,9000,9000,9000,9000,9000,9000,8031,8031,9000,9000,9000,5014,0000,9001,9001,6054,6041,6041,6041,6015,3023,3063,9000,9000,9000,2034,1020,1021,2031,9000,9000,5014,0000,0000,0000,0000,9001,9001,9001,9001,9001,5024,5011,5011,5011,5023,1044,1045,5024,5011,5011,5023,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000";
break;
case 11 :
levelheight = 15;
levellength = 21;
levelnumber_string = "0000,0000,1042,1043,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,3051,1010,1011,3052,0000,0000,0000,0000,0000,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,3054,1030,1031,6018,9001,0000,0000,9001,3051,2011,2011,3032,3012,0000,0000,0000,0000,0000,0000,0000,0000,0000,6051,6001,6042,6053,0000,0000,0000,9001,3054,1020,1021,3042,3022,9001,9001,9001,9001,0000,0000,0000,0000,0000,6054,6041,6001,6052,0000,0000,0000,0000,0000,1040,1041,3024,3044,2011,2011,2011,2011,3052,9001,0000,0000,0000,9001,3011,3021,6014,9001,0000,0000,9001,9001,1044,1045,3014,3034,2121,2110,2110,2122,6011,6052,9001,9001,0000,0000,3031,9000,3033,9001,0000,3011,3021,2011,2011,2011,2011,2011,2011,2011,2011,3032,3012,6054,6042,6052,9001,6051,6015,3023,3013,0000,9001,3031,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,3022,6051,6041,6053,9001,6016,2011,2011,2011,2011,3032,3065,8032,9000,8032,9000,8032,9000,8032,9000,8032,9000,2012,6054,6042,6052,9001,3054,2121,2110,2110,2110,2122,3023,3063,9000,9000,9000,9000,9000,9000,9000,3067,3034,6011,6001,6041,6053,0000,9001,9001,9001,9001,9001,9001,3051,3043,9000,9000,9000,9000,9000,9000,9000,3044,3052,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,9001,2014,9000,9000,9000,9000,9000,9000,9000,9000,9000,2012,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,5024,5011,5011,5011,5011,5011,5011,5011,5011,5011,5023,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000";
break;
case 12 :
levelheight = 14;
levellength = 14;
levelnumber_string = "0000,9001,1042,1043,9001,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,3051,2011,1010,1011,2011,3052,9001,0000,0000,0000,0000,0000,0000,0000,0000,2014,3041,1030,1031,3042,2012,9001,0000,0000,0000,0000,0000,0000,0000,0000,8014,8012,9001,9001,8014,8012,9001,0000,0000,0000,0000,0000,0000,0000,0000,3024,3044,2011,2011,3043,3033,9001,0000,0000,0000,9001,9001,9001,0000,0000,3014,3034,3066,3062,3023,3013,0000,0000,0000,3011,3021,8011,3032,3012,0000,0000,9001,3031,3022,9001,9001,9001,9001,9001,3031,3041,8013,3042,3022,9001,0000,9001,3024,3044,8011,2011,2011,2011,8011,3043,3033,9001,2014,3044,3052,0000,9001,3014,3034,8013,2121,2110,2122,8013,3023,3013,9001,2014,9000,2012,3051,2011,2011,2011,2011,2011,2011,2011,2011,3032,3012,9001,6012,6022,6018,2014,9000,9000,9000,9000,9000,9000,9000,9000,9000,3022,9001,6002,6002,6002,2014,9000,9000,9000,3062,2013,4011,9000,3067,3034,6011,6042,6053,6002,6002,2014,9000,9000,9000,3068,3052,4021,4017,2033,2011,6017,6001,6042,6053,6002,3054,1020,1021,3042,2034,6011,6042,6023,3067,3034,6011,6042,6001,6042,6053,0000,1044,1045,5024,5023,9001,9001,5024,5023,9001,9001,9001,9001,9001,0000";
break;
case 13 :
levelheight = 11;
levellength = 13;
levelnumber_string = "0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,0000,0000,9001,3051,2011,3032,3021,3032,3021,3032,3021,3032,3021,3052,9001,9001,9001,2014,9000,9000,9000,9000,9000,9000,3041,1020,1021,3053,6051,6041,6041,6015,3023,3034,5011,5011,5011,2111,3053,1044,1045,0000,6002,9001,3051,2011,2011,2011,2011,2011,2011,2011,2011,3052,6051,6052,6002,9001,2014,9000,9000,9000,9000,9000,3067,3034,2112,6011,6053,6002,6054,6042,6015,2013,3042,9000,9000,9000,3044,3052,6051,6052,9001,6002,3051,3032,3021,2011,3043,9000,9000,9000,9000,3044,6014,6054,6041,6053,6012,2111,3023,3063,9000,9000,9000,9000,3041,2111,3053,1042,1043,9001,6002,3051,2011,3043,9000,9000,9000,9000,3044,2011,2011,1010,1011,3052,6054,6015,2112,2013,3042,9000,9000,9000,3067,3034,2112,1030,1031,3053,0000,9001,9001,9001,5024,5011,5011,5011,5023,9001,9001,9001,9001,0000";
break;
case 14 :
levelheight = 7;
levellength = 11;
levelnumber_string = "0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,3051,2011,2011,2011,3052,9001,9001,0000,0000,0000,0000,0000,3054,1020,1021,3042,3044,2011,3052,9001,9001,0000,0000,0000,9001,1040,1041,3054,2051,3042,3044,2011,3052,1042,1043,0000,0000,1040,1041,9001,9001,3054,2051,3042,3044,1010,1011,3052,0000,1040,1041,0000,0000,9001,9001,3054,2051,1030,1031,3053,0000,1044,1045,0000,0000,0000,0000,9001,9001,9001,9001,0000";
break;
case 15 :
levelheight = 7;
levellength = 21;
levelnumber_string = "0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,1042,1043,0000,0000,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,1040,1041,0000,3051,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,3052,1040,1041,9001,3054,1020,1021,3042,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,2033,1010,1011,3052,9001,1040,1041,3054,2051,3042,9000,8034,9000,9000,8034,9000,9000,8034,9000,9000,8034,9000,2034,1030,1031,3053,0000,1040,1041,9001,9001,2014,3041,2051,3042,9000,9000,9000,9000,9000,9000,9000,9000,9000,2012,9001,9001,0000,0000,1040,1041,0000,9001,8014,8012,9001,2014,3041,2051,3042,3041,2051,3042,3041,2051,3042,2012,9001,0000,0000,0000,1044,1045,0000,0000,5024,5023,0000,5024,5023,9001,5024,5023,9001,5024,5023,9001,5024,5023,9001,0000,0000";
break;
case 16 :
levelheight = 9;
levellength = 15;
levelnumber_string = "9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,2021,2011,2011,2011,2011,2011,2011,2011,2022,9001,0000,0000,0000,0000,0000,0000,2014,9000,9000,9000,9000,9000,9000,9000,2012,9001,9001,9001,9001,0000,0000,0000,2014,9000,9000,8034,9000,9000,9000,9000,2033,2011,2011,2011,2022,9001,0000,0000,3054,1020,1021,2013,3042,9000,9000,9000,9000,9000,9000,9000,2012,9001,0000,0000,9001,1040,1041,9001,2014,9000,9000,8034,9000,9000,9000,9000,2012,9001,0000,0000,0000,1040,1041,9001,2014,9000,9000,3041,3042,9000,9000,9000,2012,1042,1043,0000,0000,1040,1041,9001,2085,2083,2083,2084,2014,9000,9000,8034,3044,1010,1011,3052,0000,1040,1041,0000,9001,9001,9001,9001,2014,9000,9000,3041,2051,1030,1031,3053,0000,1044,1045,0000,0000,0000,0000,9001,2085,2083,2083,2084,9001,9001,9001,0000";
break;
case 17 :
levelheight = 5;
levellength = 19;
levelnumber_string = "0000,0000,0000,5021,5013,5013,5022,0000,5021,5013,5013,5022,0000,5021,5013,5013,5022,0000,0000,0000,0000,1042,1043,2014,9000,9000,3044,5013,3043,9000,9000,3044,5013,3043,9000,9000,2012,9001,9001,0000,3051,1010,1011,3043,9000,9000,9000,8032,9000,9000,9000,9000,8032,9000,9000,9000,3044,2011,2011,3052,3054,1030,1031,3042,9000,9000,9000,8032,9000,9000,9000,9000,8032,9000,9000,9000,3041,1020,1021,3053,0000,9001,9001,2014,9000,9000,3041,5011,3042,9000,9000,3041,5011,3042,9000,9000,2012,1040,1041,0000,0000,0000,9001,2085,2083,2083,2084,9001,2085,2083,2083,2084,9001,2085,2083,2083,2084,1044,1045,0000";
break;
case 19 :
levelheight = 15;
levellength = 9;
levelnumber_string = "0000,2021,8011,2011,2011,2011,2011,8011,2022,0000,6051,6015,8013,2013,1020,1021,2013,8013,6011,6052,6002,9001,9001,9001,1044,1045,9001,9001,9001,6002,6002,9001,3051,5013,5013,5013,5013,3052,9001,6002,6054,6042,6015,2031,9000,9000,2034,6011,6041,6053,0000,9001,6051,6023,9000,9000,6021,6052,9001,0000,9001,9001,6002,2014,9000,9000,2012,6002,9001,9001,6051,6041,6053,2085,2083,2083,2084,6054,6042,6052,6054,6042,6001,6042,6052,6051,6041,6001,6041,6053,3011,3021,3052,9001,6002,6002,9001,3051,3032,3012,3031,3041,6011,6041,6053,6054,6042,6015,3042,3022,8014,8012,9001,9001,1042,1043,9001,9001,8014,8012,2014,3044,2011,2011,1010,1011,2011,2011,3043,2012,2014,8033,9000,2034,1030,1031,2031,9000,8033,2012,3024,9000,9000,2033,2011,2011,2032,9000,9000,3033,3014,3034,2121,2110,2110,2110,2110,2122,3023,3013";
break;
case 18 :
levelheight = 11;
levellength = 21;
levelnumber_string = "0000,3051,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,3052,0000,9001,2014,8031,9000,9000,9000,8034,9000,9000,8034,9000,9000,8034,9000,9000,8034,9000,9000,8034,9000,2012,9001,9001,2014,9000,3041,2051,3042,2034,2051,3042,2034,2051,3042,9000,9000,9000,9000,9000,9000,9000,9000,2012,9001,9001,2014,9000,3044,3052,3054,6018,9001,3054,6018,9001,6012,2051,3042,9000,9000,9000,9000,9000,9000,2012,9001,9001,3054,1020,1021,3053,9001,6002,9001,9001,6002,6051,6053,9001,6012,2051,3042,9000,9000,9000,9000,2012,9001,0000,9001,1040,1041,9001,9001,6002,9001,9001,6002,6002,9001,9001,6002,9001,6012,2051,6022,2051,3042,2012,9001,0000,0000,1044,1045,0000,3051,6014,9001,9001,6016,6014,9001,9001,6016,6017,6053,9001,6016,2011,3043,2012,9001,0000,1042,1043,5021,5013,3043,3044,5013,5013,3043,3044,5013,5013,3043,3044,5013,5013,3043,9000,8033,2012,9001,3051,1010,1011,3043,8032,9000,9000,9000,8032,9000,9000,9000,8032,9000,9000,9000,8032,9000,3041,2082,2084,9001,3054,1030,1031,2031,8032,9000,9000,9000,8032,9000,9000,9000,8032,9000,9000,9000,8032,9000,2012,9001,9001,0000,0000,9001,9001,2085,2081,3042,3041,2082,2081,3042,3041,2082,2081,3042,3041,2082,2081,3042,2012,9001,0000,0000,0000,0000,0000,9001,9001,5024,5023,9001,9001,5024,5023,9001,9001,5024,5023,9001,9001,5024,5023,9001,0000,0000";
break;
case 20 :
levelheight = 7;
levellength = 9;
levelnumber_string = "0000,0000,0000,2231,2248,2211,2225,3032,3021,3052,0000,0000,9001,2241,2271,5011,5011,1020,1021,3053,0000,0000,9001,2214,2212,9001,9001,1040,1041,0000,0000,0000,9001,2214,2212,9001,9001,1044,1045,0000,0000,0000,9001,2247,2274,2211,2211,2211,2242,2232,9001,1042,1043,2234,2257,5011,5011,5011,2272,2245,3051,1010,1011,2226,2211,2211,2211,2211,2273,2243,3054,1030,1031,2221,2222,5011,5011,2221,2246,2233";
break;
case 21 :
levelheight = 9;
levellength = 13;
levelnumber_string = "0000,3051,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,3052,6051,6015,2013,2013,2013,2013,2031,5041,2034,2013,2013,1020,1021,3053,6002,9001,3051,5013,5013,5013,3043,9000,3044,5013,3052,1044,1045,0000,6054,6042,6015,2031,9000,9000,9000,9000,9000,9000,3044,2011,3032,3012,0000,1042,1043,2014,9000,5042,9000,9000,5044,2034,2013,2013,3042,3022,3051,1010,1011,3043,9000,9000,9000,9000,9000,2033,2011,2011,3043,3033,3054,1030,1031,2031,5043,2034,2031,5041,2034,2013,2013,2111,3023,3013,9001,9001,9001,5024,5011,5023,5024,5011,5023,9001,9001,9001,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000";
break;
case 22 :
levelheight = 9;
levellength = 9;
levelnumber_string = "0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,0000,0000,2231,2248,2211,2225,2011,2011,2011,2011,3052,9001,2241,2271,2222,5011,5011,5011,1020,1021,3053,9001,2214,2212,5021,5022,9001,9001,1044,1045,0000,9001,2247,2274,2273,3061,2248,2211,2211,2242,2232,0000,2234,2244,2272,3067,2244,2213,2213,2272,2245,0000,1042,1043,5024,5023,9001,9001,9001,2214,2212,3051,1010,1011,2011,2011,2011,2011,2226,2273,2243,3054,1030,1031,2221,2213,2222,5011,2213,2246,2233";
break;
case 23 :
levelheight = 7;
levellength = 27;
levelnumber_string = "0000,0000,0000,3051,3052,3051,3052,3051,3052,3051,3052,3051,3052,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,8014,8012,8014,8012,8014,8012,8014,8012,8014,8012,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000,0000,0000,1042,1043,2014,3044,3043,3044,3043,3044,3043,3044,3043,3044,2011,8011,2011,2011,2011,8011,2011,2011,2011,8011,3032,3012,0000,0000,0000,3051,1010,1011,3043,8032,9000,8032,9000,8032,9000,8032,9000,8032,3041,8013,2031,5041,2034,8013,2031,5041,2034,8013,3042,3022,9001,0000,0000,3054,1030,1031,2013,2051,5011,2051,5011,2051,5011,2051,5011,2051,5023,9001,5024,5011,5023,9001,5024,5011,5023,9001,8014,8012,9001,0000,0000,3051,3032,3021,3052,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,9001,9001,9001,9001,8014,8012,9001,0000,0000,3054,1020,1021,6011,6042,6001,6001,6042,6052,9001,6051,6042,6052,9001,6051,6042,6052,9001,9001,6051,6042,6052,3051,3043,3033,9001,0000,0000,0000,1044,1045,9001,9001,9001,9001,9001,6054,6042,6053,9001,6054,6042,6053,9001,6054,6042,6042,6053,9001,6054,6015,3023,3013,0000,0000,0000";
break;
case 24 :
levelheight = 11;
levellength = 11;
levelnumber_string = "0000,9001,2021,2011,2011,2011,2011,2011,2011,2011,2011,2022,9001,9001,2014,9000,9000,9000,9000,9000,9000,9000,9000,2012,3051,2011,2032,8032,9000,9000,9000,8032,3041,1020,1021,3053,2014,9000,9000,3062,2031,5041,2034,2051,6018,1044,1045,0000,3054,2051,3042,3068,3043,9000,3044,2011,6014,9001,0000,0000,9001,9001,2052,3042,9000,9000,9000,9000,2012,9001,9001,0000,0000,0000,9001,2052,3042,8034,9000,8034,2033,2011,3032,3012,0000,1042,1043,6051,6084,2051,2031,5041,2034,2013,2031,3022,3051,1010,1011,6024,6024,2011,3043,9000,3044,2011,3043,2012,3054,1030,1031,2031,5041,2034,2013,2031,5041,2034,2082,2084,0000,9001,9001,2014,9000,2012,9001,2014,9000,2012,9001,9001,0000,0000,9001,5024,5011,5023,9001,5024,5011,5023,9001,0000";
break;
case 25 :
levelheight = 17;
levellength = 9;
levelnumber_string = "3051,3032,3021,2226,2211,2211,2211,2242,2232,0000,3054,1020,1021,5011,5011,5011,5011,2272,2245,9001,0000,1044,1045,4024,4048,2011,2011,2273,2243,9001,0000,0000,4024,4032,9000,3041,2051,2253,2233,0000,0000,4024,4032,9000,3041,2053,9001,9001,0000,0000,4024,4032,9000,3041,2053,9001,0000,0000,0000,0000,4042,9000,3041,2053,9001,9001,9001,9001,9001,9001,2014,9000,3061,3021,3032,3021,3032,3021,2011,3052,2014,5044,9000,9000,9000,9000,9000,9000,9000,2012,2014,9000,5044,9000,9000,9000,9000,9000,9000,2012,2014,9000,9000,9000,9000,5042,9000,9000,5044,2012,2014,9000,9000,9000,2034,2013,2031,5041,2034,2053,6012,3042,9000,5042,2033,2011,2032,9000,2033,2022,6002,3054,2051,6022,2051,2031,9000,9000,9000,2012,6002,1042,1043,6002,9001,6012,2051,2031,9000,2012,6016,1010,1011,6024,2011,6024,2011,2032,9000,2012,3054,1030,1031,2031,5041,2034,2013,2031,5044,2012,0000,9001,9001,5024,5011,5023,9001,5024,5011,5023";
break;
case 26 :
levelheight = 7;
levellength = 19;
levelnumber_string = ",0000,0000,9001,2021,2011,2011,2011,8011,2011,2022,2021,2011,8011,2011,8011,2011,8011,2011,2022,0000,0000,0000,9001,2014,3041,3042,2034,8013,2031,2012,2014,2034,8013,2013,8013,2013,8013,2031,2012,0000,0000,0000,9001,8014,8012,8014,8012,9001,2014,2033,2032,2012,2021,2011,2011,2011,2022,8014,8012,0000,0000,0000,9001,2014,2012,2014,2012,9001,2024,2013,2013,2023,2014,9000,9000,9000,2012,2014,2012,0000,1042,1043,9001,8014,8012,8014,8012,2021,2011,8011,2011,8011,2032,2034,1020,1021,2023,2014,2012,3051,1010,1011,2011,2032,3044,3043,2012,2014,2034,8013,2013,8013,2013,2023,1044,1045,9001,8014,8012,3054,1030,1031,8043,2031,8033,8033,2012,2014,2033,8011,2011,8011,2011,8011,2011,8011,2011,2032,2012,0000,9001,9001,9001,2024,2013,2013,2023,2024,2013,8013,2013,8013,2013,8013,2013,8013,2013,2013,2023";
break;
case 27 :
levelheight = 9;
levellength = 15;
levelnumber_string = ",0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,9001,0000,0000,0000,0000,3011,3021,2011,2011,2011,2011,2011,2011,2011,2011,2011,3032,3012,0000,0000,9001,3031,9000,9000,9000,5051,5053,5051,5053,5051,9000,9000,9000,3022,0000,0000,9001,2014,9000,3041,2013,2013,2013,2013,2013,2013,2013,3042,9000,2012,0000,0000,9001,2014,5052,2012,3011,3021,2011,2011,2011,3032,3012,2014,5054,2012,0000,1042,1043,2014,5054,2012,3031,9000,9000,3041,3042,9000,3022,2014,5052,2012,3051,1010,1011,2032,8033,2012,2014,9000,9000,2012,2014,9000,3044,3043,9000,2012,3054,1030,1031,2031,9000,2012,3054,1020,1021,3053,3024,9000,9000,9000,9000,3033,0000,9001,9001,2085,2083,2084,9001,1044,1045,9001,3014,3034,2112,2112,3023,3013";
break;
case 28 :
levelheight = 29;
levellength = 5;
levelnumber_string = "3051,2011,2011,2011,2011,3052,6012,2013,1020,1021,2031,2012,6002,9001,1044,1045,2014,2012,6002,2021,2011,2011,2032,2012,6002,2014,2034,2013,2013,2023,6002,2014,2012,9001,9001,9001,6002,2014,2033,2011,2011,2022,6002,2024,2013,2031,9000,2012,6016,5013,5022,5012,9000,5014,5024,2031,5014,5012,9000,5014,5021,2032,5014,5012,9000,5014,5012,2034,5023,5012,9000,5014,5012,2033,5022,5012,9000,5014,5024,2031,5014,5012,9000,5014,9001,5012,5014,5012,9000,5014,5021,2032,5014,5012,9000,5014,6012,5011,5023,5012,9000,5014,6002,2021,2011,2032,9000,2012,6002,2014,2034,2013,2013,2023,6002,2014,2033,2011,2011,5022,6002,2024,2013,2013,2031,5014,6002,2021,2011,2011,2032,5014,6002,2014,9000,2034,5011,5023,6002,2014,9000,2012,5021,5022,6002,2014,9000,2033,2032,2012,6002,2024,2013,2013,2031,2012,6002,1042,1043,9001,2014,2012,6016,1010,1011,2011,2032,2012,2024,1030,1031,8043,2031,2012,9001,9001,9001,9001,5024,5023";
break;
case 29 :
levelheight = 19;
levellength = 9;
levelnumber_string = "3011,3021,2011,2011,2011,2011,2011,2011,3032,3012,3031,9000,9000,5053,9000,9000,5051,9000,9000,3022,2014,9000,3041,2013,2013,2013,2013,3042,9000,2012,2014,9000,3044,2011,2011,3032,3012,2014,9000,2012,3024,9000,9000,5051,9000,9000,3022,2014,5052,2012,3014,3034,2013,2013,3042,9000,2012,2014,9000,2012,0000,9001,9001,9001,2014,5052,2012,2014,5054,2012,0000,9001,9001,9001,2014,5054,2012,2014,9000,2012,3011,3021,2011,2011,3043,9000,2012,2014,5052,2012,3031,9000,9000,9000,9000,9000,3033,2014,9000,2012,2014,9000,9000,3041,2013,3023,3013,2014,5054,2012,2014,9000,9000,2012,3011,3021,2011,3043,9000,2012,5024,3042,9000,2012,3031,9000,9000,9000,9000,3033,9001,5012,5052,2012,2014,9000,3041,2013,3023,3013,5021,3043,9000,2012,2014,5052,2012,9001,9001,0000,2014,9000,3041,5023,2014,9000,2012,9001,0000,0000,2014,5054,5014,9001,2014,5054,2012,1042,1043,0000,2014,9000,3044,5022,2014,9000,3044,1010,1011,3052,3054,1020,1021,3053,2014,3041,8043,1030,1031,3053,0000,1044,1045,0000,3054,3053,9001,9001,9001,0000";
break;
case 30 :
levelheight = 15;
levellength = 13;
levelnumber_string = ",0000,0000,0000,0000,0000,0000,0000,5021,5013,5013,5013,5013,5022,0000,0000,0000,0000,0000,0000,0000,0000,5012,2034,2031,9000,9000,5014,0000,0000,0000,0000,0000,0000,0000,0000,5012,5014,5012,8031,8031,5014,0000,0000,0000,0000,0000,0000,0000,0000,5012,5014,5012,9000,9000,5014,0000,0000,0000,0000,0000,0000,0000,0000,5012,5014,5012,9000,9000,5014,0000,0000,0000,0000,0000,5021,5013,5013,2032,5014,5024,1020,1021,5023,0000,0000,0000,0000,0000,5012,2034,5011,5011,5023,0000,1044,1045,0000,0000,0000,0000,5021,5013,2032,5014,5021,5013,5013,5013,5013,5013,5022,0000,0000,0000,5012,2034,5011,5023,5012,9000,9000,9000,9000,9000,5014,0000,0000,0000,5012,5014,5021,5013,2032,9000,2034,2031,9000,9000,5014,0000,0000,0000,5012,2033,2032,9000,9000,8034,5014,5012,9000,9000,5014,0000,0000,0000,5012,9000,2034,5011,5011,5011,5023,5012,8033,8033,5014,0000,1042,1043,5024,5011,5023,5021,5013,5013,5013,2032,9000,9000,5014,3051,1010,1011,8011,2011,8011,2032,9000,8032,9000,9000,9000,9000,5014,3054,1030,1031,8013,8043,8013,2031,9000,8032,9000,9000,9000,9000,5014,0000,9001,9001,9001,9001,9001,5024,5011,5011,5011,5011,5011,5011,5023";
break;
case 31 :
levelheight = 7;
levellength = 27;
levelnumber_string = ",0000,0000,0000,0000,9001,0000,0000,0000,9001,0000,0000,0000,9001,0000,0000,0000,0000,0000,5021,5013,6017,6013,5022,5021,5013,3032,3012,0000,1042,1043,0000,3051,2011,3052,0000,3051,2011,3052,0000,3051,2011,3052,0000,0000,0000,5021,3043,3041,5023,5012,5014,5012,9000,9000,3022,3051,1010,1011,2011,3043,9000,3044,2011,3043,9000,3044,2011,3043,9000,2012,5021,5013,5013,3043,3041,5023,5021,3043,6021,6015,3042,9000,5014,3054,1030,1031,3042,9000,9000,9000,5051,9000,9000,9000,5053,9000,9000,2012,5024,1020,1021,5011,5023,0000,5012,9000,3044,5022,5012,5054,5014,0000,9001,9001,3054,2013,2051,5011,5011,5011,2051,5011,5011,5011,2013,6018,9001,1044,1045,0000,9001,0000,5024,5011,5011,5023,5012,5052,5014,3011,3021,6017,6042,6001,6001,6042,6001,6001,6042,6001,6001,6042,6001,6053,3051,5013,2011,5013,2011,5013,2011,5013,2011,5013,3043,9000,2012,3031,9000,3044,5013,5013,5013,2011,2011,2011,5013,5013,5013,2011,2011,2011,3043,5051,9000,5053,9000,5051,9000,5053,9000,5051,9000,9000,3033,3054,2013,8043,2013,2013,2013,5011,5011,5011,2013,2013,2013,5011,5011,5011,2013,5011,2013,5011,2013,5011,2013,5011,2013,5011,2013,3023,3013";
break;
case 32 :
levelheight = 9;
levellength = 27;
levelnumber_string = "3051,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,2011,3052,1042,1043,0000,2014,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,3044,1010,1011,3052,6012,3042,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,3041,1030,1031,3053,6002,2052,3042,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,9000,8034,9000,9000,8034,9000,9000,3041,2051,3053,5021,5013,5022,6054,6052,2052,3042,9000,9000,9000,8034,9000,9000,8034,9000,9000,8034,9000,3041,2051,3042,9000,9000,9000,9000,5014,5021,5013,3043,9000,5014,0000,6054,6052,2052,3042,9000,5044,9000,5044,9000,5044,9000,9000,9000,9000,5014,9001,5024,5011,5011,5011,5011,5023,5012,9000,9000,9000,5014,0000,0000,6054,6052,5024,5011,5011,5011,5011,5011,5011,5011,5011,5011,5011,5023,5021,5013,5013,5013,5013,5013,5013,3043,2034,1020,1021,6018,6051,6001,6001,6053,5021,5013,5013,5013,5013,5013,5013,5013,5013,5013,5013,5013,3043,9000,9000,9000,9000,9000,9000,9000,2012,1044,1045,6002,6054,6001,6013,2011,3043,9000,8032,9000,9000,9000,8032,9000,9000,9000,8031,9000,9000,9000,8032,9000,9000,9000,9000,9000,2033,2011,2011,6014,0000,9001,2085,2083,2083,2083,2083,2083,2083,2083,2083,2083,2083,2081,2013,2082,2083,2083,2083,2083,2083,2083,2083,2083,2083,2083,2083,2084";
break;
case 33 :
levelheight = 19;
levellength = 13;
levelnumber_string = "0000,0000,9001,9001,9001,0000,0000,0000,0000,0000,9001,9001,9001,0000,0000,3011,3021,2011,3032,3012,9001,9001,9001,3011,3021,2011,3032,3012,9001,3031,9000,9000,9000,3068,2011,2011,2011,3064,9000,9000,9000,3022,9001,2014,9000,9000,9000,3041,1020,1021,5011,3042,9000,9000,9000,2012,9001,2014,9000,9000,5044,2012,1044,1045,9001,2014,5042,9000,9000,2012,9001,2014,9000,9000,9000,2012,9001,9001,9001,2014,9000,9000,9000,2012,9001,2014,5042,9000,9000,3044,5013,5013,5013,3043,9000,9000,5044,2012,9001,2052,5011,5011,5011,2051,3042,3041,2013,2051,5011,5011,5011,2053,0000,9001,6051,6001,6052,3051,3043,3044,3052,9001,9001,9001,9001,9001,9001,9001,6002,3051,6014,2014,9000,9000,2012,9001,0000,0000,0000,0000,6051,6041,6053,3054,6018,2014,9000,5044,2012,9001,0000,0000,0000,0000,6016,2011,2011,3052,6054,6023,9000,9000,2012,9001,9001,9001,9001,0000,2014,9000,5052,3044,3052,2085,2083,2083,2084,3011,3021,2011,3032,3012,2085,2081,3042,5052,3044,3052,9001,9001,9001,3031,9000,9000,9000,3022,9001,9001,2052,3042,5052,3044,2011,2011,2011,3043,3041,3042,9000,2012,0000,0000,9001,2052,3042,9000,9000,9000,9000,9000,3033,2014,5054,2012,0000,1042,1043,9001,2052,3066,9000,3067,3034,3023,3013,2014,5052,2012,3051,1010,1011,2011,2011,3064,9000,3044,2011,2011,2011,3043,9000,2012,3054,1030,1031,3042,9000,9000,3041,3042,9000,9000,3041,3042,9000,2012,0000,9001,9001,3054,2013,2013,3053,3054,2013,2013,3053,2085,2083,2084";
break;
case 34 :
levelheight = 15;
levellength = 15;
levelnumber_string = ",1042,1043,0000,9001,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,3051,1010,1011,5013,5013,5013,5022,0000,0000,0000,0000,0000,0000,0000,0000,0000,6012,1030,1031,3042,9000,9000,5014,0000,0000,0000,0000,0000,0000,0000,0000,0000,6054,6042,6052,5012,3062,3066,2033,5013,5013,5013,5013,5022,0000,0000,0000,0000,0000,9001,6002,5012,3068,3064,8032,9000,9000,9000,9000,5014,0000,0000,0000,0000,6051,6041,6053,5012,9000,3041,3066,3062,3066,9000,9000,5014,0000,0000,0000,0000,6002,9001,9001,5024,5011,5023,3031,3022,3031,3062,3066,5014,0000,0000,0000,0000,6054,6042,6001,6042,6001,6042,6015,3053,2014,3068,3064,3044,5022,0000,0000,0000,0000,9001,9001,9001,9001,9001,9001,9001,5024,3042,2034,2031,5014,0000,0000,0000,0000,9001,9001,9001,9001,9001,0000,0000,0000,5012,2033,2032,3044,5022,0000,0000,3051,2011,2011,2011,2011,3052,0000,0000,0000,5024,3042,2034,2031,5014,0000,0000,2014,9000,9000,9000,9000,3044,3052,0000,0000,0000,5012,2033,2032,3044,5022,0000,3054,1020,1021,3042,9000,9000,3044,3052,0000,0000,5024,3042,2034,2031,5014,0000,0000,1040,1041,5024,3042,9000,9000,3044,3052,0000,0000,5012,2033,2032,5014,0000,0000,1040,1041,0000,5024,3042,9000,9000,3044,3052,9001,5024,5011,6022,5023,0000,0000,1044,1045,0000,0000,5024,3023,3034,8043,6011,6042,6001,6042,6053,0000,0000";
break;
case 35 :
levelheight = 25;
levellength = 9;
levelnumber_string = "2261,2225,3032,3021,5013,5013,3032,3021,2226,2262,2214,9002,9000,9000,9000,9000,9000,9000,9002,2212,2214,9002,9002,2271,1020,1021,2272,9002,9002,2212,2214,9002,9002,2212,1044,1045,2214,9002,9002,2212,2214,9002,9002,2274,2242,2248,2273,9002,9002,2212,2224,9002,9002,9002,9002,9002,9002,9002,9002,2227,2014,9000,3041,3042,3041,3042,3041,3042,9000,2012,2014,9000,3044,3043,3044,3043,3044,3043,9000,2012,2014,5042,9000,5042,9000,5042,9000,5042,9000,3033,2014,3041,3042,3041,3042,3041,3042,3041,3023,3013,2014,3044,3043,3044,3043,3044,3043,3044,2011,3052,2014,5044,9000,5044,9000,5044,9000,9000,5042,2012,2052,2051,2051,2051,2051,2013,2013,2031,9000,2012,5021,5013,5013,5022,9001,3051,2011,2032,5044,2012,5012,2034,5011,6011,6041,6015,8041,2013,2013,2053,5012,5014,5021,5013,5013,5013,5013,5013,5013,5022,5012,5014,5012,9000,9000,9000,9000,9000,9000,5014,5012,5014,5012,3041,8043,2013,3042,9000,9000,5014,5012,5014,5012,5014,5021,5013,2032,9000,9000,5014,5012,5014,5012,5014,5012,9000,9000,9000,9000,5014,5012,5014,5012,5014,5012,9000,9000,5042,9000,5014,5012,2033,2032,5014,5012,9000,9000,9000,9000,5014,5024,5011,5011,5023,5012,9000,9000,9000,9000,5014,0000,1042,1043,0000,5012,9000,9000,9000,9000,5014,3051,1010,1011,3052,5024,6022,2031,5042,2034,5023,3054,1030,1031,6011,6041,6053,5024,5011,5023,0000";
break;
case 36 :
levelheight = 7;
levellength = 24;
levelnumber_string = "0000,1042,1043,0000,0000,0000,9001,6051,6001,6001,6001,6001,6001,6001,6001,6001,6001,6052,0000,0000,0000,5021,5013,5013,5022,3051,1010,1011,3032,3012,0000,5021,6024,5013,5013,5013,5013,5013,5013,5013,5022,5021,6024,5022,9001,0000,5024,1020,1021,6018,3054,1030,1031,3042,3022,9001,5012,5053,5051,5053,5051,5053,5051,3041,6022,5023,5012,5052,6021,6013,5013,5022,1044,1045,6002,0000,9001,9001,2014,2012,9001,5024,5011,5011,5011,5011,5011,5011,5023,6002,9001,5024,5011,5023,5024,6022,5023,5021,5013,6014,0000,0000,9001,2014,2012,9001,9001,5021,5013,5013,5013,5013,5013,5013,6024,5022,5021,5013,5022,5021,6024,5022,5012,3041,5023,0000,0000,9001,3024,3044,2011,2011,2032,9000,9000,9000,9000,9000,9000,9000,5014,5012,5053,6021,6023,5054,5014,5012,3044,5022,0000,0000,0000,3014,3034,2111,2111,3023,3063,9000,9000,9000,3041,8043,3042,5014,5024,6022,5023,5024,5011,5023,5024,5011,6018,0000,0000,0000,0000,9001,9001,9001,9001,5024,5011,5011,5011,5023,9001,5024,5023,0000,6054,6001,6001,6001,6001,6001,6001,6053";
break;
case 37 :
levelheight = 29;
levellength = 8;
levelnumber_string = "0000,1042,1043,9001,9001,9001,9001,0000,0000,5021,1010,1011,5013,5013,5013,5013,5013,5022,5024,1030,1031,3042,9000,3041,1020,1021,5023,0000,9001,9001,5012,5052,5014,1044,1045,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,9000,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,9000,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,0000,0000,5012,5052,5014,0000,0000,0000,0000,0000,0000,5012,5052,5014,0000,9001,0000,0000,9001,9001,5012,5052,5014,9001,9001,0000,3051,2011,2011,3043,9000,3044,2011,2011,3052,3054,8043,3023,3034,2013,3023,3034,8043,3053,0000,9001,9001,9001,9001,9001,9001,9001,0000";
}
var _local6 = levelnumber_string.split(",");
var _local3 = 0;
var _local2 = new Array(levelheight);
vert = 0;
while (vert <= levelheight) {
_local2[vert] = new Array(levellength);
horz = 0;
while (horz <= levellength) {
_local2[vert][horz] = _local6[_local3];
_local3++;
horz++;
}
vert++;
}
_root.createEmptyMovieClip("fg", 400);
_root.createEmptyMovieClip("bg", 100);
_root.createEmptyMovieClip("gr", 0);
_root.createEmptyMovieClip("xg", 10);
xg.createEmptyMovieClip("xg", 10);
xg.createEmptyMovieClip("xxg", 20);
xg.createEmptyMovieClip("xxxg", 30);
xg.createEmptyMovieClip("xxxxg", 40);
xg.createEmptyMovieClip("rg", 50);
xg.createEmptyMovieClip("el", 60);
xg.createEmptyMovieClip("ba", 70);
xg.createEmptyMovieClip("gg", 80);
xg.createEmptyMovieClip("b1", 90);
xg.createEmptyMovieClip("b2", 100);
xg.createEmptyMovieClip("rxg", 110);
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 9000) {
bg.attachMovie("9000b", "tile9000b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 9001) {
fg.attachMovie("9001b", "tile9001b", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("9001a", "tile9001a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 9002) {
bg.attachMovie("9002b", "tile9002b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile9002x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 1010) {
bg.attachMovie("1010b", "tile1010b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("1010f", "tile1010f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1010a", "tile1010a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1011) {
bg.attachMovie("1011b", "tile1011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("1011f", "tile1011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1011a", "tile1011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1020) {
bg.attachMovie("1020b", "tile1020b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("1020f", "tile1020f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1020a", "tile1020a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1021) {
bg.attachMovie("1021b", "tile1021b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("1021f", "tile1021f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1021a", "tile1021a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1030) {
bg.attachMovie("1030b", "tile1030b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("1030f", "tile1030f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1030a", "tile1030a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1031) {
bg.attachMovie("1031b", "tile1031b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("1031f", "tile1031f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1031a", "tile1031a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1040) {
fg.attachMovie("1040f", "tile1040f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1040a", "tile1040a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1041) {
fg.attachMovie("1041f", "tile1041f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1041a", "tile1041a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1042) {
fg.attachMovie("1042f", "tile1042f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("9001a", "tile1042a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1043) {
fg.attachMovie("1043f", "tile1043f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("9001a", "tile1043a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1044) {
fg.attachMovie("1044f", "tile1044f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1044a", "tile1044a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.el.attachMovie("1044x", "tile1044x", xg.el.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 1045) {
fg.attachMovie("1045f", "tile1045f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("1045a", "tile1045a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.el.attachMovie("1045x", "tile1045x", xg.el.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 2011) {
bg.attachMovie("2011b", "tile2011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2011f", "tile2011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2011a", "tile2011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2012) {
bg.attachMovie("2012b", "tile2012b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2012f", "tile2012f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2012a", "tile2012a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2013) {
bg.attachMovie("2013b", "tile2013b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2013f", "tile2013f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2013a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2014) {
bg.attachMovie("2014b", "tile2014b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2014f", "tile2014f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2014a", "tile2014a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2021) {
bg.attachMovie("2021b", "tile2021b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2021f", "tile2021f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2021a", "tile2021a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2022) {
bg.attachMovie("2022b", "tile2022b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2022f", "tile2022f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2022a", "tile2022a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2023) {
bg.attachMovie("2023b", "tile2023b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2023f", "tile2023f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2023a", "tile2023a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2024) {
bg.attachMovie("2024b", "tile2024b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2024f", "tile2024f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2024a", "tile2024a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2031) {
bg.attachMovie("2031b", "tile2031b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2031f", "tile2031f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2031a", "tile2031a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2032) {
bg.attachMovie("2032b", "tile2032b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2032f", "tile2032f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2032a", "tile2032a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2033) {
bg.attachMovie("2033b", "tile2033b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2033f", "tile2033f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2033a", "tile2033a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2034) {
bg.attachMovie("2034b", "tile2034b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2034f", "tile2034f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2034a", "tile2034a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2051) {
bg.attachMovie("2051b", "tile2051b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2051f", "tile2051f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2051a", "tile2051a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxg.attachMovie("2051x", "tile2051x", xg.xxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2051xx", "tile2051xx", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2052) {
bg.attachMovie("2052b", "tile2052b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2052f", "tile2052f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2024a", "tile2052a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxg.attachMovie("2051x", "tile2052x", xg.xxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2051xx", "tile2052xx", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2053) {
bg.attachMovie("2053b", "tile2053b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2053f", "tile2053f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2023a", "tile2053a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxg.attachMovie("2051x", "tile2053x", xg.xxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2051xx", "tile2053xx", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2081) {
bg.attachMovie("2081b", "tile2081b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2081f", "tile2081f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2081a", "tile2081a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2081x", "tile2081x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2082) {
bg.attachMovie("2082b", "tile2082b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2082f", "tile2082f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2082a", "tile2082a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2082x", "tile2082x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2083) {
bg.attachMovie("2083b", "tile2083b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2083f", "tile2083f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2083a", "tile2083a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2083x", "tile2083x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2084) {
bg.attachMovie("2084b", "tile2084b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2084f", "tile2084f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2084a", "tile2084a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2084x", "tile2084x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2085) {
bg.attachMovie("2085b", "tile2085b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2085f", "tile2085f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2085a", "tile2085a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("2085x", "tile2085x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 2110) {
bg.attachMovie("2110b", "tile2110b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2110f", "tile2110f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2110a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xg.attachMovie("2110x", "tile2110x", xg.xg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2111) {
bg.attachMovie("2111b", "tile2111b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2111f", "tile2111f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2111a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxxg.attachMovie("2111x", "tile2111x", xg.xxxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2112) {
bg.attachMovie("2112b", "tile2112b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2112f", "tile2112f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2112a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxxxg.attachMovie("2112x", "tile2112x", xg.xxxxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2121) {
bg.attachMovie("2121b", "tile2121b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2121f", "tile2121f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2121a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xg.attachMovie("2121x", "tile2121x", xg.xg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2122) {
bg.attachMovie("2122b", "tile2122b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2122f", "tile2122f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2122a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xg.attachMovie("2122x", "tile2122x", xg.xg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 2211) {
bg.attachMovie("2211b", "tile2211b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2211f", "tile2211f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2011a", "tile2211a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2211x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2212) {
bg.attachMovie("2212b", "tile2212b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2212f", "tile2212f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2012a", "tile2212a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2212x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2213) {
bg.attachMovie("2213b", "tile2213b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2213f", "tile2213f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile2213a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2213x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2214) {
bg.attachMovie("2214b", "tile2214b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2214f", "tile2214f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2014a", "tile2214a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2214x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2221) {
bg.attachMovie("2221b", "tile2221b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2221f", "tile2221f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2221a", "tile2221a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2221x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2222) {
bg.attachMovie("2222b", "tile2222b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2222f", "tile2222f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2222a", "tile2222a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2222x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2223) {
bg.attachMovie("2223b", "tile2223b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2223f", "tile2223f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2223a", "tile2223a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2223x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2224) {
bg.attachMovie("2224b", "tile2224b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2224f", "tile2224f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2224a", "tile2224a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2224x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2225) {
bg.attachMovie("2225b", "tile2225b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2225f", "tile2225f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2225a", "tile2225a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2225x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2226) {
bg.attachMovie("2226b", "tile2226b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2226f", "tile2226f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2226a", "tile2226a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2226x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2227) {
bg.attachMovie("2227b", "tile2227b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2227f", "tile2227f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2227a", "tile22272a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2227x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2228) {
bg.attachMovie("2228b", "tile2228b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2228f", "tile2228f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2228a", "tile2228a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2228x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2231) {
bg.attachMovie("2231b", "tile2231b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2231f", "tile2231f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2231a", "tile2231a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2231x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2232) {
bg.attachMovie("2232b", "tile2232b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2232f", "tile2232f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2232a", "tile2232a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2232x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2233) {
bg.attachMovie("2233b", "tile2233b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2233f", "tile2233f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2233a", "tile2233a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2233x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2234) {
bg.attachMovie("2234b", "tile2234b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2234f", "tile2234f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2234a", "tile2234a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2234x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2241) {
bg.attachMovie("2241b", "tile2241b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2241f", "tile2241f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2241a", "tile2241a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2241x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2242) {
bg.attachMovie("2242b", "tile2242b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2242f", "tile2242f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2242a", "tile2242a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2242x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2243) {
bg.attachMovie("2243b", "tile2243b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2243f", "tile2243f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2243a", "tile2243a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2243x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2244) {
bg.attachMovie("2244b", "tile2244b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2244f", "tile2244f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2244a", "tile2244a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2244x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2245) {
bg.attachMovie("2245b", "tile2245b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2245f", "tile2245f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2245a", "tile2245a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2242x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2246) {
bg.attachMovie("2246b", "tile2246b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2246f", "tile2246f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2246a", "tile2246a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2246x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2247) {
bg.attachMovie("2247b", "tile2247b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2247f", "tile2247f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2247a", "tile2247a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2247x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2248) {
bg.attachMovie("2248b", "tile2248b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2248f", "tile2248f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2248a", "tile2248a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2248x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2251) {
bg.attachMovie("2251b", "tile2251b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2251f", "tile2251f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2251a", "tile2251a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2251x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2252) {
bg.attachMovie("2252b", "tile2252b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2252f", "tile2252f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2252a", "tile2252a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2252x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2253) {
bg.attachMovie("2253b", "tile2253b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2253f", "tile2253f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2253a", "tile2253a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2253x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2254) {
bg.attachMovie("2254b", "tile2254b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2254f", "tile2254f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2254a", "tile2254a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2254x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2255) {
bg.attachMovie("2255b", "tile2255b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2255f", "tile2255f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2255a", "tile2255a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2255x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2256) {
bg.attachMovie("2256b", "tile2256b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2256f", "tile2256f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2256a", "tile2256a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2256x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2257) {
bg.attachMovie("2257b", "tile2257b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2257f", "tile2257f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2257a", "tile2257a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2257x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2258) {
bg.attachMovie("2258b", "tile2258b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2258f", "tile2258f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2258a", "tile2258a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2258x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2261) {
bg.attachMovie("2261b", "tile2261b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2261f", "tile2261f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3051a", "tile22561a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2261x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2262) {
bg.attachMovie("2262b", "tile2262b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2262f", "tile2262f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3052a", "tile2262a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2262x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2263) {
bg.attachMovie("2263b", "tile2263b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2263f", "tile2263f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3053a", "tile2263a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2263x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2264) {
bg.attachMovie("2264b", "tile2264b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2264f", "tile2264f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3054a", "tile2264a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2264x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2271) {
bg.attachMovie("2271b", "tile2271b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2271f", "tile2271f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3041a", "tile2271a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2271x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2272) {
bg.attachMovie("2272b", "tile2272b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2272f", "tile2272f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3042a", "tile2272a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2272x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2273) {
bg.attachMovie("2273b", "tile2273b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2273f", "tile2273f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3043a", "tile2273a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2273x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 2274) {
bg.attachMovie("2274b", "tile2274b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("2274f", "tile2274f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3044a", "tile2274a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.gg.attachMovie("2211x", "tile2274x", xg.gg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3011) {
bg.attachMovie("3011b", "tile3011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3011f", "tile3011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3011a", "tile3011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3012) {
bg.attachMovie("3012b", "tile3012b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3012f", "tile3012f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3012a", "tile3012a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3013) {
bg.attachMovie("3013b", "tile3013b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3013f", "tile3013f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3013a", "tile3013a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3014) {
bg.attachMovie("3014b", "tile3014b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3014f", "tile3014f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3014a", "tile3014a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3021) {
bg.attachMovie("3021b", "tile3021b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3021f", "tile3021f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3021a", "tile3021a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3022) {
bg.attachMovie("3022b", "tile3022b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3022f", "tile3022f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3022a", "tile3022a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3023) {
bg.attachMovie("3023b", "tile3023b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3023f", "tile3023f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3023a", "tile3023a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3024) {
bg.attachMovie("3024b", "tile3024b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3024f", "tile3024f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3024a", "tile3024a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3031) {
bg.attachMovie("3031b", "tile3031b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3031f", "tile3031f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3031a", "tile3031a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3032) {
bg.attachMovie("3032b", "tile3032b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3032f", "tile3032f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3032a", "tile3032a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3033) {
bg.attachMovie("3033b", "tile3033b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3033f", "tile3033f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3033a", "tile3033a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3034) {
bg.attachMovie("3034b", "tile3034b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3034f", "tile3034f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3034a", "tile3034a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3041) {
bg.attachMovie("3041b", "tile3041b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3041f", "tile3041f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3041a", "tile3041a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3042) {
bg.attachMovie("3042b", "tile3042b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3042f", "tile3042f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3042a", "tile3042a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3043) {
bg.attachMovie("3043b", "tile3043b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3043f", "tile3043f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3043a", "tile3043a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3044) {
bg.attachMovie("3044b", "tile3044b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3044f", "tile3044f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3044a", "tile3044a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 3051) {
bg.attachMovie("3051b", "tile3051b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3051f", "tile3051f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3051a", "tile3051a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3052) {
bg.attachMovie("3052b", "tile3052b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3052f", "tile3052f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3052a", "tile3052a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3053) {
bg.attachMovie("3053b", "tile3053b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3053f", "tile3053f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3053a", "tile3053a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3054) {
bg.attachMovie("3054b", "tile3054b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3054f", "tile3054f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3054a", "tile3054a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3061) {
bg.attachMovie("3061b", "tile3061b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3061f", "tile3061f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3061a", "tile3061a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3062) {
bg.attachMovie("3062b", "tile3062b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3062f", "tile3062f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3062a", "tile3062a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3063) {
bg.attachMovie("3063b", "tile3063b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3063f", "tile3063f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3063a", "tile3063a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3064) {
bg.attachMovie("3064b", "tile3064b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3064f", "tile3064f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3064a", "tile3064a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3065) {
bg.attachMovie("3065b", "tile3065b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3065f", "tile3065f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3065a", "tile3065a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3066) {
bg.attachMovie("3066b", "tile3066b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3066f", "tile3066f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3066a", "tile3066a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3067) {
bg.attachMovie("3067b", "tile3067b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3067f", "tile3067f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3067a", "tile3067a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 3068) {
bg.attachMovie("3068b", "tile3068b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("3068f", "tile3068f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("3068a", "tile3068a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4011) {
bg.attachMovie("4011b", "tile4011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4011f", "tile4011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4011a", "tile4011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4012) {
bg.attachMovie("4012b", "tile4012b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4012f", "tile4012f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4012a", "tile4012a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4013) {
bg.attachMovie("4013b", "tile4013b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4013f", "tile4013f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4013a", "tile4013a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4014) {
bg.attachMovie("4014b", "tile4014b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4014f", "tile4014f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4014a", "tile4014a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4015) {
bg.attachMovie("4015b", "tile4015b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4015f", "tile4015f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4015a", "tile4015a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4016) {
bg.attachMovie("4016b", "tile4016b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4016f", "tile4016f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4016a", "tile4016a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4017) {
bg.attachMovie("4017b", "tile4017b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4017f", "tile4017f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4017a", "tile4017a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4018) {
bg.attachMovie("4018b", "tile4018b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4018f", "tile4018f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4018a", "tile4018a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4021) {
bg.attachMovie("4021b", "tile4021b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4021f", "tile4021f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4021a", "tile4021a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4022) {
bg.attachMovie("4022b", "tile4022b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4022f", "tile4022f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4022a", "tile4022a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4023) {
bg.attachMovie("4023b", "tile4023b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4023f", "tile4023f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4023a", "tile4023a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4024) {
bg.attachMovie("4024b", "tile4024b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4024f", "tile4024f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4024a", "tile4024a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4031) {
bg.attachMovie("4031b", "tile4031b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4031f", "tile4031f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4031a", "tile4031a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4032) {
bg.attachMovie("4032b", "tile4032b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4032f", "tile4032f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4032a", "tile4032a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4033) {
bg.attachMovie("4033b", "tile4033b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4033f", "tile4033f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4033a", "tile4033a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4034) {
bg.attachMovie("4034b", "tile4034b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4034f", "tile4034f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4034a", "tile4034a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4041) {
bg.attachMovie("4041b", "tile4041b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4041f", "tile4041f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4041a", "tile4041a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4042) {
bg.attachMovie("4042b", "tile4042b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4042f", "tile4042f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4042a", "tile4042a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4043) {
bg.attachMovie("4043b", "tile4043b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4043f", "tile4043f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4043a", "tile4043a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4044) {
bg.attachMovie("4044b", "tile4044b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4044f", "tile4044f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4044a", "tile4044a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4045) {
bg.attachMovie("4045b", "tile4045b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4045f", "tile4045f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4045a", "tile4045a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4046) {
bg.attachMovie("4046b", "tile4046b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4046f", "tile4046f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4046a", "tile4046a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4047) {
bg.attachMovie("4047b", "tile4047b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4047f", "tile4047f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4047a", "tile4047a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 4048) {
bg.attachMovie("4048b", "tile4048b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("4048f", "tile4048f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("4048a", "tile4048a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 5011) {
bg.attachMovie("5011b", "tile5011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5011f", "tile5011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5011a", "tile5011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5011x", "tile5011x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5012) {
bg.attachMovie("5012b", "tile5012b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5012f", "tile5012f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5012a", "tile5012a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5012x", "tile5012x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5013) {
bg.attachMovie("5013b", "tile5013b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5013f", "tile5013f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5013a", "tile5013a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5013x", "tile5013x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5014) {
bg.attachMovie("5014b", "tile5014b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5014f", "tile5014f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5014a", "tile5014a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5014x", "tile5014x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5021) {
bg.attachMovie("5021b", "tile5021b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5021f", "tile5021f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5021a", "tile5021a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5021x", "tile5021x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5022) {
bg.attachMovie("5022b", "tile5022b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5022f", "tile5022f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5022a", "tile5022a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5022x", "tile5022x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5023) {
bg.attachMovie("5023b", "tile5023b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5023f", "tile5023f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5023a", "tile5023a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5023x", "tile5023x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5024) {
bg.attachMovie("5024b", "tile5024b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5024f", "tile5024f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5024a", "tile5024a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5024x", "tile5024x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5041) {
bg.attachMovie("9000b", "tile5041b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5041f", "tile5041f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5041a", "tile5041a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5042) {
bg.attachMovie("9000b", "tile5042b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5042f", "tile5042f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5042a", "tile5042a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("5042x", "tile5042x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5043) {
bg.attachMovie("9000b", "tile5043b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5043f", "tile5043f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5043a", "tile5043a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5044) {
bg.attachMovie("9000b", "tile5044b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5044f", "tile5044f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("5044a", "tile5044a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.ba.attachMovie("5044x", "tile5044x", xg.ba.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5051) {
bg.attachMovie("9000b", "tile5051b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5051f", "tile5051f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5051x", "tile5051x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5052) {
bg.attachMovie("9000b", "tile5052b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5052f", "tile5052f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5052x", "tile5052x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5053) {
bg.attachMovie("9000b", "tile5053b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5053f", "tile5053f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5053x", "tile5053x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 5054) {
bg.attachMovie("9000b", "tile5054b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("5054f", "tile5054f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.rg.attachMovie("5054x", "tile5054x", xg.rg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6001) {
bg.attachMovie("6001b", "tile6001b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6001f", "tile6001f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6001a", "tile6001a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6002) {
bg.attachMovie("6002b", "tile6002b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6002f", "tile6002f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6002a", "tile6002a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6011) {
bg.attachMovie("6011b", "tile6011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6011f", "tile6011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6011a", "tile6011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6012) {
bg.attachMovie("6012b", "tile6012b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6012f", "tile6012f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6012a", "tile6012a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6013) {
bg.attachMovie("6013b", "tile6013b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6013f", "tile6013f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6013a", "tile6013a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6014) {
bg.attachMovie("6014b", "tile6014b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6014f", "tile6014f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6014a", "tile6014a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6015) {
bg.attachMovie("6015b", "tile6015b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6015f", "tile6015f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6015a", "tile6015a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6016) {
bg.attachMovie("6016b", "tile6016b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6016f", "tile6016f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6016a", "tile6016a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6017) {
bg.attachMovie("6017b", "tile6017b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6017f", "tile6017f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6017a", "tile6017a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6018) {
bg.attachMovie("6018b", "tile6018b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6018f", "tile6018f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6018a", "tile6018a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6021) {
bg.attachMovie("6021b", "tile6021b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6021f", "tile6021f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6021a", "tile6021a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6022) {
bg.attachMovie("6022b", "tile6022b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6022f", "tile6022f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6022a", "tile6022a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6023) {
bg.attachMovie("6023b", "tile6023b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6023f", "tile6023f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6023a", "tile6023a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6024) {
bg.attachMovie("6024b", "tile6024b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6024f", "tile6024f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6024a", "tile6024a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6031) {
bg.attachMovie("6031b", "tile6031b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6031f", "tile6031f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6031a", "tile6031a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6041) {
bg.attachMovie("6041b", "tile6041b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6041f", "tile6041f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6041a", "tile6041a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxxg.attachMovie("6041x", "tile6041x", xg.xxxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6042) {
bg.attachMovie("6042b", "tile6042b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6042f", "tile6042f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6042a", "tile6042a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.xxxxg.attachMovie("6042x", "tile6042x", xg.xxxxg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6051) {
bg.attachMovie("6051b", "tile6051b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6051f", "tile6051f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6051a", "tile6051a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6052) {
bg.attachMovie("6052b", "tile6052b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6052f", "tile6052f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6052a", "tile6052a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6053) {
bg.attachMovie("6053b", "tile6053b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6053f", "tile6053f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6053a", "tile6053a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6054) {
bg.attachMovie("6054b", "tile6054b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6054f", "tile6054f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6054a", "tile6054a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6071) {
bg.attachMovie("6071b", "tile6071b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6071f", "tile6071f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6071a", "tile6071a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6072) {
bg.attachMovie("6072b", "tile6072b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6072f", "tile6072f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6072a", "tile6072a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6073) {
bg.attachMovie("6073b", "tile6073b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6073f", "tile6073f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6073a", "tile6073a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6074) {
bg.attachMovie("6074b", "tile6074b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6074f", "tile6074f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6074a", "tile6074a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6081) {
bg.attachMovie("6081b", "tile6081b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6081f", "tile6081f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6081a", "tile6081a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6082) {
bg.attachMovie("6082b", "tile6082b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6082f", "tile6082f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6082a", "tile6082a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6083) {
bg.attachMovie("6083b", "tile6083b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6083f", "tile6083f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6083a", "tile6083a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 6084) {
bg.attachMovie("6084b", "tile6084b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
fg.attachMovie("6084f", "tile6084f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("6084a", "tile6084a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
y = 0;
while (y <= levelheight) {
x = 0;
while (x <= levellength) {
if (_local2[y][x] == 8011) {
fg.attachMovie("8011f", "tile8011f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("2011b", "tile8011b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2011a", "tile8011a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8012) {
fg.attachMovie("8012f", "tile8012f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("2012b", "tile8012b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2012a", "tile8012a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8013) {
fg.attachMovie("8013f", "tile8013f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("2013b", "tile8013b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2013a", "tile8013a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8014) {
fg.attachMovie("8014f", "tile8014f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("2014b", "tile8014b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("2014a", "tile8014a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8031) {
bg.attachMovie("8031b", "tile8031b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8032) {
bg.attachMovie("8032b", "tile8032b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8033) {
bg.attachMovie("8033b", "tile8033b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8034) {
bg.attachMovie("8034b", "tile8034b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8041) {
fg.attachMovie("8041f", "tile8041f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("8041b", "tile8041b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("8041a", "tile8041a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.b1.attachMovie("8041x", "tile8041x", xg.b1.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8042) {
fg.attachMovie("8042f", "tile8042f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("8042b", "tile8042b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("8042a", "tile8042a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.b1.attachMovie("8042x", "tile8042x", xg.b1.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
} else if (_local2[y][x] == 8043) {
fg.attachMovie("8043f", "tile8043f", fg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
bg.attachMovie("8043b", "tile8043b", bg.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
gr.attachMovie("8043a", "tile8043a", gr.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
xg.b2.attachMovie("8043x", "tile8043x", xg.b2.getNextHighestDepth(), {_x:x * 80, _y:y * 80});
}
x++;
}
y++;
}
level_position_x = bg._x;
level_position_y = bg._y;
start_camera();
game_hud();
game_help();
}
function ingame_menu() {
game_hud_menu_btn.onRelease = function () {
attachMovie("pause_menu_mc", "pause_menu_mc", 2000, {_x:0, _y:0});
attachMovie("pause_menu_continue_mc", "pause_menu_continue_mc", 2001, {_x:0, _y:0});
pause_menu_continue_mc._x = 0;
pause_menu_continue_mc._y = 0;
attachMovie("pause_menu_reset_mc", "pause_menu_reset_mc", 2002, {_x:0, _y:0});
pause_menu_reset_mc._x = 0;
pause_menu_reset_mc._y = 0;
attachMovie("pause_menu_back_mc", "pause_menu_back_mc", 2003, {_x:0, _y:0});
pause_menu_back_mc._x = 0;
pause_menu_back_mc._y = 0;
Ball_mc_vx_pauze = Ball_mc.vx;
Ball_mc_vy_pauze = Ball_mc.vy;
Ball_mc_x_pauze = Ball_mc._x;
Ball_mc_y_pauze = Ball_mc._y;
gr._y = gr._y - Ball_mc.vy;
Ball_mc._y = Ball_mc._y - Ball_mc.vy;
fg._y = fg._y - Ball_mc.vy;
bg._y = bg._y - Ball_mc.vy;
xg._y = xg._y - Ball_mc.vy;
eg._y = eg._y - Ball_mc.vy;
gr_x_pauze = gr._x;
fg_x_pauze = fg._x;
bg_x_pauze = bg._x;
xg_x_pauze = xg._x;
eg_x_pauze = eg._x;
gr_y_pauze = gr._y;
fg_y_pauze = fg._y;
bg_y_pauze = bg._y;
xg_y_pauze = xg._y;
eg_y_pauze = eg._y;
if (game_alive == true) {
clearInterval(timeInterval);
game_alive = false;
} else {
timeInterval = setInterval(increaseMS, 9);
game_alive = true;
}
};
pause_menu_continue_mc.onRelease = function () {
timeInterval = setInterval(increaseMS, 9);
game_alive = true;
};
pause_menu_reset_mc.onRelease = function () {
timeInterval = setInterval(increaseMS, 9);
_root.sec = 0;
_root.milliSec = 0;
game_alive = true;
gravity = 0.4;
Ball_mc.power = 0.25;
Ball_mc.vx = 0;
Ball_mc.vy = 0;
Ball_mc.friction = 0.99;
Ball_mc.col = false;
start_camera();
};
pause_menu_back_mc.onRelease = function () {
menuselect = 0;
game_alive = true;
reset_game();
};
if (game_alive == false) {
Ball_mc.vx = Ball_mc_vx_pauze;
Ball_mc.vy = Ball_mc_vy_pauze;
Ball_mc._x = Ball_mc_x_pauze;
Ball_mc._y = Ball_mc_y_pauze;
gr._x = gr_x_pauze;
fg._x = fg_x_pauze;
bg._x = bg_x_pauze;
xg._x = xg_x_pauze;
eg._x = eg_x_pauze;
gr._y = gr_y_pauze;
fg._y = fg_y_pauze;
bg._y = bg_y_pauze;
xg._y = xg_y_pauze;
eg.y = eg_y_pauze;
} else {
removeMovieClip(pause_menu_mc);
removeMovieClip(pause_menu_continue_mc);
removeMovieClip(pause_menu_reset_mc);
removeMovieClip(pause_menu_back_mc);
}
}
function reset_game() {
removeMovieClip(fg);
removeMovieClip(bg);
removeMovieClip(gr);
removeMovieClip(xg);
removeMovieClip(eg);
removeMovieClip(playgame_menu_mc);
removeMovieClip(playgame_menu_left_button_mc);
removeMovieClip(playgame_menu_back_button_mc);
removeMovieClip(playgame_menu_right_button_mc);
removeMovieClip(playgame_menu_level1_button_mc);
removeMovieClip(main_menu_mc);
removeMovieClip(playgame_menu_button_mc);
removeMovieClip(moregames_button_mc);
removeMovieClip(game_hud_mc);
removeMovieClip(game_hud_menu_btn);
removeMovieClip(game_hud_music_btn);
removeMovieClip(pause_menu_mc);
removeMovieClip(pause_menu_continue_mc);
removeMovieClip(pause_menu_reset_mc);
removeMovieClip(pause_menu_back_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(finish_help_mc);
removeMovieClip(end_animation_grp);
output_clock.removeTextField();
output_time.removeTextField();
Ball_mc._x = -50;
Ball_mc._x = -50;
gravity = 0.4;
bounce = -0.3;
Ball_mc.power = 0.25;
Ball_mc.vx = 0;
Ball_mc.vy = 0;
Ball_mc.friction = 0.99;
Ball_mc.col = false;
Ball_mc.gotoAndStop("blauw");
game_alive = true;
volumeOn = true;
}
function start_camera() {
gr._x = level_position_x;
fg._x = level_position_x;
bg._x = level_position_x;
xg._x = level_position_x;
gr._y = level_position_y;
fg._y = level_position_y;
bg._y = level_position_y;
xg._y = level_position_y;
gr._x = gr._x - (bg.tile1010b._x - 240);
fg._x = fg._x - (bg.tile1010b._x - 240);
bg._x = bg._x - (bg.tile1010b._x - 240);
xg._x = xg._x - (bg.tile1010b._x - 240);
gr._y = gr._y - (bg.tile1010b._y - 150);
fg._y = fg._y - (bg.tile1010b._y - 150);
bg._y = bg._y - (bg.tile1010b._y - 150);
xg._y = xg._y - (bg.tile1010b._y - 150);
Ball_mc._x = gr._x + (bg.tile1010b._x + 80);
Ball_mc._y = gr._y + (bg.tile1010b._y + 20);
}
function music_toggle() {
var volumeOn = true;
var globalVolume = new Sound(this);
game_hud_music_btn.onRelease = function () {
if (volumeOn) {
globalVolume.setVolume(0);
} else {
globalVolume.setVolume(100);
}
volumeOn = !volumeOn;
};
movNavBar.g5musicbutton_mc.onRelease = function () {
if (volumeOn) {
globalVolume.setVolume(0);
} else {
globalVolume.setVolume(100);
}
volumeOn = !volumeOn;
};
}
function game_hud() {
attachMovie("game_hud_menu_btn", "game_hud_menu_btn", 5001, {_x:0, _y:0});
game_hud_menu_btn._x = 0;
game_hud_menu_btn._y = 0;
music_toggle();
}
function help() {
help_btn.onRelease = function () {
attachMovie("help_exit_btn", "help_exit_btn", 6020, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
if (help_menu == 0) {
attachMovie("mainmenu_help_mc", "mainmenu_help_mc", 6012, {_x:0, _y:0});
}
if (help_menu == 1) {
attachMovie("playgamemenu_help_mc", "playgamemenu_help_mc", 6013, {_x:0, _y:0});
}
};
var _local1 = new Object();
_local1.onMouseDown = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
removeMovieClip(end_animation_grp);
};
Mouse.addListener(_local1);
}
function game_help() {
switch (levelmode) {
case 1 :
break;
case 2 :
attachMovie("firstset_help_mc", "firstset_help_mc", 6030, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6040, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
help_exit_btn.onRelease = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
};
break;
case 8 :
attachMovie("secondset_help_mc", "secondset_help_mc", 6031, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6041, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
help_exit_btn.onRelease = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
};
break;
case 14 :
attachMovie("thirdset_help_mc", "thirdset_help_mc", 6032, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6042, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
help_exit_btn.onRelease = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
};
break;
case 20 :
attachMovie("fourthset_help_mc", "fourthset_help_mc", 6033, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6043, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
help_exit_btn.onRelease = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
};
break;
case 26 :
attachMovie("fifthset_help_mc", "fifthset_help_mc", 6034, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6044, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
help_exit_btn.onRelease = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
};
break;
case 32 :
attachMovie("sixthset_help_mc", "sixthset_help_mc", 6035, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6045, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
help_exit_btn.onRelease = function () {
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
removeMovieClip(help_exit_btn);
removeMovieClip(finish_help_mc);
};
break;
case 38 :
menuselect = 0;
game_alive = true;
reset_game();
attachMovie("finish_help_mc", "finish_help_mc", 6035, {_x:0, _y:0});
attachMovie("help_exit_btn", "help_exit_btn", 6045, {_x:0, _y:0});
help_exit_btn._x = 0;
help_exit_btn._y = 0;
attachMovie("end_animation_grp", "end_animation_grp", 6055, {_x:300, _y:250});
}
}
function checkWL1(w, l) {
w.sumX = 0;
w.sumY = 0;
w.collisions = 0;
i = 1;
while (i < precision) {
px = w._x + (w.radius * Math.sin(((i * Math.PI) * 2) / precision));
py = w._y - (w.radius * Math.cos(((i * Math.PI) * 2) / precision));
checkDL(px, py, w, l);
w.cArray.push([px, py, w.col2]);
i++;
}
if (w.collisions > 0) {
collisionResponse(w);
}
w.cArray = [];
}
function checkWL2(w, l) {
w.col = false;
i = 1;
while (i < (precision / 10)) {
px = w._x + ((w.radius + 5) * Math.sin((i * 360) / precision));
py = w._y - ((w.radius + 5) * Math.cos((i * 360) / precision));
checkDL(px, py, w, l);
i++;
}
if (w.collisions > 0) {
w.col = true;
}
}
function checkDL(px, py, w, l) {
if (l.hitTest(px, py, true)) {
w.sumX = w.sumX + px;
w.sumY = w.sumY + py;
w.collisions++;
w.col2 = true;
} else {
w.col2 = false;
}
}
function collisionResponse(w) {
w.hitX = w.sumX / w.collisions;
w.hitY = w.sumY / w.collisions;
dx = w._x - w.hitX;
dy = w._y - w.hitY;
d = Math.sqrt((dx * dx) + (dy * dy));
d2 = w.radius - d;
angle = Math.atan(dx / dy);
if (dy > 0) {
cosa = Math.cos(angle);
sina = Math.sin(angle);
} else {
cosa = -Math.cos(angle);
sina = -Math.sin(angle);
}
w.sina = sina;
w.cosa = cosa;
w._x = w._x + ((d2 * sina) * 2);
w._y = w._y + ((d2 * cosa) * 1);
v = Math.sqrt((w.vx * w.vx) + (w.vy * w.vy));
vx1 = ((-cosa) * w.vx) + (sina * w.vy);
vy1 = (((-cosa) * w.vy) - (sina * w.vx)) * bounce;
w.vx = ((-cosa) * vx1) - (sina * vy1);
w.vy = ((-cosa) * vy1) + (sina * vx1);
}
stop();
var menuselect = 0;
var levelmode = 0;
var game_alive = true;
var help_menu = 0;
var levelheight;
var levellength;
var levelnumber_array = new Array((levelheight + 1) * (levellength + 1));
var level_position_x;
var level_position_y;
attachMovie("Ball_mc", "Ball_mc", 300, {_x:-50, _y:-50});
var gravity = 0.4;
var bounce = -0.3;
var precision = 25;
Ball_mc.power = 0.25;
Ball_mc.vx = 0;
Ball_mc.vy = 0;
Ball_mc.friction = 0.99;
Ball_mc.radius = Ball_mc._width / 2;
Ball_mc.col = false;
Ball_mc.cArray = [];
Ball_mc.gotoAndStop("blauw");
var fly = false;
var Ball_mc_vx_pauze;
var Ball_mc_vy_pauze;
var Ball_mc_x_pauze;
var Ball_mc_y_pauze;
var Ball_mc_rotation_pauze;
var gr_x_pauze;
var fg_x_pauze;
var bg_x_pauze;
var xg_x_pauze;
var xxg_x_pauze;
var xxxg_x_pauze;
var xxxxg_x_pauze;
var rg_x_pauze;
var el_x_pauze;
var gg_x_pauze;
var ba_x_pauze;
var gr_y_pauze;
var fg_y_pauze;
var bg_y_pauze;
var xg_y_pauze;
var xxg_y_pauze;
var xxxg_y_pauze;
var xxxxg_y_pauze;
var rg_y_pauze;
var el_y_pauze;
var ba_y_pauze;
var gg_y_pauze;
var main_menu_sound = new Sound(this);
main_menu_sound.attachSound("main_menu_sound");
main_menu_sound.start(0, 999);
var reset_sound = new Sound(this);
reset_sound.attachSound("reset_sound");
attachMovie("movNavBar", "movNavBar", 370000, {_x:0, _y:0});
music_toggle();
onEnterFrame = function () {
if (menuselect == 0) {
main_menu();
menuselect = 9;
} else if (menuselect == 1) {
playgame_menu();
menuselect = 9;
} else if (menuselect == 8) {
playgame();
} else if (menuselect == 9) {
help();
}
};
Symbol 1386 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.1");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
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.adLoaded = function (width, height) {
};
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 showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
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.adLoaded = function (width, height) {
};
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 showTimedAd(options) {
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_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 _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".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 1149 MovieClip [playgame_menu_level66_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 37;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1152 MovieClip [playgame_menu_level65_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 33;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1155 MovieClip [playgame_menu_level64_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 35;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1158 MovieClip [playgame_menu_level63_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 34;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1161 MovieClip [playgame_menu_level62_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 36;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1164 MovieClip [playgame_menu_level61_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 32;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
_root.game_help();
};
Symbol 1167 MovieClip [playgame_menu_level56_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 31;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1170 MovieClip [playgame_menu_level55_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 30;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1173 MovieClip [playgame_menu_level54_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 29;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1176 MovieClip [playgame_menu_level53_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 28;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1179 MovieClip [playgame_menu_level52_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 27;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1182 MovieClip [playgame_menu_level51_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 26;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
_root.game_help();
};
Symbol 1185 MovieClip [playgame_menu_level46_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 25;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1188 MovieClip [playgame_menu_level45_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 24;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1191 MovieClip [playgame_menu_level44_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 23;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1194 MovieClip [playgame_menu_level43_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 22;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1197 MovieClip [playgame_menu_level42_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 21;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1200 MovieClip [playgame_menu_level41_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 20;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
_root.game_help();
};
Symbol 1203 MovieClip [playgame_menu_level36_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 19;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1206 MovieClip [playgame_menu_level35_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 18;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1209 MovieClip [playgame_menu_level34_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 17;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1212 MovieClip [playgame_menu_level33_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 16;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1215 MovieClip [playgame_menu_level32_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 15;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1218 MovieClip [playgame_menu_level31_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 14;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
_root.game_help();
};
Symbol 1221 MovieClip [playgame_menu_level26_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 13;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1224 MovieClip [playgame_menu_level25_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 12;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1227 MovieClip [playgame_menu_level24_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 11;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1230 MovieClip [playgame_menu_level23_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 10;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1233 MovieClip [playgame_menu_level22_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 9;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1236 MovieClip [playgame_menu_level21_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 8;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
_root.game_help();
};
Symbol 1239 MovieClip [playgame_menu_level16_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 7;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1242 MovieClip [playgame_menu_level15_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 6;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1245 MovieClip [playgame_menu_level14_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 5;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1248 MovieClip [playgame_menu_level13_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 4;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1251 MovieClip [playgame_menu_level12_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 3;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
};
Symbol 1254 MovieClip [playgame_menu_level11_button_mc] Frame 1
this.onPress = function () {
removeMovieClip(_root.game_hud_music_btn);
_root.menuselect = 8;
_root.levelmode = 2;
_root.levelload();
removeMovieClip(_root.playgame_menu_mc);
removeMovieClip(_root.playgame_menu_left_button_mc);
removeMovieClip(_root.playgame_menu_back_button_mc);
removeMovieClip(_root.playgame_menu_right_button_mc);
removeMovieClip(_root.play_menu_levelscroll_mc);
removeMovieClip(help_btn);
removeMovieClip(help_exit_btn);
removeMovieClip(mainmenu_help_mc);
removeMovieClip(playgamemenu_help_mc);
removeMovieClip(customgamemenu_help_mc);
removeMovieClip(editormenu_help_mc);
removeMovieClip(in_editor_help_mc);
removeMovieClip(firstset_help_mc);
removeMovieClip(secondset_help_mc);
removeMovieClip(thirdset_help_mc);
removeMovieClip(fourthset_help_mc);
removeMovieClip(fifthset_help_mc);
removeMovieClip(sixthset_help_mc);
_root.game_help();
};
Symbol 1270 MovieClip [play_menu_levelscroll_mc] Frame 1
stop();
Symbol 1270 MovieClip [play_menu_levelscroll_mc] Frame 2
stop();
Symbol 1270 MovieClip [play_menu_levelscroll_mc] Frame 3
stop();
Symbol 1270 MovieClip [play_menu_levelscroll_mc] Frame 4
stop();
Symbol 1270 MovieClip [play_menu_levelscroll_mc] Frame 5
stop();
Symbol 1270 MovieClip [play_menu_levelscroll_mc] Frame 6
stop();
Symbol 1347 MovieClip Frame 1
stop();
Symbol 1347 MovieClip Frame 2
stop();
Symbol 1348 MovieClip [end_animation_mc] Frame 75
stop();
Symbol 1351 MovieClip [Ball_mc] Frame 1
stop();
Symbol 1351 MovieClip [Ball_mc] Frame 2
stop();
Symbol 1357 MovieClip [movSpeaker] Frame 1
stop();
Symbol 1357 MovieClip [movSpeaker] Frame 2
stop();
Symbol 1361 Button
on (release) {
if (movSpeaker._currentFrame == 1) {
movSpeaker.gotoAndStop(2);
} else {
movSpeaker.gotoAndStop(1);
}
_root.g5Game.toggleSound();
}
Symbol 1362 Button
on (release) {
getURL ("http://www.gimme5games.com/index.jsp?id=codes&ref=flash_angular", "_blank");
}
Symbol 1363 Button
on (release) {
getURL ("mailto:?subject=Play Angular Momentum!&body=Hi, I found this great game, and thought you might like to play it: http://www.gimme5games.com/index.jsp?id=angular", "_blank");
}
Symbol 1364 Button
on (release) {
getURL ("http://www.gimme5games.com?ref=flash_angular", "_blank");
}
Symbol 1365 MovieClip [movNavBar] Frame 1
function toggleSound() {
}
Symbol 1385 MovieClip [movSplash] Frame 99
_root.gotoAndPlay(2);