Frame 1
function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Nadir Hamid/Joshua Robles", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 100 MovieClip in Frame 4
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndPlay (32);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 210 MovieClip "mario" in Frame 4
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Instance of Symbol 100 MovieClip in Frame 4
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(5);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Frame 5
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Frame 6
stop();
Instance of Symbol 100 MovieClip in Frame 6
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(7);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 210 MovieClip "mario" in Frame 6
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 7
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Frame 8
stop();
Instance of Symbol 100 MovieClip in Frame 8
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(9);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 210 MovieClip "mario" in Frame 8
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 9
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Frame 10
stop();
Instance of Symbol 100 MovieClip in Frame 10
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(11);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 210 MovieClip "mario" in Frame 10
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 11
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Frame 12
stop();
health = 100;
Instance of Symbol 100 MovieClip in Frame 12
onClipEvent (load) {
time = 200;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(13);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 210 MovieClip "mario" in Frame 12
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 13
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Frame 14
stop();
Instance of Symbol 100 MovieClip in Frame 14
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(15);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 625 MovieClip "mario" in Frame 14
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 15
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Instance of Symbol 638 MovieClip "b" in Frame 15
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(14);
}
Frame 16
stop();
Instance of Symbol 100 MovieClip in Frame 16
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(17);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 625 MovieClip "mario" in Frame 16
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 17
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Instance of Symbol 638 MovieClip "b" in Frame 17
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(16);
}
Frame 18
stop();
Instance of Symbol 100 MovieClip in Frame 18
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(19);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 625 MovieClip "mario" in Frame 18
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 19
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Instance of Symbol 638 MovieClip "b" in Frame 19
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(18);
}
Frame 20
stop();
Instance of Symbol 100 MovieClip in Frame 20
onClipEvent (load) {
time = 100;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(21);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 625 MovieClip "mario" in Frame 20
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 21
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Instance of Symbol 638 MovieClip "b" in Frame 21
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(20);
}
Frame 22
stop();
health = 100;
Instance of Symbol 100 MovieClip in Frame 22
onClipEvent (load) {
time = 200;
}
onClipEvent (enterFrame) {
if ((time == 0) && (/:ld == 0)) {
Set("/:dead", 1);
}
if (/:ld == 3) {
if (time > 0) {
if (_currentframe != 31) {
gotoAndStop (31);
}
gotoAndStop (1);
time = time - 1;
Set("/:points", /:points + 100);
} else if (_currentframe != 32) {
gotoAndStop (32);
_root.gotoAndStop(23);
}
}
if (/:coins > 9) {
Set("/:coins2", /:coins);
}
if (/:coins < 10) {
Set("/:coins2", "0" + /:coins);
}
if (/:points > 999999) {
Set("/:points2", /:points);
}
if (/:points < 100000) {
Set("/:points2", "0" + /:points);
}
if (/:points < 10000) {
Set("/:points2", "00" + /:points);
}
if (/:points < 1000) {
Set("/:points2", "000" + /:points);
}
if (/:points < 100) {
Set("/:points2", "0000" + /:points);
}
if (/:points < 10) {
Set("/:points2", "00000" + /:points);
}
}
Instance of Symbol 625 MovieClip "mario" in Frame 22
onClipEvent (load) {
gotoAndStop (1);
xmove = 0;
maxinv = 45;
Set("/:ld", 0);
Set("/:m", 0);
Set("/:inv", maxinv);
Set("/:xm", 1);
Set("/:ymove", 0);
Set("/:stat", "big");
maxfall = 15;
movement = "bstanding";
gravity = 0.75;
jump = -12;
gb = 0;
h = 0;
speed = 0.5;
maxspeed = 6;
goingdown = 0;
ld = 0;
Set("/:bt", 0);
Set("/:dead", 0);
dead = 0;
Set("/:invu", 0);
Set("/:mh", 0);
}
onClipEvent (enterFrame) {
if (/:inv == maxinv) {
Set("/:invu", 0);
dead = 0;
Set("/:dead", 0);
Set("/:mh", 0);
if (this._alpha < 99) {
setProperty(this, _alpha , this._alpha + 5);
}
Set("/:inv", /:inv + 1);
}
if (/:inv < maxinv) {
Set("/:mh", 0);
dead = 0;
Set("/:dead", 0);
Set("/:inv", /:inv + 1);
Set("/:invu", 1);
if (this._alpha > 99) {
a = -5;
}
if (this._alpha < 50) {
a = 5;
}
setProperty(this, _alpha , this._alpha + a);
}
if (this._y > 500) {
Set("/:dead", 1);
}
if (((((/:dead == 1) && (dead == 0)) && (movement != "shrinking")) && (movement != "growing")) && (ld == 0)) {
gotoAndPlay (249);
dead = 1;
Set("/:music", 0);
}
if (/:ld == 1) {
if (/:stat == "small") {
gotoAndStop (120);
}
if (/:stat == "big") {
gotoAndStop (185);
}
goingdown = 1;
if (/:bt == 0) {
setProperty(this, _y , this._y + 5);
}
ld = 1;
}
if ((/:bt == 0) && (/:ld == 2)) {
setProperty(this, _y , this._y + 5);
}
if (((/:ld == 2) && (goingdown == 1)) && (/:bt == 1)) {
goingdown = 0;
play();
}
if ((/:mh == 1) && (/:stat == "big")) {
Set("/:inv", 0);
movement = "shrinking";
Set("/:xm", 0);
gotoAndPlay (100);
Set("/:mh", 0);
Set("/:stat", "small");
gb = 0;
}
if (((/:mh == 1) && (/:stat == "small")) && (/:invu == 0)) {
Set("/:dead", 1);
}
if ((/:mh == 2) && (/:stat == "big")) {
Set("/:points", /:points + 200);
Set("/:mh", 0);
}
if ((/:mh == 2) && (/:stat == "small")) {
Set("/:mh", 0);
movement = "growing";
Set("/:xm", 0);
gotoAndPlay (70);
Set("/:mh", 0);
Set("/:stat", "big");
}
if ((((movement != "shrinking") && (movement != "growing")) && (ld == 0)) && (dead == 0)) {
if (movement == "swalking") {
play();
}
if (movement == "bwalking") {
play();
}
if (((_root.ground.touch.hitTest(this._x, this._y, true) == 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) == 0)) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) {
if ((gb == 1) && (/:stat == "small")) {
gotoAndStop (31);
gb = 0;
}
if ((gb == 1) && (/:stat == "big")) {
gotoAndStop (1);
gb = 0;
}
}
if (_root.ground.touch.hitTest(this._x, this._y, true)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y, true) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y, true) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 0)) {
Set("/:ymove", 0);
}
if (/:ymove > maxfall) {
Set("/:ymove", maxfall);
}
if (Key.isDown(38) && (upok == 1)) {
if ((_root.ground.touch.hitTest(this._x, this._y, true) || (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y, true))) || (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y, true))) {
Set("/:ymove", jump);
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
upok = 0;
}
}
if (((key.isdown(key.up) == 0) && (key.isdown(key.down) == 0)) && (/:ymove == 0)) {
upok = 1;
}
if (Key.isDown(37)) {
xmove = xmove - speed;
if (movement == "bstanding") {
gotoAndPlay (2);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (this._xscale > 0) {
setProperty(this, _xscale , this._xscale * -1);
}
} else if (Key.isDown(39)) {
if (this._xscale < 0) {
setProperty(this, _xscale , this._xscale * -1);
}
if (movement == "sstanding") {
gotoAndPlay (32);
}
if (movement == "bstanding") {
gotoAndPlay (2);
}
xmove = xmove + speed;
}
if (xmove < (maxspeed * -1)) {
xmove = maxspeed * -1;
}
if (xmove > maxspeed) {
xmove = maxspeed;
}
if ((key.isdown(key.right) && (key.isdown(key.left))) || (((key.isdown(key.right) == 0) && (key.isdown(key.left) == 0)) && (movement != "bjumping"))) {
if (xmove > 0) {
xmove = xmove - speed;
}
if (xmove < 0) {
xmove = xmove + speed;
}
}
if (((xmove == 0) && (movement == "swalking")) && (/:stat == "small")) {
gotoAndStop (31);
}
if (((xmove == 0) && (movement == "bwalking")) && (/:stat == "big")) {
gotoAndStop (1);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if ((/:ymove < 0) && (Key.isDown(38) == 0)) {
Set("/:ymove", /:ymove + gravity);
}
if (/:high == 1) {
if (h == 0) {
h = 1;
jump = jump * 0.5;
gravity = gravity * 0.125;
maxspeed = maxspeed * 0.5;
}
}
if (/:high == 0) {
if (h == 1) {
h = 0;
jump = jump * 2;
gravity = gravity * 8;
maxspeed = maxspeed * 2;
}
}
if (/:xm == 1) {
if ((xmove > 0) && (_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x + (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x < 350) {
setProperty(this, _x , this._x + xmove);
} else {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else if ((xmove < 0) && (_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 20, true) == 0)) {
if ((((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1)) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y, true) == 0) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 0))) || ((_root.ground.touch.hitTest((this._x - (this._width / 2)) + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x + xmove, this._y, true) == 1))) {
if (this._x > 200) {
setProperty(this, _x , this._x + xmove);
} else if (_root.ground._x < 0) {
setProperty(_root.ground, _x , _root.ground._x - xmove);
}
}
} else {
xmove = 0;
}
}
if ((key.isdown(key.down) == 0) && (movement == "bcrouching")) {
gotoAndStop (1);
}
if (key.isdown(key.down) && (movement == "bstanding")) {
gotoAndStop (22);
upok = 0;
}
if (/:ymove < 0) {
if (/:stat == "small") {
gotoAndStop (50);
}
if (/:stat == "big") {
gotoAndStop (20);
}
}
if (_root.ground.touch.hittest(this._x + (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x - 1);
}
if (_root.ground.touch.hittest(this._x - (this._width / 2), this._y - this._height, true) == 1) {
setProperty(this, _x , this._x + 1);
}
if ((/:ymove < 0) && (_root.ground.touch.hittest(this._x, this._y - this._height, true) == 1)) {
Set("/:ymove", 0);
}
setProperty(this, _y , this._y + /:ymove);
while ((_root.ground.touch.hitTest(this._x - xmove, this._y, true) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y + 10, true) == 1)) {
setProperty(this, _y , this._y + 1);
}
while ((_root.ground.touch.hitTest(this._x + xmove, this._y - 1, true) == 1) && (_root.ground.touch.hitTest(this._x, this._y, true) == 1)) {
setProperty(this, _y , this._y - 1);
}
while (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x + 1);
}
while (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 10, true) == 1) {
setProperty(this, _x , this._x - 1);
}
while (((_root.ground.touch.hitTest((this._x - (this._width / 2)) + 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x - (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
while (((_root.ground.touch.hitTest((this._x + (this._width / 2)) - 5, this._y - 1, true) && (_root.ground.touch.hitTest(this._x, this._y + 20, true) == 0)) && (_root.ground.touch.hitTest(this._x, this._y, true) == 0)) && (_root.ground.touch.hitTest(this._x + (this._width / 2), this._y - 5, true))) {
setProperty(this, _y , this._y - 1);
}
}
}
Frame 23
stop();
stopAllSounds();
_root.levels = levels;
_root.c._visible = false;
_root.b._visible = false;
if (_root.levels == 1) {
_root.c._visible = true;
} else if (_root.levels == 0) {
_root.b._visible = true;
}
Instance of Symbol 638 MovieClip "b" in Frame 23
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(22);
}
Frame 24
stop();
Frame 25
stop();
Symbol 10 Button
on (release) {
_root.intro.gotoAndPlay(2);
}
Symbol 11 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 MovieClip Frame 169
_root.gotoAndStop(2);
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 60
stop();
Symbol 34 Button
on (release) {
gotoAndStop (3);
}
Symbol 39 Button
on (release) {
getURL ("http://www.thegameblazer.com", "_blank");
}
Symbol 44 Button
on (release) {
gotoAndStop (24);
}
Symbol 62 Button
on (release) {
_root.lives = 10;
_root.levels = 1;
gotoAndPlay (2);
}
Symbol 67 Button
on (release) {
_root.lives = 10;
_root.levels = 1;
gotoAndPlay (56);
}
Symbol 83 MovieClip Frame 1
stop();
Instance of Symbol 73 MovieClip in Symbol 83 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 70 MovieClip in Symbol 83 MovieClip Frame 2
/* no clip actions */
Symbol 83 MovieClip Frame 55
_root.gotoAndStop(4);
Instance of Symbol 73 MovieClip in Symbol 83 MovieClip Frame 56
/* no clip actions */
Symbol 83 MovieClip Frame 110
_root.gotoAndStop(14);
Symbol 100 MovieClip Frame 30
if (time > 0) {
time = time - 1;
}
gotoAndPlay (1);
Symbol 100 MovieClip Frame 31
stop();
Symbol 100 MovieClip Frame 32
stop();
Symbol 114 Button
on (release) {
prevFrame();
}
Symbol 115 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
dragging = true;
}
}
onClipEvent (enterFrame) {
if (dragging && (_parent.hitRange.hitTest(_root._xmouse, _root._ymouse, false))) {
_x = (_parent._xmouse - 10);
_root.all.setVolume((_x + 62) / 0.55);
}
}
onClipEvent (mouseUp) {
dragging = false;
}
onClipEvent (load) {
dragging = false;
_root.all = new Sound();
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 10
gotoAndStop (1);
Symbol 144 MovieClip Frame 12
Set("/:points", /:points + 100);
Symbol 144 MovieClip Frame 91
stop();
Symbol 159 MovieClip Frame 41
gotoAndPlay (1);
Symbol 159 MovieClip Frame 42
Set("/:coins", /:coins + 1);
Set("/:points", /:points + 100);
Symbol 159 MovieClip Frame 48
stop();
Symbol 159 MovieClip Frame 56
stop();
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 162 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario) && (/:ld == 0)) {
stopAllSounds();
Set("/:ld", 1);
}
}
Instance of Symbol 164 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:bt", 1);
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 159 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 144 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Symbol 173 MovieClip Frame 19
gotoAndPlay (1);
Symbol 173 MovieClip Frame 21
dead = 1;
Set("/:points", /:points + 200);
Symbol 173 MovieClip Frame 40
stop();
Symbol 178 MovieClip Frame 1
stop();
go = 1;
Symbol 178 MovieClip Frame 2
go = 0;
Symbol 183 MovieClip Frame 1
stop();
go = 1;
Symbol 183 MovieClip Frame 2
go = 0;
Symbol 183 MovieClip Frame 30
go = 1;
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 30
Set("/:ld", 2);
stop();
Symbol 186 MovieClip Frame 31
gotoAndStop (20);
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 178 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:bm == 1) {
go = 0;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:bm", 0);
}
if (this.hitTest(_root.mario) && (go == 1)) {
Set("/:high", 1);
Set("/:music", 0);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (this._y > 0) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 159 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((broken == 1) && (_currentframe < 50)) {
gotoAndPlay (50);
}
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (50);
broken = 1;
Set("/:gm", 1);
Set("/:bx", this._x);
Set("/:by", this._y - (this._height / 2));
}
}
}
Instance of Symbol 183 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:gm == 1) {
go = 1;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:gm", 0);
}
if (this.hitTest(_root.mario) && (_currentframe == 1)) {
Set("/:mh", 2);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (_currentframe == 1) {
setProperty(this, _x , this._x + xmove);
}
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if ((_parent.touch.hitTest(xx, yy, true) == 0) && (yy > 0)) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else {
setProperty(this, _y , this._y + 3);
}
}
while (_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
Instance of Symbol 186 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:ld == 1) {
play();
Set("/:high", 0);
Set("/:music", 0);
}
}
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((/:ld == 1) && ((this._x - _root.ground._x) > 300)) {
setProperty(_root.ground, _x , _root.ground._x - 5);
setProperty(_root.mario, _x , _root.mario._x - 5);
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Symbol 210 MovieClip Frame 1
stop();
gb = 0;
Set("/:xm", 1);
movement = "bstanding";
Symbol 210 MovieClip Frame 2
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
movement = "bwalking";
Symbol 210 MovieClip Frame 6
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 210 MovieClip Frame 10
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 210 MovieClip Frame 14
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 210 MovieClip Frame 19
gotoAndPlay (2);
movement = "bskidding";
Symbol 210 MovieClip Frame 20
gb = 1;
movement = "bjumping";
Symbol 210 MovieClip Frame 21
movement = "bfalling";
Symbol 210 MovieClip Frame 22
movement = "bcrouching";
Set("/:xm", 0);
Symbol 210 MovieClip Frame 31
stop();
gb = 0;
Set("/:xm", 1);
movement = "sstanding";
Symbol 210 MovieClip Frame 32
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
movement = "swalking";
Symbol 210 MovieClip Frame 36
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 210 MovieClip Frame 40
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 210 MovieClip Frame 44
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 210 MovieClip Frame 49
gotoAndPlay (32);
Symbol 210 MovieClip Frame 50
gb = 1;
movement = "sjumping";
stop();
Symbol 210 MovieClip Frame 70
Set("/:xm", 0);
Symbol 210 MovieClip Frame 97
gotoAndStop (1);
Symbol 210 MovieClip Frame 100
Set("/:xm", 0);
Symbol 210 MovieClip Frame 101
Set("/:xm", 0);
Symbol 210 MovieClip Frame 102
Set("/:xm", 0);
Symbol 210 MovieClip Frame 103
Set("/:xm", 0);
Symbol 210 MovieClip Frame 104
Set("/:xm", 0);
Symbol 210 MovieClip Frame 115
gotoAndStop (31);
Symbol 210 MovieClip Frame 180
stop();
Set("/:ld", 3);
Symbol 210 MovieClip Frame 245
stop();
Set("/:ld", 3);
Symbol 210 MovieClip Frame 249
stopAllSounds();
Symbol 210 MovieClip Frame 355
gotoAndStop (1);
_root.lives = _root.lives - 1;
_root.levels = 0;
if (_root.lives <= 0) {
_root.gotoAndStop(25);
}
Set("/:stat", "big");
Set("/:mh", 0);
_root.play();
Symbol 221 Button
on (release) {
stopAllSounds();
nextFrame();
}
Symbol 224 Button
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(4);
}
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 10
gotoAndStop (1);
Symbol 257 MovieClip Frame 12
Set("/:points", /:points + 25);
Symbol 257 MovieClip Frame 91
stop();
Symbol 268 MovieClip Frame 41
gotoAndPlay (1);
Symbol 268 MovieClip Frame 42
Set("/:coins", /:coins + 1);
Set("/:points", /:points + 25);
Symbol 268 MovieClip Frame 48
stop();
Symbol 268 MovieClip Frame 56
stop();
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 271 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario) && (/:ld == 0)) {
Set("/:ld", 1);
}
}
Instance of Symbol 272 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:bt", 1);
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if (broken == 0) {
gotoAndPlay (2);
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Symbol 279 MovieClip Frame 1
stop();
go = 1;
Symbol 279 MovieClip Frame 2
go = 0;
Symbol 283 MovieClip Frame 1
stop();
go = 1;
Symbol 283 MovieClip Frame 2
go = 0;
Symbol 283 MovieClip Frame 30
go = 1;
Symbol 285 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 2
stopAllSounds();
Symbol 285 MovieClip Frame 30
Set("/:ld", 2);
stop();
Symbol 285 MovieClip Frame 31
gotoAndStop (20);
Instance of Symbol 159 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((broken == 1) && (_currentframe < 50)) {
gotoAndPlay (50);
}
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (50);
broken = 1;
Set("/:gm", 1);
Set("/:bx", this._x);
Set("/:by", this._y - (this._height / 2));
}
}
}
Instance of Symbol 279 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:bm == 1) {
go = 0;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:bm", 0);
}
if (this.hitTest(_root.mario) && (go == 1)) {
Set("/:high", 1);
Set("/:music", 0);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (this._y > 0) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 283 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:gm == 1) {
go = 1;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:gm", 0);
}
if (this.hitTest(_root.mario) && (_currentframe == 1)) {
Set("/:mh", 2);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (_currentframe == 1) {
setProperty(this, _x , this._x + xmove);
}
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if ((_parent.touch.hitTest(xx, yy, true) == 0) && (yy > 0)) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else {
setProperty(this, _y , this._y + 3);
}
}
while (_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
Instance of Symbol 285 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:ld == 1) {
play();
Set("/:high", 0);
Set("/:music", 0);
}
}
Instance of Symbol 288 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((/:ld == 1) && ((this._x - _root.ground._x) > 300)) {
setProperty(_root.ground, _x , _root.ground._x - 5);
setProperty(_root.mario, _x , _root.mario._x - 5);
}
}
Instance of Symbol 173 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Symbol 295 Button
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(6);
}
Instance of Symbol 127 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ground.kooper)) {
_root.ground.kooper.gotoAndPlay(20);
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 127 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ground.kooper)) {
_root.ground.kooper.gotoAndPlay(1);
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 271 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario) && (/:ld == 0)) {
Set("/:ld", 1);
}
}
Instance of Symbol 272 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:bt", 1);
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Symbol 318 MovieClip Frame 18
gotoAndPlay (1);
Symbol 318 MovieClip Frame 38
gotoAndPlay (20);
Symbol 318 MovieClip Frame 39
dead = 1;
Set("/:points", /:points + 250);
Symbol 318 MovieClip Frame 82
stop();
Instance of Symbol 285 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:ld == 1) {
play();
Set("/:high", 0);
Set("/:music", 0);
}
}
Instance of Symbol 288 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((/:ld == 1) && ((this._x - _root.ground._x) > 300)) {
setProperty(_root.ground, _x , _root.ground._x - 5);
setProperty(_root.mario, _x , _root.mario._x - 5);
}
}
Instance of Symbol 318 MovieClip "kooper" in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
gotoAndPlay (20);
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
gotoAndPlay (20);
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
gotoAndPlay (20);
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((broken == 1) && (_currentframe < 50)) {
gotoAndPlay (50);
}
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (50);
broken = 1;
Set("/:gm", 1);
Set("/:bx", this._x);
Set("/:by", this._y - (this._height / 2));
}
}
}
Instance of Symbol 283 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:gm == 1) {
go = 1;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:gm", 0);
}
if (this.hitTest(_root.mario) && (_currentframe == 1)) {
Set("/:mh", 2);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (_currentframe == 1) {
setProperty(this, _x , this._x + xmove);
}
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if ((_parent.touch.hitTest(xx, yy, true) == 0) && (yy > 0)) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else {
setProperty(this, _y , this._y + 3);
}
}
while (_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
Instance of Symbol 279 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:bm == 1) {
go = 0;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:bm", 0);
}
if (this.hitTest(_root.mario) && (go == 1)) {
Set("/:high", 1);
Set("/:music", 0);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (this._y > 0) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Symbol 328 Button
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(8);
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 127 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.ground.kooper)) {
_root.ground.kooper.gotoAndPlay(20);
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 271 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario) && (/:ld == 0)) {
Set("/:ld", 1);
}
}
Instance of Symbol 272 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:bt", 1);
}
}
Instance of Symbol 268 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 343 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 79 MovieClip in Symbol 502 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 283 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:gm == 1) {
go = 1;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:gm", 0);
}
if (this.hitTest(_root.mario) && (_currentframe == 1)) {
Set("/:mh", 2);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (_currentframe == 1) {
setProperty(this, _x , this._x + xmove);
}
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if ((_parent.touch.hitTest(xx, yy, true) == 0) && (yy > 0)) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else {
setProperty(this, _y , this._y + 3);
}
}
while (_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
Instance of Symbol 279 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:bm == 1) {
go = 0;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:bm", 0);
}
if (this.hitTest(_root.mario) && (go == 1)) {
Set("/:high", 1);
Set("/:music", 0);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (this._y > 0) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 285 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:ld == 1) {
play();
Set("/:high", 0);
Set("/:music", 0);
}
}
Instance of Symbol 288 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((/:ld == 1) && ((this._x - _root.ground._x) > 300)) {
setProperty(_root.ground, _x , _root.ground._x - 5);
setProperty(_root.mario, _x , _root.mario._x - 5);
}
}
Instance of Symbol 318 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 318 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 318 MovieClip "kooper" in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (39);
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((broken == 1) && (_currentframe < 50)) {
gotoAndPlay (50);
}
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (50);
broken = 1;
Set("/:gm", 1);
Set("/:bx", this._x);
Set("/:by", this._y - (this._height / 2));
}
}
}
Symbol 512 Button
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(10);
}
Symbol 528 MovieClip Frame 42
_parent.gotoAndStop(random(7));
Instance of Symbol 534 MovieClip in Symbol 540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Symbol 542 MovieClip Frame 1
Symbol 542 MovieClip Frame 133
_parent.gotoAndStop(1);
Instance of Symbol 169 MovieClip "top" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.health = _root.health - 10;
Set("/:ymove", -5);
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.ground.bowser.gotoAndStop(8);
}
}
Instance of Symbol 169 MovieClip "body" in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Symbol 544 MovieClip Frame 59
_parent.gotoAndStop(1);
Instance of Symbol 169 MovieClip "top" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.health = _root.health - 10;
Set("/:ymove", -5);
}
}
onClipEvent (enterFrame) {
if (_root.health <= 0) {
_root.ground.bowser.gotoAndStop(8);
}
}
Instance of Symbol 169 MovieClip "body" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Symbol 546 MovieClip Frame 210
_parent.gotoAndStop(1);
Symbol 551 MovieClip Frame 43
_root.gotoAndStop(24);
Symbol 552 MovieClip Frame 1
stop();
Symbol 552 MovieClip Frame 2
stop();
Symbol 552 MovieClip Frame 3
stop();
Symbol 552 MovieClip Frame 4
stop();
Symbol 552 MovieClip Frame 5
stop();
Symbol 552 MovieClip Frame 8
stop();
Symbol 559 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 14
stop();
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 257 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (/:stat == "small") {
if ((broken == 0) && (_currentframe == 1)) {
gotoAndPlay (2);
}
}
if (/:stat == "star") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "fire") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
if (/:stat == "big") {
if (broken == 0) {
gotoAndPlay (11);
broken = 1;
}
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 268 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (42);
broken = 1;
}
}
}
Instance of Symbol 563 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 79 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 79 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mario)) {
Set("/:mh", 1);
}
}
Instance of Symbol 552 MovieClip "bowser" in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health <= 0) {
this.gotoAndStop(8);
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 173 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
go = 1;
dead = 0;
xmove = -2;
}
onClipEvent (enterFrame) {
if ((top.hitTest(_root.mario) && (go == 1)) && (/:ymove > 0)) {
gotoAndPlay (20);
go = 0;
Set("/:ymove", -5);
Set("/:mh", 0);
}
if ((go == 0) && (_currentframe < 20)) {
gotoAndPlay (20);
}
if ((go == 0) && (dead == 0)) {
gotoAndPlay (21);
}
if (((body.hitTest(_root.mario) && (go == 1)) && (dead == 0)) && (ymove <= 0)) {
Set("/:mh", 1);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if ((((yy > 0) && (yy < 500)) && (xx > 0)) && (xx < 600)) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 279 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:bm == 1) {
go = 0;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:bm", 0);
}
if (this.hitTest(_root.mario) && (go == 1)) {
Set("/:high", 1);
Set("/:music", 0);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (this._y > 0) {
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if (_parent.touch.hitTest(xx, yy, true) == 0) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else if (go == 1) {
setProperty(this, _y , this._y + 3);
}
}
if (go == 1) {
setProperty(this, _x , this._x + xmove);
}
while ((_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) && (go == 1)) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
}
Instance of Symbol 283 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (/:gm == 1) {
go = 1;
setProperty(this, _x , /:bx);
setProperty(this, _y , /:by);
gotoAndPlay (2);
xmove = 1;
if (_root.mario._x > xx) {
xmove = -1;
}
if (_root.mario._x < xx) {
xmove = 1;
}
Set("/:gm", 0);
}
if (this.hitTest(_root.mario) && (_currentframe == 1)) {
Set("/:mh", 2);
setProperty(this, _y , -1000);
}
}
onClipEvent (enterFrame) {
yy = this._y + _parent._y;
xx = _parent._x + this._x;
if (_currentframe == 1) {
setProperty(this, _x , this._x + xmove);
}
if (_parent.touch.hitTest((xx - (this._width / 2)) + xmove, yy - 15, true) || (_parent.touch.hitTest((xx + (this._width / 2)) + xmove, yy - 15, true))) {
xmove = xmove * -1;
}
if ((_parent.touch.hitTest(xx, yy, true) == 0) && (yy > 0)) {
if ((_parent.touch.hitTest(xx + (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0)) || (_parent.touch.hitTest(xx - (this._width / 2), yy, true) && (_parent.touch.hitTest(xx, yy + 20, true) == 0))) {
} else {
setProperty(this, _y , this._y + 3);
}
}
while (_parent.touch.hitTest(xx, yy, true) && (_parent.touch.hitTest(xx, yy - 1, true))) {
setProperty(this, _y , this._y - 1);
yy = this._y + _parent._y;
xx = _parent._x + this._x;
}
}
Instance of Symbol 268 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (load) {
broken = 0;
}
onClipEvent (enterFrame) {
if ((broken == 1) && (_currentframe < 50)) {
gotoAndPlay (50);
}
if ((this.hitTest(_root.mario._x, _root.mario._y - _root.mario._height, true) == 1) || (((/:ymove < 0) && (this.hitTest(_root.mario._x + (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1)) && (this.hittest(_root.mario._x - (_root.mario._width / 2), _root.mario._y - _root.mario._height, true) == 1))) {
if (broken == 0) {
gotoAndPlay (50);
broken = 1;
Set("/:gm", 1);
Set("/:bx", this._x);
Set("/:by", this._y - (this._height / 2));
}
}
}
Instance of Symbol 79 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.ground.touch.s1.play();
}
}
Instance of Symbol 79 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.ground.touch.s2.play();
}
}
Instance of Symbol 79 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.ground.touch.s3.play();
}
}
Instance of Symbol 79 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.ground.touch.s4.play();
}
}
Instance of Symbol 79 MovieClip in Symbol 573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.mario)) {
_root.ground.touch.s5.play();
}
}
Symbol 580 Button
on (release) {
stopAllSounds();
gotoAndStop (24);
}
Symbol 581 Button
on (release) {
stopAllSounds();
_root.levels = 1;
_root.gotoAndStop(12);
}
Symbol 596 Button
on (release) {
prevFrame();
}
Symbol 597 MovieClip Frame 1
stop();
Instance of Symbol 592 MovieClip in Symbol 597 MovieClip Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
dragging = true;
}
}
onClipEvent (enterFrame) {
if (dragging && (_parent.hitRange.hitTest(_root._xmouse, _root._ymouse, false))) {
_x = (_parent._xmouse - 10);
_root.all.setVolume((_x + 62) / 0.55);
}
}
onClipEvent (mouseUp) {
dragging = false;
}
onClipEvent (load) {
dragging = false;
_root.all = new Sound();
}
Symbol 625 MovieClip Frame 1
stop();
gb = 0;
Set("/:xm", 1);
movement = "bstanding";
Symbol 625 MovieClip Frame 2
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
movement = "bwalking";
Symbol 625 MovieClip Frame 6
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 625 MovieClip Frame 10
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 625 MovieClip Frame 14
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 625 MovieClip Frame 19
gotoAndPlay (2);
movement = "bskidding";
Symbol 625 MovieClip Frame 20
gb = 1;
movement = "bjumping";
Symbol 625 MovieClip Frame 21
movement = "bfalling";
Symbol 625 MovieClip Frame 22
movement = "bcrouching";
Set("/:xm", 0);
Symbol 625 MovieClip Frame 31
stop();
gb = 0;
Set("/:xm", 1);
movement = "sstanding";
Symbol 625 MovieClip Frame 32
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
movement = "swalking";
Symbol 625 MovieClip Frame 36
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 625 MovieClip Frame 40
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 625 MovieClip Frame 44
if ((xmove > 5) || (xmove < -5)) {
gotoAndPlay(_currentframe + 2);
}
Set("/:xm", 1);
Symbol 625 MovieClip Frame 49
gotoAndPlay (32);
Symbol 625 MovieClip Frame 50
gb = 1;
movement = "sjumping";
stop();
Symbol 625 MovieClip Frame 70
Set("/:xm", 0);
Symbol 625 MovieClip Frame 97
gotoAndStop (1);
Symbol 625 MovieClip Frame 100
Set("/:xm", 0);
Symbol 625 MovieClip Frame 101
Set("/:xm", 0);
Symbol 625 MovieClip Frame 102
Set("/:xm", 0);
Symbol 625 MovieClip Frame 103
Set("/:xm", 0);
Symbol 625 MovieClip Frame 104
Set("/:xm", 0);
Symbol 625 MovieClip Frame 115
gotoAndStop (31);
Symbol 625 MovieClip Frame 180
stop();
Set("/:ld", 3);
Symbol 625 MovieClip Frame 245
stop();
Set("/:ld", 3);
Symbol 625 MovieClip Frame 249
stopAllSounds();
Symbol 625 MovieClip Frame 355
gotoAndStop (1);
_root.lives = _root.lives - 1;
_root.levels = 0;
if (_root.lives <= 0) {
_root.gotoAndStop(25);
}
Set("/:stat", "big");
Set("/:mh", 0);
_root.play();
Symbol 635 Button
on (release) {
stopAllSounds();
nextFrame();
}
Symbol 680 MovieClip Frame 740
stopAllSounds();
_root.gotoAndStop(1);
Symbol 689 MovieClip Frame 130
_root.gotoAndStop(1);