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

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

Ball in Trouble.swf

This is the info page for
Flash #47577

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


Text
0%

The goal of the game is to get all stars along the way and reach the exit.
Avoid collisions with spikes and rotators. If you collide to or jump at spike
or rotators you lose one life. If you lose all lives,
the game is over. After every three levels you get a level code, which you
can later use to return to that exact point of the game. To do so, select
"Enter Code" at Main Menu and type the four letters in.
Use the keys "Arrow Left" and "Arrow Right" to move left and right.
Use the key "Arrow Up" to jump.
Good Luck!

Click Left Mouse Button to return to Menu

The goal of the game is to get all stars along the way and reach the exit.
Avoid collisions with spikes and rotators. If you collide to or jump at spike
or rotators you lose one life. If you lose all lives,
the game is over. After every three levels you get a level code, which you
can later use to return to that exact point of the game. To do so, select
"Enter Code" at Main Menu and type the four letters in.
Use the keys "Arrow Left" and "Arrow Right" to move left and right.
Use the key "Arrow Up" to jump.
Good Luck!

/

ActionScript [AS1/AS2]

Frame 2
l = _root.getBytesLoaded(); t = _root.getBytesTotal(); if (l < t) { _root.gotoAndPlay(1); loader.loadBar._xscale = (l / t) * 100; loader.loadTe = Math.round((l / t) * 100) add "%"; } else { _root.gotoAndStop("introEnd"); }
Frame 4
_root.arJX = new Array(); _root.arJX = [345, 50, 60, 50, 50, 10, 690, 370, 70, 50, 10, 10, 90, 50, 290, 50, 50, 50, 410, 50, 50, 50]; _root.arJY = new Array(); _root.arJY = [435, 440, 435, 440, 35, 370, 70, 120, 30, 90, 50, 350, 30, 430, 30, 335, 230, 40, 350, 70, 340, 320]; _root.arTS = [16, 19, 17, 14, 21, 18, 16, 18, 23, 19, 16, 15, 18, 22, 18, 16, 13, 14, 17, 13, 17, 18]; _root.arC = ["QG2B", "P8TY", "6TUL", "B1FK", "JF9D", "BS3D", "6Y2R"]; if (!_root.menuMusic) { _root.menuMusic = new Sound(); _root.menuMusic.attachSound("menuMusic"); _root.menuMusic.start(); _root.menuMusic.onSoundComplete = function () { _root.menuMusic.start(); }; } stop();
Frame 6
tf = "_root.code"; Selection.setFocus(tf); _root.code_txt.onChanged = function () { soun = new Sound(); soun.attachSound("type"); _root.inCode = ""; soun.start(); };
Frame 9
stop();
Instance of Symbol 229 MovieClip in Frame 9
onClipEvent (mouseDown) { _root.gotoAndStop(4); } onClipEvent (mouseUp) { _root.gotoAndStop(4); }
Frame 25
if (((((_root.map_name - 1) % 3) == 0) && (_root.map_name != 1)) && (_root.winn != 113)) { _root.gotoAndStop("getCode"); _root.winn = 112; } _root.win.attachMovie("m" + _root.map_name, "map", 1); _root.ball._x = _root.arJX[_root.map_name - 1]; _root.ball._y = _root.arJY[_root.map_name - 1]; _root.TotalScores = arTS[_root.map_name - 1]; _root.winn = 0; if (_root.health != 0) { if (helth == undefined) { helth = 0; } helth = Math.max(_root.health, helth); _root.health = 0; } pot = 0; sch = 0; scores = 0; vis = 0; j = 1; k = 0; p = 0; i = 0; e = 20; o = 0; l = 0; r = 0; l1 = 0; r1 = 0; h = _root.ball._height / 2; w = _root.ball.width / 2; imax = 0; if (_root.sounds == true) { _root.sounds = false; _root.gameMusic = new Sound(); _root.gameMusic.attachSound("gameMusic"); _root.gameMusic.start(); _root.gameMusic.onSoundComplete = function () { _root.gameMusic.start(); }; }
Frame 26
if (_root.test) { setVars(); _root.test = false; } _root.score_text = scores; _root.helth_text = helth; _root.sled.duplicateMovieClip("sled" add j, j); setProperty("sled" add j, _y , _root.ball._y); setProperty("sled" add j, _x , _root.ball._x); j++; if (p == 0) { if ((_root.ball._y + h) < _root.down._y) { _root.ball._y = _root.ball._y + i; i++; imax = i; if (((_root.ball._y + i) + h) > _root.down._y) { _root.ball._y = _root.down._y - h; } if (sch == 1) { _root.ball._y = vis - h; sch = 0; } } else { if (imax <= 7) { i = 0; p = 1; pot = 1; _root.ball._y = _root.down._y - h; } i = i * -1; _root.ball._y = _root.ball._y + i; i = i + 7; p = 1; pot = 1; } } if ((p == 1) && (Key.isDown(38))) { o = 1; } if ((o == 1) && (e > 0)) { e = e - 1; _root.ball._y = _root.ball._y - e; } else { e = 15; p = 0; o = 0; } if (p == 1) { i = 0; } if (Key.isDown(37)) { l1 = 1; } else { l1 = 0; } if (l1 == 1) { if (l < 6) { l = l + 0.5; _root.ball._x = _root.ball._x - l; } else { l = 6; _root.ball._x = _root.ball._x - l; } _root.ball.line._rotation = _root.ball.line._rotation - (l * 7); } if (l1 == 0) { if (l > 0) { l = l - 0.5; _root.ball._x = _root.ball._x - l; } _root.ball.line._rotation = _root.ball.line._rotation - (l * 7); } if (Key.isDown(39)) { r1 = 1; } else { r1 = 0; } if (r1 == 1) { if (r < 6) { r = r + 0.5; _root.ball._x = _root.ball._x + r; } else { r = 6; _root.ball._x = _root.ball._x + r; } _root.ball.line._rotation = _root.ball.line._rotation + (r * 7); } if (r1 == 0) { if (r > 0) { r = r - 0.5; _root.ball._x = _root.ball._x + r; } _root.ball.line._rotation = _root.ball.line._rotation + (r * 7); } if (scores == TotalScores) { this.win.map.gotoAndStop(2); } if (_root.helth == 0) { stopAllSounds(); _root.gotoAndPlay("gameover"); } if (_root.winn == 144) { _root.gotoAndPlay("win"); }
Frame 27
gotoAndPlay(_currentframe - 1);
Frame 41
stop();
Instance of Symbol 229 MovieClip in Frame 41
onClipEvent (keyDown) { _root.gotoAndStop(4); } onClipEvent (keyUp) { _root.gotoAndStop(4); } onClipEvent (mouseDown) { _root.gotoAndStop(4); } onClipEvent (mouseUp) { _root.gotoAndStop(4); }
Frame 44
play();
Frame 55
stop();
Instance of Symbol 229 MovieClip in Frame 55
onClipEvent (keyDown) { stopAllSounds(); _root.gotoAndStop(4); } onClipEvent (keyUp) { stopAllSounds(); _root.gotoAndStop(4); } onClipEvent (mouseDown) { stopAllSounds(); _root.gotoAndStop(4); } onClipEvent (mouseUp) { stopAllSounds(); _root.gotoAndStop(4); }
Frame 56
_root.code = _root.arC[((_root.map_name - 1) / 3) - 1];
Symbol 19 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 11
gotoAndPlay (1);
Symbol 58 MovieClip Frame 31
play();
Symbol 58 MovieClip Frame 35
_root.scores = _root.scores + 1; stop();
Symbol 67 MovieClip [m1] Frame 1
stop();
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true) && (this._currentframe <= 10)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Symbol 67 MovieClip [m1] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 67 MovieClip [m1] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Instance of Symbol 23 MovieClip in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { if (((_root.br1 == 1) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.r = 3; _root.ball.line._rotation = 0; } if (((_root.br1 == 2) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.l = 3; _root.ball.line._rotation = 0; } _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 6; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 6; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= v.xMin) && (_root.ball._x <= v.xMax)) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.ball._y = v.yMin - _root.h; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 3; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 3; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 81 MovieClip [m2] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 74 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 430; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 78 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (load) { this.lx = 200; this.rx = 350; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 81 MovieClip [m2] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 81 MovieClip [m2] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 90 MovieClip [m3] Frame 1
stop();
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 85 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 85 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 88 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 85 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 85 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 88 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 60; _root.ball._y = 435; } }
Instance of Symbol 74 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 470; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (load) { this.lx = 92; this.rx = 302; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Symbol 90 MovieClip [m3] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 90 MovieClip [m3] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 114 MovieClip Frame 10
gotoAndPlay (1);
Symbol 114 MovieClip Frame 31
play();
Symbol 114 MovieClip Frame 36
_root.helth = _root.helth + 1; stop();
Symbol 116 MovieClip [m4] Frame 1
stop();
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 88 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 88 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 88 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 88 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 85 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 440; } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 74 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.lx = 332; this.rx = 585; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 114 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 25 MovieClip in Symbol 116 MovieClip [m4] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 116 MovieClip [m4] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 116 MovieClip [m4] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 123 MovieClip [m5] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 85 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 85 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.lx = 365; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 121 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 121 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (load) { this.lx = 85; this.rx = 585; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 35; } }
Instance of Symbol 21 MovieClip in Symbol 123 MovieClip [m5] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Symbol 123 MovieClip [m5] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 123 MovieClip [m5] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Instance of Symbol 23 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { if (((_root.br == 1) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.r = 3; _root.ball.line._rotation = 0; } if (((_root.br == 2) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.l = 3; _root.ball.line._rotation = 0; } _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 6; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 6; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 129 MovieClip [m6] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 74 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 270; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 126 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 550; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 370; } }
Instance of Symbol 121 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 205; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 370; } }
Instance of Symbol 121 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (load) { this.lx = 480; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 370; } }
Instance of Symbol 23 MovieClip in Symbol 129 MovieClip [m6] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Symbol 129 MovieClip [m6] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 129 MovieClip [m6] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 132 MovieClip [m7] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 280; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 360; this.rx = 560; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 690; _root.ball._y = 70; } }
Instance of Symbol 78 MovieClip in Symbol 132 MovieClip [m7] Frame 1
onClipEvent (load) { this.lx = 100; this.rx = 370; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Symbol 132 MovieClip [m7] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 132 MovieClip [m7] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 135 MovieClip [m8] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 85 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 85 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 85 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 85 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 85 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 85 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 74 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.lx = 95; this.rx = 665; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 121 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.lx = 360; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Instance of Symbol 121 MovieClip in Symbol 135 MovieClip [m8] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 370; _root.ball._y = 120; } }
Symbol 135 MovieClip [m8] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 135 MovieClip [m8] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 138 MovieClip [m9] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 85 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 85 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 85 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 85 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 78 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 180; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 180; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 121 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 45; this.rx = 525; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 205; this.rx = 400; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 138 MovieClip [m9] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 480; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 70; _root.ball._y = 30; } }
Symbol 138 MovieClip [m9] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 138 MovieClip [m9] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 141 MovieClip [m10] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 78 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 78 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 78 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 70; this.rx = 150; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 85 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 121 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 121 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 121 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 340; this.rx = 600; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 121 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 300; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 90; } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 141 MovieClip [m10] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Symbol 141 MovieClip [m10] Frame 2
stop();
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 141 MovieClip [m10] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 144 MovieClip [m11] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 88 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 74 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 590; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 85 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 50; } }
Instance of Symbol 78 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 144 MovieClip [m11] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Symbol 144 MovieClip [m11] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 144 MovieClip [m11] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 146 MovieClip [m12] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 88 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 88 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 78 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 290; this.rx = 400; this.righ = true; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 250; this.rx = 400; this.righ = true; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 121 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 525; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 121 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 200; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Instance of Symbol 121 MovieClip in Symbol 146 MovieClip [m12] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 565; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 10; _root.ball._y = 350; } }
Symbol 146 MovieClip [m12] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 146 MovieClip [m12] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 149 MovieClip [m13] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 114 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 78 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 240; this.rx = 560; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 149 MovieClip [m13] Frame 1
onClipEvent (load) { this.lx = 520; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 90; _root.ball._y = 30; } }
Symbol 149 MovieClip [m13] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 149 MovieClip [m13] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 152 MovieClip [m14] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 78 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 265; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 340; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 165; this.rx = 400; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Instance of Symbol 121 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Instance of Symbol 121 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Instance of Symbol 121 MovieClip in Symbol 152 MovieClip [m14] Frame 1
onClipEvent (load) { this.lx = 440; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 430; } }
Symbol 152 MovieClip [m14] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 2
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 152 MovieClip [m14] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Instance of Symbol 23 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { if (((_root.br2 == 1) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.r = 3; _root.ball.line._rotation = 0; } if (((_root.br2 == 2) && (_root.r1 != 1)) && (_root.l1 != 1)) { _root.l = 3; _root.ball.line._rotation = 0; } _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l + 6; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, false)) { _root.l1 = 0; _root.l = _root.r + 6; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Symbol 157 MovieClip [m15] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 126 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 380; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 85 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 85 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 74 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 330; this.rx = 430; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 155 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 380; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br2 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br2 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 121 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 165; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 165; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 121 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 205; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 88 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 290; _root.ball._y = 30; } }
Instance of Symbol 88 MovieClip in Symbol 157 MovieClip [m15] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball._x = 290; _root.ball._y = 30; } }
Symbol 157 MovieClip [m15] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 157 MovieClip [m15] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 163 MovieClip [m16] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 126 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 360; this.rx = 580; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 74 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 230; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 161 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 121 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 520; this.rx = 685; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 121 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 485; this.righ = true; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 121 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 200; this.righ = true; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 121 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 245; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Instance of Symbol 121 MovieClip in Symbol 163 MovieClip [m16] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 335; } }
Symbol 163 MovieClip [m16] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 163 MovieClip [m16] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 167 MovieClip [m17] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 126 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 500; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 74 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 90; this.rx = 550; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; r = 0; l = 0; } }
Instance of Symbol 85 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 85 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 121 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 445; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Instance of Symbol 121 MovieClip in Symbol 167 MovieClip [m17] Frame 1
onClipEvent (load) { this.lx = 520; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 230; } }
Symbol 167 MovieClip [m17] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 167 MovieClip [m17] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 170 MovieClip [m18] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 240; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 440; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 405; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 680; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Instance of Symbol 121 MovieClip in Symbol 170 MovieClip [m18] Frame 1
onClipEvent (load) { this.lx = 40; this.rx = 320; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 40; } }
Symbol 170 MovieClip [m18] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 170 MovieClip [m18] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 174 MovieClip [m19] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 114 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 161 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 161 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 85 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 170; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 260; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 360; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 200; this.rx = 525; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Instance of Symbol 121 MovieClip in Symbol 174 MovieClip [m19] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 445; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 410; _root.ball._y = 350; } }
Symbol 174 MovieClip [m19] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 174 MovieClip [m19] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 177 MovieClip [m20] Frame 1
stop();
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 114 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 85 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 85 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 121 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 445; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 245; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 485; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 425; this.rx = 645; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Instance of Symbol 121 MovieClip in Symbol 177 MovieClip [m20] Frame 1
onClipEvent (load) { this.lx = 160; this.rx = 380; this.righ = true; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 70; } }
Symbol 177 MovieClip [m20] Frame 2
stop();
Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 2
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 177 MovieClip [m20] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 180 MovieClip [m21] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 126 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 280; this.rx = 420; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 74 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 330; this.rx = 470; this.righ = true; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 161 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 85 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 85 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 85 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 78 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 150; this.rx = 270; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 78 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 190; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 121 MovieClip in Symbol 180 MovieClip [m21] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 565; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Symbol 180 MovieClip [m21] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 180 MovieClip [m21] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }
Symbol 183 MovieClip [m22] Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.i * -1; _root.ball._y = _root.ball._y + _root.i; _root.i = _root.i + 7; _root.p = 1; _root.pot = 1; } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) - _root.e, false) && (_root.e != 0)) && (_root.e != 15)) { _root.ball._y = p.yMax + _root.h; _root.e = 0; } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 21 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.pot = 1; if ((_root.r == 0.5) && ((_root.ball._y - _root.h) > fr.yMin)) { _root.ball._x = fr.xMax + _root.h; } } }
Instance of Symbol 25 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.l == 0.5) && ((_root.ball._y - _root.h) > f.yMin)) { _root.ball._x = f.xMin - _root.h; } } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 58 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 114 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }
Instance of Symbol 126 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 350; this.rx = 510; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 74 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 320; this.rx = 560; this.righ = false; this.speed = 2.5; } onClipEvent (enterFrame) { if (!this.righ) { _root.br1 = 2; this._x = this._x - this.speed; if (Math.abs(this._x - this.lx) < 5) { this.righ = true; } } if (this.righ) { _root.br1 = 1; this._x = this._x + this.speed; if (Math.abs(this._x - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 85 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 320; } }
Instance of Symbol 85 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 320; } }
Instance of Symbol 85 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 320; } }
Instance of Symbol 78 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 60; this.rx = 410; this.righ = false; this.speed = 2; } onClipEvent (enterFrame) { if (!this.righ) { this._y = this._y - this.speed; if (Math.abs(this._y - this.lx) < 5) { this.righ = true; } } if (this.righ) { this._y = this._y + this.speed; if (Math.abs(this._y - this.rx) < 5) { this.righ = false; } } }
Instance of Symbol 121 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 400; this.rx = 605; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 121 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 80; this.rx = 285; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Instance of Symbol 121 MovieClip in Symbol 183 MovieClip [m22] Frame 1
onClipEvent (load) { this.lx = 120; this.rx = 325; this.righ = false; this.speed = 2; this.paus = 5; this.c = this.paus; } onClipEvent (enterFrame) { if (this.c < this.paus) { this.c++; } if ((!this.righ) && (this.c == this.paus)) { this._x = this._x - this.speed; this.killer_mc._rotation = this.killer_mc._rotation - (this.speed + 3); if (Math.abs(this._x - this.lx) < 2) { this.righ = true; this.c = 0; } } if (this.righ && (this.c == this.paus)) { this._x = this._x + this.speed; this.killer_mc._rotation = this.killer_mc._rotation + (this.speed + 3); if (Math.abs(this._x - this.rx) < 2) { this.righ = false; this.c = 0; } } if (this.hitTest(_root.ball._x, _root.ball._y, true)) { _root.helth = _root.helth - 1; _root.ball.gotoAndPlay(2); _root.ball._x = 50; _root.ball._y = 340; } }
Symbol 183 MovieClip [m22] Frame 2
stop();
Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 183 MovieClip [m22] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.winn = 144; } }
Symbol 184 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 1
_root.menuMusic.start(); _root.sounds = true; stop();
Symbol 189 MovieClip Frame 2
_root.menuMusic.stop(); _root.sounds = false; stop();
Symbol 190 Button
on (release) { sound_btn.play(); }
Symbol 196 Button
on (release) { gotoAndStop ("entercode"); }
Symbol 201 Button
on (release) { gotoAndStop ("howToPlay"); }
Symbol 206 Button
on (release) { getURL ("http://www.gametop.com/?utm_source=BallInTroubles&utm_medium=flashGame", "_blank"); }
Symbol 211 Button
on (release) { _root.map_name = 1; _root.health = 5; stopAllSounds(); gotoAndPlay ("start"); }
Symbol 218 Button
on (release) { i = 0; while (i < _root.arC.length) { if (_root.code.toUpperCase() == _root.arC[i]) { _root.map_name = ((i + 1) * 3) + 1; _root.winn = 113; stopAllSounds(); _root.health = 5; _root.gotoAndPlay("start"); } i++; } _root.inCode = "incorrect code!"; _root.code = ""; tf = "_root.code"; Selection.setFocus(tf); } on (keyPress "<Enter>") { i = 0; while (i < _root.arC.length) { if (_root.code.toUpperCase() == _root.arC[i]) { _root.map_name = ((i + 1) * 3) + 1; _root.winn = 113; stopAllSounds(); _root.health = 5; _root.gotoAndPlay("start"); } i++; } _root.inCode = "incorrect code!"; _root.code = ""; tf = "_root.code"; Selection.setFocus(tf); }
Symbol 221 Button
on (release) { gotoAndStop (4); }
Symbol 236 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 8
removeMovieClip(this);
Symbol 252 Button
on (release) { _root.winn = 113; _root.health = 5; _root.gotoAndPlay(25); } on (keyPress "<Enter>") { _root.winn = 113; _root.health = 5; _root.gotoAndPlay(25); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClipUses:2Used by:4
Symbol 4 MovieClip [gameOver]Uses:3Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:12
Symbol 10 FontUsed by:11
Symbol 11 EditableTextUses:10Used by:12
Symbol 12 MovieClipUses:9 11Used by:Timeline
Symbol 13 BitmapUsed by:15
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:13 14Used by:Timeline
Symbol 16 Sound [menuMusic]Used by:19
Symbol 17 Sound [gameMusic]Used by:19
Symbol 18 Sound [type]Used by:19
Symbol 19 MovieClipUses:16 17 18Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:67 73 77 81 90 116 123 125 129 132 135 138 141 144 146 149 152 154 157 163 167 170 174 177 180 183
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:67 73 77 81 90 116 123 125 129 132 135 138 141 144 146 149 152 154 157 163 167 170 174 177 180 183
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:67 73 77 81 90 116 123 125 129 132 135 138 141 144 146 149 152 154 157 163 167 170 174 177 180 183
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:67 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 28 GraphicUsed by:67
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 31 GraphicUsed by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 36 GraphicUsed by:58
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:58
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:58
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:58
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:58
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:58
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:58
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:58
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:58
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:58
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:58
Symbol 57 SoundUsed by:58
Symbol 58 MovieClipUses:36 38 40 42 44 46 48 50 52 54 56 57Used by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 59 GraphicUsed by:67
Symbol 60 BitmapUsed by:61 62
Symbol 61 GraphicUses:60Used by:63 80 128
Symbol 62 GraphicUses:60Used by:63 80 128
Symbol 63 MovieClipUses:61 62Used by:67 90 123 132 141 144 146 149 152 167 183
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 66 SoundUsed by:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183
Symbol 67 MovieClip [m1]Uses:21 23 25 27 28 30 31 33 35 58 59 63 65 66Used by:184
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:81 90
Symbol 70 GraphicUsed by:81
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:73 125 154
Symbol 73 MovieClipUses:23 21 25 72Used by:74
Symbol 74 MovieClipUses:73Used by:81 90 116 129 135 144 157 163 167 180 183
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:77
Symbol 77 MovieClipUses:23 21 25 76Used by:78
Symbol 78 MovieClipUses:77Used by:81 90 132 138 141 144 146 149 152 174 180 183
Symbol 79 GraphicUsed by:81
Symbol 80 MovieClipUses:61 62Used by:81 116 135 138 157 163 170 174 177 180
Symbol 81 MovieClip [m2]Uses:25 23 21 69 70 30 31 35 33 74 58 78 79 65 80 66Used by:184
Symbol 82 GraphicUsed by:90
Symbol 83 BitmapUsed by:84 159 165 172 179
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:90 116 123 135 138 141 144 146 149 152 157 167 174 177 180 183
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClipUses:87Used by:90 116 144 146 157
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClip [m3]Uses:21 23 25 69 82 30 31 35 33 58 85 88 74 78 89 65 63 66Used by:184
Symbol 91 GraphicUsed by:116
Symbol 92 GraphicUsed by:114
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:114
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:114
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:114
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:114
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:114
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:114
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:114
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:114
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:114
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:114
Symbol 113 SoundUsed by:114
Symbol 114 MovieClipUses:92 94 96 98 100 102 104 106 108 110 112 113Used by:116 123 129 138 141 146 149 152 157 167 170 174 177 183
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClip [m4]Uses:21 25 23 27 91 30 31 35 33 85 88 58 74 114 115 65 80 66Used by:184
Symbol 117 GraphicUsed by:123
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:120
Symbol 120 MovieClipUses:119Used by:121
Symbol 121 MovieClipUses:120Used by:123 129 132 135 138 141 146 149 152 157 163 167 170 174 177 180 183
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClip [m5]Uses:25 23 21 27 117 30 31 35 33 85 58 114 121 122 65 63 66Used by:184
Symbol 124 GraphicUsed by:129
Symbol 125 MovieClipUses:23 21 25 72Used by:126
Symbol 126 MovieClipUses:125Used by:129 157 163 167 180 183
Symbol 127 GraphicUsed by:129
Symbol 128 MovieClipUses:61 62Used by:129
Symbol 129 MovieClip [m6]Uses:25 23 21 27 124 30 31 35 33 74 126 58 114 121 127 65 128 66Used by:184
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClip [m7]Uses:23 21 25 27 130 30 31 35 33 58 121 78 131 65 63 66Used by:184
Symbol 133 GraphicUsed by:135
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClip [m8]Uses:25 23 21 27 133 30 31 35 33 58 85 74 121 134 65 80 66Used by:184
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClip [m9]Uses:23 21 25 27 136 30 31 33 35 58 114 85 78 121 137 65 80 66Used by:184
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClip [m10]Uses:23 21 25 27 139 30 31 33 35 58 114 78 85 121 140 65 63 66Used by:184
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClip [m11]Uses:25 23 21 27 142 30 31 33 35 88 58 74 78 85 143 65 63 66Used by:184
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClip [m12]Uses:23 21 25 27 145 30 31 33 35 58 114 88 85 78 121 65 63 66Used by:184
Symbol 147 GraphicUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClip [m13]Uses:23 21 25 27 147 30 31 33 35 114 78 85 121 58 148 65 63 66Used by:184
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClip [m14]Uses:23 25 21 27 150 30 31 33 35 58 114 78 85 121 151 65 63 66Used by:184
Symbol 153 GraphicUsed by:157
Symbol 154 MovieClipUses:23 21 25 72Used by:155
Symbol 155 MovieClipUses:154Used by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClip [m15]Uses:23 25 21 27 153 30 31 33 35 126 58 114 85 121 74 155 88 156 65 80 66Used by:184
Symbol 158 GraphicUsed by:163
Symbol 159 GraphicUses:83Used by:163
Symbol 160 GraphicUsed by:161 190
Symbol 161 MovieClipUses:160Used by:163 167 174 180
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClip [m16]Uses:23 25 21 27 158 30 31 33 35 126 74 58 159 161 121 162 65 80 66Used by:184
Symbol 164 GraphicUsed by:167
Symbol 165 GraphicUses:83Used by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClip [m17]Uses:25 23 21 27 164 30 31 33 35 126 74 58 114 161 165 85 121 166 65 63 66Used by:184
Symbol 168 GraphicUsed by:170
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClip [m18]Uses:25 23 21 27 168 30 31 33 35 58 114 121 169 65 80 66Used by:184
Symbol 171 GraphicUsed by:174
Symbol 172 GraphicUses:83Used by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClip [m19]Uses:25 23 21 27 171 30 31 33 35 114 161 172 85 78 58 121 173 65 80 66Used by:184
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClip [m20]Uses:25 23 21 27 175 30 31 33 35 114 85 58 121 176 65 80 66Used by:184
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUses:83Used by:180
Symbol 180 MovieClip [m21]Uses:23 21 25 27 178 30 31 33 35 58 126 74 161 179 85 78 121 65 80 66Used by:184
Symbol 181 GraphicUsed by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClip [m22]Uses:23 21 25 27 181 30 31 33 35 58 114 126 74 85 78 121 182 65 63 66Used by:184
Symbol 184 MovieClipUses:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183Used by:Timeline
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:Timeline
Symbol 187 GraphicUsed by:189
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:187 188Used by:Timeline
Symbol 190 ButtonUses:160Used by:Timeline
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:196
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:196
Symbol 195 SoundUsed by:196 201 206 211 218 252
Symbol 196 ButtonUses:192 194 195Used by:Timeline
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:201
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:201
Symbol 201 ButtonUses:198 200 195Used by:Timeline
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:206
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:206
Symbol 206 ButtonUses:203 205 195Used by:Timeline
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:211
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211
Symbol 211 ButtonUses:208 210 195Used by:Timeline
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:Timeline
Symbol 214 BitmapUsed by:215 219
Symbol 215 GraphicUses:214Used by:218 252
Symbol 216 BitmapUsed by:217 220
Symbol 217 GraphicUses:216Used by:218 252
Symbol 218 ButtonUses:215 217 195Used by:Timeline
Symbol 219 GraphicUses:214Used by:221
Symbol 220 GraphicUses:216Used by:221
Symbol 221 ButtonUses:219 220Used by:Timeline
Symbol 222 Font [___font]Used by:223 224 225 226 227 243 244 245 246 253
Symbol 223 EditableTextUses:222Used by:Timeline
Symbol 224 EditableTextUses:222Used by:Timeline
Symbol 225 TextUses:222Used by:Timeline
Symbol 226 TextUses:222Used by:Timeline
Symbol 227 TextUses:222Used by:Timeline
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:Timeline
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:Timeline
Symbol 232 MovieClipUsed by:Timeline
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:236
Symbol 236 MovieClipUses:233 235Used by:Timeline
Symbol 237 ShapeTweeningUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:237 238Used by:Timeline
Symbol 240 BitmapUsed by:242
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:240 241Used by:Timeline
Symbol 243 EditableTextUses:222Used by:Timeline
Symbol 244 EditableTextUses:222Used by:Timeline
Symbol 245 EditableTextUses:222Used by:Timeline
Symbol 246 TextUses:222Used by:Timeline
Symbol 247 SoundUsed by:Timeline
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:Timeline
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:Timeline
Symbol 252 ButtonUses:215 217 195Used by:Timeline
Symbol 253 EditableTextUses:222Used by:Timeline

Instance Names

"loader"Frame 1Symbol 12 MovieClip
"sound_btn"Frame 4Symbol 189 MovieClip
"code_txt"Frame 6Symbol 223 EditableText
"down"Frame 25Symbol 231 MovieClip
"win"Frame 25Symbol 232 MovieClip
"ball"Frame 25Symbol 236 MovieClip
"sled"Frame 25Symbol 239 MovieClip
"loadBar"Symbol 12 MovieClip Frame 1Symbol 9 MovieClip
"perehodilkan"Symbol 67 MovieClip [m1] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 81 MovieClip [m2] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 90 MovieClip [m3] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 116 MovieClip [m4] Frame 2Symbol 65 MovieClip
"killer_mc"Symbol 121 MovieClip Frame 1Symbol 120 MovieClip
"perehodilkan"Symbol 123 MovieClip [m5] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 129 MovieClip [m6] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 132 MovieClip [m7] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 135 MovieClip [m8] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 138 MovieClip [m9] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 141 MovieClip [m10] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 144 MovieClip [m11] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 146 MovieClip [m12] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 149 MovieClip [m13] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 152 MovieClip [m14] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 157 MovieClip [m15] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 163 MovieClip [m16] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 167 MovieClip [m17] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 170 MovieClip [m18] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 174 MovieClip [m19] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 177 MovieClip [m20] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 180 MovieClip [m21] Frame 2Symbol 65 MovieClip
"perehodilkan"Symbol 183 MovieClip [m22] Frame 2Symbol 65 MovieClip
"line"Symbol 236 MovieClip Frame 1Symbol 235 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 3Symbol 16 as "menuMusic"
ExportAssets (56)Timeline Frame 3Symbol 17 as "gameMusic"
ExportAssets (56)Timeline Frame 3Symbol 18 as "type"
ExportAssets (56)Timeline Frame 3Symbol 67 as "m1"
ExportAssets (56)Timeline Frame 3Symbol 81 as "m2"
ExportAssets (56)Timeline Frame 3Symbol 90 as "m3"
ExportAssets (56)Timeline Frame 3Symbol 116 as "m4"
ExportAssets (56)Timeline Frame 3Symbol 123 as "m5"
ExportAssets (56)Timeline Frame 3Symbol 129 as "m6"
ExportAssets (56)Timeline Frame 3Symbol 132 as "m7"
ExportAssets (56)Timeline Frame 3Symbol 135 as "m8"
ExportAssets (56)Timeline Frame 3Symbol 138 as "m9"
ExportAssets (56)Timeline Frame 3Symbol 141 as "m10"
ExportAssets (56)Timeline Frame 3Symbol 144 as "m11"
ExportAssets (56)Timeline Frame 3Symbol 146 as "m12"
ExportAssets (56)Timeline Frame 3Symbol 149 as "m13"
ExportAssets (56)Timeline Frame 3Symbol 152 as "m14"
ExportAssets (56)Timeline Frame 3Symbol 157 as "m15"
ExportAssets (56)Timeline Frame 3Symbol 163 as "m16"
ExportAssets (56)Timeline Frame 3Symbol 167 as "m17"
ExportAssets (56)Timeline Frame 3Symbol 170 as "m18"
ExportAssets (56)Timeline Frame 3Symbol 174 as "m19"
ExportAssets (56)Timeline Frame 3Symbol 177 as "m20"
ExportAssets (56)Timeline Frame 3Symbol 180 as "m21"
ExportAssets (56)Timeline Frame 3Symbol 183 as "m22"
ExportAssets (56)Timeline Frame 6Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 6Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 9Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 25Symbol 222 as "___font"
ExportAssets (56)Timeline Frame 28Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 29Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 30Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 31Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 32Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 33Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 34Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 35Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 36Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 37Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 38Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 39Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 40Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 41Symbol 4 as "gameOver"
ExportAssets (56)Timeline Frame 56Symbol 222 as "___font"

Labels

"introEnd"Frame 4
"entercode"Frame 6
"howToPlay"Frame 9
"start"Frame 25
"gameover"Frame 28
"win"Frame 44
"getCode"Frame 56

Dynamic Text Variables

loadTeSymbol 11 EditableText"0%"
codeSymbol 223 EditableText""
inCodeSymbol 224 EditableText""
score_textSymbol 243 EditableText""
helth_textSymbol 244 EditableText""
TotalScoresSymbol 245 EditableText""
codeSymbol 253 EditableText""




http://swfchan.com/10/47577/info.shtml
Created: 1/5 -2019 14:03:10 Last modified: 1/5 -2019 14:03:10 Server time: 08/05 -2024 07:53:02