STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228024
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5119

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/72908337?noj=FRM72908337-19DC" width="1" height="1"></div>

superflashmariobros.swf

This is the info page for
Flash #10849

(Click the ID number above for more basic data on this flash file.)


Text
LOADING

PLAY

© Nintendo

<p align="left"><font face="Arial CE" size="16" color="#000000"><a href="http://www.thegameblazer.com/" target = "_blank">© TheGameBlazer.com</a></font></p>

CONTROLS

UP ARROW: JUMP
DOWN ARROW: CROUCH
LEFT ARROW: MOVE LEFT
RIGHT ARROW: MOVE RIGHT

<p align="left"><font face="Arial CE" size="15" color="#ffffff"><a href="http://www.thegameblazer.com/" target = "_blank"><b>TheGameBlazer.com</b></a></font></p>

<p align="left"><font face="Arial CE" size="15" color="#ffffff"><a href="http://www.thegameblazer.com/"><b>TheGameBlazer.com</b></a></font></p>

<p align="left"><font face="Arial CE" size="15" color="#ffffff"><a href="http://www.thegameblazer.com/"><b>TheGameBlazer.com</b></a></font></p>

100

100

100

100

000000

00

1-1

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

000000

00

Credits

Created By
Nadir Hamid
Joshua Robles

Programs Used
Flash Mx
FlAsh Mx 2004

Music
www.classicgaming.com
www.nintendojofr.com

Backgrounds
beefcake.nl

Sprites
Nadir Hamid
www.marioportal.com

Sound Effects
Nintendo
www.classicgaming.com

All rights reserved
(c) Nintendo
(c) TheGameBlazer.com

Thanks for playing

Main

Game Over

ActionScript [AS1/AS2]

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);

Library Items

Symbol 1 BitmapUsed by:2 29
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:11
Symbol 5 GraphicUsed by:11
Symbol 6 FontUsed by:7 9
Symbol 7 TextUses:6Used by:11
Symbol 8 GraphicUsed by:10
Symbol 9 TextUses:6Used by:10
Symbol 10 ButtonUses:8 9Used by:11
Symbol 11 MovieClipUses:4 5 7 10Used by:28
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:28  Timeline
Symbol 14 BitmapUsed by:15 191 192 193 194 196 197 198 199 200 203 206 207 208
Symbol 15 GraphicUses:14Used by:28 210  Timeline
Symbol 16 BitmapUsed by:17 604 606 607 611 612 613 614 615 621 622 623
Symbol 17 GraphicUses:16Used by:28 625  Timeline
Symbol 18 GraphicUsed by:28 680 689  Timeline
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:27
Symbol 22 SoundUsed by:27
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:27
Symbol 27 MovieClipUses:21 22 26Used by:28
Symbol 28 MovieClipUses:11 13 15 17 18 27Used by:Timeline
Symbol 29 GraphicUses:1Used by:Timeline
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:34
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:34
Symbol 34 ButtonUses:31 33Used by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:39
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39
Symbol 39 ButtonUses:36 38Used by:Timeline
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:44
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44
Symbol 44 ButtonUses:41 43Used by:Timeline
Symbol 45 FontUsed by:46 47 57 74 81
Symbol 46 TextUses:45Used by:Timeline
Symbol 47 EditableTextUses:45 56Used by:Timeline
Symbol 48 FontUsed by:49 50
Symbol 49 TextUses:48Used by:Timeline
Symbol 50 TextUses:48Used by:Timeline
Symbol 51 GraphicUsed by:83
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:83
Symbol 54 BitmapUsed by:55 80
Symbol 55 GraphicUses:54Used by:83
Symbol 56 FontUsed by:47 57 74 81 576
Symbol 57 EditableTextUses:45 56Used by:83
Symbol 58 BitmapUsed by:59 80
Symbol 59 GraphicUses:58Used by:62 75
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62 75
Symbol 62 ButtonUses:59 61Used by:83
Symbol 63 BitmapUsed by:64 80
Symbol 64 GraphicUses:63Used by:67 76
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:67 76
Symbol 67 ButtonUses:64 66Used by:83
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70
Symbol 70 MovieClipUses:69Used by:83
Symbol 71 BitmapUsed by:72 609
Symbol 72 GraphicUses:71Used by:73
Symbol 73 MovieClipUses:72Used by:83
Symbol 74 EditableTextUses:45 56Used by:83
Symbol 75 ButtonUses:59 61Used by:83
Symbol 76 ButtonUses:64 66Used by:83
Symbol 77 SoundUsed by:83
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:83 502 570 572 573
Symbol 80 GraphicUses:54 63 58Used by:83
Symbol 81 EditableTextUses:45 56Used by:83
Symbol 82 SoundUsed by:83
Symbol 83 MovieClipUses:51 53 55 57 62 67 70 73 74 75 76 77 79 80 81 82Used by:Timeline
Symbol 84 FontUsed by:85 86 94 95 96 98 101 102 103 212 213 216 217 226 227 228 229 290 291 292 293 296 297 298 299 320 321 322 323 325 326 327 329 504 505 506 507 509 510 511 513 574 575 577 578 582 583 584 585 602 603 626 630 631 632 640 641 642 644 645 646 647 648 649 651 652 653 654 655 656 658 659 660 661 662 663 664 665 666
Symbol 85 EditableTextUses:84Used by:Timeline
Symbol 86 EditableTextUses:84Used by:Timeline
Symbol 87 BitmapUsed by:93 211
Symbol 88 BitmapUsed by:93 211
Symbol 89 BitmapUsed by:93
Symbol 90 BitmapUsed by:93 211 225
Symbol 91 BitmapUsed by:93 211 225
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:87 88 89 90 91 92Used by:Timeline
Symbol 94 EditableTextUses:84Used by:100
Symbol 95 EditableTextUses:84Used by:100
Symbol 96 EditableTextUses:84Used by:100
Symbol 97 SoundUsed by:100
Symbol 98 EditableTextUses:84Used by:100
Symbol 99 SoundUsed by:100
Symbol 100 MovieClipUses:94 95 96 97 98 99Used by:Timeline
Symbol 101 EditableTextUses:84Used by:Timeline
Symbol 102 EditableTextUses:84Used by:Timeline
Symbol 103 EditableTextUses:84Used by:Timeline
Symbol 104 GraphicUsed by:115
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:115
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:115
Symbol 109 GraphicUsed by:115
Symbol 110 GraphicUsed by:114 596
Symbol 111 GraphicUsed by:114 596
Symbol 112 GraphicUsed by:114 596
Symbol 113 GraphicUsed by:114 596
Symbol 114 ButtonUses:110 111 112 113Used by:115
Symbol 115 MovieClipUses:104 106 108 109 114Used by:117  Timeline
Symbol 116 GraphicUsed by:117 598
Symbol 117 ButtonUses:115 116Used by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 BitmapUsed by:120 589 629
Symbol 120 GraphicUses:119Used by:Timeline
Symbol 121 BitmapUsed by:122 128 130 131 133 134
Symbol 122 GraphicUses:121Used by:165
Symbol 123 GraphicUsed by:165 275 309 340 560
Symbol 124 GraphicUsed by:127 245
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:127
Symbol 127 MovieClipUses:124 126Used by:165 309 340 560
Symbol 128 GraphicUses:121Used by:129
Symbol 129 MovieClipUses:128Used by:165
Symbol 130 GraphicUses:121Used by:165
Symbol 131 GraphicUses:121Used by:132
Symbol 132 MovieClipUses:131Used by:165
Symbol 133 GraphicUses:121Used by:165
Symbol 134 GraphicUses:121Used by:135
Symbol 135 MovieClipUses:134Used by:165
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:138
Symbol 138 MovieClipUses:137Used by:165
Symbol 139 BitmapUsed by:140 141 143
Symbol 140 GraphicUses:139Used by:144
Symbol 141 GraphicUses:139Used by:144
Symbol 142 SoundUsed by:144
Symbol 143 GraphicUses:139Used by:144
Symbol 144 MovieClipUses:140 141 142 143Used by:165
Symbol 145 GraphicUsed by:159 268
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:159
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:159
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:159
Symbol 152 BitmapUsed by:153 157
Symbol 153 GraphicUses:152Used by:159
Symbol 154 GraphicUsed by:159 268
Symbol 155 SoundUsed by:159
Symbol 156 GraphicUsed by:159 268
Symbol 157 GraphicUses:152Used by:159
Symbol 158 GraphicUsed by:159 268
Symbol 159 MovieClipUses:145 147 149 151 153 154 155 156 157 158Used by:165 190 289
Symbol 160 GraphicUsed by:165
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:165
Symbol 163 GraphicUsed by:164 272
Symbol 164 MovieClipUses:163Used by:165
Symbol 165 MovieClipUses:122 123 127 129 130 132 133 135 138 144 159 160 162 164Used by:190
Symbol 166 BitmapUsed by:167 170 171
Symbol 167 GraphicUses:166Used by:173
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:173 318 544 545
Symbol 170 GraphicUses:166Used by:173
Symbol 171 GraphicUses:166Used by:173
Symbol 172 SoundUsed by:173
Symbol 173 MovieClipUses:167 169 170 171 172Used by:190 289 319 503 573
Symbol 174 GraphicUsed by:178
Symbol 175 GraphicUsed by:178 183 279 283
Symbol 176 GraphicUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:174 175 176 177 SS1Used by:190
Symbol 179 GraphicUsed by:182 282
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClipUses:179 181Used by:183
Symbol 183 MovieClipUses:182 175 SS2Used by:190
Symbol 184 GraphicUsed by:186 285
Symbol 185 SoundUsed by:186
Symbol 186 MovieClipUses:184 185Used by:190
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClipUses:165 173 178 159 183 186 189Used by:Timeline
Symbol 191 GraphicUses:14Used by:210
Symbol 192 GraphicUses:14Used by:210
Symbol 193 GraphicUses:14Used by:210
Symbol 194 GraphicUses:14Used by:210
Symbol 195 SoundUsed by:210
Symbol 196 GraphicUses:14Used by:210
Symbol 197 GraphicUses:14Used by:201 210
Symbol 198 GraphicUses:14Used by:210
Symbol 199 GraphicUses:14Used by:210
Symbol 200 GraphicUses:14Used by:210
Symbol 201 MovieClipUses:197Used by:210
Symbol 202 SoundUsed by:210
Symbol 203 GraphicUses:14Used by:204
Symbol 204 MovieClipUses:203Used by:210
Symbol 205 SoundUsed by:210
Symbol 206 GraphicUses:14Used by:210
Symbol 207 GraphicUses:14Used by:210
Symbol 208 GraphicUses:14Used by:210
Symbol 209 SoundUsed by:210
Symbol 210 MovieClipUses:191 192 193 15 194 195 196 197 198 199 200 201 202 204 205 206 207 208 209Used by:Timeline
Symbol 211 GraphicUses:88 87 91 90Used by:Timeline
Symbol 212 EditableTextUses:84Used by:Timeline
Symbol 213 EditableTextUses:84Used by:Timeline
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:Timeline
Symbol 216 EditableTextUses:84Used by:Timeline
Symbol 217 EditableTextUses:84Used by:Timeline
Symbol 218 SoundUsed by:Timeline
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221 580
Symbol 221 ButtonUses:220Used by:Timeline
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:224 295 328 512 581
Symbol 224 ButtonUses:223Used by:Timeline
Symbol 225 GraphicUses:90 91Used by:Timeline
Symbol 226 EditableTextUses:84Used by:Timeline
Symbol 227 EditableTextUses:84Used by:Timeline
Symbol 228 EditableTextUses:84Used by:Timeline
Symbol 229 EditableTextUses:84Used by:Timeline
Symbol 230 BitmapUsed by:233
Symbol 231 BitmapUsed by:233
Symbol 232 BitmapUsed by:233 236
Symbol 233 GraphicUses:230 231 232Used by:Timeline
Symbol 234 BitmapUsed by:236
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:234 235 232Used by:237
Symbol 237 MovieClipUses:236Used by:Timeline
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:240
Symbol 240 MovieClipUses:239Used by:Timeline
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:245
Symbol 245 MovieClipUses:124 244Used by:275
Symbol 246 BitmapUsed by:247 248 250 251
Symbol 247 GraphicUses:246Used by:275
Symbol 248 GraphicUses:246Used by:275
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:246 249Used by:275
Symbol 251 GraphicUses:246Used by:275
Symbol 252 BitmapUsed by:253 254 256
Symbol 253 GraphicUses:252Used by:257
Symbol 254 GraphicUses:252Used by:257
Symbol 255 SoundUsed by:257
Symbol 256 GraphicUses:252Used by:257
Symbol 257 MovieClipUses:253 254 255 256Used by:275 309 340 560
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:268
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:268
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:268
Symbol 264 BitmapUsed by:265 267
Symbol 265 GraphicUses:264Used by:268 340
Symbol 266 SoundUsed by:268
Symbol 267 GraphicUses:264Used by:268 340
Symbol 268 MovieClipUses:145 259 261 263 265 154 266 156 267 158Used by:275 309 319 340 503 560 573
Symbol 269 GraphicUsed by:275
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:275 309 340
Symbol 272 MovieClipUses:163Used by:275 309 340
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:275
Symbol 275 MovieClipUses:123 245 247 248 250 251 257 268 269 271 272 274Used by:289
Symbol 276 GraphicUsed by:279
Symbol 277 GraphicUsed by:279
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:276 175 277 278 SS3Used by:289 319 503 573
Symbol 280 BitmapUsed by:281
Symbol 281 GraphicUses:280Used by:282
Symbol 282 MovieClipUses:179 281Used by:283
Symbol 283 MovieClipUses:282 175 SS4Used by:289 319 503 573
Symbol 284 SoundUsed by:285
Symbol 285 MovieClipUses:184 284Used by:289 319 503
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:288
Symbol 288 MovieClipUses:287Used by:289 319 503
Symbol 289 MovieClipUses:275 159 279 173 283 285 288Used by:Timeline
Symbol 290 EditableTextUses:84Used by:Timeline
Symbol 291 EditableTextUses:84Used by:Timeline
Symbol 292 EditableTextUses:84Used by:Timeline
Symbol 293 EditableTextUses:84Used by:Timeline
Symbol 294 SoundUsed by:Timeline
Symbol 295 ButtonUses:223Used by:Timeline
Symbol 296 EditableTextUses:84Used by:Timeline
Symbol 297 EditableTextUses:84Used by:Timeline
Symbol 298 EditableTextUses:84Used by:Timeline
Symbol 299 EditableTextUses:84Used by:Timeline
Symbol 300 BitmapUsed by:301 650
Symbol 301 GraphicUses:300Used by:Timeline
Symbol 302 BitmapUsed by:303 304 305 306 307 308
Symbol 303 GraphicUses:302Used by:309
Symbol 304 GraphicUses:302Used by:309
Symbol 305 GraphicUses:302Used by:309
Symbol 306 GraphicUses:302Used by:309
Symbol 307 GraphicUses:302Used by:309
Symbol 308 GraphicUses:302Used by:309
Symbol 309 MovieClipUses:303 127 268 257 304 305 306 307 308 271 272 123Used by:319
Symbol 310 BitmapUsed by:311 312 313 315 316 317 497 498 499 500 561 564 565 566 568 569 571
Symbol 311 GraphicUses:310Used by:318
Symbol 312 GraphicUses:310Used by:318
Symbol 313 GraphicUses:310Used by:318
Symbol 314 SoundUsed by:318
Symbol 315 GraphicUses:310Used by:318
Symbol 316 GraphicUses:310Used by:318
Symbol 317 GraphicUses:310Used by:318
Symbol 318 MovieClipUses:311 169 312 313 314 315 316 317Used by:319 503
Symbol 319 MovieClipUses:309 285 288 318 173 268 283 279Used by:Timeline
Symbol 320 EditableTextUses:84Used by:Timeline
Symbol 321 EditableTextUses:84Used by:Timeline
Symbol 322 EditableTextUses:84Used by:Timeline
Symbol 323 EditableTextUses:84Used by:Timeline
Symbol 324 SoundUsed by:Timeline
Symbol 325 EditableTextUses:84Used by:Timeline
Symbol 326 EditableTextUses:84Used by:Timeline
Symbol 327 EditableTextUses:84Used by:Timeline
Symbol 328 ButtonUses:223Used by:Timeline
Symbol 329 EditableTextUses:84Used by:Timeline
Symbol 330 BitmapUsed by:331 657
Symbol 331 GraphicUses:330Used by:Timeline
Symbol 332 BitmapUsed by:333 334 335 336 337 338 339
Symbol 333 GraphicUses:332Used by:340
Symbol 334 GraphicUses:332Used by:340
Symbol 335 GraphicUses:332Used by:340
Symbol 336 GraphicUses:332Used by:340
Symbol 337 GraphicUses:332Used by:340
Symbol 338 GraphicUses:332Used by:340
Symbol 339 GraphicUses:332Used by:340
Symbol 340 MovieClipUses:333 127 268 257 334 335 336 337 338 123 265 339 271 272 267Used by:503
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:343
Symbol 343 MovieClipUses:342Used by:496
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:496
Symbol 346 BitmapUsed by:347
Symbol 347 GraphicUses:346Used by:496
Symbol 348 BitmapUsed by:349
Symbol 349 GraphicUses:348Used by:496
Symbol 350 BitmapUsed by:351
Symbol 351 GraphicUses:350Used by:496
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:496
Symbol 354 BitmapUsed by:355
Symbol 355 GraphicUses:354Used by:496
Symbol 356 BitmapUsed by:357
Symbol 357 GraphicUses:356Used by:496
Symbol 358 BitmapUsed by:359
Symbol 359 GraphicUses:358Used by:496
Symbol 360 BitmapUsed by:361
Symbol 361 GraphicUses:360Used by:496
Symbol 362 BitmapUsed by:363
Symbol 363 GraphicUses:362Used by:496
Symbol 364 BitmapUsed by:365
Symbol 365 GraphicUses:364Used by:496
Symbol 366 BitmapUsed by:367
Symbol 367 GraphicUses:366Used by:496
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:496
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:496
Symbol 372 BitmapUsed by:373
Symbol 373 GraphicUses:372Used by:496
Symbol 374 BitmapUsed by:375
Symbol 375 GraphicUses:374Used by:496
Symbol 376 BitmapUsed by:377
Symbol 377 GraphicUses:376Used by:496
Symbol 378 BitmapUsed by:379
Symbol 379 GraphicUses:378Used by:496
Symbol 380 BitmapUsed by:381
Symbol 381 GraphicUses:380Used by:496
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:496
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:496
Symbol 386 BitmapUsed by:387
Symbol 387 GraphicUses:386Used by:496
Symbol 388 BitmapUsed by:389
Symbol 389 GraphicUses:388Used by:496
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:390Used by:496
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:496
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:496
Symbol 396 BitmapUsed by:397
Symbol 397 GraphicUses:396Used by:496
Symbol 398 BitmapUsed by:399
Symbol 399 GraphicUses:398Used by:496
Symbol 400 BitmapUsed by:401
Symbol 401 GraphicUses:400Used by:496
Symbol 402 BitmapUsed by:403
Symbol 403 GraphicUses:402Used by:496
Symbol 404 BitmapUsed by:405
Symbol 405 GraphicUses:404Used by:496
Symbol 406 BitmapUsed by:407
Symbol 407 GraphicUses:406Used by:496
Symbol 408 BitmapUsed by:409
Symbol 409 GraphicUses:408Used by:496
Symbol 410 BitmapUsed by:411
Symbol 411 GraphicUses:410Used by:496
Symbol 412 BitmapUsed by:413
Symbol 413 GraphicUses:412Used by:496
Symbol 414 BitmapUsed by:415
Symbol 415 GraphicUses:414Used by:496
Symbol 416 BitmapUsed by:417
Symbol 417 GraphicUses:416Used by:496
Symbol 418 BitmapUsed by:419
Symbol 419 GraphicUses:418Used by:496
Symbol 420 BitmapUsed by:421
Symbol 421 GraphicUses:420Used by:496
Symbol 422 BitmapUsed by:423
Symbol 423 GraphicUses:422Used by:496
Symbol 424 BitmapUsed by:425
Symbol 425 GraphicUses:424Used by:496
Symbol 426 BitmapUsed by:427
Symbol 427 GraphicUses:426Used by:496
Symbol 428 BitmapUsed by:429
Symbol 429 GraphicUses:428Used by:496
Symbol 430 BitmapUsed by:431
Symbol 431 GraphicUses:430Used by:496
Symbol 432 BitmapUsed by:433
Symbol 433 GraphicUses:432Used by:496
Symbol 434 BitmapUsed by:435
Symbol 435 GraphicUses:434Used by:496
Symbol 436 BitmapUsed by:437
Symbol 437 GraphicUses:436Used by:496
Symbol 438 BitmapUsed by:439
Symbol 439 GraphicUses:438Used by:496
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:496
Symbol 442 BitmapUsed by:443
Symbol 443 GraphicUses:442Used by:496
Symbol 444 BitmapUsed by:445
Symbol 445 GraphicUses:444Used by:496
Symbol 446 BitmapUsed by:447
Symbol 447 GraphicUses:446Used by:496
Symbol 448 BitmapUsed by:449
Symbol 449 GraphicUses:448Used by:496
Symbol 450 BitmapUsed by:451
Symbol 451 GraphicUses:450Used by:496
Symbol 452 BitmapUsed by:453
Symbol 453 GraphicUses:452Used by:496
Symbol 454 BitmapUsed by:455
Symbol 455 GraphicUses:454Used by:496
Symbol 456 BitmapUsed by:457
Symbol 457 GraphicUses:456Used by:496
Symbol 458 BitmapUsed by:459
Symbol 459 GraphicUses:458Used by:496
Symbol 460 BitmapUsed by:461
Symbol 461 GraphicUses:460Used by:496
Symbol 462 BitmapUsed by:463
Symbol 463 GraphicUses:462Used by:496
Symbol 464 BitmapUsed by:465
Symbol 465 GraphicUses:464Used by:496
Symbol 466 BitmapUsed by:467
Symbol 467 GraphicUses:466Used by:496
Symbol 468 BitmapUsed by:469
Symbol 469 GraphicUses:468Used by:496
Symbol 470 BitmapUsed by:471
Symbol 471 GraphicUses:470Used by:496
Symbol 472 BitmapUsed by:473
Symbol 473 GraphicUses:472Used by:496
Symbol 474 BitmapUsed by:475
Symbol 475 GraphicUses:474Used by:496
Symbol 476 BitmapUsed by:477
Symbol 477 GraphicUses:476Used by:496
Symbol 478 BitmapUsed by:479
Symbol 479 GraphicUses:478Used by:496
Symbol 480 BitmapUsed by:481
Symbol 481 GraphicUses:480Used by:496
Symbol 482 BitmapUsed by:483
Symbol 483 GraphicUses:482Used by:496
Symbol 484 BitmapUsed by:485
Symbol 485 GraphicUses:484Used by:496
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:496
Symbol 488 BitmapUsed by:489
Symbol 489 GraphicUses:488Used by:496
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:496
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:496
Symbol 494 BitmapUsed by:495
Symbol 495 GraphicUses:494Used by:496
Symbol 496 MovieClipUses:343 345 347 349 351 353 355 357 359 361 363 365 367 369 371 373 375 377 379 381 383 385 387 389 391 393 395 397 399 401 403 405 407 409 411 413 415 417 419 421 423 425 427 429 431 433 435 437 439 441 443 445 447 449 451 453 455 457 459 461 463 465 467 469 471 473 475 477 479 481 483 485 487 489 491 493 495Used by:503 573
Symbol 497 GraphicUses:310Used by:502
Symbol 498 GraphicUses:310Used by:502
Symbol 499 GraphicUses:310Used by:502
Symbol 500 GraphicUses:310Used by:501
Symbol 501 MovieClipUses:500Used by:502
Symbol 502 MovieClipUses:79 497 498 499 501Used by:503
Symbol 503 MovieClipUses:340 496 283 279 173 285 288 502 318 268Used by:Timeline
Symbol 504 EditableTextUses:84Used by:Timeline
Symbol 505 EditableTextUses:84Used by:Timeline
Symbol 506 EditableTextUses:84Used by:Timeline
Symbol 507 EditableTextUses:84Used by:Timeline
Symbol 508 SoundUsed by:Timeline
Symbol 509 EditableTextUses:84Used by:Timeline
Symbol 510 EditableTextUses:84Used by:Timeline
Symbol 511 EditableTextUses:84Used by:Timeline
Symbol 512 ButtonUses:223Used by:Timeline
Symbol 513 EditableTextUses:84Used by:Timeline
Symbol 514 BitmapUsed by:515
Symbol 515 GraphicUses:514Used by:Timeline
Symbol 516 BitmapUsed by:517 524
Symbol 517 GraphicUses:516Used by:528 544 545
Symbol 518 BitmapUsed by:519 525
Symbol 519 GraphicUses:518Used by:528 545
Symbol 520 BitmapUsed by:521 526
Symbol 521 GraphicUses:520Used by:528 545
Symbol 522 BitmapUsed by:523 527
Symbol 523 GraphicUses:522Used by:528
Symbol 524 GraphicUses:516Used by:528
Symbol 525 GraphicUses:518Used by:528
Symbol 526 GraphicUses:520Used by:528
Symbol 527 GraphicUses:522Used by:528
Symbol 528 MovieClipUses:517 519 521 523 524 525 526 527Used by:552
Symbol 529 BitmapUsed by:530
Symbol 530 GraphicUses:529Used by:542
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:542
Symbol 533 GraphicUsed by:534
Symbol 534 MovieClipUses:533Used by:540
Symbol 535 BitmapUsed by:536 537 538 539
Symbol 536 GraphicUses:535Used by:540
Symbol 537 GraphicUses:535Used by:540
Symbol 538 GraphicUses:535Used by:540
Symbol 539 GraphicUses:535Used by:540
Symbol 540 MovieClipUses:534 536 537 538 539Used by:542
Symbol 541 SoundUsed by:542
Symbol 542 MovieClipUses:530 532 540 541Used by:552
Symbol 543 SoundUsed by:544
Symbol 544 MovieClipUses:517 169 543Used by:552
Symbol 545 MovieClipUses:517 169 519 521Used by:546
Symbol 546 MovieClipUses:545Used by:552
Symbol 547 BitmapUsed by:548 549
Symbol 548 GraphicUses:547Used by:550
Symbol 549 GraphicUses:547Used by:550
Symbol 550 MovieClipUses:548 549Used by:551
Symbol 551 MovieClipUses:550Used by:552
Symbol 552 MovieClipUses:528 542 544 546 551Used by:573
Symbol 553 BitmapUsed by:554 555
Symbol 554 GraphicUses:553Used by:560
Symbol 555 GraphicUses:553Used by:560
Symbol 556 BitmapUsed by:557 558
Symbol 557 GraphicUses:556Used by:559
Symbol 558 GraphicUses:556Used by:559
Symbol 559 MovieClipUses:557 558Used by:560
Symbol 560 MovieClipUses:554 555 127 268 257 123 559Used by:573
Symbol 561 GraphicUses:310Used by:567
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:567
Symbol 564 GraphicUses:310Used by:567
Symbol 565 GraphicUses:310Used by:567
Symbol 566 GraphicUses:310Used by:567
Symbol 567 MovieClipUses:561 563 564 565 566Used by:573
Symbol 568 GraphicUses:310Used by:570
Symbol 569 GraphicUses:310Used by:570
Symbol 570 MovieClipUses:568 79 569Used by:573
Symbol 571 GraphicUses:310Used by:572
Symbol 572 MovieClipUses:571 79Used by:573
Symbol 573 MovieClipUses:552 560 567 570 572 173 279 283 268 496 79Used by:Timeline
Symbol 574 EditableTextUses:84Used by:Timeline
Symbol 575 EditableTextUses:84Used by:Timeline
Symbol 576 EditableTextUses:56Used by:Timeline
Symbol 577 EditableTextUses:84Used by:Timeline
Symbol 578 EditableTextUses:84Used by:Timeline
Symbol 579 SoundUsed by:Timeline
Symbol 580 ButtonUses:220Used by:Timeline
Symbol 581 ButtonUses:223Used by:Timeline
Symbol 582 EditableTextUses:84Used by:Timeline
Symbol 583 EditableTextUses:84Used by:Timeline
Symbol 584 EditableTextUses:84Used by:Timeline
Symbol 585 EditableTextUses:84Used by:Timeline
Symbol 586 BitmapUsed by:589 639
Symbol 587 BitmapUsed by:589 629 639 643 650 657
Symbol 588 BitmapUsed by:589 629 639 643 650 657
Symbol 589 GraphicUses:586 587 588 119Used by:Timeline
Symbol 590 GraphicUsed by:597
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:591Used by:597
Symbol 593 GraphicUsed by:594
Symbol 594 MovieClipUses:593Used by:597
Symbol 595 GraphicUsed by:597
Symbol 596 ButtonUses:110 111 112 113Used by:597
Symbol 597 MovieClipUses:590 592 594 595 596Used by:598
Symbol 598 ButtonUses:597 116Used by:599
Symbol 599 MovieClipUses:598Used by:Timeline
Symbol 600 BitmapUsed by:601
Symbol 601 GraphicUses:600Used by:Timeline
Symbol 602 EditableTextUses:84Used by:Timeline
Symbol 603 EditableTextUses:84Used by:Timeline
Symbol 604 GraphicUses:16Used by:605 619 625
Symbol 605 MovieClipUses:604Used by:625
Symbol 606 GraphicUses:16Used by:625
Symbol 607 GraphicUses:16Used by:625
Symbol 608 GraphicUsed by:625
Symbol 609 GraphicUses:71Used by:625
Symbol 610 SoundUsed by:625
Symbol 611 GraphicUses:16Used by:625
Symbol 612 GraphicUses:16Used by:617 618 625
Symbol 613 GraphicUses:16Used by:625
Symbol 614 GraphicUses:16Used by:625
Symbol 615 GraphicUses:16Used by:625
Symbol 616 SoundUsed by:625
Symbol 617 MovieClipUses:612Used by:625
Symbol 618 MovieClipUses:612Used by:625
Symbol 619 MovieClipUses:604Used by:625
Symbol 620 SoundUsed by:625
Symbol 621 GraphicUses:16Used by:625
Symbol 622 GraphicUses:16Used by:625
Symbol 623 GraphicUses:16Used by:625
Symbol 624 SoundUsed by:625
Symbol 625 MovieClipUses:605 604 606 607 608 609 17 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624Used by:Timeline
Symbol 626 EditableTextUses:84Used by:Timeline
Symbol 627 BitmapUsed by:628
Symbol 628 GraphicUses:627Used by:Timeline
Symbol 629 GraphicUses:587 588 119Used by:Timeline
Symbol 630 EditableTextUses:84Used by:Timeline
Symbol 631 EditableTextUses:84Used by:Timeline
Symbol 632 EditableTextUses:84Used by:Timeline
Symbol 633 BitmapUsed by:634
Symbol 634 GraphicUses:633Used by:635
Symbol 635 ButtonUses:634Used by:Timeline
Symbol 636 BitmapUsed by:637
Symbol 637 GraphicUses:636Used by:638
Symbol 638 MovieClipUses:637Used by:Timeline
Symbol 639 GraphicUses:586 587 588Used by:Timeline
Symbol 640 EditableTextUses:84Used by:Timeline
Symbol 641 EditableTextUses:84Used by:Timeline
Symbol 642 EditableTextUses:84Used by:Timeline
Symbol 643 GraphicUses:587 588Used by:Timeline
Symbol 644 EditableTextUses:84Used by:Timeline
Symbol 645 EditableTextUses:84Used by:Timeline
Symbol 646 EditableTextUses:84Used by:Timeline
Symbol 647 EditableTextUses:84Used by:Timeline
Symbol 648 EditableTextUses:84Used by:Timeline
Symbol 649 EditableTextUses:84Used by:Timeline
Symbol 650 GraphicUses:587 588 300Used by:Timeline
Symbol 651 EditableTextUses:84Used by:Timeline
Symbol 652 EditableTextUses:84Used by:Timeline
Symbol 653 EditableTextUses:84Used by:Timeline
Symbol 654 EditableTextUses:84Used by:Timeline
Symbol 655 EditableTextUses:84Used by:Timeline
Symbol 656 EditableTextUses:84Used by:Timeline
Symbol 657 GraphicUses:587 588 330Used by:Timeline
Symbol 658 EditableTextUses:84Used by:Timeline
Symbol 659 EditableTextUses:84Used by:Timeline
Symbol 660 EditableTextUses:84Used by:Timeline
Symbol 661 EditableTextUses:84Used by:Timeline
Symbol 662 EditableTextUses:84Used by:Timeline
Symbol 663 EditableTextUses:84Used by:Timeline
Symbol 664 EditableTextUses:84Used by:Timeline
Symbol 665 EditableTextUses:84Used by:Timeline
Symbol 666 EditableTextUses:84Used by:Timeline
Symbol 667 BitmapUsed by:668
Symbol 668 GraphicUses:667Used by:Timeline
Symbol 669 FontUsed by:670 671 672 673 674 675 676 677 678
Symbol 670 TextUses:669Used by:679
Symbol 671 TextUses:669Used by:679
Symbol 672 TextUses:669Used by:679
Symbol 673 TextUses:669Used by:679
Symbol 674 TextUses:669Used by:679
Symbol 675 TextUses:669Used by:679
Symbol 676 TextUses:669Used by:679
Symbol 677 TextUses:669Used by:679
Symbol 678 TextUses:669Used by:679
Symbol 679 MovieClipUses:670 671 672 673 674 675 676 677 678Used by:680
Symbol 680 MovieClipUses:679 18Used by:Timeline
Symbol 681 FontUsed by:682
Symbol 682 TextUses:681Used by:684
Symbol 683 GraphicUsed by:684
Symbol 684 ButtonUses:682 683Used by:Timeline
Symbol 685 GraphicUsed by:689
Symbol 686 FontUsed by:687
Symbol 687 TextUses:686Used by:689
Symbol 688 SoundUsed by:689
Symbol 689 MovieClipUses:685 687 688 18Used by:Timeline
Streaming Sound 1Used by:Symbol 178 MovieClip
Streaming Sound 2Used by:Symbol 183 MovieClip
Streaming Sound 3Used by:Symbol 279 MovieClip
Streaming Sound 4Used by:Symbol 283 MovieClip

Instance Names

"intro"Frame 1Symbol 28 MovieClip
"ground"Frame 4Symbol 190 MovieClip
"mario"Frame 4Symbol 210 MovieClip
"c"Frame 5Symbol 221 Button
"b"Frame 5Symbol 224 Button
"ground"Frame 6Symbol 289 MovieClip
"mario"Frame 6Symbol 210 MovieClip
"c"Frame 7Symbol 221 Button
"b"Frame 7Symbol 295 Button
"ground"Frame 8Symbol 319 MovieClip
"mario"Frame 8Symbol 210 MovieClip
"c"Frame 9Symbol 221 Button
"b"Frame 9Symbol 328 Button
"ground"Frame 10Symbol 503 MovieClip
"mario"Frame 10Symbol 210 MovieClip
"c"Frame 11Symbol 221 Button
"b"Frame 11Symbol 512 Button
"ground"Frame 12Symbol 573 MovieClip
"mario"Frame 12Symbol 210 MovieClip
"c"Frame 13Symbol 580 Button
"b"Frame 13Symbol 581 Button
"ground"Frame 14Symbol 190 MovieClip
"mario"Frame 14Symbol 625 MovieClip
"c"Frame 15Symbol 635 Button
"b"Frame 15Symbol 638 MovieClip
"ground"Frame 16Symbol 289 MovieClip
"mario"Frame 16Symbol 625 MovieClip
"c"Frame 17Symbol 635 Button
"b"Frame 17Symbol 638 MovieClip
"ground"Frame 18Symbol 319 MovieClip
"mario"Frame 18Symbol 625 MovieClip
"c"Frame 19Symbol 635 Button
"b"Frame 19Symbol 638 MovieClip
"ground"Frame 20Symbol 503 MovieClip
"mario"Frame 20Symbol 625 MovieClip
"c"Frame 21Symbol 635 Button
"b"Frame 21Symbol 638 MovieClip
"ground"Frame 22Symbol 573 MovieClip
"mario"Frame 22Symbol 625 MovieClip
"c"Frame 23Symbol 635 Button
"b"Frame 23Symbol 638 MovieClip
"bar"Symbol 11 MovieClip Frame 1Symbol 4 MovieClip
"hitRange"Symbol 115 MovieClip Frame 1Symbol 108 MovieClip
"top"Symbol 173 MovieClip Frame 1Symbol 169 MovieClip
"body"Symbol 173 MovieClip Frame 1Symbol 169 MovieClip
"touch"Symbol 190 MovieClip Frame 1Symbol 165 MovieClip
"touch"Symbol 289 MovieClip Frame 1Symbol 275 MovieClip
"top"Symbol 318 MovieClip Frame 1Symbol 169 MovieClip
"body"Symbol 318 MovieClip Frame 1Symbol 169 MovieClip
"touch"Symbol 319 MovieClip Frame 1Symbol 309 MovieClip
"kooper"Symbol 319 MovieClip Frame 1Symbol 318 MovieClip
"touch"Symbol 503 MovieClip Frame 1Symbol 340 MovieClip
"body"Symbol 503 MovieClip Frame 1Symbol 502 MovieClip
"kooper"Symbol 503 MovieClip Frame 1Symbol 318 MovieClip
"top"Symbol 544 MovieClip Frame 1Symbol 169 MovieClip
"body"Symbol 544 MovieClip Frame 1Symbol 169 MovieClip
"top"Symbol 545 MovieClip Frame 1Symbol 169 MovieClip
"body"Symbol 545 MovieClip Frame 1Symbol 169 MovieClip
"b3"Symbol 552 MovieClip Frame 3Symbol 544 MovieClip
"s1"Symbol 560 MovieClip Frame 1Symbol 559 MovieClip
"s2"Symbol 560 MovieClip Frame 1Symbol 559 MovieClip
"s3"Symbol 560 MovieClip Frame 1Symbol 559 MovieClip
"s4"Symbol 560 MovieClip Frame 1Symbol 559 MovieClip
"s5"Symbol 560 MovieClip Frame 1Symbol 559 MovieClip
"s5"Symbol 560 MovieClip Frame 1Symbol 559 MovieClip
"bowser"Symbol 573 MovieClip Frame 1Symbol 552 MovieClip
"touch"Symbol 573 MovieClip Frame 1Symbol 560 MovieClip
"hitRange"Symbol 597 MovieClip Frame 1Symbol 594 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$yo$kXXfKb6yyBqGq9BTtjElD.."

Labels

"loaded"Symbol 11 MovieClip Frame 3

Dynamic Text Variables

livesSymbol 85 EditableText""
levelsSymbol 86 EditableText""
timeSymbol 94 EditableText"100"
timeSymbol 95 EditableText"100"
timeSymbol 96 EditableText"100"
timeSymbol 98 EditableText"100"
/:points2Symbol 101 EditableText"000000"
/:coins2Symbol 102 EditableText"00"
/:points2Symbol 212 EditableText"000000"
/:coins2Symbol 213 EditableText"00"
livesSymbol 216 EditableText""
levelsSymbol 217 EditableText""
/:points2Symbol 226 EditableText"000000"
/:coins2Symbol 227 EditableText"00"
livesSymbol 228 EditableText""
levelsSymbol 229 EditableText""
/:points2Symbol 290 EditableText"000000"
/:coins2Symbol 291 EditableText"00"
livesSymbol 292 EditableText""
levelsSymbol 293 EditableText""
/:points2Symbol 296 EditableText"000000"
/:coins2Symbol 297 EditableText"00"
livesSymbol 298 EditableText""
levelsSymbol 299 EditableText""
/:points2Symbol 320 EditableText"000000"
/:coins2Symbol 321 EditableText"00"
livesSymbol 322 EditableText""
levelsSymbol 323 EditableText""
/:points2Symbol 325 EditableText"000000"
/:coins2Symbol 326 EditableText"00"
livesSymbol 327 EditableText""
levelsSymbol 329 EditableText""
/:points2Symbol 504 EditableText"000000"
/:coins2Symbol 505 EditableText"00"
livesSymbol 506 EditableText""
levelsSymbol 507 EditableText""
/:points2Symbol 509 EditableText"000000"
/:coins2Symbol 510 EditableText"00"
livesSymbol 511 EditableText""
levelsSymbol 513 EditableText""
/:points2Symbol 574 EditableText"000000"
/:coins2Symbol 575 EditableText"00"
healthSymbol 576 EditableText""
livesSymbol 577 EditableText""
levelsSymbol 578 EditableText""
/:points2Symbol 582 EditableText"000000"
/:coins2Symbol 583 EditableText"00"
livesSymbol 584 EditableText""
levelsSymbol 585 EditableText""
/:points2Symbol 602 EditableText"000000"
/:coins2Symbol 603 EditableText"00"
livesSymbol 626 EditableText""
/:points2Symbol 630 EditableText"000000"
/:coins2Symbol 631 EditableText"00"
livesSymbol 632 EditableText""
/:points2Symbol 640 EditableText"000000"
/:coins2Symbol 641 EditableText"00"
livesSymbol 642 EditableText""
/:points2Symbol 644 EditableText"000000"
/:coins2Symbol 645 EditableText"00"
livesSymbol 646 EditableText""
/:points2Symbol 647 EditableText"000000"
/:coins2Symbol 648 EditableText"00"
livesSymbol 649 EditableText""
/:points2Symbol 651 EditableText"000000"
/:coins2Symbol 652 EditableText"00"
livesSymbol 653 EditableText""
/:points2Symbol 654 EditableText"000000"
/:coins2Symbol 655 EditableText"00"
livesSymbol 656 EditableText""
/:points2Symbol 658 EditableText"000000"
/:coins2Symbol 659 EditableText"00"
livesSymbol 660 EditableText""
/:points2Symbol 661 EditableText"000000"
/:coins2Symbol 662 EditableText"00"
livesSymbol 663 EditableText""
/:points2Symbol 664 EditableText"000000"
/:coins2Symbol 665 EditableText"00"
livesSymbol 666 EditableText""




http://swfchan.com/3/10849/info.shtml
Created: 7/6 -2019 23:23:33 Last modified: 11/8 -2019 21:50:47 Server time: 19/04 -2024 10:53:41