STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #11196 |
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 "%"; }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 224 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 224 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 224 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 48 MovieClip Frame 11gotoAndPlay (1);Symbol 48 MovieClip Frame 31play();Symbol 48 MovieClip Frame 35_root.scores = _root.scores + 1; stop();Instance of Symbol 9 MovieClip in Symbol 51 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 9 MovieClip in Symbol 51 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 5 MovieClip in Symbol 51 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 7 MovieClip in Symbol 51 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 75 MovieClip Frame 10gotoAndPlay (1);Symbol 75 MovieClip Frame 31play();Symbol 75 MovieClip Frame 36_root.helth = _root.helth + 1; stop();Symbol 84 MovieClip [m4] Frame 1stop();Instance of Symbol 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 5 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 9 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 25 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 25 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 25 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 25 MovieClip in Symbol 84 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 22 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 48 MovieClip in Symbol 84 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 52 MovieClip in Symbol 84 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 75 MovieClip in Symbol 84 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 7 MovieClip in Symbol 84 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 84 MovieClip [m4] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 84 MovieClip [m4] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Instance of Symbol 9 MovieClip in Symbol 90 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 9 MovieClip in Symbol 90 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 5 MovieClip in Symbol 90 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 7 MovieClip in Symbol 90 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 93 MovieClip [m2] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 9 MovieClip in Symbol 93 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 5 MovieClip in Symbol 93 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 52 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 48 MovieClip in Symbol 93 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 91 MovieClip in Symbol 93 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 7 MovieClip in Symbol 93 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 93 MovieClip [m2] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 93 MovieClip [m2] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 101 MovieClip [m5] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 7 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 9 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 22 MovieClip in Symbol 101 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 22 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 75 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 48 MovieClip in Symbol 101 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 98 MovieClip in Symbol 101 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 98 MovieClip in Symbol 101 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 98 MovieClip in Symbol 101 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 5 MovieClip in Symbol 101 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 101 MovieClip [m5] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 101 MovieClip [m5] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Instance of Symbol 9 MovieClip in Symbol 103 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 9 MovieClip in Symbol 103 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 5 MovieClip in Symbol 103 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 7 MovieClip in Symbol 103 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 107 MovieClip [m6] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 5 MovieClip in Symbol 107 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 7 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 52 MovieClip in Symbol 107 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 104 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 75 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 48 MovieClip in Symbol 107 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 98 MovieClip in Symbol 107 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 98 MovieClip in Symbol 107 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 98 MovieClip in Symbol 107 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 9 MovieClip in Symbol 107 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 107 MovieClip [m6] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 107 MovieClip [m6] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 110 MovieClip [m7] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 9 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 5 MovieClip in Symbol 110 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 7 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 48 MovieClip in Symbol 110 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 98 MovieClip in Symbol 110 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 98 MovieClip in Symbol 110 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 98 MovieClip in Symbol 110 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 98 MovieClip in Symbol 110 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 91 MovieClip in Symbol 110 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 110 MovieClip [m7] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 110 MovieClip [m7] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 113 MovieClip [m8] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 9 MovieClip in Symbol 113 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 5 MovieClip in Symbol 113 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 7 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 48 MovieClip in Symbol 113 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 22 MovieClip in Symbol 113 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 22 MovieClip in Symbol 113 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 22 MovieClip in Symbol 113 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 22 MovieClip in Symbol 113 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 22 MovieClip in Symbol 113 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 22 MovieClip in Symbol 113 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 52 MovieClip in Symbol 113 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 98 MovieClip in Symbol 113 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 98 MovieClip in Symbol 113 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 113 MovieClip [m8] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 113 MovieClip [m8] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 116 MovieClip [m9] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 9 MovieClip in Symbol 116 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 5 MovieClip in Symbol 116 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 7 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 48 MovieClip in Symbol 116 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 75 MovieClip in Symbol 116 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 22 MovieClip in Symbol 116 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 22 MovieClip in Symbol 116 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 22 MovieClip in Symbol 116 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 22 MovieClip in Symbol 116 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 91 MovieClip in Symbol 116 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 91 MovieClip in Symbol 116 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 98 MovieClip in Symbol 116 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 98 MovieClip in Symbol 116 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 98 MovieClip in Symbol 116 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 116 MovieClip [m9] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 116 MovieClip [m9] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 119 MovieClip [m10] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 75 MovieClip in Symbol 119 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 91 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 91 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 91 MovieClip in Symbol 119 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 91 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 22 MovieClip in Symbol 119 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 98 MovieClip in Symbol 119 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 98 MovieClip in Symbol 119 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 98 MovieClip in Symbol 119 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 98 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 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 48 MovieClip in Symbol 119 MovieClip [m10] Frame 1onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Symbol 119 MovieClip [m10] Frame 2stop();Instance of Symbol 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 5 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 9 MovieClip in Symbol 119 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 7 MovieClip in Symbol 119 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 78 MovieClip "perehodilkan" in Symbol 119 MovieClip [m10] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 122 MovieClip [m11] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 7 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 9 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 5 MovieClip in Symbol 122 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 122 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 25 MovieClip in Symbol 122 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 25 MovieClip in Symbol 122 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 25 MovieClip in Symbol 122 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 25 MovieClip in Symbol 122 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 25 MovieClip in Symbol 122 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 25 MovieClip in Symbol 122 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 25 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 52 MovieClip in Symbol 122 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 91 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 22 MovieClip in Symbol 122 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 91 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 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 48 MovieClip in Symbol 122 MovieClip [m11] Frame 1onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Symbol 122 MovieClip [m11] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 122 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 78 MovieClip "perehodilkan" in Symbol 122 MovieClip [m11] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 124 MovieClip [m12] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 9 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 5 MovieClip in Symbol 124 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 7 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 75 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 48 MovieClip in Symbol 124 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 25 MovieClip in Symbol 124 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 25 MovieClip in Symbol 124 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 22 MovieClip in Symbol 124 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 22 MovieClip in Symbol 124 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 22 MovieClip in Symbol 124 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 22 MovieClip in Symbol 124 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 22 MovieClip in Symbol 124 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 22 MovieClip in Symbol 124 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 91 MovieClip in Symbol 124 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 91 MovieClip in Symbol 124 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 91 MovieClip in Symbol 124 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 91 MovieClip in Symbol 124 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 98 MovieClip in Symbol 124 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 98 MovieClip in Symbol 124 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 98 MovieClip in Symbol 124 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 124 MovieClip [m12] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 124 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 78 MovieClip "perehodilkan" in Symbol 124 MovieClip [m12] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 127 MovieClip [m13] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 7 MovieClip in Symbol 127 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 9 MovieClip in Symbol 127 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 5 MovieClip in Symbol 127 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 75 MovieClip in Symbol 127 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 91 MovieClip in Symbol 127 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 22 MovieClip in Symbol 127 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 98 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 48 MovieClip in Symbol 127 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 98 MovieClip in Symbol 127 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 98 MovieClip in Symbol 127 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 98 MovieClip in Symbol 127 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 127 MovieClip [m13] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 127 MovieClip [m13] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 130 MovieClip [m14] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 7 MovieClip in Symbol 130 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 5 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 48 MovieClip in Symbol 130 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 75 MovieClip in Symbol 130 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 91 MovieClip in Symbol 130 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 91 MovieClip in Symbol 130 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 91 MovieClip in Symbol 130 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 22 MovieClip in Symbol 130 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 98 MovieClip in Symbol 130 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 98 MovieClip in Symbol 130 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 98 MovieClip in Symbol 130 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 130 MovieClip [m14] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 130 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 9 MovieClip in Symbol 130 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 78 MovieClip "perehodilkan" in Symbol 130 MovieClip [m14] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Instance of Symbol 9 MovieClip in Symbol 132 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 9 MovieClip in Symbol 132 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 5 MovieClip in Symbol 132 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 7 MovieClip in Symbol 132 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 135 MovieClip [m15] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 7 MovieClip in Symbol 135 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 5 MovieClip in Symbol 135 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 9 MovieClip in Symbol 135 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 104 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 48 MovieClip in Symbol 135 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 75 MovieClip in Symbol 135 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 22 MovieClip in Symbol 135 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 22 MovieClip in Symbol 135 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 98 MovieClip in Symbol 135 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 98 MovieClip in Symbol 135 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 52 MovieClip in Symbol 135 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 133 MovieClip in Symbol 135 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 98 MovieClip in Symbol 135 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 98 MovieClip in Symbol 135 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 98 MovieClip in Symbol 135 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 25 MovieClip in Symbol 135 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 25 MovieClip in Symbol 135 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 135 MovieClip [m15] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 135 MovieClip [m15] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 141 MovieClip [m16] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 5 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 7 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 9 MovieClip in Symbol 141 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 104 MovieClip in Symbol 141 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 52 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 48 MovieClip in Symbol 141 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 139 MovieClip in Symbol 141 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 98 MovieClip in Symbol 141 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 98 MovieClip in Symbol 141 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 98 MovieClip in Symbol 141 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 98 MovieClip in Symbol 141 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 98 MovieClip in Symbol 141 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 141 MovieClip [m16] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 141 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 78 MovieClip "perehodilkan" in Symbol 141 MovieClip [m16] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 145 MovieClip [m17] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 9 MovieClip in Symbol 145 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 5 MovieClip in Symbol 145 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 7 MovieClip in Symbol 145 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 104 MovieClip in Symbol 145 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 52 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 48 MovieClip in Symbol 145 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 75 MovieClip in Symbol 145 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 139 MovieClip in Symbol 145 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 139 MovieClip in Symbol 145 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 22 MovieClip in Symbol 145 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 22 MovieClip in Symbol 145 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 98 MovieClip in Symbol 145 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 98 MovieClip in Symbol 145 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 145 MovieClip [m17] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 145 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 78 MovieClip "perehodilkan" in Symbol 145 MovieClip [m17] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 148 MovieClip [m18] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 5 MovieClip in Symbol 148 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 7 MovieClip in Symbol 148 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 9 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 48 MovieClip in Symbol 148 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 75 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 98 MovieClip in Symbol 148 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 148 MovieClip [m18] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 148 MovieClip [m18] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 152 MovieClip [m19] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 9 MovieClip in Symbol 152 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 5 MovieClip in Symbol 152 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 7 MovieClip in Symbol 152 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 75 MovieClip in Symbol 152 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 139 MovieClip in Symbol 152 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 139 MovieClip in Symbol 152 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 22 MovieClip in Symbol 152 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 22 MovieClip in Symbol 152 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 22 MovieClip in Symbol 152 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 22 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 91 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 48 MovieClip in Symbol 152 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 98 MovieClip in Symbol 152 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 98 MovieClip in Symbol 152 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 152 MovieClip [m19] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 152 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 78 MovieClip "perehodilkan" in Symbol 152 MovieClip [m19] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 155 MovieClip [m20] Frame 1stop();Instance of Symbol 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 7 MovieClip in Symbol 155 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 5 MovieClip in Symbol 155 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 9 MovieClip in Symbol 155 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 75 MovieClip in Symbol 155 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 22 MovieClip in Symbol 155 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 22 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 48 MovieClip in Symbol 155 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 98 MovieClip in Symbol 155 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 98 MovieClip in Symbol 155 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 98 MovieClip in Symbol 155 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 98 MovieClip in Symbol 155 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 98 MovieClip in Symbol 155 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 155 MovieClip [m20] Frame 2stop();Instance of Symbol 9 MovieClip in Symbol 155 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 78 MovieClip "perehodilkan" in Symbol 155 MovieClip [m20] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 158 MovieClip [m21] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 9 MovieClip in Symbol 158 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 7 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 5 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 48 MovieClip in Symbol 158 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 104 MovieClip in Symbol 158 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 52 MovieClip in Symbol 158 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 139 MovieClip in Symbol 158 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 22 MovieClip in Symbol 158 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 22 MovieClip in Symbol 158 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 22 MovieClip in Symbol 158 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 91 MovieClip in Symbol 158 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 91 MovieClip in Symbol 158 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 98 MovieClip in Symbol 158 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 158 MovieClip [m21] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 158 MovieClip [m21] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 161 MovieClip [m22] Frame 1stop();Instance of Symbol 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 9 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 5 MovieClip in Symbol 161 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 7 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 48 MovieClip in Symbol 161 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 75 MovieClip in Symbol 161 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 104 MovieClip in Symbol 161 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 52 MovieClip in Symbol 161 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 22 MovieClip in Symbol 161 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 22 MovieClip in Symbol 161 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 22 MovieClip in Symbol 161 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 91 MovieClip in Symbol 161 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 98 MovieClip in Symbol 161 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 98 MovieClip in Symbol 161 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 98 MovieClip in Symbol 161 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 161 MovieClip [m22] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 161 MovieClip [m22] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.winn = 144; } }Symbol 164 MovieClip [m1] Frame 1stop();Instance of Symbol 5 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 5 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 7 MovieClip in Symbol 164 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 9 MovieClip in Symbol 164 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 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true) && (this._currentframe <= 10)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 48 MovieClip in Symbol 164 MovieClip [m1] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, true)) { this.gotoAndStop(31); } }Instance of Symbol 5 MovieClip in Symbol 164 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 164 MovieClip [m1] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 164 MovieClip [m1] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 168 MovieClip [m3] Frame 1stop();Instance of Symbol 5 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 7 MovieClip in Symbol 168 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 9 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 48 MovieClip in Symbol 168 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 22 MovieClip in Symbol 168 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 22 MovieClip in Symbol 168 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 25 MovieClip in Symbol 168 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 22 MovieClip in Symbol 168 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 22 MovieClip in Symbol 168 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 25 MovieClip in Symbol 168 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 52 MovieClip in Symbol 168 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 91 MovieClip in Symbol 168 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 5 MovieClip in Symbol 168 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 168 MovieClip [m3] Frame 2stop();Instance of Symbol 78 MovieClip "perehodilkan" in Symbol 168 MovieClip [m3] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.ball._x, _root.ball._y, false)) { _root.map_name++; _root.gotoAndPlay(26); } }Symbol 184 MovieClip Frame 1_root.menuMusic.start(); _root.sounds = true; stop();Symbol 184 MovieClip Frame 2_root.menuMusic.stop(); _root.sounds = false; stop();Symbol 185 Buttonon (release) { sound_btn.play(); }Symbol 191 Buttonon (release) { gotoAndStop ("entercode"); }Symbol 196 Buttonon (release) { gotoAndStop ("howToPlay"); }Symbol 201 Buttonon (release) { getURL ("http://www.gametop.com/?WT.mc_id=FlashBallTroubles", "_blank"); }Symbol 206 Buttonon (release) { _root.map_name = 1; _root.health = 5; stopAllSounds(); gotoAndPlay ("start"); }Symbol 213 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 216 Buttonon (release) { gotoAndStop (4); }Symbol 231 MovieClip Frame 1stop();Symbol 234 MovieClip Frame 8removeMovieClip(this);Symbol 247 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 Sound [type] | ||
Symbol 2 Sound [gameMusic] | ||
Symbol 3 Sound [menuMusic] | ||
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:4 | Used by:51 84 90 93 101 103 107 110 113 116 119 122 124 127 130 132 135 141 145 148 152 155 158 161 164 168 |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:51 84 90 93 101 103 107 110 113 116 119 122 124 127 130 132 135 141 145 148 152 155 158 161 164 168 |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:51 84 90 93 101 103 107 110 113 116 119 122 124 127 130 132 135 141 145 148 152 155 158 161 164 168 |
Symbol 10 Bitmap | Used by:11 | |
Symbol 11 Graphic | Uses:10 | Used by:84 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 |
Symbol 12 Graphic | Used by:84 | |
Symbol 13 Bitmap | Used by:14 | |
Symbol 14 Graphic | Uses:13 | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 168 |
Symbol 15 Graphic | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 | |
Symbol 16 Bitmap | Used by:17 | |
Symbol 17 Graphic | Uses:16 | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 168 |
Symbol 18 Bitmap | Used by:19 | |
Symbol 19 Graphic | Uses:18 | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 168 |
Symbol 20 Bitmap | Used by:21 137 143 150 157 | |
Symbol 21 Graphic | Uses:20 | Used by:22 |
Symbol 22 MovieClip | Uses:21 | Used by:84 101 113 116 119 122 124 127 130 135 145 152 155 158 161 168 |
Symbol 23 Bitmap | Used by:24 | |
Symbol 24 Graphic | Uses:23 | Used by:25 |
Symbol 25 MovieClip | Uses:24 | Used by:84 122 124 135 168 |
Symbol 26 Graphic | Used by:48 | |
Symbol 27 Bitmap | Used by:28 | |
Symbol 28 Graphic | Uses:27 | Used by:48 |
Symbol 29 Bitmap | Used by:30 | |
Symbol 30 Graphic | Uses:29 | Used by:48 |
Symbol 31 Bitmap | Used by:32 | |
Symbol 32 Graphic | Uses:31 | Used by:48 |
Symbol 33 Bitmap | Used by:34 | |
Symbol 34 Graphic | Uses:33 | Used by:48 |
Symbol 35 Bitmap | Used by:36 | |
Symbol 36 Graphic | Uses:35 | Used by:48 |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:48 |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:48 |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:48 |
Symbol 43 Bitmap | Used by:44 | |
Symbol 44 Graphic | Uses:43 | Used by:48 |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:48 |
Symbol 47 Sound | Used by:48 | |
Symbol 48 MovieClip | Uses:26 28 30 32 34 36 38 40 42 44 46 47 | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 168 |
Symbol 49 Bitmap | Used by:50 | |
Symbol 50 Graphic | Uses:49 | Used by:51 103 132 |
Symbol 51 MovieClip | Uses:9 5 7 50 | Used by:52 |
Symbol 52 MovieClip | Uses:51 | Used by:84 93 107 113 122 135 141 145 158 161 168 |
Symbol 53 Graphic | Used by:75 | |
Symbol 54 Bitmap | Used by:55 | |
Symbol 55 Graphic | Uses:54 | Used by:75 |
Symbol 56 Bitmap | Used by:57 | |
Symbol 57 Graphic | Uses:56 | Used by:75 |
Symbol 58 Bitmap | Used by:59 | |
Symbol 59 Graphic | Uses:58 | Used by:75 |
Symbol 60 Bitmap | Used by:61 | |
Symbol 61 Graphic | Uses:60 | Used by:75 |
Symbol 62 Bitmap | Used by:63 | |
Symbol 63 Graphic | Uses:62 | Used by:75 |
Symbol 64 Bitmap | Used by:65 | |
Symbol 65 Graphic | Uses:64 | Used by:75 |
Symbol 66 Bitmap | Used by:67 | |
Symbol 67 Graphic | Uses:66 | Used by:75 |
Symbol 68 Bitmap | Used by:69 | |
Symbol 69 Graphic | Uses:68 | Used by:75 |
Symbol 70 Bitmap | Used by:71 | |
Symbol 71 Graphic | Uses:70 | Used by:75 |
Symbol 72 Bitmap | Used by:73 | |
Symbol 73 Graphic | Uses:72 | Used by:75 |
Symbol 74 Sound | Used by:75 | |
Symbol 75 MovieClip | Uses:53 55 57 59 61 63 65 67 69 71 73 74 | Used by:84 101 107 116 119 124 127 130 135 145 148 152 155 161 |
Symbol 76 Graphic | Used by:84 | |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:77 | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 168 |
Symbol 79 Bitmap | Used by:80 81 | |
Symbol 80 Graphic | Uses:79 | Used by:82 100 106 |
Symbol 81 Graphic | Uses:79 | Used by:82 100 106 |
Symbol 82 MovieClip | Uses:80 81 | Used by:84 93 113 116 135 141 148 152 155 158 |
Symbol 83 Sound | Used by:84 93 101 107 110 113 116 119 122 124 127 130 135 141 145 148 152 155 158 161 164 168 | |
Symbol 84 MovieClip [m4] | Uses:5 7 9 11 12 14 15 17 19 22 25 48 52 75 76 78 82 83 | |
Symbol 85 Bitmap | Used by:86 | |
Symbol 86 Graphic | Uses:85 | Used by:93 168 |
Symbol 87 Graphic | Used by:93 | |
Symbol 88 Bitmap | Used by:89 | |
Symbol 89 Graphic | Uses:88 | Used by:90 |
Symbol 90 MovieClip | Uses:9 5 7 89 | Used by:91 |
Symbol 91 MovieClip | Uses:90 | Used by:93 110 116 119 122 124 127 130 152 158 161 168 |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip [m2] | Uses:7 9 5 86 87 14 15 17 19 52 48 91 92 78 82 83 | |
Symbol 94 Graphic | Used by:101 | |
Symbol 95 Bitmap | Used by:96 | |
Symbol 96 Graphic | Uses:95 | Used by:97 |
Symbol 97 MovieClip | Uses:96 | Used by:98 |
Symbol 98 MovieClip | Uses:97 | Used by:101 107 110 113 116 119 124 127 130 135 141 145 148 152 155 158 161 |
Symbol 99 Graphic | Used by:101 | |
Symbol 100 MovieClip | Uses:80 81 | Used by:101 110 119 122 124 127 130 145 161 164 168 |
Symbol 101 MovieClip [m5] | Uses:7 9 5 11 94 14 15 17 19 22 48 75 98 99 78 100 83 | |
Symbol 102 Graphic | Used by:107 | |
Symbol 103 MovieClip | Uses:9 5 7 50 | Used by:104 |
Symbol 104 MovieClip | Uses:103 | Used by:107 135 141 145 158 161 |
Symbol 105 Graphic | Used by:107 | |
Symbol 106 MovieClip | Uses:80 81 | Used by:107 |
Symbol 107 MovieClip [m6] | Uses:7 9 5 11 102 14 15 17 19 52 104 48 75 98 105 78 106 83 | |
Symbol 108 Graphic | Used by:110 | |
Symbol 109 Graphic | Used by:110 | |
Symbol 110 MovieClip [m7] | Uses:9 5 7 11 108 14 15 17 19 48 98 91 109 78 100 83 | |
Symbol 111 Graphic | Used by:113 | |
Symbol 112 Graphic | Used by:113 | |
Symbol 113 MovieClip [m8] | Uses:7 9 5 11 111 14 15 17 19 48 22 52 98 112 78 82 83 | |
Symbol 114 Graphic | Used by:116 | |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 MovieClip [m9] | Uses:9 5 7 11 114 14 15 19 17 48 75 22 91 98 115 78 82 83 | |
Symbol 117 Graphic | Used by:119 | |
Symbol 118 Graphic | Used by:119 | |
Symbol 119 MovieClip [m10] | Uses:9 5 7 11 117 14 15 19 17 48 75 91 22 98 118 78 100 83 | |
Symbol 120 Graphic | Used by:122 | |
Symbol 121 Graphic | Used by:122 | |
Symbol 122 MovieClip [m11] | Uses:7 9 5 11 120 14 15 19 17 25 48 52 91 22 121 78 100 83 | |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip [m12] | Uses:9 5 7 11 123 14 15 19 17 48 75 25 22 91 98 78 100 83 | |
Symbol 125 Graphic | Used by:127 | |
Symbol 126 Graphic | Used by:127 | |
Symbol 127 MovieClip [m13] | Uses:9 5 7 11 125 14 15 19 17 75 91 22 98 48 126 78 100 83 | |
Symbol 128 Graphic | Used by:130 | |
Symbol 129 Graphic | Used by:130 | |
Symbol 130 MovieClip [m14] | Uses:9 7 5 11 128 14 15 19 17 48 75 91 22 98 129 78 100 83 | |
Symbol 131 Graphic | Used by:135 | |
Symbol 132 MovieClip | Uses:9 5 7 50 | Used by:133 |
Symbol 133 MovieClip | Uses:132 | Used by:135 |
Symbol 134 Graphic | Used by:135 | |
Symbol 135 MovieClip [m15] | Uses:9 7 5 11 131 14 15 19 17 104 48 75 22 98 52 133 25 134 78 82 83 | |
Symbol 136 Graphic | Used by:141 | |
Symbol 137 Graphic | Uses:20 | Used by:141 |
Symbol 138 Graphic | Used by:139 185 | |
Symbol 139 MovieClip | Uses:138 | Used by:141 145 152 158 |
Symbol 140 Graphic | Used by:141 | |
Symbol 141 MovieClip [m16] | Uses:9 7 5 11 136 14 15 19 17 104 52 48 137 139 98 140 78 82 83 | |
Symbol 142 Graphic | Used by:145 | |
Symbol 143 Graphic | Uses:20 | Used by:145 |
Symbol 144 Graphic | Used by:145 | |
Symbol 145 MovieClip [m17] | Uses:7 9 5 11 142 14 15 19 17 104 52 48 75 139 143 22 98 144 78 100 83 | |
Symbol 146 Graphic | Used by:148 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip [m18] | Uses:7 9 5 11 146 14 15 19 17 48 75 98 147 78 82 83 | |
Symbol 149 Graphic | Used by:152 | |
Symbol 150 Graphic | Uses:20 | Used by:152 |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip [m19] | Uses:7 9 5 11 149 14 15 19 17 75 139 150 22 91 48 98 151 78 82 83 | |
Symbol 153 Graphic | Used by:155 | |
Symbol 154 Graphic | Used by:155 | |
Symbol 155 MovieClip [m20] | Uses:7 9 5 11 153 14 15 19 17 75 22 48 98 154 78 82 83 | |
Symbol 156 Graphic | Used by:158 | |
Symbol 157 Graphic | Uses:20 | Used by:158 |
Symbol 158 MovieClip [m21] | Uses:9 5 7 11 156 14 15 19 17 48 104 52 139 157 22 91 98 78 82 83 | |
Symbol 159 Graphic | Used by:161 | |
Symbol 160 Graphic | Used by:161 | |
Symbol 161 MovieClip [m22] | Uses:9 5 7 11 159 14 15 19 17 48 75 104 52 22 91 98 160 78 100 83 | |
Symbol 162 Graphic | Used by:164 | |
Symbol 163 Graphic | Used by:164 | |
Symbol 164 MovieClip [m1] | Uses:5 9 7 11 162 14 15 19 17 48 163 100 78 83 | |
Symbol 165 Graphic | Used by:168 | |
Symbol 166 Graphic | Used by:168 | |
Symbol 167 Graphic | Used by:168 | |
Symbol 168 MovieClip [m3] | Uses:5 9 7 86 165 14 166 17 19 48 22 25 52 91 167 78 100 83 | |
Symbol 169 Bitmap | Used by:170 | |
Symbol 170 Graphic | Uses:169 | Used by:171 |
Symbol 171 MovieClip | Uses:170 | Used by:172 |
Symbol 172 MovieClip [gameOver] | Uses:171 | Used by:Timeline |
Symbol 173 Bitmap | Used by:174 | |
Symbol 174 Graphic | Uses:173 | Used by:Timeline |
Symbol 175 Graphic | Used by:176 | |
Symbol 176 MovieClip | Uses:175 | Used by:179 |
Symbol 177 Font | Used by:178 | |
Symbol 178 EditableText | Uses:177 | Used by:179 |
Symbol 179 MovieClip | Uses:176 178 | Used by:Timeline |
Symbol 180 Bitmap | Used by:181 | |
Symbol 181 Graphic | Uses:180 | Used by:Timeline |
Symbol 182 Graphic | Used by:184 | |
Symbol 183 Graphic | Used by:184 | |
Symbol 184 MovieClip | Uses:182 183 | Used by:Timeline |
Symbol 185 Button | Uses:138 | Used by:Timeline |
Symbol 186 Bitmap | Used by:187 | |
Symbol 187 Graphic | Uses:186 | Used by:191 |
Symbol 188 Bitmap | Used by:189 | |
Symbol 189 Graphic | Uses:188 | Used by:191 |
Symbol 190 Sound | Used by:191 196 201 206 213 247 | |
Symbol 191 Button | Uses:187 189 190 | Used by:Timeline |
Symbol 192 Bitmap | Used by:193 | |
Symbol 193 Graphic | Uses:192 | Used by:196 |
Symbol 194 Bitmap | Used by:195 | |
Symbol 195 Graphic | Uses:194 | Used by:196 |
Symbol 196 Button | Uses:193 195 190 | 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 190 | 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 190 | Used by:Timeline |
Symbol 207 Bitmap | Used by:208 | |
Symbol 208 Graphic | Uses:207 | Used by:Timeline |
Symbol 209 Bitmap | Used by:210 214 | |
Symbol 210 Graphic | Uses:209 | Used by:213 247 |
Symbol 211 Bitmap | Used by:212 215 | |
Symbol 212 Graphic | Uses:211 | Used by:213 247 |
Symbol 213 Button | Uses:210 212 190 | Used by:Timeline |
Symbol 214 Graphic | Uses:209 | Used by:216 |
Symbol 215 Graphic | Uses:211 | Used by:216 |
Symbol 216 Button | Uses:214 215 | Used by:Timeline |
Symbol 217 Font [___font] | Used by:218 219 220 221 222 238 239 240 241 248 | |
Symbol 218 EditableText | Uses:217 | Used by:Timeline |
Symbol 219 EditableText | Uses:217 | Used by:Timeline |
Symbol 220 Text | Uses:217 | Used by:Timeline |
Symbol 221 Text | Uses:217 | Used by:Timeline |
Symbol 222 Text | Uses:217 | Used by:Timeline |
Symbol 223 Graphic | Used by:224 | |
Symbol 224 MovieClip | Uses:223 | Used by:Timeline |
Symbol 225 Graphic | Used by:226 | |
Symbol 226 MovieClip | Uses:225 | Used by:Timeline |
Symbol 227 MovieClip | Used by:Timeline | |
Symbol 228 Graphic | Used by:231 | |
Symbol 229 Graphic | Used by:230 | |
Symbol 230 MovieClip | Uses:229 | Used by:231 |
Symbol 231 MovieClip | Uses:228 230 | Used by:Timeline |
Symbol 232 ShapeTweening | Used by:234 | |
Symbol 233 Graphic | Used by:234 | |
Symbol 234 MovieClip | Uses:232 233 | Used by:Timeline |
Symbol 235 Bitmap | Used by:237 | |
Symbol 236 Bitmap | Used by:237 | |
Symbol 237 Graphic | Uses:235 236 | Used by:Timeline |
Symbol 238 EditableText | Uses:217 | Used by:Timeline |
Symbol 239 EditableText | Uses:217 | Used by:Timeline |
Symbol 240 EditableText | Uses:217 | Used by:Timeline |
Symbol 241 Text | Uses:217 | Used by:Timeline |
Symbol 242 Sound | Used by:Timeline | |
Symbol 243 Bitmap | Used by:244 | |
Symbol 244 Graphic | Uses:243 | Used by:Timeline |
Symbol 245 Bitmap | Used by:246 | |
Symbol 246 Graphic | Uses:245 | Used by:Timeline |
Symbol 247 Button | Uses:210 212 190 | Used by:Timeline |
Symbol 248 EditableText | Uses:217 | Used by:Timeline |
Instance Names
"loader" | Frame 1 | Symbol 179 MovieClip |
"sound_btn" | Frame 4 | Symbol 184 MovieClip |
"code_txt" | Frame 6 | Symbol 218 EditableText |
"down" | Frame 25 | Symbol 226 MovieClip |
"win" | Frame 25 | Symbol 227 MovieClip |
"ball" | Frame 25 | Symbol 231 MovieClip |
"sled" | Frame 25 | Symbol 234 MovieClip |
"perehodilkan" | Symbol 84 MovieClip [m4] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 93 MovieClip [m2] Frame 2 | Symbol 78 MovieClip |
"killer_mc" | Symbol 98 MovieClip Frame 1 | Symbol 97 MovieClip |
"perehodilkan" | Symbol 101 MovieClip [m5] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 107 MovieClip [m6] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 110 MovieClip [m7] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 113 MovieClip [m8] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 116 MovieClip [m9] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 119 MovieClip [m10] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 122 MovieClip [m11] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 124 MovieClip [m12] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 127 MovieClip [m13] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 130 MovieClip [m14] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 135 MovieClip [m15] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 141 MovieClip [m16] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 145 MovieClip [m17] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 148 MovieClip [m18] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 152 MovieClip [m19] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 155 MovieClip [m20] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 158 MovieClip [m21] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 161 MovieClip [m22] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 164 MovieClip [m1] Frame 2 | Symbol 78 MovieClip |
"perehodilkan" | Symbol 168 MovieClip [m3] Frame 2 | Symbol 78 MovieClip |
"loadBar" | Symbol 179 MovieClip Frame 1 | Symbol 176 MovieClip |
"line" | Symbol 231 MovieClip Frame 1 | Symbol 230 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "type" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "gameMusic" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "menuMusic" |
ExportAssets (56) | Timeline Frame 1 | Symbol 84 as "m4" |
ExportAssets (56) | Timeline Frame 1 | Symbol 93 as "m2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 101 as "m5" |
ExportAssets (56) | Timeline Frame 1 | Symbol 107 as "m6" |
ExportAssets (56) | Timeline Frame 1 | Symbol 110 as "m7" |
ExportAssets (56) | Timeline Frame 1 | Symbol 113 as "m8" |
ExportAssets (56) | Timeline Frame 1 | Symbol 116 as "m9" |
ExportAssets (56) | Timeline Frame 1 | Symbol 119 as "m10" |
ExportAssets (56) | Timeline Frame 1 | Symbol 122 as "m11" |
ExportAssets (56) | Timeline Frame 1 | Symbol 124 as "m12" |
ExportAssets (56) | Timeline Frame 1 | Symbol 127 as "m13" |
ExportAssets (56) | Timeline Frame 1 | Symbol 130 as "m14" |
ExportAssets (56) | Timeline Frame 1 | Symbol 135 as "m15" |
ExportAssets (56) | Timeline Frame 1 | Symbol 141 as "m16" |
ExportAssets (56) | Timeline Frame 1 | Symbol 145 as "m17" |
ExportAssets (56) | Timeline Frame 1 | Symbol 148 as "m18" |
ExportAssets (56) | Timeline Frame 1 | Symbol 152 as "m19" |
ExportAssets (56) | Timeline Frame 1 | Symbol 155 as "m20" |
ExportAssets (56) | Timeline Frame 1 | Symbol 158 as "m21" |
ExportAssets (56) | Timeline Frame 1 | Symbol 161 as "m22" |
ExportAssets (56) | Timeline Frame 1 | Symbol 164 as "m1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 168 as "m3" |
ExportAssets (56) | Timeline Frame 1 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 6 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 6 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 9 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 25 | Symbol 217 as "___font" |
ExportAssets (56) | Timeline Frame 28 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 29 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 30 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 31 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 32 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 33 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 34 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 35 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 36 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 37 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 38 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 39 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 40 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 41 | Symbol 172 as "gameOver" |
ExportAssets (56) | Timeline Frame 56 | Symbol 217 as "___font" |
Labels
"entercode" | Frame 6 |
"howToPlay" | Frame 9 |
"start" | Frame 25 |
"gameover" | Frame 28 |
"win" | Frame 44 |
"getCode" | Frame 56 |
Dynamic Text Variables
loadTe | Symbol 178 EditableText | "0%" |
code | Symbol 218 EditableText | "" |
inCode | Symbol 219 EditableText | "" |
score_text | Symbol 238 EditableText | "" |
helth_text | Symbol 239 EditableText | "" |
TotalScores | Symbol 240 EditableText | "" |
code | Symbol 248 EditableText | "" |
|