STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #47577 |
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 2l = _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 6tf = "_root.code"; Selection.setFocus(tf); _root.code_txt.onChanged = function () { soun = new Sound(); soun.attachSound("type"); _root.inCode = ""; soun.start(); };Frame 9stop();Instance of Symbol 229 MovieClip in Frame 9onClipEvent (mouseDown) { _root.gotoAndStop(4); } onClipEvent (mouseUp) { _root.gotoAndStop(4); }Frame 25if (((((_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 26if (_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 27gotoAndPlay(_currentframe - 1);Frame 41stop();Instance of Symbol 229 MovieClip in Frame 41onClipEvent (keyDown) { _root.gotoAndStop(4); } onClipEvent (keyUp) { _root.gotoAndStop(4); } onClipEvent (mouseDown) { _root.gotoAndStop(4); } onClipEvent (mouseUp) { _root.gotoAndStop(4); }Frame 44play();Frame 55stop();Instance of Symbol 229 MovieClip in Frame 55onClipEvent (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 1stop();Symbol 58 MovieClip Frame 11gotoAndPlay (1);Symbol 58 MovieClip Frame 31play();Symbol 58 MovieClip Frame 35_root.scores = _root.scores + 1; stop();Symbol 67 MovieClip [m1] Frame 1stop();Instance of Symbol 21 MovieClip in Symbol 67 MovieClip [m1] Frame 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 67 MovieClip [m1] Frame 2onClipEvent (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1stop();Instance of Symbol 25 MovieClip in Symbol 81 MovieClip [m2] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 81 MovieClip [m2] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 90 MovieClip [m3] Frame 1stop();Instance of Symbol 21 MovieClip in Symbol 90 MovieClip [m3] Frame 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 90 MovieClip [m3] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 114 MovieClip Frame 10gotoAndPlay (1);Symbol 114 MovieClip Frame 31play();Symbol 114 MovieClip Frame 36_root.helth = _root.helth + 1; stop();Symbol 116 MovieClip [m4] Frame 1stop();Instance of Symbol 21 MovieClip in Symbol 116 MovieClip [m4] Frame 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 116 MovieClip [m4] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 123 MovieClip [m5] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 123 MovieClip [m5] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 123 MovieClip [m5] Frame 2onClipEvent (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 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 1onClipEvent (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 1onClipEvent (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 1stop();Instance of Symbol 25 MovieClip in Symbol 129 MovieClip [m6] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 129 MovieClip [m6] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 132 MovieClip [m7] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 132 MovieClip [m7] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 132 MovieClip [m7] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 135 MovieClip [m8] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 135 MovieClip [m8] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 135 MovieClip [m8] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 138 MovieClip [m9] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 138 MovieClip [m9] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 138 MovieClip [m9] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 141 MovieClip [m10] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 141 MovieClip [m10] Frame 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Symbol 141 MovieClip [m10] Frame 2stop();Instance of Symbol 25 MovieClip in Symbol 141 MovieClip [m10] Frame 2onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 2onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 2onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 144 MovieClip [m11] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 144 MovieClip [m11] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Symbol 144 MovieClip [m11] Frame 2stop();Instance of Symbol 23 MovieClip in Symbol 144 MovieClip [m11] Frame 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 146 MovieClip [m12] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 23 MovieClip in Symbol 146 MovieClip [m12] Frame 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 149 MovieClip [m13] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 149 MovieClip [m13] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 149 MovieClip [m13] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 152 MovieClip [m14] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 23 MovieClip in Symbol 152 MovieClip [m14] Frame 2onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 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 1onClipEvent (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 1onClipEvent (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 1stop();Instance of Symbol 23 MovieClip in Symbol 157 MovieClip [m15] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 157 MovieClip [m15] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 163 MovieClip [m16] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 23 MovieClip in Symbol 163 MovieClip [m16] Frame 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 167 MovieClip [m17] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 167 MovieClip [m17] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 23 MovieClip in Symbol 167 MovieClip [m17] Frame 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 170 MovieClip [m18] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 170 MovieClip [m18] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 170 MovieClip [m18] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 174 MovieClip [m19] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 174 MovieClip [m19] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 23 MovieClip in Symbol 174 MovieClip [m19] Frame 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 177 MovieClip [m20] Frame 1stop();Instance of Symbol 25 MovieClip in Symbol 177 MovieClip [m20] Frame 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 23 MovieClip in Symbol 177 MovieClip [m20] Frame 2onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 180 MovieClip [m21] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 180 MovieClip [m21] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 180 MovieClip [m21] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 183 MovieClip [m22] Frame 1stop();Instance of Symbol 23 MovieClip in Symbol 183 MovieClip [m22] Frame 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { v = this.getBounds(_root); if (((((_root.ball._x >= (v.xMin + _root.h)) && (_root.ball._x <= (v.xMax - _root.h))) && (((_root.ball._y + _root.h) + _root.i) > v.yMin)) && (_root.ball._y > (v.yMin - (2 * _root.h)))) && (_root.ball._y < (v.yMax + (2 * _root.h)))) { _root.sch = 1; _root.vis = v.yMin; } if (this.hitTest(_root.ball._x, _root.ball._y + _root.h, false)) { _root.sch = 0; if (_root.imax <= 7) { _root.i = 0; _root.p = 1; _root.pot = 1; } _root.i = _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.pot = 1; if ((_root.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 1onClipEvent (enterFrame) { p = this.getBounds(_root); if ((this.hitTest(_root.ball._x, (_root.ball._y - _root.h) + _root.i, false) && (_root.e == 15)) && (_root.pot == 1)) { _root.sch = 1; _root.vis = p.yMax + (2 * _root.h); _root.ball._y = _root.ball._y - _root.i; _root.i = 0; _root.pot = 0; } if ((this.hitTest(_root.ball._x, (_root.ball._y - _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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (enterFrame) { fr = this.getBounds(_root); if (this.hitTest(_root.ball._x - _root.h, _root.ball._y, false)) { _root.r1 = 0; _root.r = _root.l; _root.l1 = 0; _root.l = 0; _root.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 1onClipEvent (enterFrame) { f = this.getBounds(_root); if (this.hitTest(_root.ball._x + _root.h, _root.ball._y, true)) { _root.l1 = 0; _root.l = _root.r; _root.r1 = 0; _root.r = 0; _root.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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (load) { 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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 2stop();Instance of Symbol 65 MovieClip "perehodilkan" in Symbol 183 MovieClip [m22] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.winn = 144; } }Symbol 184 MovieClip Frame 1stop();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 Buttonon (release) { sound_btn.play(); }Symbol 196 Buttonon (release) { gotoAndStop ("entercode"); }Symbol 201 Buttonon (release) { gotoAndStop ("howToPlay"); }Symbol 206 Buttonon (release) { getURL ("http://www.gametop.com/?utm_source=BallInTroubles&utm_medium=flashGame", "_blank"); }Symbol 211 Buttonon (release) { _root.map_name = 1; _root.health = 5; stopAllSounds(); gotoAndPlay ("start"); }Symbol 218 Buttonon (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 Buttonon (release) { gotoAndStop (4); }Symbol 236 MovieClip Frame 1stop();Symbol 239 MovieClip Frame 8removeMovieClip(this);Symbol 252 Buttonon (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 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:3 |
Symbol 3 MovieClip | Uses:2 | Used by:4 |
Symbol 4 MovieClip [gameOver] | Uses:3 | Used by:Timeline |
Symbol 5 Graphic | Used by:Timeline | |
Symbol 6 Bitmap | Used by:7 | |
Symbol 7 Graphic | Uses:6 | Used by:Timeline |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:12 |
Symbol 10 Font | Used by:11 | |
Symbol 11 EditableText | Uses:10 | Used by:12 |
Symbol 12 MovieClip | Uses:9 11 | Used by:Timeline |
Symbol 13 Bitmap | Used by:15 | |
Symbol 14 Bitmap | Used by:15 | |
Symbol 15 Graphic | Uses:13 14 | Used 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 MovieClip | Uses:16 17 18 | Used by:Timeline |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used 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 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:22 | Used 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 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:24 | Used 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 Bitmap | Used by:27 | |
Symbol 27 Graphic | Uses:26 | Used by:67 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183 |
Symbol 28 Graphic | Used by:67 | |
Symbol 29 Bitmap | Used by:30 | |
Symbol 30 Graphic | Uses:29 | Used 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 Graphic | Used 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 Bitmap | Used by:33 | |
Symbol 33 Graphic | Uses:32 | Used 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 Bitmap | Used by:35 | |
Symbol 35 Graphic | Uses:34 | Used 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 Graphic | Used by:58 | |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:58 |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:58 |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:58 |
Symbol 43 Bitmap | Used by:44 | |
Symbol 44 Graphic | Uses:43 | Used by:58 |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:58 |
Symbol 47 Bitmap | Used by:48 | |
Symbol 48 Graphic | Uses:47 | Used by:58 |
Symbol 49 Bitmap | Used by:50 | |
Symbol 50 Graphic | Uses:49 | Used by:58 |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:58 |
Symbol 53 Bitmap | Used by:54 | |
Symbol 54 Graphic | Uses:53 | Used by:58 |
Symbol 55 Bitmap | Used by:56 | |
Symbol 56 Graphic | Uses:55 | Used by:58 |
Symbol 57 Sound | Used by:58 | |
Symbol 58 MovieClip | Uses:36 38 40 42 44 46 48 50 52 54 56 57 | Used 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 Graphic | Used by:67 | |
Symbol 60 Bitmap | Used by:61 62 | |
Symbol 61 Graphic | Uses:60 | Used by:63 80 128 |
Symbol 62 Graphic | Uses:60 | Used by:63 80 128 |
Symbol 63 MovieClip | Uses:61 62 | Used by:67 90 123 132 141 144 146 149 152 167 183 |
Symbol 64 Graphic | Used by:65 | |
Symbol 65 MovieClip | Uses:64 | Used 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 Sound | Used 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 66 | Used by:184 |
Symbol 68 Bitmap | Used by:69 | |
Symbol 69 Graphic | Uses:68 | Used by:81 90 |
Symbol 70 Graphic | Used by:81 | |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:71 | Used by:73 125 154 |
Symbol 73 MovieClip | Uses:23 21 25 72 | Used by:74 |
Symbol 74 MovieClip | Uses:73 | Used by:81 90 116 129 135 144 157 163 167 180 183 |
Symbol 75 Bitmap | Used by:76 | |
Symbol 76 Graphic | Uses:75 | Used by:77 |
Symbol 77 MovieClip | Uses:23 21 25 76 | Used by:78 |
Symbol 78 MovieClip | Uses:77 | Used by:81 90 132 138 141 144 146 149 152 174 180 183 |
Symbol 79 Graphic | Used by:81 | |
Symbol 80 MovieClip | Uses:61 62 | Used 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 66 | Used by:184 |
Symbol 82 Graphic | Used by:90 | |
Symbol 83 Bitmap | Used by:84 159 165 172 179 | |
Symbol 84 Graphic | Uses:83 | Used by:85 |
Symbol 85 MovieClip | Uses:84 | Used by:90 116 123 135 138 141 144 146 149 152 157 167 174 177 180 183 |
Symbol 86 Bitmap | Used by:87 | |
Symbol 87 Graphic | Uses:86 | Used by:88 |
Symbol 88 MovieClip | Uses:87 | Used by:90 116 144 146 157 |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip [m3] | Uses:21 23 25 69 82 30 31 35 33 58 85 88 74 78 89 65 63 66 | Used by:184 |
Symbol 91 Graphic | Used by:116 | |
Symbol 92 Graphic | Used by:114 | |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:93 | Used by:114 |
Symbol 95 Bitmap | Used by:96 | |
Symbol 96 Graphic | Uses:95 | Used by:114 |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:114 |
Symbol 99 Bitmap | Used by:100 | |
Symbol 100 Graphic | Uses:99 | Used by:114 |
Symbol 101 Bitmap | Used by:102 | |
Symbol 102 Graphic | Uses:101 | Used by:114 |
Symbol 103 Bitmap | Used by:104 | |
Symbol 104 Graphic | Uses:103 | Used by:114 |
Symbol 105 Bitmap | Used by:106 | |
Symbol 106 Graphic | Uses:105 | Used by:114 |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:114 |
Symbol 109 Bitmap | Used by:110 | |
Symbol 110 Graphic | Uses:109 | Used by:114 |
Symbol 111 Bitmap | Used by:112 | |
Symbol 112 Graphic | Uses:111 | Used by:114 |
Symbol 113 Sound | Used by:114 | |
Symbol 114 MovieClip | Uses:92 94 96 98 100 102 104 106 108 110 112 113 | Used by:116 123 129 138 141 146 149 152 157 167 170 174 177 183 |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 MovieClip [m4] | Uses:21 25 23 27 91 30 31 35 33 85 88 58 74 114 115 65 80 66 | Used by:184 |
Symbol 117 Graphic | Used by:123 | |
Symbol 118 Bitmap | Used by:119 | |
Symbol 119 Graphic | Uses:118 | Used by:120 |
Symbol 120 MovieClip | Uses:119 | Used by:121 |
Symbol 121 MovieClip | Uses:120 | Used by:123 129 132 135 138 141 146 149 152 157 163 167 170 174 177 180 183 |
Symbol 122 Graphic | Used by:123 | |
Symbol 123 MovieClip [m5] | Uses:25 23 21 27 117 30 31 35 33 85 58 114 121 122 65 63 66 | Used by:184 |
Symbol 124 Graphic | Used by:129 | |
Symbol 125 MovieClip | Uses:23 21 25 72 | Used by:126 |
Symbol 126 MovieClip | Uses:125 | Used by:129 157 163 167 180 183 |
Symbol 127 Graphic | Used by:129 | |
Symbol 128 MovieClip | Uses:61 62 | Used by:129 |
Symbol 129 MovieClip [m6] | Uses:25 23 21 27 124 30 31 35 33 74 126 58 114 121 127 65 128 66 | Used by:184 |
Symbol 130 Graphic | Used by:132 | |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 MovieClip [m7] | Uses:23 21 25 27 130 30 31 35 33 58 121 78 131 65 63 66 | Used by:184 |
Symbol 133 Graphic | Used by:135 | |
Symbol 134 Graphic | Used by:135 | |
Symbol 135 MovieClip [m8] | Uses:25 23 21 27 133 30 31 35 33 58 85 74 121 134 65 80 66 | Used by:184 |
Symbol 136 Graphic | Used by:138 | |
Symbol 137 Graphic | Used by:138 | |
Symbol 138 MovieClip [m9] | Uses:23 21 25 27 136 30 31 33 35 58 114 85 78 121 137 65 80 66 | Used by:184 |
Symbol 139 Graphic | Used by:141 | |
Symbol 140 Graphic | Used by:141 | |
Symbol 141 MovieClip [m10] | Uses:23 21 25 27 139 30 31 33 35 58 114 78 85 121 140 65 63 66 | Used by:184 |
Symbol 142 Graphic | Used by:144 | |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip [m11] | Uses:25 23 21 27 142 30 31 33 35 88 58 74 78 85 143 65 63 66 | Used by:184 |
Symbol 145 Graphic | Used by:146 | |
Symbol 146 MovieClip [m12] | Uses:23 21 25 27 145 30 31 33 35 58 114 88 85 78 121 65 63 66 | Used by:184 |
Symbol 147 Graphic | Used by:149 | |
Symbol 148 Graphic | Used by:149 | |
Symbol 149 MovieClip [m13] | Uses:23 21 25 27 147 30 31 33 35 114 78 85 121 58 148 65 63 66 | Used by:184 |
Symbol 150 Graphic | Used by:152 | |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip [m14] | Uses:23 25 21 27 150 30 31 33 35 58 114 78 85 121 151 65 63 66 | Used by:184 |
Symbol 153 Graphic | Used by:157 | |
Symbol 154 MovieClip | Uses:23 21 25 72 | Used by:155 |
Symbol 155 MovieClip | Uses:154 | Used by:157 |
Symbol 156 Graphic | Used 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 66 | Used by:184 |
Symbol 158 Graphic | Used by:163 | |
Symbol 159 Graphic | Uses:83 | Used by:163 |
Symbol 160 Graphic | Used by:161 190 | |
Symbol 161 MovieClip | Uses:160 | Used by:163 167 174 180 |
Symbol 162 Graphic | Used 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 66 | Used by:184 |
Symbol 164 Graphic | Used by:167 | |
Symbol 165 Graphic | Uses:83 | Used by:167 |
Symbol 166 Graphic | Used 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 66 | Used by:184 |
Symbol 168 Graphic | Used by:170 | |
Symbol 169 Graphic | Used by:170 | |
Symbol 170 MovieClip [m18] | Uses:25 23 21 27 168 30 31 33 35 58 114 121 169 65 80 66 | Used by:184 |
Symbol 171 Graphic | Used by:174 | |
Symbol 172 Graphic | Uses:83 | Used by:174 |
Symbol 173 Graphic | Used 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 66 | Used by:184 |
Symbol 175 Graphic | Used by:177 | |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip [m20] | Uses:25 23 21 27 175 30 31 33 35 114 85 58 121 176 65 80 66 | Used by:184 |
Symbol 178 Graphic | Used by:180 | |
Symbol 179 Graphic | Uses:83 | Used 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 66 | Used by:184 |
Symbol 181 Graphic | Used by:183 | |
Symbol 182 Graphic | Used 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 66 | Used by:184 |
Symbol 184 MovieClip | Uses:67 81 90 116 123 129 132 135 138 141 144 146 149 152 157 163 167 170 174 177 180 183 | Used by:Timeline |
Symbol 185 Bitmap | Used by:186 | |
Symbol 186 Graphic | Uses:185 | Used by:Timeline |
Symbol 187 Graphic | Used by:189 | |
Symbol 188 Graphic | Used by:189 | |
Symbol 189 MovieClip | Uses:187 188 | Used by:Timeline |
Symbol 190 Button | Uses:160 | Used by:Timeline |
Symbol 191 Bitmap | Used by:192 | |
Symbol 192 Graphic | Uses:191 | Used by:196 |
Symbol 193 Bitmap | Used by:194 | |
Symbol 194 Graphic | Uses:193 | Used by:196 |
Symbol 195 Sound | Used by:196 201 206 211 218 252 | |
Symbol 196 Button | Uses:192 194 195 | Used by:Timeline |
Symbol 197 Bitmap | Used by:198 | |
Symbol 198 Graphic | Uses:197 | Used by:201 |
Symbol 199 Bitmap | Used by:200 | |
Symbol 200 Graphic | Uses:199 | Used by:201 |
Symbol 201 Button | Uses:198 200 195 | Used by:Timeline |
Symbol 202 Bitmap | Used by:203 | |
Symbol 203 Graphic | Uses:202 | Used by:206 |
Symbol 204 Bitmap | Used by:205 | |
Symbol 205 Graphic | Uses:204 | Used by:206 |
Symbol 206 Button | Uses:203 205 195 | Used by:Timeline |
Symbol 207 Bitmap | Used by:208 | |
Symbol 208 Graphic | Uses:207 | Used by:211 |
Symbol 209 Bitmap | Used by:210 | |
Symbol 210 Graphic | Uses:209 | Used by:211 |
Symbol 211 Button | Uses:208 210 195 | Used by:Timeline |
Symbol 212 Bitmap | Used by:213 | |
Symbol 213 Graphic | Uses:212 | Used by:Timeline |
Symbol 214 Bitmap | Used by:215 219 | |
Symbol 215 Graphic | Uses:214 | Used by:218 252 |
Symbol 216 Bitmap | Used by:217 220 | |
Symbol 217 Graphic | Uses:216 | Used by:218 252 |
Symbol 218 Button | Uses:215 217 195 | Used by:Timeline |
Symbol 219 Graphic | Uses:214 | Used by:221 |
Symbol 220 Graphic | Uses:216 | Used by:221 |
Symbol 221 Button | Uses:219 220 | Used by:Timeline |
Symbol 222 Font [___font] | Used by:223 224 225 226 227 243 244 245 246 253 | |
Symbol 223 EditableText | Uses:222 | Used by:Timeline |
Symbol 224 EditableText | Uses:222 | Used by:Timeline |
Symbol 225 Text | Uses:222 | Used by:Timeline |
Symbol 226 Text | Uses:222 | Used by:Timeline |
Symbol 227 Text | Uses:222 | Used by:Timeline |
Symbol 228 Graphic | Used by:229 | |
Symbol 229 MovieClip | Uses:228 | Used by:Timeline |
Symbol 230 Graphic | Used by:231 | |
Symbol 231 MovieClip | Uses:230 | Used by:Timeline |
Symbol 232 MovieClip | Used by:Timeline | |
Symbol 233 Graphic | Used by:236 | |
Symbol 234 Graphic | Used by:235 | |
Symbol 235 MovieClip | Uses:234 | Used by:236 |
Symbol 236 MovieClip | Uses:233 235 | Used by:Timeline |
Symbol 237 ShapeTweening | Used by:239 | |
Symbol 238 Graphic | Used by:239 | |
Symbol 239 MovieClip | Uses:237 238 | Used by:Timeline |
Symbol 240 Bitmap | Used by:242 | |
Symbol 241 Bitmap | Used by:242 | |
Symbol 242 Graphic | Uses:240 241 | Used by:Timeline |
Symbol 243 EditableText | Uses:222 | Used by:Timeline |
Symbol 244 EditableText | Uses:222 | Used by:Timeline |
Symbol 245 EditableText | Uses:222 | Used by:Timeline |
Symbol 246 Text | Uses:222 | Used by:Timeline |
Symbol 247 Sound | Used by:Timeline | |
Symbol 248 Bitmap | Used by:249 | |
Symbol 249 Graphic | Uses:248 | Used by:Timeline |
Symbol 250 Bitmap | Used by:251 | |
Symbol 251 Graphic | Uses:250 | Used by:Timeline |
Symbol 252 Button | Uses:215 217 195 | Used by:Timeline |
Symbol 253 EditableText | Uses:222 | Used by:Timeline |
Instance Names
"loader" | Frame 1 | Symbol 12 MovieClip |
"sound_btn" | Frame 4 | Symbol 189 MovieClip |
"code_txt" | Frame 6 | Symbol 223 EditableText |
"down" | Frame 25 | Symbol 231 MovieClip |
"win" | Frame 25 | Symbol 232 MovieClip |
"ball" | Frame 25 | Symbol 236 MovieClip |
"sled" | Frame 25 | Symbol 239 MovieClip |
"loadBar" | Symbol 12 MovieClip Frame 1 | Symbol 9 MovieClip |
"perehodilkan" | Symbol 67 MovieClip [m1] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 81 MovieClip [m2] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 90 MovieClip [m3] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 116 MovieClip [m4] Frame 2 | Symbol 65 MovieClip |
"killer_mc" | Symbol 121 MovieClip Frame 1 | Symbol 120 MovieClip |
"perehodilkan" | Symbol 123 MovieClip [m5] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 129 MovieClip [m6] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 132 MovieClip [m7] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 135 MovieClip [m8] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 138 MovieClip [m9] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 141 MovieClip [m10] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 144 MovieClip [m11] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 146 MovieClip [m12] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 149 MovieClip [m13] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 152 MovieClip [m14] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 157 MovieClip [m15] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 163 MovieClip [m16] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 167 MovieClip [m17] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 170 MovieClip [m18] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 174 MovieClip [m19] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 177 MovieClip [m20] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 180 MovieClip [m21] Frame 2 | Symbol 65 MovieClip |
"perehodilkan" | Symbol 183 MovieClip [m22] Frame 2 | Symbol 65 MovieClip |
"line" | Symbol 236 MovieClip Frame 1 | Symbol 235 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 3 | Symbol 16 as "menuMusic" |
ExportAssets (56) | Timeline Frame 3 | Symbol 17 as "gameMusic" |
ExportAssets (56) | Timeline Frame 3 | Symbol 18 as "type" |
ExportAssets (56) | Timeline Frame 3 | Symbol 67 as "m1" |
ExportAssets (56) | Timeline Frame 3 | Symbol 81 as "m2" |
ExportAssets (56) | Timeline Frame 3 | Symbol 90 as "m3" |
ExportAssets (56) | Timeline Frame 3 | Symbol 116 as "m4" |
ExportAssets (56) | Timeline Frame 3 | Symbol 123 as "m5" |
ExportAssets (56) | Timeline Frame 3 | Symbol 129 as "m6" |
ExportAssets (56) | Timeline Frame 3 | Symbol 132 as "m7" |
ExportAssets (56) | Timeline Frame 3 | Symbol 135 as "m8" |
ExportAssets (56) | Timeline Frame 3 | Symbol 138 as "m9" |
ExportAssets (56) | Timeline Frame 3 | Symbol 141 as "m10" |
ExportAssets (56) | Timeline Frame 3 | Symbol 144 as "m11" |
ExportAssets (56) | Timeline Frame 3 | Symbol 146 as "m12" |
ExportAssets (56) | Timeline Frame 3 | Symbol 149 as "m13" |
ExportAssets (56) | Timeline Frame 3 | Symbol 152 as "m14" |
ExportAssets (56) | Timeline Frame 3 | Symbol 157 as "m15" |
ExportAssets (56) | Timeline Frame 3 | Symbol 163 as "m16" |
ExportAssets (56) | Timeline Frame 3 | Symbol 167 as "m17" |
ExportAssets (56) | Timeline Frame 3 | Symbol 170 as "m18" |
ExportAssets (56) | Timeline Frame 3 | Symbol 174 as "m19" |
ExportAssets (56) | Timeline Frame 3 | Symbol 177 as "m20" |
ExportAssets (56) | Timeline Frame 3 | Symbol 180 as "m21" |
ExportAssets (56) | Timeline Frame 3 | Symbol 183 as "m22" |
ExportAssets (56) | Timeline Frame 6 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 6 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 222 as "___font" |
ExportAssets (56) | Timeline Frame 28 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 29 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 30 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 31 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 32 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 33 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 34 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 35 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 36 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 37 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 38 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 39 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 40 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 41 | Symbol 4 as "gameOver" |
ExportAssets (56) | Timeline Frame 56 | Symbol 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
loadTe | Symbol 11 EditableText | "0%" |
code | Symbol 223 EditableText | "" |
inCode | Symbol 224 EditableText | "" |
score_text | Symbol 243 EditableText | "" |
helth_text | Symbol 244 EditableText | "" |
TotalScores | Symbol 245 EditableText | "" |
code | Symbol 253 EditableText | "" |
|